Skip to content

Releases: jgabaut/helapordo

1.1.0 - Compile animations and lores

01 Sep 00:48
954e576
Compare
Choose a tag to compare

What's Changed

  • feat: 1.1.0 Compile animations and lores by @jgabaut in #14

Notes

  • Binary size increased from roughly 2-300K to around 4,9M. It may be possible to reduce the size in a patch.

Known bugs

Full Changelog: 1.0.11...1.1.0

1.0.11 - Add saveslot selection

29 Aug 01:31
2f43f62
Compare
Choose a tag to compare

What's Changed

  • Adds a minimal menu to select from 3 saveslots.
  • ATM the saveslot path is hardcoded, we can make it work with custom path later quite easily.

Bugfixes

  • Fixes -E and -R flag handling to only have side-effects after completing getopts().
    Edit: This introduces the bug mentioned in this issue, see "Known bugs" section.

Notes

  • Bumps Koliseo to 0.1.11.

  • Update 'd' debug command to show current saveslot.

  • feat: 1.0.11 Add saveslot selection by @jgabaut in #13

Known bugs

Full Changelog: 1.0.10...1.0.11

1.0.10 - Koliseo release

27 Aug 16:40
f630945
Compare
Choose a tag to compare

What's Changed

  • feat: 1.0.10 fix save loading by @jgabaut in #12
  • feat: 1.0.9 Enable Koliseo curses by @jgabaut in #11
  • feat: 1.0.8 Koliseo Region support by @jgabaut in #9
  • feat: 1.0.7 Complete Koliseo support by @jgabaut in #8
    • Adds temporary_kls globally, to handle allocations with
      less-than-program lifetime.
    • Adds a menu for Rogue map walking, it is opened by pressing m
      while on the map.
    • Forces usage of Enter inside Home room to pick turn choice.
    • ATM the Rogue menu won't show Debug as an option, since I didn't provide a
      valid Room pointer to that specific turnOP(DEBUG) call. To see the
      crash, run with G_EXPERIMENTAL_ON.
  • feat: 1.0.6 Allocation update by @jgabaut in #7
    • Uses Koliseo_Temp in many places to wrap the previous malloc().
    • Disables the related free() calls.
    • Notably, turnOP_args is still allocated with malloc(), for now.
    • Bumps amboso to 1.6.3.
    • Fixes wrong Turncounter generation error messages.
  • feat: 1.0.5 Base for temp_kls support by @jgabaut in #6
  • feat: 1.0.4 Bump amboso, koliseo by @jgabaut in #5
  • feat: 1.0.3 Base for Koliseo integration by @jgabaut in #4

Full Changelog: 1.0.2...1.0.10

1.0.9 - Enable curses for Koliseo

26 Aug 00:24
e45882b
Compare
Choose a tag to compare
Pre-release

This version is deprecated.

What's Changed

Known bugs

  • Crash when trying to load a game. 1.0.2 is last unaffected version. See issue.

Full Changelog: 1.0.8...1.0.9

1.0.8 - Enable Koliseo logging

25 Aug 04:02
57159aa
Compare
Choose a tag to compare
Pre-release

This version is deprecated.

What's Changed

  • feat: 1.0.8 Koliseo Region support by @jgabaut in #9

Known bugs

  • Crash when trying to load a game. 1.0.2 is last unaffected version. See issue.

Full Changelog: 1.0.7...1.0.8

1.0.7 - Complete Koliseo support

24 Aug 14:27
e4b04f9
Compare
Choose a tag to compare
Pre-release

This version is deprecated.

What's Changed

  • Adds temporary_kls globally, to handle allocations with
    less-than-program lifetime.
  • Adds a menu for Rogue map walking, it is opened by pressing m
    while on the map.

Known bugs

  • Crash when trying to load a game. 1.0.2 is last unaffected version. See issue.

Bugfixes

  • Forces usage of Enter inside Home room to pick turn choice.

Notes

  • Versions >1.0.2, <=1.0.6 are deprecated and will be dropped at some point.
  • ATM the Rogue menu won't show Debug as an option, since I didn't provide a
    valid Room pointer to that specific turnOP(DEBUG) call. To see the
    crash, run with G_EXPERIMENTAL_ON.

PR

1.0.6 - Allocation update

23 Aug 11:34
Compare
Choose a tag to compare
Pre-release

This version is deprecated.

What's Changed

  • Uses Koliseo_Temp in many places to wrap the previous malloc().
  • Disables the related free() calls.
  • Notably, turnOP_args is still allocated with malloc(), for now.
  • Bumps amboso to 1.6.3.

Bugfixes

  • Fixes wrong Turncounter generation error messages.

Known bugs

  • Crash when trying to load a game. 1.0.2 is last unaffected version. See issue.

PR- feat: 1.0.6 Allocation update by @jgabaut

Full Changelog: 1.0.5...1.0.6

1.0.5 - Base for temp_kls

22 Aug 03:07
b983b6f
Compare
Choose a tag to compare
Pre-release

This version is deprecated.

What's Changed

  • feat: 1.0.5 Base for temp_kls support by @jgabaut in #6

Known bugs

  • Crash when trying to load a game. 1.0.2 is last unaffected version. See issue.

Full Changelog: 1.0.4...1.0.5

1.0.4 - Bumps, more Koliseo usage

22 Aug 00:40
c529b58
Compare
Choose a tag to compare
Pre-release

This version is deprecated.

What's Changed

  • feat: 1.0.4 Bump amboso, koliseo by @jgabaut in #5

Known bugs

  • Crash when trying to load a game. 1.0.2 is last unaffected version. See issue.

Full Changelog: 1.0.3...1.0.4

1.0.3 - Base for Koliseo integration

21 Aug 14:42
fdc24b9
Compare
Choose a tag to compare
Pre-release

This version is deprecated.

What's Changed

  • feat: 1.0.3 Base for Koliseo integration by @jgabaut in #4

Known bugs

  • Crash when trying to load a game. 1.0.2 is last unaffected version. See issue.

Full Changelog: 1.0.2...1.0.3