Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-01 | TEENAGENT: Add the music directory to the search path | Cameron Cawley | |
Needed by the GOG CD version. | |||
2019-08-01 | SCI: Fix ICEMAN 'Climb down hatch' | sluicebox | |
Fixes bug #11039 | |||
2019-07-31 | SCI: Fix LB1 fingerprint copy protection | sluicebox | |
2019-07-30 | QUEEN: Skip talk on right click | Niv Baehr | |
2019-07-30 | GLK: Pass picNum to format() for the pic%d.rect case as well. | Torbjörn Andersson | |
2019-07-29 | GLK: Fix illegal characters in detection entries | Paul Gilbert | |
2019-07-29 | GLK: Implemented debugger dumppic command | Paul Gilbert | |
2019-07-29 | GLK: Added skeleton debugger | Paul Gilbert | |
2019-07-29 | BLADERUNNER: Fix AmigaOS compilation (attempt 2) | Thanasis Antoniou | |
2019-07-29 | BLADERUNNER: Fix compile for AmigaOS | Thanasis Antoniou | |
2019-07-29 | BLADERUNNER: Fix unsorted args for getRandomNumberRng | Thanasis Antoniou | |
Fix for bug #11034 | |||
2019-07-29 | BLADERUNNER: Remove buzz at transition PS11 to PS10 | Thanasis Antoniou | |
2019-07-29 | BLADERUNNER: Fix Izo getting stuck in RC03 | Thanasis Antoniou | |
Bug case was for when he runs away (Steele is blocked) | |||
2019-07-28 | XEEN: Change English detection entries from testing to stable | Paul Gilbert | |
2019-07-28 | GLK: FROTZ: Fix loading transparent PNGs from Blorb files | Paul Gilbert | |
2019-07-28 | BLADERUNNER: Prevent McCoy from running to BB10 before Sadik | Thanasis Antoniou | |
2019-07-28 | BLADERUNNER: Close MODE.MIX if ScummVM is closed during ESPER | Thanasis Antoniou | |
2019-07-28 | BLADERUNNER: Clean up KIA at endgame and playerDied | Thanasis Antoniou | |
2019-07-28 | BLADERUNNER: prevent seg fault when opening KIA | Thanasis Antoniou | |
Only if a restored content save was loaded in original game mode | |||
2019-07-28 | SUPERNOVA: Attempt to fix compilation for Nintendo Switch | Thierry Crozat | |
2019-07-28 | SUPERNOVA: Fix most of Codacy issues | Jaromir Wysoglad | |
* Fix mismatched delete in create_image.cpp * Add shebangs to create_ms2_data.***.sh * Reduce scopes of some variables * Substitute bitwise and for logical and in GamaManager2::passageConstruction | |||
2019-07-28 | SUPERNOVA: Merge getInput and waitOnInput methods. | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA: Make improved mode an engine option. | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA: Implement choosing verbs by keyboard. | Jaromir Wysoglad | |
Only in improved mode. | |||
2019-07-28 | SUPERNOVA: Add help screen translation | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA: Fix some code issues pointed by Criezy | Jaromir Wysoglad | |
Remove 2 unused variables and a function call with wrong datatype | |||
2019-07-28 | SUPERNOVA: Add translated Indiana Joe image | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA: Refactor .dat file access | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA: Merge create_supernova tools | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA: Load info files from .dat file | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA: Code refactoring | Jaromir Wysoglad | |
Add constant for inverting sections (number 128) Move some initialization in initState from derived classes to base class. Simpilfy AxacussCorridor4::onEntrance | |||
2019-07-28 | SUPERNOVA: Add size computation to create_image. | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA: Add improved mode | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA: Finish pyramid door translation | Jaromir Wysoglad | |
Change password to TOAST, remove subtitle on room entrance | |||
2019-07-28 | SUPERNOVA: Fix some room comparison issues. | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA: When dead return back to main loop ASAP | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA: Fix MS1 image loading | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA: Fix german save and load feature. | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA: Add ciphered text image translation. | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA: Load MS2 datafiles from .dat file. | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA: Resolve same MS1 TODOs | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA: Preload exit list on room entry | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA: Remove meaning TODOs from MS2 | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA: Add intermediate room classes | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA: Fix segfault in axacuss | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA: Reformat StringId enums and gametext.h | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA: Fix street animation. | Jaromir Wysoglad | |
Street animation was changing memory that it shouldn't, so going into the kiosk resulted in a segfault. Also remove 2 debug lines from supernova2/state.cpp | |||
2019-07-28 | SUPERNOVA: Fix bugs | Jaromir Wysoglad | |
Fix GUI not working after leaving text edit field Forbid showing help, info, doc screens, when GUI isn't alowed, this should mimic the original game better and also resolves some issues. | |||
2019-07-28 | SUPERNOVA: Remove unused getImage(CursorId) | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA: Implement lazy loading of resources | Jaromir Wysoglad | |