aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/ui/kia_section_load.cpp
AgeCommit message (Collapse)Author
2019-07-17BLADERUNNER: Use unsigned 32bit diff for time durationsThanasis Antoniou
2019-06-28BLADERUNNER: JANITORIAL: Code formatting fixesThanasis Antoniou
2019-05-09BLADERUNNER: Fix bad new game pos for playerThanasis Antoniou
2019-04-05BLADERUNNER: SFX named constants and MissSound fixThanasis Antoniou
Still pending cleaning up Ambient_Sounds_Add_Sound and Ambient_Sounds_Add_Looping_Sound calls
2019-03-12BLADERUNNER: Added support for scrolling with mouse wheelPeter Kohaut
Not in the original game
2019-03-09BLADERUNNER: Savagame names fixesPeter Kohaut
It was not possible to change the name of exisitng savegame Saves were read too ofter just for over-drawing the thumbnail
2019-02-20BLADERUNNER: Fix Coverity issuesPeter Kohaut
2019-02-11BLADERUNNER: Improved time managementPeter Kohaut
This should fix thi issue with freezing actors after loading save game, but works on new saves only. Game was not paused before saving and wrong timer value got saved.
2019-01-19BLADERUNNER: Fixed save selection in the load screenPeter Kohaut
If there was a empty slot in save game list, game would load wrong save file.
2018-12-15BLADERUNNER: Added time control and game pausingPeter Kohaut
2018-12-05BLADERUNNER: Add in-game saving screenPeter Kohaut
2018-11-25BLADERUNNER: Add in-game loading screenPeter Kohaut
It is also possible to start new game from it.