https://github.com/scummvm/scummvm

sort by:
Revision Author Date Message Commit Date
4a6489b QUUX: Update to the latest changes with debug flags 23 May 2021, 17:11:06 UTC
4efb1c4 QUUX: Added current version from the Wiki 23 May 2021, 08:17:34 UTC
0c59abf GRAPHICS: Optimize the Normal scaler slightly 23 May 2021, 07:33:18 UTC
909be8a GRAPHICS: Add a Normal5x scaler 23 May 2021, 07:33:18 UTC
4500cc8 ULTIMA8: Fix int16 casts in 32 bit usecode operands These opcodes are all unused in Ultima8, so this bug probably only affects Crusader games. 23 May 2021, 07:23:17 UTC
c74ae95 ULTIMA8: Avoid confman call on every animation 23 May 2021, 07:23:17 UTC
b9ddaf6 ULTIMA8: Remove some dead code Code that has been #if 0 for a long time, and some default setting for Crusader which is not used. 23 May 2021, 07:23:17 UTC
01e08d5 I18N: Update translation (Greek) Currently translated at 100.0% (1641 of 1641 strings) 23 May 2021, 02:35:05 UTC
9243be0 SCI32: Fix GK1 comic-book cartoon timing, animation 23 May 2021, 00:47:17 UTC
024eb03 PRINCE: Copy audio streams 22 May 2021, 22:50:42 UTC
b263ca4 MOHAWK: Copy audio streams (fix 12513) 22 May 2021, 22:33:36 UTC
286ebbd TUCKER: Don't allocate audio files on the stack 22 May 2021, 22:25:56 UTC
78ec256 SCUMM: (FM-TOWNS) - fix bug no. 12560 ("[FM Towns] scrolling much too slow") (partly revert fb8f1084) There is no simple solution that would still leave the "butter smooth" scrolling for faster platforms intact. I have measured times between several code points to find any bottlenecks. My finding is that even single script opcodes may well take over 200ms to execute. And exceeding a singe 60 Hz tick happens way more often (which makes the scrolling fall behind and have to catch up, thus becoming a bit sloppy). So, for the "butter smooth" scrolling I'll probably implement a timer for the screen updates (which will then really behave much more like the interrupt handler of the original). But that's for a separate commit. This one is mostly about the bug ticket.. 22 May 2021, 12:24:54 UTC
e8b8821 DEVTOOLS: Fix compilation 22 May 2021, 12:11:53 UTC
39cc305 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/ 22 May 2021, 11:50:25 UTC
f074eb1 AGS: Fix format string warning Make use of %s guarantees that error message won't get expanded one more time 22 May 2021, 11:48:53 UTC
799bf8a AGS: Move debug channels to detection This fixes build with older compiler which don't support C++11 when building detection code. 22 May 2021, 11:45:21 UTC
ec7c5be ASYLUM: Use smaller include Whole asylum.h is not needed and contains C++11 constructs. Detection fails to build with older compilers in this case. 22 May 2021, 11:44:19 UTC
42e45f6 NANCY: Move debug channels in detection.h to avoid pulling whole nancy.h This one includes C++11 constructs which are not accepted by older compilers 22 May 2021, 11:42:55 UTC
d52c918 I18N: Update translations templates 22 May 2021, 10:29:09 UTC
f0d19d6 SWORD25: Remove duplicate debug channel This is now a fatal error after the recent debug channel refactor 22 May 2021, 10:28:23 UTC
8b6b739 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/ 22 May 2021, 10:24:08 UTC
48a821e HADESCH: Fix incorrect debug channel 22 May 2021, 10:23:32 UTC
67bc175 I18N: Update translations templates 22 May 2021, 10:02:01 UTC
cbe971e LASTEXPRESS: Add missing debug channel terminator 22 May 2021, 10:01:17 UTC
55344bf SCUMM: Add missing debug channel terminator 22 May 2021, 09:56:02 UTC
4122639 SCI: Add missing debug channel terminator 22 May 2021, 09:55:37 UTC
96e05f5 SCI: Add SQ4 Spanish 5.25" floppy detection entry Trac #12524 22 May 2021, 04:29:17 UTC
4e34702 SCI: Fix SQ4 Spanish detection entry's options This is a localized floppy version that was distributed on a CD, it doesn't have the features of the CD version 22 May 2021, 03:42:53 UTC
f3e8908 SCI32: Fix GK1 CD end-game font 22 May 2021, 03:42:53 UTC
8d50c6c AGS: Added detection entries 22 May 2021, 01:48:52 UTC
fb55d3b AGS: Cleanup of Ben Jordan detection entries 22 May 2021, 01:48:52 UTC
cc2e803 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/ 22 May 2021, 01:14:26 UTC
198cef7 LURE: Fix compilations on platforms without TTS (#3024) 22 May 2021, 01:14:16 UTC
7c91d26 I18N: Update translations templates 21 May 2021, 23:35:08 UTC
6dfe6ad ASYLUM: move debugchannels to metaEngineDetection 21 May 2021, 23:34:57 UTC
859d9ac ENGINE: add doxygen comments fo DebugChannelDef and getDebugChannels 21 May 2021, 23:34:57 UTC
9f1f800 SCUMM: add forward declaration of FontSJIS 21 May 2021, 23:34:57 UTC
263d27a SCUMM: move debug messages in detection into kDebugGlobalDetection channel 21 May 2021, 23:34:57 UTC
5f74ffc ADL: move debug messages in detection into kDebugGlobalDetection channel 21 May 2021, 23:34:57 UTC
d7dfc15 DIRECTOR: fix code style problem 21 May 2021, 23:34:57 UTC
361c723 ENGINE: introduce kDebugGlobalDetection which is used for print debug messages of advancedDetector 21 May 2021, 23:34:57 UTC
6d1aece COMMON: remove kDebugGlobalTest flag 21 May 2021, 23:34:57 UTC
649661a BASE: add clarification for list-debugflags when typing help 21 May 2021, 23:34:57 UTC
d147ab8 BASE: add listing the engine specified debugflags in commandline 21 May 2021, 23:34:57 UTC
5feac6b BASE: add list-all-debugflags and list-debugflags to commandLine 21 May 2021, 23:34:57 UTC
dd14b7b GRIM: move debug flags to metaEngineDetection 21 May 2021, 23:34:57 UTC
b41b540 AGI: delete adding debug channels in preagi 21 May 2021, 23:34:57 UTC
5bdaf49 XEEN: move debug channels to metaEngineDetection 21 May 2021, 23:34:57 UTC
a8afd02 WINTERMUTE: move debug channels to metaEngineDetection 21 May 2021, 23:34:57 UTC
cad09bb VOYEUR: move debug channels to metaEngineDetection 21 May 2021, 23:34:57 UTC
f1a242d TSAGE: move debug channels to metaEngineDetection 21 May 2021, 23:34:57 UTC
f919300 TOUCHE: move debug channels to metaEngineDetection 21 May 2021, 23:34:57 UTC
b50b225 TOON: move debug channels to metaEngineDetection 21 May 2021, 23:34:57 UTC
f58b4c5 TONY: move debug channels to metaEngineDetection 21 May 2021, 23:34:57 UTC
8905a28 TITANIC: move debug channels to metaEngineDetection 21 May 2021, 23:34:57 UTC
bea68bb TINSEL: move debug channels to metaEngineDetection 21 May 2021, 23:34:57 UTC
32f66c2 TESTBED: move debug channels to metaEngineDetection 21 May 2021, 23:34:57 UTC
8c500c9 TEENAGENT: move debug channels to metaEngineDetection 21 May 2021, 23:34:57 UTC
3c283af SWORD25: move debug channels to metaEngineDetection 21 May 2021, 23:34:57 UTC
489d605 SUPERNOVA: move debug channels to metaEngineDetection 21 May 2021, 23:34:57 UTC
2c93928 STARTREK: move debug channels to metaEngineDetection 21 May 2021, 23:34:57 UTC
0b070c9 STARK: move debug channels to metaEngineDetection 21 May 2021, 23:34:57 UTC
554fb98 SLUDGE: move debug channels to metaEngineDetection 21 May 2021, 23:34:57 UTC
53dcc76 SHERLOCK: move debug channels to metaEngineDetection 21 May 2021, 23:34:57 UTC
17efb68 SCUMM: move debug channels to metaEngineDetection 21 May 2021, 23:34:57 UTC
3a65856 SCI: move debug channels to metaEngineDetection 21 May 2021, 23:34:57 UTC
043fda5 PRIVATE: move debug channels to metaEngineDetection 21 May 2021, 23:34:57 UTC
9d08180 PRINCE: move debug channels to metaEngineDetection 21 May 2021, 23:34:57 UTC
e52a3bf PLUMBERS: move debug channels to metaEngineDetection 21 May 2021, 23:34:57 UTC
e955e58 PETKA: move debug channels to metaEngineDetection 21 May 2021, 23:34:57 UTC
3909daf PARALLACTION: move debug channels to metaEngineDetection 21 May 2021, 23:34:57 UTC
9c77184 NGI: move debug channels to metaEngineDetection 21 May 2021, 23:34:57 UTC
04d03fe NANCY: move debug channels to metaEngineDetection 21 May 2021, 23:34:57 UTC
37e313b MYST3: move debug channels to metaEngineDetection 21 May 2021, 23:34:57 UTC
ad62915 MORTEVIELLE: move debug channels to metaEngineDetection 21 May 2021, 23:34:57 UTC
a336c31 MADS: move debug channels to metaEngineDetection 21 May 2021, 23:34:57 UTC
eb0412c MACVENTURE: move debug channels to metaEngineDetection 21 May 2021, 23:34:57 UTC
acc86e6 LURE: move debug channels to metaEngineDetection 21 May 2021, 23:34:57 UTC
414d623 LILLIPUT: move debug channels to metaEngineDetection 21 May 2021, 23:34:57 UTC
fb1e15f LASTEXPRESS: move debug channels to metaEngineDetection 21 May 2021, 23:34:57 UTC
034be8c KYRA: move debug channels to metaEngineDetection 21 May 2021, 23:34:57 UTC
9571892 KINGDOM: move debug channels to metaEngineDetection 21 May 2021, 23:34:57 UTC
58d4dc8 HUGO: move debug channels to metaEngineDetection 21 May 2021, 23:34:57 UTC
cd6a9db HOPKINS: move debug channels to metaEngineDetection 21 May 2021, 23:34:57 UTC
9d585ee HADESCH: move debug channels to metaEngineDetection 21 May 2021, 23:34:57 UTC
2bb220f GROOVIE: move debug channels to metaEngineDetection 21 May 2021, 23:34:57 UTC
3f74a19 GOB: move debug channels to metaEngineDetection 21 May 2021, 23:34:57 UTC
e42e1bc GNAP: move debug channels to metaEngineDetection 21 May 2021, 23:34:57 UTC
ad4f367 GLK: move debug channels to metaEngineDetection 21 May 2021, 23:34:57 UTC
d987e1a DREAMWEB: move debug channels to metaEngineDetection 21 May 2021, 23:34:57 UTC
467c659 DRACI: move debug channels to metaEngineDetection 21 May 2021, 23:34:57 UTC
c24f589 CRYOMNI3D: move debug channels to metaEngineDetection 21 May 2021, 23:34:57 UTC
5daceea CRUISE: move debug channels to metaEngineDetection 21 May 2021, 23:34:57 UTC
c80dd05 CINE: move debug channels to metaEngineDetection 21 May 2021, 23:34:57 UTC
b2f5ee4 CGE2: move debug channels to metaEngineDetection 21 May 2021, 23:34:57 UTC
7a0d954 GUI: move kDebugLevelEventRec flag to global flag 21 May 2021, 23:34:57 UTC
3ad0a95 CGE: move debug channels to metaEngineDetection 21 May 2021, 23:34:57 UTC
a5bb79d BLADERUNNER: move debug channels to metaEngineDetection 21 May 2021, 23:34:57 UTC
44e2285 BASE: add duplicate debug channel check for addDebugChannel 21 May 2021, 23:34:57 UTC
back to top