Skip to content

Releases: jgabaut/helapordo

1.4.2 - Fix clang build, bump deps, drop static dir requirement

09 Feb 02:51
6737595
Compare
Choose a tag to compare

What's Changed

  • Check screen size before save pick
  • Drop forced KLS_DEBUG_CORE from ncurses build
  • Define NCURSES_NO_PADDING
  • Add GameScreen
  • Bump sprites4curses to 0.4.4
  • Define S4C_UNCHECKED
  • Add NOGDI, NOUSER, WIN32_LEAN_AND_MEAN to use KLS_DEBUG_CORE on mingw32 raylib build
  • Bump koliseo to 0.4.0
  • Bump amboso to 2.0.3
  • Bump invil to 0.2.6
  • Fix clang warnings

PR - feat: 1.4.2 Drop runtime static dir dependency, add GameScreen, bump deps by @jgabaut

Full Changelog: 1.4.1...1.4.2

1.4.1 - Fix clang build, add s4c-scripts

22 Jan 18:35
dcf9d02
Compare
Choose a tag to compare

What's Changed

  • Fix string literal usage for time print:
  • Fix unused var in gameloop_rl():
  • Add s4c-scripts
  • Bump s4c to 0.4.3
  • Bump invil to 0.2.5
  • Bump amboso to 2.0.2
  • Fix window size checks for gameloop_rl()
  • Print commit desc when building using invil
  • Fix failed build for raylib version for mingw32 when passing --enable-debug
    • The underlying issue is in koliseo 0.3.20 and an upstream fix to the broken Rectangle define (from the windows.h include in koliseo.h) is needed to use the define.

PR - feat: 1.4.1 Fix clang build, add s4c-scripts by @jgabaut

Full Changelog: 1.4.0...1.4.1

1.4.0 - Add WIP raylib build

05 Jan 19:29
3798ec8
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Add --enable-raylib config option
  • Add --enable-anvilpick config option
    • Set repo_invil default for darwin
    • Use repo_invil default when using interactive selection for anvil
  • Add -V to print build info
  • Add WIP raylib build
  • Add helapordo_build_string
  • Update PACK_NAME to $(TARGET)-$(HL_BUILD_STR)-$(VERSION)-$(OS)-$(MACHINE)
  • Add clock_t start_time to Gamestate
    • Add timer under G_EXPERIMENTAL_ON for Enemy, Boss rooms
  • Print build in title screen
  • Add mandatory define for build (mutually exclusive, HELAPORDO_CURSES_BUILD or HELAPORDO_RAYLIB_BUILD)
  • Add hlpd_dbg_features()
  • Bump s4c to 0.4.2
  • Bump amboso to 2.0.1

PR - feat: 1.4.0 Add WIP raylib build by @jgabaut

Full Changelog: 1.3.6...1.4.0

1.3.6 - Add --enable-anvilpick, bump s4c to 0.4.0

03 Jan 17:28
c8941a9
Compare
Choose a tag to compare

What's Changed

Added

  • Add cargo_invil source for anvil
  • Add menu hint in handleTutorial()

Fixed

  • Fix build time in info panel
  • Closes #63

Changed

  • Refactor printTitle()
  • Bump s4c to 0.4.0
  • Add --enable-anvilpick configure arg
  • Add ANVIL_IMPL , substituted to repo_invil on macOS by default

Notes

  • Update README
  • Update Copyright to 2022-2024

PR - feat: 1.3.6 Fix time info, add --enable-anvilpick config option by @jgabaut

Full Changelog: 1.3.5...1.3.6

1.3.5 - Improve configure.ac, fix some leaks, bump deps

29 Dec 17:42
c4dd5b9
Compare
Choose a tag to compare

What's Changed

  • Improve configure.ac
  • Bump amboso to 2.0.0
  • Bump invil to 0.2.1
  • Bump koliseo to 0.3.20
  • Bump s4c to 0.3.6
  • Fix leaks of ITEMS from Boss, Items, Enemies and Shop rooms
  • Rename MINGW32_BUILD to WINDOWS_BUILD

PR - feat: 1.3.5 improve configure.ac, bump deps by @jgabaut

Full Changelog: 1.3.4...1.3.5

1.3.4 - Bump deps

17 Dec 10:10
12e59a5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.3...1.3.4

1.3.3 - Add invil

10 Dec 21:33
c2abfdf
Compare
Choose a tag to compare

What's Changed

  • feat: 1.3.3 Add invil, bump amboso to 1.9.7 by @jgabaut in #58

Known issues

  • This tag doesn't have a compliant amboso folder. It was dropped from stego.lock with 1.3.4.

Full Changelog: 1.3.2...1.3.3

1.3.2 - Bump deps

03 Dec 10:56
0499a0d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.1...1.3.2

1.3.1 - Add Skillslot

17 Nov 01:08
f47fc10
Compare
Choose a tag to compare

What's Changed

  • Add Skillslot, skillType
  • Add basic functions for skillType
  • Add skills array to Fighter, Enemy, Boss
  • Update savefile version to 0.1.7.
    • Older savefiles can't be loaded in this version.
  • Add defer_skill_enemy(), defer_skill_boss()
  • Add do_Skill(), do_Skill_boss() (WIP)
  • Update turnOP_args to hold picked_skill

PR - feat: 1.3.1 Add Skillslot, base for OP_SKILL by @jgabaut

Full Changelog: 1.3.0...1.3.1

1.3.0 - Build with --std=c11, bump deps

16 Nov 21:17
Compare
Choose a tag to compare

What's Changed

  • Regen animations with 0.2.2 sprites4curses format

Notes

  • Bump sprites4curses to 0.3.5
  • Build with --std=c11 and drop -Wno-trigraphs
  • Bump koliseo to 0.3.11
  • Bump amboso to 1.9.0

PR - feat: 1.3.0 Build with --std=c11 by @jgabaut

Full Changelog: 1.2.10...1.3.0