aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-07-28BLADERUNNER: Prevent McCoy from running to BB10 before SadikThanasis Antoniou
2019-07-28BLADERUNNER: Close MODE.MIX if ScummVM is closed during ESPERThanasis Antoniou
2019-07-28BLADERUNNER: Clean up KIA at endgame and playerDiedThanasis Antoniou
2019-07-28BLADERUNNER: prevent seg fault when opening KIAThanasis Antoniou
Only if a restored content save was loaded in original game mode
2019-07-28README: Fix publisher name for Fargus MultimediaLothar Serra Mari
2019-07-28NEWS: Update German NEWS translationLothar Serra Mari
2019-07-28NEWS: Add QFG4 and various Hoyle games to supported gamesThierry Crozat
2019-07-28README: Added Blade RunnerPeter Kohaut
2019-07-28NEWS: Add Blade Runner to supported gamesLothar Serra Mari
2019-07-28SUPERNOVA: Attempt to fix compilation for Nintendo SwitchThierry Crozat
2019-07-28I18N: Update translation (Finnish)Timo Mikkolainen
Currently translated at 100.0% (1090 of 1090 strings)
2019-07-28I18N: Update translation (German)Lothar Serra Mari
Currently translated at 100.0% (1090 of 1090 strings)
2019-07-28I18N: Update translations templatesThierry Crozat
2019-07-28SUPERNOVA: Fix most of Codacy issuesJaromir 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-28SUPERNOVA: Merge getInput and waitOnInput methods.Jaromir Wysoglad
2019-07-28SUPERNOVA: Make improved mode an engine option.Jaromir Wysoglad
2019-07-28SUPERNOVA: Add correct help screen imageJaromir Wysoglad
2019-07-28SUPERNOVA: Implement choosing verbs by keyboard.Jaromir Wysoglad
Only in improved mode.
2019-07-28SUPERNOVA: Add help screen translationJaromir Wysoglad
2019-07-28SUPERNOVA: Fix some code issues pointed by CriezyJaromir Wysoglad
Remove 2 unused variables and a function call with wrong datatype
2019-07-28SUPERNOVA: Update translationJaromir Wysoglad
2019-07-28SUPERNOVA: Add translated Indiana Joe imageJaromir Wysoglad
2019-07-28SUPERNOVA: Fix module.mk to make create_image toolJaromir Wysoglad
2019-07-28SUPERNOVA: Replace placeholder filesJaromir Wysoglad
2019-07-28SUPERNOVA: Refactor .dat file accessJaromir Wysoglad
2019-07-28SUPERNOVA: Merge create_supernova toolsJaromir Wysoglad
2019-07-28SUPERNOVA: Load info files from .dat fileJaromir Wysoglad
2019-07-28SUPERNOVA: Add placeholder info files to .datJaromir Wysoglad
2019-07-28SUPERNOVA: Code refactoringJaromir Wysoglad
Add constant for inverting sections (number 128) Move some initialization in initState from derived classes to base class. Simpilfy AxacussCorridor4::onEntrance
2019-07-28SUPERNOVA: Add size computation to create_image.Jaromir Wysoglad
2019-07-28SUPERNOVA: Add improved modeJaromir Wysoglad
2019-07-28SUPERNOVA: Finish pyramid door translationJaromir Wysoglad
Change password to TOAST, remove subtitle on room entrance
2019-07-28SUPERNOVA: Fix some room comparison issues.Jaromir Wysoglad
2019-07-28SUPERNOVA: When dead return back to main loop ASAPJaromir Wysoglad
2019-07-28SUPERNOVA: Fix MS1 image loadingJaromir Wysoglad
2019-07-28SUPERNOVA: Fix german save and load feature.Jaromir Wysoglad
2019-07-28SUPERNOVA: Add ciphered text image translation.Jaromir Wysoglad
2019-07-28SUPERNOVA: Fix palette in translated ms2_data.015Jaromir Wysoglad
2019-07-28SUPERNOVA: Load MS2 datafiles from .dat file.Jaromir Wysoglad
2019-07-28SUPERNOVA: Implement MS datafile loading to .datJaromir Wysoglad
2019-07-28SUPERNOVA: Add tool to create image datafiles.Jaromir Wysoglad
2019-07-28SUPERNOVA: Resolve same MS1 TODOsJaromir Wysoglad
2019-07-28SUPERNOVA: Preload exit list on room entryJaromir Wysoglad
2019-07-28SUPERNOVA: Remove meaning TODOs from MS2Jaromir Wysoglad
2019-07-28SUPERNOVA: Add intermediate room classesJaromir Wysoglad
2019-07-28SUPERNOVA: Fix translation of "Wundersam!"Jaromir Wysoglad
2019-07-28SUPERNOVA: Fix segfault in axacussJaromir Wysoglad
2019-07-28SUPERNOVA: Reformat StringId enums and gametext.hJaromir Wysoglad
2019-07-28SUPERNOVA: 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-28SUPERNOVA: Fix bugsJaromir 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.