aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-28STARTREK: VENG8Matthew Stewart
2019-05-28SUPERNOVA: Adds text reader to view text filesJoseph-Eugene Winzer
2019-05-28SUPERNOVA: Adds Help screenJoseph-Eugene Winzer
2019-05-28SUPERNOVA: Adds getters for screen width and heightJoseph-Eugene Winzer
2019-05-28SUPERNOVA: Removes optional parameter for getKeyInput()Joseph-Eugene Winzer
It doesn't serve a purpose anymore. The parameter was used to keep waiting for key input if it was a 'non text editing' event, like pressing the shift modifier key. The only place it was used was for text input when interacting with the computer in ShipSleepCabin.
2019-05-28SUPERNOVA: Adds strings for help screenJoseph-Eugene Winzer
2019-05-27Revert "ADL: Fix MSVC warnings"Walter van Niftrik
This reverts commit e412bf5ee44c7c1fb2be634e9db6aaa2322818e3.
2019-05-27STARTREK: Improve game responsivenessFilippos Karapetis
- Add a delay after screen updates - Do not update the screen when drawing the background - this is unnecessary - Fix memory leak when drawing the background
2019-05-27STARTREK: Change more fields to Common::String, and fix shadowed varsFilippos Karapetis
2019-05-27STARTREK: Use Common::String for animation stringsFilippos Karapetis
2019-05-27STARTREK: Refactor code to remove more gotosFilippos Karapetis
2019-05-27STARTREK: Fix memory leakFilippos Karapetis
2019-05-27STARTREK: Refactor code so that gotos are not used in DEMON6Filippos Karapetis
2019-05-27STARTREK: Replace getRectEncompassing() with extend()Filippos Karapetis
2019-05-27GRAPHICS: Initialize potentially uninitialized variablesFilippos Karapetis
2019-05-27WINTERMUTE: Remove unused variableFilippos Karapetis
2019-05-27TITANIC: Change add float suffixes to float assignmentsFilippos Karapetis
2019-05-27STARTREK: Fix MSVC warningsFilippos Karapetis
- Disable duplicate if block - Fix potentially uninitialized variables - Change _activeMenu to be a regular pointer, instead of a SharedPtr - it was not initialized correctly - Fix struct packing in structs with pointers to complex objects - Fix sound initialization - Fix memory leaks (handles to files which were never deleted)
2019-05-27SLUDGE: Fix MSVC warningsFilippos Karapetis
- Fix invalid check with empty() - Change float suffixes to uppercase - Fix potentially uninitialized variables
2019-05-27SCUMM: Fix MSVC warningsFilippos Karapetis
- Change float suffix to uppercase - Initialize potentially uninitialized variables - Fix default cases in switch statements
2019-05-27SCI: Fix MSVC warningsFilippos Karapetis
- Remove unused parameters - Initialize potentially uninitialized variables - Use Common::String instead of a fixed buffer - Remove redundant parentheses - Change float suffix to be uppercase - Fix spacing - Fix integer left shifts with boolean variables - Fix potential division by zero - Fix missing breaks
2019-05-27PEGASUS: Fix MSVC warningsFilippos Karapetis
- Add a float suffix in convertScreenHToSpaceX/Y
2019-05-27MOHAWK: Fix MSVC warningsFilippos Karapetis
Fix assignments to float variables, by adding a float suffix
2019-05-27MACVENTURE: Fix MSVC warningsFilippos Karapetis
- Added a CHECKME for a code which is never used at the moment - Add default cases to switch statements - Remove unused variables - Fix integer variable assignments from booleans
2019-05-27ILLUSIONS: Fix MSVC warningsFilippos Karapetis
- Fix warnings about conversion between float and double - Initialize potentially uninitialized variables
2019-05-27CRYO: Fix MSVC warningsFilippos Karapetis
- Add missing default switch cases - Specify packing for structs with pointers to complex objects - Change literal suffixes to uppercase - Replace uses of malloc() with new []
2019-05-27ADL: Fix MSVC warningsFilippos Karapetis
- Change APPLECHAR to APPLEBYTE, when its output is used as a byte - Replace uses of strncpy with Common::strlcpy - Merge redundant switch and if statements - Remove redundant semicolons
2019-05-27BLADERUNNER: Show saved game creation date and add play timeDavid Fioramonti
Bumped saved game version to 2 to add play time. Can load version 1 saves and save/load version 2 saves.
2019-05-27BLADERUNNER: Restore lines from Grigorian and IzoThanasis Antoniou
2019-05-27BLADERUNNER: Expose info for view in debugger list objThanasis Antoniou
2019-05-26BLADERUNNER: Fix for View::calculateScreenPositionThanasis Antoniou
Draw objects in debugger no longer draws mishappen rectangles
2019-05-26BLADERUNNER: Item spin command in DebuggerThanasis Antoniou
2019-05-26SCI: Fix FPFP CD 'Dummy Msg' message textssluicebox
Fixes 17 message texts, bug #10964
2019-05-26I18N: Update translations templatesThierry Crozat
2019-05-26I18N: Update translation (Italian)Paolo Bossi
Currently translated at 99.9% (1068 of 1069 strings)
2019-05-26I18N: Update translation (German)Lothar Serra Mari
Currently translated at 100.0% (1069 of 1069 strings)
2019-05-26I18N: Update translation (Danish)scootergrisen
Currently translated at 99.6% (1065 of 1069 strings)
2019-05-25SCUMM: HE: Added some names to basketball U32 commandsEugene Sandulenko
2019-05-25GLK: TADS2: Amiga compilation fixPaul Gilbert
2019-05-24GLK: TADS2: Fix more const loss warningsdreammaster
2019-05-24GLK: TADS2: Revert char * statics back to string literalsPaul Gilbert
2019-05-24GLK: TADS2: Fix uninitialized variable warningsPaul Gilbert
2019-05-24GLK: TADS2: Further compilation fixesdreammaster
2019-05-24GLK: TADS2: Fix uninitialized variable warningsPaul Gilbert
2019-05-24GLK: TADS2: Further compilation fixesPaul Gilbert
2019-05-24GLK: TADS2: Compilation fixesdreammaster
2019-05-24GLK: TADS2: Fix os initializationPaul Gilbert
2019-05-24GLK: Fix freeing closed windowsPaul Gilbert
2019-05-24GLK: TADS: Don't support RTLPaul Gilbert
2019-05-24GLK: TADS2: Added plygoPaul Gilbert