Commit Graph

123967 Commits

Author SHA1 Message Date
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
eientei
b7ac932ec8 DIRECTOR: Handle 0 byte Fmap in Cast::loadFontMapV4 2021-10-21 11:50:55 +02:00
VAN-Gluon
b70aaf15e5 I18N: Update translation (Japanese)
Currently translated at 100.0% (1656 of 1656 strings)
2021-10-21 05:26:19 +00:00
eientei
b1c945b72c DIRECTOR: Add detection for Pecos Bill 2021-10-21 07:43:54 +03:00
Die4Ever
9db226b2a6
GROOVIE: fix compile error UINT_MAX 2021-10-20 17:45:44 -05:00
Die4Ever
d0cb8ef568
GROOVIE: T11H cake rewrite
Authentic rewrite of the original connect four cake AI.

Automated tests used for verification here
4c08e5829f/engines/groovie/logic/t11hgame.cpp (L490-L577)

Squashed commit of the following:

commit 346f1f1f3a6ce7382054b909022285133310cd43
Author: Die4Ever <die4ever2005@gmail.com>
Date:   Wed Oct 20 17:19:50 2021 -0500

    GROOVIE: T11H cake remove tests

commit 8e5cd4a1682125914f710760f1920affff109567
Author: Die4Ever <die4ever2005@gmail.com>
Date:   Wed Oct 20 16:40:50 2021 -0500

    GROOVIE: T11H cake cleanup and comments

commit 4c08e5829fc661086aa52a50221cacd9a13dd58d
Author: Die4Ever <die4ever2005@gmail.com>
Date:   Wed Oct 20 16:39:34 2021 -0500

    GROOVIE: T11H cake cleanup and comments

commit b5ead0f5028534b4db106b38c0c609b2020d826d
Author: Die4Ever <die4ever2005@gmail.com>
Date:   Wed Oct 20 06:57:19 2021 -0500

    GROOVIE: T11H cake rewrite rng

commit 12d6a0f9f4b8f6fa1522b69ae3cae678d03ad7f1
Author: Die4Ever <die4ever2005@gmail.com>
Date:   Wed Oct 20 06:45:28 2021 -0500

    GROOVIE: T11H cake rewrite
2021-10-20 17:21:09 -05:00
Lothar Serra Mari
40cb6070fb I18N: Update translation (German)
Currently translated at 100.0% (1656 of 1656 strings)
2021-10-20 20:54:17 +00:00
ScummVM-Translations
2f8732566f 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-20 20:31:49 +00:00
Paweł Kołodziejski
a4e33a37eb
STARK: Remove left over code 2021-10-20 22:31:36 +02:00
ScummVM-Translations
1c55d3b308 I18N: Update translations templates 2021-10-20 20:27:00 +00:00
Paweł Kołodziejski
565cb7c7cb
STARK: Added initial TinyGL renderer 2021-10-20 22:26:49 +02:00
Paweł Kołodziejski
7aab569882
STARK: Separated texture usage for 2D or 3D 2021-10-20 22:24:14 +02:00
Paweł Kołodziejski
d5c1d52198
TINYGL: Added tglDrawElements 2021-10-20 22:20:28 +02:00
alxpnv
dd93fe858c ASYLUM: fix playing library voices in demo version 2021-10-20 16:05:36 +03:00
alxpnv
40f6daac76 ASYLUM: fix crash in demo version 2021-10-20 16:05:36 +03:00
Torbjörn Andersson
338b3c6dee AUDIO: Fix check for OPL3 capable emulation
Both DOSBox and Nuked OPL should handle OPL3. Only the old MAME one
doesn't.
2021-10-20 13:34:31 +02:00
Antoniou Athanasios
aae4a0e6ec I18N: Update translation (Greek)
Currently translated at 100.0% (1656 of 1656 strings)
2021-10-20 11:12:09 +00:00
Walter Agazzi
51e2eebe0f I18N: Update translation (Italian)
Currently translated at 100.0% (1656 of 1656 strings)
2021-10-20 10:47:03 +00:00
Marcel Souza Lemes
e4ef48b93d I18N: Update translation (Portuguese (Brazil))
Currently translated at 100.0% (1656 of 1656 strings)
2021-10-20 09:33:36 +00:00
George Kormendi
d4b276d160 I18N: Update translation (Hungarian)
Currently translated at 100.0% (1656 of 1656 strings)
2021-10-20 09:33:35 +00:00
Purple T
7d6fb68841 I18N: Update translation (French)
Currently translated at 100.0% (1656 of 1656 strings)
2021-10-20 09:33:35 +00:00
Timo Mikkolainen
6676c923e0 I18N: Update translation (Finnish)
Currently translated at 100.0% (1656 of 1656 strings)
2021-10-20 09:33:34 +00:00
IlDucci
ef786e9a1c I18N: Update translation (Spanish)
Currently translated at 100.0% (1656 of 1656 strings)
2021-10-20 09:33:27 +00:00
Paweł Kołodziejski
4bf044d361
STARK: Cleanup comments 2021-10-20 07:27:49 +02:00
Paweł Kołodziejski
f407852260
STARK: Avoid changing texture coords in loop 2021-10-19 22:40:00 +02:00
Paweł Kołodziejski
4ac851cd0f
STARK: Small cleanup in OpenGL code 2021-10-19 22:38:43 +02:00
trembyle
1602322cbe DIRECTOR: Allow alternate filename for jman2 demo
The projector filename was released on this disc incorrectly encoded
as MacRoman when the rest of the disc is MacJapanese.

Since this was a physical release from local publisher Bandai, we
should allow this mistake as the \"correct\" filename, alongside
the actually correct filename in case another copy of the demo ever
shows up.
2021-10-19 15:28:10 -04:00
Paweł Kołodziejski
a3c99a3e1b
STARK: Move lights pre-calculation to top of lights setup 2021-10-19 21:18:33 +02:00
D G Turner
95ed6233ff STARK: Fix GCC Variable Shadowing Warning 2021-10-19 19:48:08 +01:00
Paweł Kołodziejski
6b14053452
STARK: Reset array buffer in OpenGL renderer 2021-10-19 20:42:20 +02:00