Commit Graph

123996 Commits

Author SHA1 Message Date
Orgad Shaneh
229a6f305f CONFIGURE: Do not undefine __STRICT_ANSI__ for mingw
GCC11 warns if it is not defined.
2021-10-23 10:11:57 +02:00
Marcus Comstedt
20eb91cb31 GRAPHICS: Add Latin Extended-A to GUI font
This fixes incorrectly rendered characters in the about crawler.

The following BDF file was used as source:
https://opensource.apple.com/source/X11fonts/X11fonts-10.2/font-adobe-75dpi/font-adobe-75dpi-X11R7.0-1.0.0/helvB12.bdf
2021-10-23 09:45:15 +02:00
Die4Ever
22d8413fea
GROOVIE: T11H gallery fixes and tests 2021-10-23 02:22:53 -05:00
Eugene Sandulenko
e655e5f9da
GROOVIE: Fix copy/paste error in Gallery puzzle 2021-10-23 10:15:57 +03:00
Filippos Karapetis
7c483badbc GROOVIE: Clean up mini game debug messages and comments 2021-10-23 04:07:15 +03:00
ScummVM-Translations
f4aae6f0bc 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/
2021-10-22 23:48:39 +00:00
Orgad Shaneh
db7699228c MISC: Fix printf long/int64 type mismatches
Cast to [unsigned] long.
2021-10-23 02:48:27 +03:00
ScummVM-Translations
b1ace30af6 I18N: Update translations templates 2021-10-22 23:47:07 +00:00
ScummVM-Translations
9030505f12 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/
2021-10-22 23:47:06 +00:00
Filippos Karapetis
14e773ba07 GROOVIE: Add missing ifdefs for groovie2 game logic 2021-10-23 02:46:47 +03:00
Filippos Karapetis
4827c87348 GROOVIE: Remove leftover include 2021-10-23 02:46:46 +03:00
ScummVM-Translations
bccd437532 I18N: Update translations templates 2021-10-22 23:43:06 +00:00
Filippos Karapetis
692bad517f GROOVIE: Restructure GroovieV2 game logic
- Move Groovie2 mini-game logic orchestration inside script opcode 0x42
- Move 11h mousetrap logic into a separate file
- Move music file names for MusicPlayerClan inside music.cpp
- Remove the now obsolete ClanGame and T11hGame classes
2021-10-23 02:42:39 +03:00
Filippos Karapetis
7ee08effe8 GROOVIE: Hook up the cake puzzle like the rest. Some cleanup/renaming 2021-10-23 01:54:41 +03:00
Filippos Karapetis
0f70fa0a1b GROOVIE: Split the gallery puzzle logic into a separate file 2021-10-23 01:36:01 +03:00
Filippos Karapetis
e0bb071c31 GROOVIE: Remove debug function 2021-10-23 01:23:19 +03:00
Filippos Karapetis
4c74f65210 GROOVIE: Split the cake puzzle logic into a separate file 2021-10-23 01:19:21 +03:00
Eugene Sandulenko
9b1823d211
GROOVIE: Hid noisy warning 2021-10-22 23:07:05 +03:00
Eugene Sandulenko
7589c7f7f9
GROOVIE: Implement rest of the Beehive methods 2021-10-22 23:02:48 +03:00
Eugene Sandulenko
96e7848fe0
GROOVIE: More work on Beehive 2021-10-22 23:02:48 +03:00
Eugene Sandulenko
e7dbd0a880
GROOVIE: Implemented more Beehive methods 2021-10-22 23:02:48 +03:00
Eugene Sandulenko
d5f291edcd
GROOVIE: Implemented top method for Beehive 2021-10-22 23:02:48 +03:00
Eugene Sandulenko
e10a09eff2
GROOVIE: Move Beehive puzzle logic to a separate file, more implementation 2021-10-22 23:02:47 +03:00
Eugene Sandulenko
e2c058bc0e
GROOVIE: Added stub for Beehive game 2021-10-22 23:02:47 +03:00
sluicebox
98acee333a SCI: Fix class_table debugging command output 2021-10-22 12:53:48 -05:00
Ralph Caraveo III
a272a6b578 SCI: Clarify passing of parameter: pass instead of parse for class_table debug command.
Minor wording change to say pass instead of parse.
2021-10-22 12:51:19 -05:00
eientei
34e58d9abb DEVTOOLS: simplify macbinary packing a bit 2021-10-22 13:05:46 +02:00
Misty De Meo
7def925d9c DEVTOOLS: dumper-companion: work around bug 2021-10-22 13:04:54 +02:00
Misty De Meo
a62ef12546 DEVTOOLS: fix filename for mac command 2021-10-22 13:04:01 +02:00
alxpnv
0c64bb82fa ASYLUM: speed up puzzle animations a little bit
Suggested by Attx. Thanks!
2021-10-22 12:00:12 +03:00
alxpnv
3d5fe05257 ASYLUM: don't play intro video when loading during startup
Bug reported by Attx
2021-10-22 12:00:12 +03:00
Eugene Sandulenko
7bbff0683c
GROOVIE: Fix logic for opGallery 2021-10-22 09:11:33 +03:00
ScummVM-Translations
98e106f514 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/
2021-10-21 22:58:19 +00:00
Filippos Karapetis
17a0848d77 GROOVIE: Mark game logic functions that are used in UHP 2021-10-22 01:58:01 +03:00
ScummVM-Translations
0f4737cb46 I18N: Update translations templates 2021-10-21 22:12:56 +00:00
Filippos Karapetis
739c608829 GROOVIE: Separate game logic for 11h and Clan, and reuse it for UHP 2021-10-22 01:12:39 +03:00
Roland van Laar
2d395d24db DIRECTOR: LINGO: Implement closeXlib with no arg
closeXlib without argument closes all open Xlibs.
From Lingo Dictionary Version 4 page 46:

    This statement closes all open X library files:
        closeXlib

Includes lingo tests
2021-10-21 23:11:31 +02:00
Eugene Sandulenko
0693fa1885
GROOVIE: Fix logic in opGallery 2021-10-21 23:53:54 +03:00
Eugene Sandulenko
c66f880858
GROOVIE: Initial complete code for opGallery 2021-10-21 23:53:54 +03:00
Die4Ever
79515a8e49 JANITORIAL: Fix default line endings 2021-10-21 22:35:57 +02:00
Eugene Sandulenko
2dfc3ae120
JANITORIAL: Fix line endings 2021-10-21 19:18:03 +03:00
Eugene Sandulenko
9e2f713248
JANITORIAL: Fix line endings 2021-10-21 19:07:53 +03:00
alxpnv
145ab27df9 ASYLUM: fix playing ambient sounds 2021-10-21 16:21:42 +03:00
alxpnv
7b6426721c ASYLUM: add missing config defaults 2021-10-21 16:21:42 +03:00
alxpnv
6878047715 ASYLUM: allow returning to game when using 'scene' debug command 2021-10-21 16:21:41 +03:00
Orgad Shaneh
cd1200bf7b GRAPHICS: Fix indentation in VectorRendererSpec
Reported by GCC11.
2021-10-21 11:54:19 +02:00
eientei
f346c18b20 DIRECTOR: Add IndexColorToWindow and alternate filename to winxobj 2021-10-21 11:53:40 +02:00
eientei
38eb5514b7 DIRECTOR: Implement Memory Xobj 2021-10-21 11:52:12 +02:00
Le Philousophe
353d2f0220 DIRECTOR: Fix compilation with C++98
The default assignment constructor just copies data over and we could
end up with _matte pointing twice to the same surface. It's now properly
reseted.
2021-10-21 11:51:25 +02:00
ScummVM-Translations
c464d06cfd 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/
2021-10-21 09:51:06 +00:00