Matthew Jimenez
532998effb
ULTIMA8: Define max item quantity constant
2024-05-30 20:10:13 -05:00
Matthew Jimenez
c8ffaf34d2
ULTIMA8: Define enum for reserved object identifiers
2024-05-30 20:10:13 -05:00
Eugene Sandulenko
711b17826e
DIRECTOR: DEBUGGER: Better usability for the Watched Vars window
2024-05-31 00:56:44 +02:00
Strangerke
0918486d93
BAGEL: Fix some more small issues (useless variables, avoid useless variable initialization, reduce variable scope, ...)
2024-05-30 22:12:56 +01:00
athrxx
868f17c85d
SCUMM: (Amiga) - remove unwanted render modes in launcher
2024-05-30 22:03:55 +02:00
Benjamin Funke
eea50185dc
DEVTOOLS: remove unused comment lines
2024-05-30 22:46:19 +03:00
Benjamin Funke
874d362a0b
DEVTOOLS: replace non printable characters with printable letters
...
This replaces the non printable characters with the correct letters
2024-05-30 22:46:19 +03:00
sluicebox
61323e8d99
SCI: Use correct SCI0/SCI1 cursor colors
...
Fixes bugs #15142 , #5983 , #5971
2024-05-30 22:44:23 +03:00
ScummVM-Translations
8ab123d064
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/
2024-05-30 19:33:07 +00:00
athrxx
315641e880
SCUMM: fix launcher options for Steam Mac versions
2024-05-30 21:32:04 +02:00
ScummVM-Translations
ad0fafeff5
I18N: Update translations templates
2024-05-30 18:11:44 +00:00
athrxx
2a18e903cb
SCUMM: (Amiga/Mac/C64) - improve launcher sound options
2024-05-30 20:10:56 +02:00
athrxx
d7e8a54756
AUDIO/GUI: add Mac sound option
2024-05-30 20:10:51 +02:00
Eugene Sandulenko
5040e1129d
GRAPHICS: OPENGL: Disable usage of sscanf_s
...
This follows the earlier commit that added this symbol to forbidden.h
The code in glad.h is not using any features of sscanf_s, e.g.
sizes for the provided strings for safety, so it is not clear
why are they using it. Perhaps because it is declared "safer"
2024-05-30 09:24:59 +02:00
Strangerke
e06f7ebc3d
BAGEL: Remove some useless initializations (value directly overwritten), reduce variable scopes
2024-05-30 06:19:42 +01:00
Strangerke
a5c034763c
BAGEL: Remove null checks before delete, remove useless assignment
...
(without using non-portable functions this time)
2024-05-30 06:10:52 +01:00
Eugene Sandulenko
fe5669f9d4
JANITORIAL: Fix commend formatting
2024-05-30 02:35:24 +02:00
Eugene Sandulenko
f63e00f8ba
DIRECTOR: DEBUGGER: Initial code for list of watched variables
2024-05-30 02:24:41 +02:00
Eugene Sandulenko
fff73c3cac
DIRECTOR: DEBUGGER: Moved Settings menu item to the bottom
2024-05-30 02:08:43 +02:00
Eugene Sandulenko
49d0d24968
COMMON: Add C++11 extension functions to forbidden symbols list
2024-05-30 00:45:44 +02:00
Eugene Sandulenko
72248faef9
Revert "BAGEL: Remove null checks before delete, remove useless assignment"
...
This reverts commit 2782a6eabc2fd7280e790a3f7a2480483aaff96b.
It uses non-portable function calls
2024-05-30 00:39:24 +02:00
Strangerke
2782a6eabc
BAGEL: Remove null checks before delete, remove useless assignment
2024-05-29 22:38:38 +01:00
Strangerke
05b7b22b79
BAGEL: remove useless code in CBagExpression::setInfo and a useless include master_win
2024-05-29 22:29:50 +01:00
Strangerke
e24ebda04a
BAGEL: Remove useless code in CDevDlg::create()
2024-05-29 22:17:37 +01:00
Strangerke
451972b076
BAGEL: Remove unused variables in CBagButtonObject and variable assignment in CBagCharacterObject
2024-05-29 22:14:35 +01:00
Eugene Sandulenko
9958416df9
DIRECTOR: LINGO: Simplified AST visitor code
2024-05-29 23:10:20 +02:00
Strangerke
0a61066bd1
BAGEL: Add some more const and override keywords
2024-05-29 21:57:09 +01:00
Eugene Sandulenko
ccf0e5b196
DIRECTOR: LINGO: Save AST when compiling Lingo and store start/end of each node
2024-05-29 22:51:30 +02:00
athrxx
685f6f8399
SCUMM: experimental fix for bug no. 15143
2024-05-29 21:16:52 +02:00
Eugene Sandulenko
420e53e9c8
DIRECTOR: DEBUGGER: Put Hex viewer in pane in Archive window
2024-05-29 00:45:57 +02:00
Eugene Sandulenko
dae4b81470
DIRECTOR: DEBUGGER: Sort Archive tags and members
2024-05-29 00:16:22 +02:00
Eugene Sandulenko
400a79797c
MAKE: Fix custom rules after in engine makefiles
...
The variable was renamed in 2f0596091353d176d95479e5d82cd9d7a10e6a08
but the engine configs were not updated accordingly
2024-05-28 23:53:52 +02:00
scemino
f9aaf083ff
DIRECTOR: Fix code viewer with D5
2024-05-28 22:36:53 +02:00
scemino
71a24ac475
DIRECTOR: Fix invalid indentation with case statement
2024-05-28 22:36:53 +02:00
scemino
192a253322
DIRECTOR: Fix crash in byte code view
2024-05-28 22:36:53 +02:00
Eugene Sandulenko
e5800af771
DIRECTOR: LINGO: Changed warning to debug statement for lesser noise
2024-05-28 21:34:59 +02:00
ScummVM-Translations
de4513b6fa
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/
2024-05-28 19:21:39 +00:00
Eugene Sandulenko
93465609eb
JANITORIAL: Fix code formatting
2024-05-28 21:21:04 +02:00
Walter Agazzi
43acdc03c1
I18N: Update translation (Italian)
...
Currently translated at 100.0% (2198 of 2198 strings)
2024-05-28 19:12:17 +00:00
ScummVM-Translations
14ef31548a
I18N: Update translations templates
2024-05-28 19:09:22 +00:00
Eugene Sandulenko
a4eb40bf5a
DIRECTOR: LINGO: Implement non-fatal Ligo errors
...
And use it in value.lingo test where syntax errors are expected
2024-05-28 21:08:19 +02:00
neuromancer
fadf91a5af
FREESCAPE: better script execution in castle
2024-05-28 20:53:44 +02:00
neuromancer
f2c42b45b2
FREESCAPE: fixes for eclipse (dos)
2024-05-28 20:53:44 +02:00
scemino
63a3542684
DIRECTOR: Add stepping at lingo byte codes level
2024-05-28 20:45:35 +02:00
scemino
ee77c261aa
DIRECTOR: Fix script offsets in imgui
2024-05-28 20:45:35 +02:00
Eugene Sandulenko
245dc486f5
DIRECTOR: LINGO: Fix memory leak on syntax error
2024-05-28 20:30:45 +02:00
Eugene Sandulenko
285b66fa5f
DIRECTOR: LINGO: Attempt to fix memory leak on syntax error
2024-05-28 19:59:52 +02:00
Eugene Sandulenko
0d02f81f94
AGOS: Improved debug output
2024-05-28 14:57:58 +02:00
Eugene Sandulenko
263ea9a063
AGOS: Added support for music track replacement for Enhanced Music Project
2024-05-28 14:54:44 +02:00
Eugene Sandulenko
d0ab4251c5
AGOS: Added more debug output to music player
2024-05-28 14:47:18 +02:00