Hubert Maier
333d5a180f
DEVTOOLS: Correct spelling mistake
...
accomodate -> accommodate
2022-10-27 15:56:05 +02:00
Hubert Maier
b7921fa617
DEVTOOLS: Correct spelling mistke
...
embarass -> embarrass
2022-10-27 15:56:05 +02:00
Hubert Maier
a722cd9811
COMMON: Correct spelling mistake
...
begining -> beginning
2022-10-27 15:56:05 +02:00
Hubert Maier
54e833d16b
COMMON: Correct spelling mistake
...
refrence -> reference
2022-10-27 15:56:05 +02:00
Hubert Maier
6633c32acb
Update endian.h
...
alot - > a lot of
2022-10-27 15:56:04 +02:00
Hubert Maier
6bd7b6a59b
COMMON: Correct spelling mistake
...
alot - > a lot
2022-10-27 15:56:04 +02:00
Hubert Maier
80da800c46
BACKENDS: Correct spelling mistake
...
aquire -> acquire
2022-10-27 15:56:04 +02:00
Hubert Maier
a10cbd3199
BACKENDS: Correct spelling mistake
...
occured -> occurred
2022-10-27 15:56:04 +02:00
Hubert Maier
5c9461f03a
AUDIO: Correct spelling mistake
...
Carribean -> Caribbean
adress -> address
2022-10-27 15:56:04 +02:00
Hubert Maier
4f4949082e
AUDIO: Correct spelling mistake
...
wether -> whether
A wether is a male sheep which has had its sex organs removed.
2022-10-27 15:56:03 +02:00
Hubert Maier
5b98653ec3
AUDIO: Correct spelling mistake
...
loose -> lose
2022-10-27 15:56:03 +02:00
Hubert Maier
842aa95765
AUDIO: Correct spelling mistake
...
rythm -> rhythm
2022-10-27 15:56:03 +02:00
Eugene Sandulenko
78431e8cf3
SAGA2: Rename enums in gamerate.h
2022-10-27 14:44:21 +02:00
Eugene Sandulenko
9937c3dcdb
SAGA2: Rename enums in enchant.h
2022-10-27 14:40:38 +02:00
Eugene Sandulenko
39032c3743
SAGA2: Rename enums in effects.h
2022-10-27 14:35:54 +02:00
Eugene Sandulenko
32b75a6524
SAGA2: Rename enums in dispnode.h and document.h
2022-10-27 14:17:57 +02:00
Eugene Sandulenko
2d903d39dc
SAGA2: Rename enums in display.h
2022-10-27 14:09:09 +02:00
Eugene Sandulenko
7cc012e311
SAGA2: Reanme enums in contain.h
2022-10-27 14:06:11 +02:00
Eugene Sandulenko
c97c7d7e0b
SAGA2: Rename enums in code.h
2022-10-27 13:58:18 +02:00
Eugene Sandulenko
438a0b2c81
SAGA2: Rename enums in button.h
2022-10-27 13:37:08 +02:00
Eugene Sandulenko
aaa2f0a009
SAGA2: Rename enums in assign.h
2022-10-27 13:32:38 +02:00
Eugene Sandulenko
aa481ba77b
SAGA2: Rename enums in actor.h
2022-10-27 13:25:55 +02:00
Eugene Sandulenko
ab5f19af6c
SAGA2: Rename small enums in actor.h and objproto.h
2022-10-27 12:49:43 +02:00
Orgad Shaneh
975c4b2621
SWORD2: Add detection entry for Hebrew V2
2022-10-27 09:51:19 +02:00
Orgad Shaneh
104721aae9
SWORD2: Include text.clu in En-US version detection
...
To prevent detecting it instead of translated versions.
2022-10-27 09:51:19 +02:00
Orgad Shaneh
eef62b8b41
CREATE_PROJECT: Fix condition for warning suppression
...
It should not include e.g. GCC 11.2.
2022-10-27 10:19:17 +03:00
ShaharAriel
9ab3af5ea1
SWORD25: set new md5 and size of heb patch
2022-10-27 09:09:11 +02:00
Niv Baehr
bb70097019
I18N: Update translation (Hebrew)
...
Currently translated at 100.0% (1769 of 1769 strings)
2022-10-27 02:33:54 +00:00
Misty De Meo
b54daaf77f
DIRECTOR: add original Zero Zero release
2022-10-26 18:49:08 -07:00
Donovan Watteau
d85f349e18
ILLUSIONS: Fix an off-by-one in ScreenPalette::updateFaderPalette()
2022-10-27 04:21:26 +03:00
alxpnv
2614f0d245
DREAMWEB: lower the music volume in the last scene
2022-10-27 02:45:57 +03:00
Orgad Shaneh
246a062950
CONFIGURE/CREATE_PROJECT: Silence address-of-packed-member GCC 12 warning
...
It appears a lot, and these casts are intentional and look safe.
Example:
../scummvm/engines/glk/alan3/actor.cpp: In function 'Glk::Alan3::ScriptEntry* Glk::Alan3::scriptOf(int)':
../scummvm/engines/glk/alan3/lists.h:35:52: warning: converting a packed 'Glk::Alan3::ScriptEntry' pointer (alignment 1) to a 'Glk::Alan3::Aword' {aka 'unsigned int'} pointer (alignment 4) may result in an unaligned pointer value [-Waddress-of-packed-member]
35 | #define isEndOfArray(x) implementationOfIsEndOfList((Aword *) (x))
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
../scummvm/engines/glk/alan3/actor.cpp:38:84: note: in expansion of macro 'isEndOfArray'
38 | for (scr = (ScriptEntry *) pointerTo(header->scriptTableAddress); !isEndOfArray(scr); scr++)
| ^~~~~~~~~~~~
In file included from ../scummvm/engines/glk/alan3/actor.h:25,
from ../scummvm/engines/glk/alan3/actor.cpp:22:
../scummvm/engines/glk/alan3/acode.h:453:8: note: defined here
453 | struct ScriptEntry { /* SCRIPT TABLE */
| ^~~~~~~~~~~
2022-10-27 02:26:02 +03:00
Paweł Kołodziejski
bf8aa5c5b8
GRAPHICS: TINYGL: Added missing framebuffer class de-allocation
2022-10-27 01:02:32 +02:00
athrxx
b6f00bb049
SCUMM: (FM-TOWNS) - simplify mouse cursor color endian fix a bit
2022-10-27 00:36:34 +02:00
athrxx
fe24a937a2
SCUMM: (FM-TOWNS) - fix mouse cursor color endianness glitch
...
(which would occur when loading a savegame created on a machine
with a different endianness)
2022-10-26 21:44:27 +02:00
Vladimir Serbinenko
aa05a2cb30
HADESCH: Fix a typo
2022-10-26 20:42:52 +02:00
Vladimir Serbinenko
1fd9bcd36a
HADESCH: Support US Big Box release (windows variant).
...
This commit doesn't cover Mac portion of the disk
2022-10-26 20:42:52 +02:00
Vladimir Serbinenko
d2e1b1994d
HADESCH: Replace explicit delete with ScopedPtr for convenience
2022-10-26 20:42:52 +02:00
Donovan Watteau
759e3f3138
AGOS: JANITORIAL: Less warning noise when ENABLE_AGOS2 is not enabled
2022-10-26 19:56:55 +02:00
Lothar Serra Mari
fd07efde31
I18N: Update translation (German)
...
Currently translated at 100.0% (1769 of 1769 strings)
2022-10-26 16:11:16 +00:00
Walter Agazzi
eacd52ac9b
I18N: Update translation (Italian)
...
Currently translated at 100.0% (1769 of 1769 strings)
2022-10-26 11:56:35 +00:00
Eugene Sandulenko
b62e3758fc
I18N: Update translation (Ukrainian)
...
Currently translated at 100.0% (1769 of 1769 strings)
2022-10-26 11:42:50 +00:00
Eugene Sandulenko
0d2061728e
I18N: Update translation (Russian)
...
Currently translated at 100.0% (1769 of 1769 strings)
2022-10-26 11:42:43 +00:00
VAN-Gluon
6b553bee7a
I18N: Update translation (Japanese)
...
Currently translated at 100.0% (1769 of 1769 strings)
2022-10-26 11:33:54 +00:00
Marcel Souza Lemes
304fad5978
I18N: Update translation (Portuguese (Brazil))
...
Currently translated at 100.0% (1769 of 1769 strings)
2022-10-26 11:33:54 +00:00
George Kormendi
b9e07c4253
I18N: Update translation (Hungarian)
...
Currently translated at 100.0% (1769 of 1769 strings)
2022-10-26 11:33:53 +00:00
Walter Agazzi
39fce705d6
AGS: Add detection for RnR will never die! full version
2022-10-26 11:49:42 +02:00
Walter Agazzi
c9d35d9f5a
GLK: HUGO: Add missing version numbers
2022-10-26 11:49:42 +02:00
elasota
7eee4e7b2c
MTROPOLIS: Split IncomingData and VarReference cases out of DynamicValue to a new DynamicValueSource type.
2022-10-25 23:05:00 -04:00
elasota
6a0f8df3dd
MTROPOLIS: Stub out set modifier.
2022-10-25 23:04:56 -04:00