Commit Graph

93406 Commits

Author SHA1 Message Date
Eugene Sandulenko
d0d7d0899f JANITORIAL: Align table formatting 2020-01-01 02:20:31 +01:00
Eugene Sandulenko
7995def290 DIRECTOR: LINGO: Moved all codes to separate class to lessen Lingo class pollution 2020-01-01 02:10:30 +01:00
Eugene Sandulenko
0d934b6735 PRINCE: I18N: Update translation (Russian)
Currently translated at 100.0% (2757 of 2757 strings)
2019-12-31 23:45:59 +00:00
Eugene Sandulenko
7567d1a4d2 PRINCE: I18N: Update translation (English)
Currently translated at 83.4% (2300 of 2757 strings)
2019-12-31 23:45:59 +00:00
BLooperZ
f13c76fec9 SCUMM: move comment to more appropriate location 2020-01-01 00:31:21 +01:00
BLooperZ
cbcb36ac61 SCUMM: add more comments 2020-01-01 00:31:21 +01:00
BLooperZ
c10ed91c3e SCUMM: avoid allocating large buffers on stack 2020-01-01 00:31:21 +01:00
BLooperZ
7f8b584aa3 SCUMM: remove commented out code 2020-01-01 00:31:21 +01:00
BLooperZ
a96b82203b SCUMM: add comments and fix formatting 2020-01-01 00:31:21 +01:00
BLooperZ
e411a539cb SCUMM: use memset for initialization 2020-01-01 00:31:21 +01:00
BLooperZ
2105313d8b SCUMM: remove forced right-to-left mode 2020-01-01 00:31:21 +01:00
BLooperZ
800ea6fb15 SCUMM: fix formatting 2020-01-01 00:31:21 +01:00
BLooperZ
0af04124c8 SCUMM: export fakeBidi to function 2020-01-01 00:31:21 +01:00
BLooperZ
b75b5cb6b6 SCUMM: consider code 2 in reversal 2020-01-01 00:31:21 +01:00
BLooperZ
390a0abfed SCUMM: flip dialogue selection symbol in indy4 2020-01-01 00:31:21 +01:00
BLooperZ
43bdbdf3fa SCUMM: fix missing dialogue in indy4 2020-01-01 00:31:21 +01:00
BLooperZ
f411135ef6 SCUMM: remove condition for aligning verb lines 2020-01-01 00:31:21 +01:00
BLooperZ
9b2ee566e4 SCUMM: remove condition for aligning verb lines 2020-01-01 00:31:21 +01:00
BLooperZ
8bcdaa6e45 SCUMM: minimize changes required for rtl 2020-01-01 00:31:21 +01:00
BLooperZ
0625518e9f SCUMM: in-place verb strings reversal 2020-01-01 00:31:21 +01:00
BLooperZ
80218a5203 SCUMM7: reverse in single place 2020-01-01 00:31:21 +01:00
BLooperZ
12c86f2bc1 SCUMM: exclude digits from fake rtl support + no align in samnmax 2020-01-01 00:31:21 +01:00
BLooperZ
8bef2a9b36 SCUMM: add check for hebrew version for position 2020-01-01 00:31:21 +01:00
BLooperZ
cd4ce42b46 SCUMM: fix title screen positioning 2020-01-01 00:31:21 +01:00
BLooperZ
7b0e50cdce SCUMM: conditional alignment 2020-01-01 00:31:21 +01:00
BLooperZ
5e26fbdf9a SCUMM: special cases for indy4 2020-01-01 00:31:21 +01:00
BLooperZ
f6e859800d SCUMM: disable debug messages 2020-01-01 00:31:21 +01:00
BLooperZ
b67d954351 SCUMM: disable warnings 2020-01-01 00:31:21 +01:00
BLooperZ
d11c6b655c SCUMM: eliminate shadowing 2020-01-01 00:31:21 +01:00
BLooperZ
e4d70141f0 SCUMM: better locale check 2020-01-01 00:31:21 +01:00
BLooperZ
68c6038e9c SCUMM: add RTL support for scumm v4 to v6 2020-01-01 00:31:21 +01:00
ניב באר
72471ec431 SCUMM: rtl support for scumm-7-8 2020-01-01 00:31:21 +01:00
Eugene Sandulenko
c05b911563 ALL: Bump copyright year to 2020 2020-01-01 00:01:00 +01:00
Eugene Sandulenko
52cf97a83e DIRECTOR: More debug output for EXE file parsing 2020-01-01 00:01:00 +01:00
sluicebox
e1d8f86a19 SCI32: Fix GK2 Holy water lockup 2019-12-31 13:07:50 -08:00
Cameron Cawley
4d9ec631f1 MOHAWK: LB: Add a console command to change the cursor 2019-12-31 21:38:45 +02:00
Cameron Cawley
ff3f7170f8 GRAPHICS: Fix loading NE cursors 2019-12-31 19:19:21 +01:00
Eugene Sandulenko
fc35b122c1 DIRECTOR: LINGO: Avoid reading past buffer in the preprocessor 2019-12-31 17:16:47 +01:00
Eugene Sandulenko
7989d65b26 DIRECTOR: Add sanity check to BITDDecoder 2019-12-31 17:06:03 +01:00
Eugene Sandulenko
42dc7451ad DIRECTOR: Fix out-of-bounds write 2019-12-31 16:37:51 +01:00
Eugene Sandulenko
a85989dd8a DIRECTOR: LINGO: 'return' could have no arguments 2019-12-31 16:27:28 +01:00
Eugene Sandulenko
d64b6f16b3 DIRECTOR: LINGO: Added decompilation prototypes for newly added codes 2019-12-31 16:27:28 +01:00
Eugene Sandulenko
91a50e81d3 DIRECTOR: LINGO: Added test for chunk functions 2019-12-31 16:27:28 +01:00
Eugene Sandulenko
f3b4df74b5 DIRECTOR: LINGO: Implement parsing of 'the number of <xx> in' chunk functions 2019-12-31 16:27:28 +01:00
Eugene Sandulenko
ccb0aa0bb1 DIRECTOR: LINGO: Allow numbers in object names 2019-12-31 16:27:28 +01:00
Eugene Sandulenko
fe9c19db15 DIRECTOR: LINGO: Support getting object fields 2019-12-31 16:27:28 +01:00
Eugene Sandulenko
5d2cbc1bfc DIRECTOR: LINGO: Fixed 'factory' lexing 2019-12-31 16:27:28 +01:00
sluicebox
6250d722aa SCI32: Fix GK2 patch comment 2019-12-30 20:53:57 -08:00
sluicebox
5328b7401b SCI32: Fix GK2 Xaver Black Wolf topic 2019-12-30 20:51:01 -08:00
sluicebox
82c5dcf241 SCI32: Fix GK2 Chapter 3 police station deadend 2019-12-30 20:51:01 -08:00