Overview
Request 990884 accepted
- Update to versino 0.9.17
* Further audio improvements: add a sound for Freeman's Foundry,
fix delays in MIDI music, fix many issues and crashes related
to audio.
* Expand initial Evil Interface to another in-game dialogs and
elements.
* Add huge AI improvements: add Courier role for heroes, AI
defend castles more aggressively and hires heroes efficiently.
* Add ability to change hotkeys within the game.
* Improve Polish, Ukrainian, French and Norwegian translations.
* Fix several places related to logic on Adventure Map.
* Over 40 bugs are fixed since 0.9.16 release.
- Use gcc9 for Leap based systems
Afai see 15.4 could be fixed by not using cmake macro or by flags rewriting ;)
set( GNU_CC_WARN_OPTS -pedantic -Wall -Wextra -Wcast-align -Wextra-semi -Wfloat-conversion -Wfloat-equal -Winit-self -Wredundant-decls -Wshadow -Wundef -Wuninitialized -Wunused )
Or using gcc >= 8.1
will fix that problem (15.4 also ships gcc11)
Request History
mnhauke created request
- Update to versino 0.9.17
* Further audio improvements: add a sound for Freeman's Foundry,
fix delays in MIDI music, fix many issues and crashes related
to audio.
* Expand initial Evil Interface to another in-game dialogs and
elements.
* Add huge AI improvements: add Courier role for heroes, AI
defend castles more aggressively and hires heroes efficiently.
* Add ability to change hotkeys within the game.
* Improve Polish, Ukrainian, French and Norwegian translations.
* Fix several places related to logic on Adventure Map.
* Over 40 bugs are fixed since 0.9.16 release.
- Use gcc9 for Leap based systems
DarkSS accepted request
Thank you very much!