Commit Graph
137148 Commits
Author SHA1 Message Date
AndywinXp 2a1708b2c0 SCUMM: GUI: Fix wrong textSpeed range in GUI string 2022-12-01 19:54:49 +01:00
ScummVM-Translations a300262680 I18N: Update translations templates 2022-12-01 13:21:15 +00:00
Walter Agazzi 12be54888e MADE: Improve detection for RTZ Demo
Fixes clash with Myst demo
2022-12-01 14:18:52 +01:00
Walter Agazzi 4a2d55cac8 MOHAWK: Improve detection for Myst Demo
Fixes clash with Return to Zork demo
2022-12-01 14:18:15 +01:00
Walter Agazzi 1831433665 DRAGONS: Open GMM when choosing options
Open GMM when choosing "options" in the main menu, instead of
 bouncing back the selection
2022-12-01 11:59:48 +01:00
Eugene Sandulenko fb7095f5a4 COMMON: Move all compression-related files to a separate directory 2022-12-01 11:53:02 +01:00
Eugene Sandulenko a92315368a DIRECTOR: LINGO: Update screen during script execution
This ensures that cursor is updated and is smooth
2022-12-01 10:32:46 +01:00
Eugene Sandulenko cf3a452b32 JANITORIAL: Whitespace fix 2022-12-01 10:32:46 +01:00
Eugene Sandulenko 7e52767267 DIRECTOR: LINGO: Allow built-ins to be overridden
A good example of it is Panic Parc demo, where the setProp built-in
gets redefined
2022-12-01 10:32:43 +01:00
Misty De Meo 627e18b3aa DIRECTOR: add Trans mac/win 2022-11-30 19:51:26 -08:00
D G Turner d1c227f3f2 SCUMM: Fix Signed vs. Unsigned GCC Compiler Warning 2022-12-01 03:33:31 +00:00
Walter Agazzi 6067c107b6 AGS: Add detection for recent games 2022-12-01 03:00:54 +01:00
ScummVM-Translations 2971136832 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/
2022-12-01 00:52:59 +00:00
Vladimir Serbinenko 2b9244c2de COMMON: Switch unzip to MemcachingCaseInsensitiveArchive 2022-12-01 01:52:46 +01:00
Vladimir Serbinenko bb792d2c3a COMMON: Switch unarj to MemcachingCaseInsensitiveArchive 2022-12-01 01:52:46 +01:00
Vladimir Serbinenko 489d83c76d MADS: Switch MpsInstaller archive to MemcachingCaseInsensitiveArchive 2022-12-01 01:52:46 +01:00
Vladimir Serbinenko 2521169a7b DREAMWEB: Switch RNCA archive to MemcachingCaseInsensitiveArchive. 2022-12-01 01:52:46 +01:00
Vladimir Serbinenko acc709730f COMMON: Switch clickteam to MemcachingCaseInsensitiveArchive. 2022-12-01 01:52:46 +01:00
Vladimir Serbinenko b2def0293c COMMON: Add MemcachingCaseInsensitiveArchive for caching archive contents
This allows to share code for caching decompressed contents.
2022-12-01 01:52:46 +01:00
Vladimir Serbinenko 81040b5d20 COMMON: Make memstream support SharedPtr-backed array
This allows to safely implement archive contents caches.

The change to lilliput is needed to allow to keep move-constructot
semantics of ScriptStream which would otherwise disappear because
DisposablePtr is non-copyable
2022-12-01 01:52:46 +01:00
Vladimir Serbinenko 1d15e2a66e COMMON: Fix DisposablePtr move constructor in presence of a deleter 2022-12-01 01:52:46 +01:00
ScummVM-Translations b168941885 I18N: Update translations templates 2022-12-01 00:18:24 +00:00
eientei a49e473fe9 DIRECTOR: JANITORIAL: Spelling fixes in comments 2022-12-01 01:18:11 +01:00
eientei 6fd98e2e34 DIRECTOR: Workaround in hasLoopBounds where start can be != 0 and end = 0 2022-12-01 01:18:11 +01:00
eientei 6fa3ac0774 DIRECTOR: Also look for XFCNs here; probe the initial movie for xobjs as well 2022-12-01 01:18:11 +01:00
eientei 0504d2c859 DIRECTOR: Fix Gestalt IDs 25 and 27 being mixed 2022-12-01 01:18:11 +01:00
eientei 34bee0ebd7 DIRECTOR: Add lingo patches for AmandaStories (Win) and Smile! (v1.1) 2022-12-01 01:18:11 +01:00
eientei c3d935d197 DIRECTOR: JANITORIAL: lingo-patcher whitespace cleanups 2022-12-01 01:18:11 +01:00
eientei f600f2e45b DIRECTOR: lingo-builtins: Look for XFCNs in files; Correctly decode alerts; Fix for >2 preload arguments 2022-12-01 01:18:11 +01:00
eientei 6b6a5884e7 DIRECTOR: Attempt (and fail) to give McLuhan the file it wants 2022-12-01 01:18:11 +01:00
eientei c85129b699 DIRECTOR: Many, many detection entries 2022-12-01 01:18:11 +01:00
eientei c616314c65 DIRECTOR: Add ispippin xlib for Circus! (Pippin) and stubbed qtmovie xlib 2022-12-01 01:18:11 +01:00
eientei 54727fec84 DIRECTOR: Add xlibs for Yearn2Learn: The Flintstones Coloring Book 2022-12-01 01:18:11 +01:00
eientei 467c393f03 DIRECTOR: Add xobjs for Ednovation games 2022-12-01 01:18:11 +01:00
eientei 1fae93ab5a DIRECTOR: moovxobj: According to the readme, this function would have an arg 2022-12-01 01:18:11 +01:00
eientei 22da69e510 DIRECTOR: JANITORIAL: moovxobj whitespace and comment fixes 2022-12-01 01:18:11 +01:00
eientei 89bd9f4c55 DIRECTOR: Add description to cdromxobj, popupmenuxobj 2022-12-01 01:18:11 +01:00
eientei 960503b784 DIRECTOR: JANITORIAL: jitdraw3, miscx whitespace cleanup 2022-12-01 01:18:11 +01:00
eientei e8da6eb159 DIRECTOR: JANITORIAL: fileio whitespace cleanup 2022-12-01 01:18:11 +01:00
eientei 1900f8391b DIRECTOR: Add description to fileio 2022-12-01 01:18:11 +01:00
ScummVM-Translations 19f51d894c 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/
2022-11-30 23:30:40 +00:00
AndywinXp ba24698225 SCUMM: v3: Implement ability to rename savestate before loading on the original menu
As much as this seems bad design, it's a real possibility in the original interpreters, furthermore
confirmed by the menu messages which are shown when the user tries to do that, so here we are...
2022-12-01 00:04:46 +01:00
ScummVM-Translations ca7652fe9d I18N: Update translations templates 2022-11-30 22:29:08 +00:00
Cameron Cawley 6cf3487803 AUDIO: Merge the DOSBoxCMS and CMSEmulator classes 2022-12-01 00:28:56 +02:00
Cameron Cawley 8f6028c43d KINGDOM: Reduce the size of the static data and make it const 2022-11-30 23:30:25 +02:00
Filippos Karapetis 541a8704d6 GLK: Implement GlkMetaEngineDetection::getMD5Bytes() 2022-11-30 23:29:37 +02:00
Cameron Cawley 6506e59064 ENGINES: Add getMD5Bytes to the base MetaEngineDetection class 2022-11-30 23:29:37 +02:00
Walter Agazzi 8713f3b3b3 DRACI: Find max speech file using iterator 2022-11-30 23:19:08 +02:00
elasota c52eaf92fc COMMON: Move Installer VISE loader from mTropolis engine to Common. 2022-11-30 23:17:47 +02:00
sluicebox bf47637280 SCI: Remove KQ6 black widow script patch
The VM discrepancy that caused these buggy scripts to behave
differently has been fixed, so this patch is no longer needed
2022-11-30 23:13:00 +02:00