Commit Graph

151998 Commits

Author SHA1 Message Date
Eugene Sandulenko
a69f9e5afb
DISTS: REDHAT: Added missing License files 2024-05-22 21:59:00 +02:00
Eugene Sandulenko
1033d8ce68
CREATE_PROJECT: Added missing License files 2024-05-22 21:59:00 +02:00
Eugene Sandulenko
1919a349e4
WIN32: Added missing License files 2024-05-22 21:59:00 +02:00
Eugene Sandulenko
10da6c6acb
MAEMO: Added missing License files 2024-05-22 21:59:00 +02:00
Eugene Sandulenko
01076c8b62
IRIX: Added missing License files 2024-05-22 21:59:00 +02:00
Eugene Sandulenko
b1605807f5
BUILD: Added missing License files to makefiles 2024-05-22 21:59:00 +02:00
Eugene Sandulenko
3746945ad5
DEVTOOLS: Split out themes check into a separate test 2024-05-22 21:59:00 +02:00
Eugene Sandulenko
19b11a9aaf
GLK: Move common/translation.h include to .cpp file
That makes release checker happy and is less error-prone.
2024-05-22 21:59:00 +02:00
Eugene Sandulenko
04749e30cb
GOB: Make release checker happier in regards of POTFILES 2024-05-22 21:58:59 +02:00
Eugene Sandulenko
220304a5a3
DEVTOOLS: Update POTFILES release check 2024-05-22 21:58:59 +02:00
Eugene Sandulenko
c5e57db522
MM: Remove moved file from POTFILES 2024-05-22 21:58:59 +02:00
Eugene Sandulenko
0054119f56
TWP: Added missing file to POTFILES 2024-05-22 21:58:59 +02:00
Eugene Sandulenko
664e1737c3
I18N: Update POTFILES with source changes 2024-05-22 21:58:59 +02:00
Eugene Sandulenko
eb91c70705
FREESCAPE: Added missing files to POTFILES 2024-05-22 21:58:59 +02:00
Eugene Sandulenko
1fe1f23f4c
AGS: Update POTFILES 2024-05-22 21:58:59 +02:00
Eugene Sandulenko
48c8ff47c6
TWP: Remove unneded include 2024-05-22 21:58:59 +02:00
Eugene Sandulenko
472f59c610
LIBRETRO: Moved include to the relevant .cpp file 2024-05-22 21:58:59 +02:00
Eugene Sandulenko
c42742ded8
DISTS: Added missing references to bagel.dat 2024-05-22 21:58:59 +02:00
Eugene Sandulenko
f070a10b77
DEVTOOLS: Fix release check for new arrangement for dat files 2024-05-22 21:58:59 +02:00
Eugene Sandulenko
a3e95db5f3
DIRECTOR: Added README to Lingo Decoder and relevant license file 2024-05-22 21:58:59 +02:00
scemino
4bb750b41d DIRECTOR: Add more syntax highlighting 2024-05-22 20:54:24 +02:00
Marco Borrini
3b75940ade GLK: GLULX: Adds about 80 new entries 2024-05-22 17:35:29 +02:00
Marco Borrini
be9f3528d5 GLK: ZCODE: Adds about 200 new entries 2024-05-22 17:35:29 +02:00
Eugene Sandulenko
72b6d90e2e
DIRECTOR: LINGOTESTS: Fix reference.lingo test, wrapped compile-only tests 2024-05-22 17:32:54 +02:00
Scott Percival
523d31590e DIRECTOR: Prevent exitFrame handler from running twice
It is possible to call "pause" in the exitFrame handler, then rely on
another handler (e.g. mouseDown) to call "continue" to start the movie
playback. exitFrame should not be called again once playback is resumed.

Fixes entering the first hatch in L-Zone.
Fixes D4-unit/T_EVNT12.DIR in director-tests.
2024-05-22 17:24:31 +02:00
Scott Percival
8e6ba00bc2 DIRECTOR: XOBJ: Fix MMovie to rename autosaves to something sensible 2024-05-22 17:24:31 +02:00
Scott Percival
337f214ff4 DIRECTOR: Move equality warnings behind debug gate 2024-05-22 17:24:31 +02:00
Scott Percival
6461bdcd25 DIRECTOR: Clean up array compare code, add more tests 2024-05-22 17:24:31 +02:00
Scott Percival
f673761135 DIRECTOR: LINGO: Fix b_count for RECT and POINT 2024-05-22 17:24:31 +02:00
Scott Percival
9a822aa057 DIRECTOR: LINGO: Add more list edge cases 2024-05-22 17:24:31 +02:00
Scott Percival
fb1f453dc1 DIRECTOR: LINGO: Allow nonsense coercion of symbol to integer
Fixes the collision detection loop in the maze minigame of Virtual
Nightclub.
2024-05-22 17:24:31 +02:00
Scott Percival
417106a9d0 DIRECTOR: LINGO: Fix typo in fetching CastScripts with b_script 2024-05-22 17:24:31 +02:00
Scott Percival
cf47a34a86 DIRECTOR: LINGO: Add POINT/RECT support to Lingo::setObjectProp 2024-05-22 17:24:31 +02:00
Scott Percival
6819a99fcf DIRECTOR: XOBJ: Fix MMovie save dialog + return ticks 2024-05-22 17:24:31 +02:00
Scott Percival
782ad3f28f DIRECTOR: LINGO: Add better logging for Datum equality/comparison 2024-05-22 17:24:31 +02:00
Scott Percival
49a4648f6e DIRECTOR: Force Lctx loading after other resources
It is possible for the bytecode compiler to call
getCastMemberByScriptId, which in turn can force a load() for a cast
member. If this cast member happens to be a TextCastMember, the text
will be missing.

Fixes the maze gallery minigame in Virtual Nightclub.
2024-05-22 17:24:31 +02:00
Scott Percival
9e76421275 DIRECTOR: Enable built-in debug logging in Virtual Nightclub 2024-05-22 17:24:31 +02:00
Scott Percival
5051d1fe9c DIRECTOR: LINGO: Fix list handler override bodge
Fixes ARRAY/PARRAY log messages in Virtual Nightclub.
2024-05-22 17:24:31 +02:00
ScummVM-Translations
c3c1fb7209 I18N: Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: ScummVM/scummvm
Translate-URL: https://translations.scummvm.org/projects/scummvm/scummvm/
2024-05-22 13:15:41 +00:00
Eugene Sandulenko
7ef89c0e55
DIRECTOR: Silence the warning in a different way when clearing a struct 2024-05-22 14:38:59 +02:00
Eugene Sandulenko
c41087cf66
DIRECTOR: DEBUGGER: Improved row header indentation in Score window 2024-05-22 14:37:32 +02:00
复予
0e563b0554 I18N: Update translation (Chinese (Simplified))
Currently translated at 76.8% (1640 of 2135 strings)
2024-05-22 11:42:58 +00:00
Strangerke
c333222e3a BAGEL: Remove scrollDown, change the definition of fadeLines and scrollUp in order to remove the unused parameters, clean the implementation 2024-05-22 08:32:12 +01:00
Strangerke
62f9284afe BAGEL: Fix a couple of potential memory leaks in CBagMovieObject, remove a useless part of a check (mention by PVS Studio) 2024-05-22 08:18:44 +01:00
D G Turner
0d3cdd3047 DIRECTOR: Fix Memset On Non-Trivial Structure GCC Compiler Warning 2024-05-22 01:47:35 +01:00
D G Turner
6e3f4afc40 DIRECTOR: Fix Enumeration Value Type Mismatch GCC Compiler Warning
This should be checked to ensure that this functions as intended.
2024-05-22 01:37:04 +01:00
D G Turner
2c832ed975 DIRECTOR: Fix Signed vs. Unsigned Comparison GCC Compiler Warnings 2024-05-22 01:14:56 +01:00
sluicebox
076ea03926 SCI: Fix KQ6 message when clicking on horse in castle
Fixes an inaccessible message due to the wrong verb

Thanks to @StuntmanSnake for discovering this
2024-05-21 16:26:01 -07:00
Strangerke
3f09c38747 BAGEL: Fix several PVS Studio issues 2024-05-21 23:50:38 +01:00
Eugene Sandulenko
26f17006eb
DIRECTOR: DEBUGGER: Fix crash in Score window when switching to a smaller movie 2024-05-21 23:49:14 +02:00