Cameron Cawley
33e8509634
XEEN: Move the engine options into the MetaEngine subclass
2022-11-16 23:58:54 +01:00
Paul Gilbert
c896eca7e4
XEEN: Fix malformed do/while loop
2022-10-27 19:09:53 -07:00
Le Philousophe
1808493909
XEEN: Don't use unsafe strcat and strcpy
2022-10-23 22:46:19 +02:00
Donovan Watteau
27f9a460b5
JANITORIAL: Fix "the the" and similar typos
2022-07-29 19:36:40 +03:00
Cameron Cawley
f3b094e53f
ENGINES: Change the MetaEngineDetection interface to match MetaEngine
2022-07-23 23:31:58 +02:00
Torbjörn Andersson
e06f3c9a5a
GUI: Allow game option checkboxes to be disabled
...
Depending on other game option checkboxes. This is used to
enable/disable the semi-smooth scrolling checkboxes for FM Towns Loom,
since it's only used when smooth scrolling is enabled.
2022-04-21 11:07:17 +02:00
Paul Gilbert
f9a2f7750b
XEEN: More properly fixed the item drop range checks
2022-02-17 20:08:42 -08:00
Paul Gilbert
756868ff30
XEEN: Remove validation assert that's incorrect for Swords of Xeen
2022-02-17 19:50:28 -08:00
Paul Gilbert
1b8e8bbd2b
XEEN: Fix showing Darkstone Tower SE statue text in auto notes
2022-02-06 22:13:45 -08:00
Paul Gilbert
55d783198c
XEEN: Debugger command for loading original savegames
2021-12-29 22:17:24 -08:00
Eugene Sandulenko
abea37c9bb
ALL: Update ScummVM project license to GPLv3+
2021-12-26 18:48:43 +01:00
Paul Gilbert
f4e448990d
XEEN: Fix monster item drop probability checking
2021-12-13 20:19:45 -08:00
Paul Gilbert
f9c6dc2f90
XEEN: Add Benoit Pierre to credits
2021-12-02 20:10:31 -08:00
Benoit Pierre
afc1108134
XEEN: fix sound settings not getting saved
2021-12-01 20:53:25 -08:00
Benoit Pierre
0e25d23256
XEEN: fix toggling music back on
2021-12-01 20:53:25 -08:00
Benoit Pierre
2ed47004b5
XEEN: fix missing music when loading a save from the main menu
2021-12-01 20:53:25 -08:00
Benoit Pierre
d393bca837
XEEN: fix some sounds not being correctly muted when Efx is off
2021-12-01 20:53:25 -08:00
Benoit Pierre
0a2044e5de
XEEN: remove dead code
...
There's no need for `Sound::_priorMusic`.
2021-12-01 20:53:25 -08:00
Benoit Pierre
13e4a66d2f
XEEN: remove dead code
...
`Sound::playSong(const byte *data)` and `Sound::restartSong()` are never used.
2021-12-01 20:53:25 -08:00
Benoit Pierre
77f935b332
XEEN: fix possible crash in exchange dialog
...
Don't try to exchange a character with themself...
2021-11-16 20:04:44 -08:00
Benoit Pierre
ed4eb96c94
XEEN: fix "backpack is full" dialog string
...
Use the destination character's name.
2021-11-16 20:01:42 -08:00
Orgad Shaneh
ee57380de7
ENGINES: JANITORIAL: Remove 'virtual' when override is specified
2021-11-14 14:32:04 +02:00
Benoit Pierre
af3129d2b2
XEEN: fix caster selection during non-combat spell casting
2021-11-09 20:36:55 -08:00
Benoit Pierre
a64eff92b8
XEEN: fix out-of-bounds accesses
2021-11-07 14:59:21 -08:00
Paul Gilbert
2eaee92232
XEEN: Fix end address of spells grid fill
2021-11-07 14:47:16 -08:00
Benoit Pierre
2fbd26d180
XEEN: fix out-of-bounds accesses
2021-11-07 14:46:30 -08:00
Orgad Shaneh
fe104cc337
ENGINES: Use MetaEngine consistently for getting autosave slot
...
The autosave refactoring that was done in
7adad5aaf5831dc5adcee140f38aacc4a5db2518 used g_engine for identifying the
autosave slot. This worked for in-game save/load, but doesn't fit when
called from the launcher.
Fix by passing MetaEngine to SaveStateDescriptor ctor and using it for this
query.
Amends 7adad5aaf5831dc5adcee140f38aacc4a5db2518.
2021-10-24 16:46:06 +02:00
Paul Gilbert
dd791b3453
XEEN: Fix crash on startup loading xeen.ccs data
2021-10-11 20:34:05 -07:00
Eugene Sandulenko
6be516f677
XEEN: Dropping ADGF_TESTING flag
2021-10-01 14:17:19 +03:00
Maxim Kovalenko
5d37243150
XEEN: Some fixes in both BASE and RU
...
XEEN:
Click on 'Auto Notes' shows 'Items' button animation - Fixed
'Up'/'Down' pressed buttons in create_char dialog shows wrong icon - Fixed
Fix 'Yes'/'No' (thumbs up/down) click area
XEEN: RU
'Items' button not working because it uses 'd' alias, same as down button ('d', 'down', 'kp2') - Fixed
Fixed PARTY_DIALOG_TEXT margins
Map title area names translated
Translated monster names
Translated spell names
Add spaces to mae_names
2021-09-04 19:24:37 -07:00
Eugene Sandulenko
1501f70cbe
XEEN: Added experimental Monster Spawn Mod v1.0. Bugreport #12714
2021-08-15 23:01:47 +02:00
Le Philousophe
bd036702cd
XEEN: Remove UTF-8 BOM marker
...
If makes old GCC fail to build
2021-08-12 12:13:17 +02:00
Maxim Kovalenko
88589a852c
XEEN: RU Translated Mirror aliases
2021-08-11 20:06:01 -07:00
djsrv
0d65c2fd12
ALL: Use Path type in File functions
2021-08-07 10:44:37 +02:00
djsrv
7eb4841065
ALL: Use Path type in Archive functions
2021-08-07 10:44:37 +02:00
Max Horn
2f1f8f502e
DEVTOOLS: move credits from devtools/credits.pl to engines
...
This employs a "lazy" approach: the "format" for the credits stays
exactly as it was, i.e., perl code. Of course one may want to change
this to another format (e.g. YAML, JSON, XML; or also shell script or
AWK, like `configure.engine` uses). But I deliberately kept it simple,
to get a minimal change that is easy to verify. Any further changes to
e.g. the format can be layered atop this.
2021-08-05 00:01:46 +02:00
D G Turner
b78a5bcf24
XEEN: Fix GCC Warning
2021-08-03 04:08:58 +01:00
Maxim Kovalenko
0b038463ff
XEEN: RU Fixed item materials
2021-08-02 17:35:18 +02:00
Maxim Kovalenko
805f55f1cd
XEEN: RU Fixed some localized strings. Fixed intro subtitles.
...
Fixed optimizer issues
2021-08-02 17:35:18 +02:00
Maxim Kovalenko
21c727b2c7
XEEN: RU Fixed names according to conventions
2021-08-02 17:35:18 +02:00
Maxim Kovalenko
6fd4f3ba2e
XEEN: RU Fix some errors
2021-08-02 17:35:18 +02:00
Maxim Kovalenko
33fb7a9284
XEEN: RU Fix some errors
2021-08-02 17:35:18 +02:00
Maxim Kovalenko
b655cfc03e
XEEN: RU Moving translated hotkeys to resources.
...
Hotkeys changed in locations, CoX Menu.
Margin fix
2021-08-02 17:35:18 +02:00
Maxim Kovalenko
2da836da6c
XEEN: RU Moving translated hotkeys to resources.
...
Hotkeys changed in party, quests, quick_fight, spells dialogs and bank location.
2021-08-02 17:35:18 +02:00
Maxim Kovalenko
3bba21845d
XEEN: RU Moving translated hotkeys to resources.
...
Hotkeys changed in items dialogs.
2021-08-02 17:35:18 +02:00
Maxim Kovalenko
b16ab4382e
XEEN: RU Moving translated hotkeys to resources.
...
Hotkeys changed in char_info, control_panel, create_char, difficulty dialogs.
2021-08-02 17:35:18 +02:00
Maxim Kovalenko
587031a2e5
XEEN: RU Further sharpening
...
change hotkeys in dialogs_create_char, dialogs_difficulty
2021-08-02 17:35:18 +02:00
Maxim Kovalenko
15063fb740
XEEN: RU change hotkeys in dialogs_char_info, dialogs_control_panel
2021-08-02 17:35:18 +02:00
Maxim Kovalenko
9f80f452e4
XEEN: RU Translated all constants.h strings for Clouds. Ready for test.
2021-08-02 17:35:18 +02:00
Maxim Kovalenko
325eb338fe
XEEN: RU Further sharpening
...
Added 'Born' gender form and plural form for food
2021-08-02 17:35:18 +02:00