Matthew Stewart
add9b3e699
STARTREK: Saving for VENG mission
2019-05-28 08:08:52 +03:00
Matthew Stewart
c9918c3064
STARTREK: Common code for VENG mission
2019-05-28 08:08:52 +03:00
Matthew Stewart
702aa6f6cb
STARTREK: VENG8 text changes
2019-05-28 08:08:52 +03:00
Matthew Stewart
0715c64b38
STARTREK: VENG8
2019-05-28 08:08:52 +03:00
Joseph-Eugene Winzer
8c4af9f175
SUPERNOVA: Adds text reader to view text files
2019-05-28 02:24:43 +02:00
Joseph-Eugene Winzer
38e04455fc
SUPERNOVA: Adds Help screen
2019-05-28 02:24:42 +02:00
Joseph-Eugene Winzer
e7b91fe40f
SUPERNOVA: Adds getters for screen width and height
2019-05-28 02:24:42 +02:00
Joseph-Eugene Winzer
7c3b128661
SUPERNOVA: Removes optional parameter for getKeyInput()
...
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-28 02:24:42 +02:00
Joseph-Eugene Winzer
6da729171c
SUPERNOVA: Adds strings for help screen
2019-05-28 02:24:42 +02:00
Walter van Niftrik
1cae66c128
Revert "ADL: Fix MSVC warnings"
...
This reverts commit e412bf5ee44c7c1fb2be634e9db6aaa2322818e3.
2019-05-27 20:18:28 +02:00
Filippos Karapetis
4ade45cb11
STARTREK: Improve game responsiveness
...
- 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-27 21:14:08 +03:00
Filippos Karapetis
430b87d5ff
STARTREK: Change more fields to Common::String, and fix shadowed vars
2019-05-27 20:46:04 +03:00
Filippos Karapetis
daf2f07e6b
STARTREK: Use Common::String for animation strings
2019-05-27 19:39:29 +03:00
Filippos Karapetis
8885508237
STARTREK: Refactor code to remove more gotos
2019-05-27 19:11:10 +03:00
Filippos Karapetis
b0699f703e
STARTREK: Fix memory leak
2019-05-27 18:25:57 +03:00
Filippos Karapetis
81294feb70
STARTREK: Refactor code so that gotos are not used in DEMON6
2019-05-27 18:25:10 +03:00
Filippos Karapetis
67f49429ae
STARTREK: Replace getRectEncompassing() with extend()
2019-05-27 15:45:05 +03:00
Filippos Karapetis
7346b69d88
GRAPHICS: Initialize potentially uninitialized variables
2019-05-27 14:53:46 +03:00
Filippos Karapetis
80f773c915
WINTERMUTE: Remove unused variable
2019-05-27 14:53:45 +03:00
Filippos Karapetis
a5614eeaac
TITANIC: Change add float suffixes to float assignments
2019-05-27 14:53:45 +03:00
Filippos Karapetis
f6af273fca
STARTREK: Fix MSVC warnings
...
- 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-27 14:53:44 +03:00
Filippos Karapetis
f4e8eed13d
SLUDGE: Fix MSVC warnings
...
- Fix invalid check with empty()
- Change float suffixes to uppercase
- Fix potentially uninitialized variables
2019-05-27 14:53:43 +03:00
Filippos Karapetis
174721e911
SCUMM: Fix MSVC warnings
...
- Change float suffix to uppercase
- Initialize potentially uninitialized variables
- Fix default cases in switch statements
2019-05-27 14:53:42 +03:00
Filippos Karapetis
9da3d22703
SCI: Fix MSVC warnings
...
- 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-27 14:53:41 +03:00
Filippos Karapetis
87e13a5048
PEGASUS: Fix MSVC warnings
...
- Add a float suffix in convertScreenHToSpaceX/Y
2019-05-27 14:53:41 +03:00
Filippos Karapetis
f5ed07c3e7
MOHAWK: Fix MSVC warnings
...
Fix assignments to float variables, by adding a float suffix
2019-05-27 14:53:40 +03:00
Filippos Karapetis
e94026e800
MACVENTURE: Fix MSVC warnings
...
- 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-27 14:53:39 +03:00
Filippos Karapetis
ea39214f7a
ILLUSIONS: Fix MSVC warnings
...
- Fix warnings about conversion between float and double
- Initialize potentially uninitialized variables
2019-05-27 14:53:38 +03:00
Filippos Karapetis
5724a1f385
CRYO: Fix MSVC warnings
...
- 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-27 14:53:38 +03:00
Filippos Karapetis
e412bf5ee4
ADL: Fix MSVC warnings
...
- 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-27 14:53:37 +03:00
David Fioramonti
9bf2b5d03e
BLADERUNNER: Show saved game creation date and add play time
...
Bumped saved game version to 2 to add play time.
Can load version 1 saves and save/load version 2 saves.
2019-05-27 06:54:40 -04:00
Thanasis Antoniou
4e17b4feec
BLADERUNNER: Restore lines from Grigorian and Izo
2019-05-27 02:20:37 +03:00
Thanasis Antoniou
e6f0c5e8a7
BLADERUNNER: Expose info for view in debugger list obj
2019-05-27 00:11:12 +03:00
Thanasis Antoniou
605e21953d
BLADERUNNER: Fix for View::calculateScreenPosition
...
Draw objects in debugger no longer draws mishappen rectangles
2019-05-26 17:17:05 +03:00
Thanasis Antoniou
93768c3307
BLADERUNNER: Item spin command in Debugger
2019-05-26 17:17:05 +03:00
sluicebox
4dda6324b8
SCI: Fix FPFP CD 'Dummy Msg' message texts
...
Fixes 17 message texts, bug #10964
2019-05-26 13:01:25 +03:00
Thierry Crozat
5c92f64cc6
I18N: Update translations templates
2019-05-26 09:29:56 +02:00
Paolo Bossi
8d6eb904cc
I18N: Update translation (Italian)
...
Currently translated at 99.9% (1068 of 1069 strings)
2019-05-26 09:29:43 +02:00
Lothar Serra Mari
2e3f77644f
I18N: Update translation (German)
...
Currently translated at 100.0% (1069 of 1069 strings)
2019-05-26 09:29:43 +02:00
scootergrisen
b1628f794a
I18N: Update translation (Danish)
...
Currently translated at 99.6% (1065 of 1069 strings)
2019-05-26 09:29:43 +02:00
Eugene Sandulenko
eac0b16750
SCUMM: HE: Added some names to basketball U32 commands
2019-05-25 20:54:56 +02:00
Paul Gilbert
7177836dcc
GLK: TADS2: Amiga compilation fix
2019-05-25 10:10:36 -07:00
dreammaster
608e9af69d
GLK: TADS2: Fix more const loss warnings
2019-05-24 18:21:07 -07:00
Paul Gilbert
139673984e
GLK: TADS2: Revert char * statics back to string literals
2019-05-24 18:21:07 -07:00
Paul Gilbert
0d0dbf601e
GLK: TADS2: Fix uninitialized variable warnings
2019-05-24 18:21:07 -07:00
dreammaster
8f9fcec16c
GLK: TADS2: Further compilation fixes
2019-05-24 18:21:07 -07:00
Paul Gilbert
5381930e8b
GLK: TADS2: Fix uninitialized variable warnings
2019-05-24 18:21:07 -07:00
Paul Gilbert
1a974b9749
GLK: TADS2: Further compilation fixes
2019-05-24 18:21:07 -07:00
dreammaster
aa5fd603b6
GLK: TADS2: Compilation fixes
2019-05-24 18:21:07 -07:00
Paul Gilbert
0c02346b48
GLK: TADS2: Fix os initialization
2019-05-24 18:21:07 -07:00