93712 Commits

Author SHA1 Message Date
Eugene Sandulenko
6975061434 DIRECTOR: LINGO: Added tests for the 'sound <xx>' fzmily of commands 2020-01-14 18:58:11 +01:00
Eugene Sandulenko
f4653e8c28 DIRECTOR: LINGO: Implemented parser for 'sound <xx>' family of commands 2020-01-14 18:58:11 +01:00
Eugene Sandulenko
dd4681e195 DIRECTOR: LINGO: Fix toString() when score was not loaded 2020-01-14 18:57:00 +01:00
Eugene Sandulenko
dcc530f34a DIRECTOR: LINGO: Fix REFERENCE stubs 2020-01-14 18:57:00 +01:00
Eugene Sandulenko
57d7325066 DIRECTOR: LINGO: Implement reliable stub fot c_tellcode() 2020-01-14 18:57:00 +01:00
Eugene Sandulenko
b29d68218c DIRECTOR: LINGO: Added test for the 'tell' command 2020-01-14 18:57:00 +01:00
Eugene Sandulenko
b4cd76c75e DIRECTOR: LINGO: Implement proper parsing and code generation for 'tell' 2020-01-14 18:57:00 +01:00
Eugene Sandulenko
259592c28c DIRECTOR: LINGO: Added test of 'the volume of sound <n>' 2020-01-14 18:50:48 +01:00
Eugene Sandulenko
878b4e944d DIRECTOR: LINGO: Added parsing for 'the volume of sound <n>' 2020-01-14 18:48:42 +01:00
Eugene Sandulenko
66455b6aa5 GRAPHICS: MACGUI: Added sanity check to splitString() 2020-01-14 18:48:42 +01:00
Eugene Sandulenko
bd3031552b DIRECTOR: LINGO: Renamed union fields to avoid semantic clashes 2020-01-14 18:37:07 +01:00
Eugene Sandulenko
2db9d5baef DIRECTOR: JANITORIAL: Whitespace fixes 2020-01-14 18:29:47 +01:00
Eugene Sandulenko
06280dd403 DIRECTOR: LINGO: Simplified grammar 2020-01-14 18:19:55 +01:00
Eugene Sandulenko
f9ea2ec28a DIRECTOR: LINGO: Removed obsolete TWOWORDBUILTIN from the grammar 2020-01-14 18:07:50 +01:00
Eugene Sandulenko
ef72a41082 DIRECTOR: LINGO: Specified bison output files in the grammar file 2020-01-14 18:03:51 +01:00
Eugene Sandulenko
3d4bffe784 DIRECTOR: LINGO: Plugged more memory leaks in parser 2020-01-14 17:41:53 +01:00
Eugene Sandulenko
cf8abd20bc DIRECTOR: LINGO: Added destructors to the discarded symbols in parser 2020-01-14 17:41:53 +01:00
Eugene Sandulenko
cbbd4b0976 DIRECTOR: LINGO: Replace parser header file with bison 3.5 one 2020-01-14 17:41:53 +01:00
Eugene Sandulenko
716075ec29 DIRECTOR: LINGO: Plug memory leaks in parser 2020-01-14 17:41:53 +01:00
Eugene Sandulenko
d1ff248900 DIRECTOR: LINGO: Switched to named references in the grammar 2020-01-14 17:41:52 +01:00
Eugene Sandulenko
26ea12076a DIRECTOR: LINGO: Made bison 3.5 as a requirement 2020-01-14 17:41:52 +01:00
Eugene Sandulenko
8fedec7cda DIRECTOR: LINGO: Changed semantics of 'me' keyword. Now it serves as a defined method 2020-01-14 17:41:52 +01:00
Eugene Sandulenko
a798549311 DIRECTOR: LINGO: Added test for 'the entities' with id 2020-01-14 17:41:52 +01:00
Eugene Sandulenko
e0328665f7 DIRECTOR: LINGO: Fixed grappamr for entities with ids 2020-01-14 17:41:52 +01:00
athrxx
f96c06f531 KYRA: (MR) - fix animation glitch (bug #11312) 2020-01-14 16:12:38 +01:00
athrxx
ee0359775a KYRA: (HOF) - minor sfx volume fix
(HOF has similiar volume tables as LOL for the pcm effects. This will actually reduce the loudness of the effects)
2020-01-14 16:12:38 +01:00
Paul Gilbert
7eb49883f2 TITANIC: Cleanup of camera mover & navigation info 2020-01-13 21:15:53 -08:00
Paul Gilbert
365674ca77 TITANIC: Cleanup of CCamera class methods 2020-01-13 21:15:53 -08:00
Paul Gilbert
2480630e08 TITANIC: Cleanup of camera class 2020-01-13 21:15:53 -08:00
Antoniou Athanasios
f029943df1 I18N: Update translation (Greek)
Currently translated at 100.0% (1154 of 1154 strings)
2020-01-14 01:55:23 +00:00
sluicebox
1748825c36 SCI32: Fix KQ7 snake oil salesman disposal
Fixes bug #10221
2020-01-13 07:47:27 -08:00
Paul Gilbert
ad53935319 GLK: ADRIFT: Improved fallback detection
Now fallback detection only lists a game if it has a known header
2020-01-12 17:45:48 -08:00
Paul Gilbert
f435a1592c TITANIC: Rename CCStarCamera class to CCamera 2020-01-12 17:17:10 -08:00
Eugene Sandulenko
16cc860e88 DIRECTOR: LINGO: Fix Lsrc bytecode decompilation 2020-01-13 01:30:00 +01:00
Eugene Sandulenko
ca60920d6b DIRECTOR: LINGO: Show entity and field names in bytecode decompilation 2020-01-13 01:25:27 +01:00
Eugene Sandulenko
88060db8e2 DIRECTOR: LINGO: Added test for 'return' without spaces 2020-01-13 01:17:47 +01:00
Eugene Sandulenko
657b049113 DIRECTOR: LINGO: Fixed preprocessor for correctly searching token boundaries 2020-01-13 01:16:29 +01:00
Filippos Karapetis
2abbf8906b GLK: LEVEL9: Fixed out of bounds check in detectGames() 2020-01-13 00:43:50 +02:00
Filippos Karapetis
12145ac50c MOHAWK: RIVEN: Do not call initKeymap() from within the engine
This is meant to be called from the base engine code (base/main.cpp)
2020-01-13 00:42:44 +02:00
Filippos Karapetis
afa23d3378 MOHAWK: RIVEN: Improve keymapper support 2020-01-13 00:42:44 +02:00
Cameron Cawley
5e05f43919 MOHAWK: RIVEN: Add keymapper support 2020-01-13 00:42:44 +02:00
Paul Gilbert
2bdc93cb11 TITANIC: Properly implement and hookup constellation map
The original also had a cool sphere showing stick-line constellations,
but it wasn't ever shown. This fixes the display and adds c as a
toggle for it when viewing the starmap
2020-01-12 14:26:17 -08:00
Eugene Sandulenko
da5f8d0642 GRIFFON: Initialize more variables 2020-01-12 23:20:58 +01:00
Paul Gilbert
2925cfd032 TITANIC: Properly implement and hookup the CConstBoundaries
The original had a pretty cool patchwork boundary area sphere
display option for the starmap puzzle, but didn't actually hook
it up. I've now bound it to the B key, and fixed bugs in it's display
2020-01-12 13:21:09 -08:00
Paul Gilbert
bd6e14193d TITANIC: Cleanup of CStarField 2020-01-12 13:21:09 -08:00
Filippos Karapetis
5b7f11ded7 AGI: Cleanup game flags 2020-01-12 23:12:15 +02:00
Filippos Karapetis
70a9b60bf3 NEWS: Mention TOLTECS RTL fix 2020-01-12 22:10:49 +02:00
Filippos Karapetis
db4709510a TOLTECS: Stop processing game menus after an RTL event. Fixes #11256 2020-01-12 21:54:15 +02:00
Filippos Karapetis
ba569cb331 TOLTECS: Fix spacing 2020-01-12 21:54:15 +02:00
D G Turner
5bda62b12a WINTERMUTE: Fix Signed vs. Unsigned Compiler Warnings 2020-01-12 19:28:27 +00:00