100830 Commits

Author SHA1 Message Date
Eugene Sandulenko
b9a7f9fa5f
JANITORIAL: Indentation fixes 2024-05-24 22:30:43 +02:00
Eugene Sandulenko
076074ec88
SCUMM: Fix compilation 2024-05-24 22:21:39 +02:00
Eugene Sandulenko
ee55870422
JANITORIAL: Fix indentation and remove trailing spaces 2024-05-24 21:54:28 +02:00
elasota
b1ee674243 MTROPOLIS: Add copy ctor to MediaCueMessengerModifier to deal with cue source string field 2024-05-24 14:55:51 -04:00
Vissery
a788ab1775
SCUMM: HE: Update Backyard Baseball 2001 competitive mode
* Update script_v6.cpp

* Update script_v6.cpp

* Update script_v6.cpp

* Update script_v6.cpp
2024-05-24 13:53:47 -05:00
elasota
c28438d2a9 MTROPOLIS: Support setting runtime version to deal with 1.1.2+ Windows plug-ins 2024-05-24 14:41:44 -04:00
Michael
2e9cff78b6 MTROPOLIS: support loading cue source as string
This constellation occurs in the retail version of Star Trek: The Game Show
2024-05-24 14:41:24 -04:00
scemino
bb5aa98b8b DIRECTOR: Show script history in a combo 2024-05-24 20:30:35 +02:00
scemino
367d00b091 DIRECTOR: Keep script toolbar visible when scrolling code 2024-05-24 20:30:35 +02:00
Eugene Sandulenko
dea88ded28
DIRECTOR: Patching built-in Projector archive files
This lets McLuhan to finally properly start and load
these movies
2024-05-24 18:29:08 +02:00
scemino
ab58eb8f73 DIRECTOR: Fix invalid handler end offset 2024-05-24 18:27:59 +02:00
scemino
c0a195013d DIRECTOR: Fix syntax highlighting with globals 2024-05-24 18:27:59 +02:00
scemino
9f22307353 DIRECTOR: Use imgui docking 2024-05-24 16:37:25 +02:00
scemino
ecf0aee51e DIRECTOR: Add ImGui logger 2024-05-24 15:50:30 +02:00
scemino
416861d913 DIRECTOR: Add syntax highlighting for datum and ObjPropExprNode 2024-05-24 15:34:24 +02:00
Strangerke
23ef244d3d BAGEL: rename bofCAlloc to bofCleanAlloc, remove second useless parameter (always 1 element) 2024-05-24 08:19:16 +01:00
Strangerke
a913965e8b BAGEL: Remove useless null check on bofCAlloc return value 2024-05-24 08:17:10 +01:00
Strangerke
d73724c1b2 BAGEL: As bof(Mem)Alloc now trigger a fatal error on failure, remove all the null checks related to their uses 2024-05-24 08:08:20 +01:00
Strangerke
976410c4a4 BAGEL: Fix comments in list.h, reduce a couple of variable scopes 2024-05-24 08:08:20 +01:00
Strangerke
f357df8bb4 BAGEL: Remove unused parameters in bofMemFree(), fix function doc for encrypt() 2024-05-24 08:08:20 +01:00
Paul Gilbert
fa5bb0d589 M4: Further endian fixes 2024-05-23 21:59:04 -07:00
Paul Gilbert
2225f85548 M4: Fix endian issue in sprite loading 2024-05-23 20:54:05 -07:00
Paul Gilbert
9cf11cab19 M4: Fix endian issue in wscript cruncher 2024-05-23 20:38:06 -07:00
Marco Borrini
2e27d4e958 AGI: Adds updated versions for "Enclosure" and "Voodoo Girl" 2024-05-23 20:27:30 -07:00
Matthew Jimenez
1097f4b5e5 ULTIMA8: Fix pathfinder visual debug.
This feature is still behind a define macro.
2024-05-23 22:12:39 -05:00
D G Turner
f929e7cd54 DIRECTOR: Fix Signed vs. Unsigned GCC Compiler Warnings 2024-05-24 02:32:42 +01:00
Matthew Jimenez
fee3373351 ULTIMA8: Clean up item root containter access. 2024-05-23 18:36:23 -05:00
Eugene Sandulenko
f352a3e1cc
DIRECTOR: Improved loading log messages 2024-05-24 01:11:31 +02:00
Eugene Sandulenko
170c1d0ffc
DIRECTOR: Dump built-in movie files if requested 2024-05-24 01:11:31 +02:00
Strangerke
4991699bda BAGEL: Use fatalError when bofMemAlloc doesn't manage to allocate memory ALLOC_FAIL_RETRIES times in a row 2024-05-23 23:17:31 +01:00
Strangerke
2f8d8567d3 BAGEL: Initialize two variables in CBofTextBox 2024-05-23 23:17:31 +01:00
Eugene Sandulenko
cd45827b1e
DIRECTOR: DEBUGGER: Added movie file name to control panel 2024-05-24 00:16:23 +02:00
scemino
e3e7dec2ab DIRECTOR: Add script history 2024-05-23 23:07:26 +02:00
scemino
fd829d2c70 DIRECTOR: Fix variables jerkiness 2024-05-23 22:26:54 +02:00
athrxx
99a478f510 SCUMM: (INDY3) - fix iq points regression
There are some differences between the Mac version
iq points handling and how the other versions do that.
2024-05-23 18:23:34 +02:00
Matthew Duggan
003605e3ea ULTIMA8: Don't require land support in Crusader.
Not everything that supports us in Crusader is a land, so don't require it when
calculating support.  This makes movement in No Regret a lot smoother and is
probably better than the hack I tried in d4e2ebe9.
2024-05-23 20:30:01 +10:00
Matthew Duggan
3d6e5973e2 ULTIMA8: Fix assertion on global set/check 2024-05-23 20:28:13 +10:00
Matthew Duggan
db08e33af8 ULTIMA8: Avoid crash if no mouse cursors loaded yet
This can happen if skipping crusader intro movies really fast.
2024-05-23 20:27:05 +10:00
scemino
3919541f92 DIRECTOR: Fix invalid offsets for tell statement and more 2024-05-23 11:12:31 +02:00
scemino
c39b12a204 DIRECTOR: Fix call and play in syntax highlighting 2024-05-23 11:12:31 +02:00
Strangerke
3d78ac4d81 BAGEL: Don't check for errCode in datalError(), so there's no path which returns instead or erroring out 2024-05-23 08:14:11 +01:00
scemino
ee0e32a9b4 DIRECTOR: Fix several errors in syntax highlighting 2024-05-23 09:00:30 +02:00
Eugene Sandulenko
3c23e9e2a6
DIRECTOR: DEBUGGER: Added navigation buttons to script window 2024-05-23 01:27:17 +02:00
Eugene Sandulenko
988dbf3fa0
DIRECTOR: DEBUGGER: Restrict max number of columns to 511
This is currntly a hard limit of ImGui
2024-05-23 00:50:43 +02:00
Strangerke
52fcf3ef58 BAGEL: Fix some more PVS Studio issues, add some missing override keywords 2024-05-22 23:44:26 +01:00
scemino
d9b4e424ec DIRECTOR: Fix spacing in syntax highlighting 2024-05-22 23:12:50 +02:00
scemino
c5f71f402d DIRECTOR: In script code make variables watchable 2024-05-22 23:12:50 +02:00
Eugene Sandulenko
19b11a9aaf
GLK: Move common/translation.h include to .cpp file
That makes release checker happy and is less error-prone.
2024-05-22 21:59:00 +02:00
Eugene Sandulenko
04749e30cb
GOB: Make release checker happier in regards of POTFILES 2024-05-22 21:58:59 +02:00
Eugene Sandulenko
c5e57db522
MM: Remove moved file from POTFILES 2024-05-22 21:58:59 +02:00