PushmePullyu
cf736c2f36
ULTIMA: NUVIE: Fix thrown weapon placement condition
...
When attacking with spear, throwing axe or dagger:
Only prevent placement on map tiles that are either impassable water
or ethereal void (unless an object is already present).
Fixes thrown weapons not being placed on passable water (e.g. shore).
2024-02-17 13:10:46 -10:00
PushmePullyu
cfa91ad190
ULTIMA: NUVIE: Fix flask of oil fire placement
...
Place at correct location (pre-collision tile).
Ignore objects when checking for water.
2024-02-17 13:10:46 -10:00
Martin Gerhardy
bd7179b94c
AGS: add detection entry for The Adventures of The Black Hawk
2024-02-16 13:10:16 +01:00
Kaloyan Chehlarski
d6d45d4f2f
DEVTOOLS: Add official nancy6/7 patches to nancy.dat
...
These have not been well tested, but are enabled by
default anyway (controlled via the "fix softlocks" checkbox.
2024-02-03 22:52:09 +01:00
Kaloyan Chehlarski
294a6eb015
DEVTOOLS: Add nancy8 data to create_nancy
2024-02-03 22:52:09 +01:00
Kaloyan Chehlarski
5a76920126
DEVTOOLS: Rename variable in create_nancy
2024-02-03 22:52:08 +01:00
Kaloyan Chehlarski
740d69cb67
DEVTOOLS: Fix entry in nancy7 data
2024-01-31 22:55:57 +01:00
Scott Percival
d09571b1d9
DEVTOOLS: Fix director-generate-xobj-stub to not print method table for XFCN/XCMD
2024-01-20 23:14:52 +01:00
Scott Percival
29ceaeea62
DEVTOOLS: Fix arg parsing in director-generate-xobj-stub
2024-01-20 23:14:52 +01:00
Kaloyan Chehlarski
c0e2f746ea
DEVTOOLS: Update nancy.dat format
...
Slightly changed the format of nancy.dat:
- curtain animation frames are no longer stored
- number of cursor TYPES is stored instead of number of
non-item cursors
- map access IDs were moved to a separate chunk outside
the general GameConstants
- GameConstants now stores the ID of the event flag
that gets set after the player has won the game
at least once before.
2024-01-16 22:26:55 +01:00
Kaloyan Chehlarski
ae81715b26
DEVTOOLS: Fix typos in create_nancy nancy3 data
2024-01-16 22:26:55 +01:00
Kaloyan Chehlarski
52dcc17de3
DEVTOOLS: Fix typo in create_nancy nancy7 data
2024-01-16 22:26:54 +01:00
Matthew Jimenez
594488dead
ULTIMA8: Remove Tongue of Flame from Malchir treasure list.
...
The Tongue of Flame and book are given to Malchir by a previous usecode event. Fixes #14312
2024-01-11 21:36:19 -06:00
Scott Percival
bdb30a3cc1
DEVTOOLS: Add XFCN/XCMD support to director-generate-xobj-stub
2024-01-11 20:41:43 +01:00
Scott Percival
9597e77dab
DEVTOOLS: Add include statement injection to director-generate-xobj-stub
2024-01-11 20:41:43 +01:00
Scott Percival
ed97e05a1d
DEVTOOLS: Refactor director-generate-xobj-stub to allow multiple formats
2024-01-11 20:41:43 +01:00
Scott Percival
fda3a8974c
DEVTOOLS: Blacken director-generate-xobj-stub.py
2024-01-07 21:53:27 +08:00
Scott Percival
921f636cf4
DEVTOOLS: Add MacBinary support to director-generate-xobj-stub
2024-01-07 21:53:27 +08:00
BLooperZ
8ffbb2ec9c
TOON: Add static hebrew strings
2024-01-04 00:43:49 +02:00
Eugene Sandulenko
8722701a94
ALL: Set copyright year to 2024
2024-01-01 00:04:27 +01:00
sluicebox
a5c6d43d59
CREATE_PROJECT: Fix crash when all engines disabled
2023-12-31 02:41:35 -08:00
Eugene Sandulenko
b86688e717
CREATE_ENGINE: Switch debug channels to a sequential enum
2023-12-28 01:41:11 +01:00
Cameron Cawley
5b1b14ad80
COMMON: Mark more symbols as const
2023-12-26 20:23:59 +01:00
elasota
92cae5cdfc
DEVTOOLS: Fix create_lure and create_titanic not compiling in Visual Studio
2023-12-22 19:22:55 +02:00
Eugene Sandulenko
69271d16bf
DEVTOOLS: Remove reference to migration.txt in the release check script
2023-12-19 11:53:36 +01:00
PushmePullyu
1b26c60841
ULTIMA: ULTIMA6: Fix placement of thrown weapons on map
2023-12-18 17:41:33 +11:00
PushmePullyu
de64a96598
ULTIMA: ULTIMA6: Fix projectile animation destination coordinates
2023-12-18 17:41:33 +11:00
PushmePullyu
0c5f74b1b4
ULTIMA: ULTIMA6: Fix boomerang origin coordinates when returning
2023-12-18 17:41:33 +11:00
PushmePullyu
12da032467
ULTIMA: ULTIMA6: Fix triple crossbow extra projectile targeting
2023-12-18 17:41:33 +11:00
PushmePullyu
611986a9c2
ULTIMA: ULTIMA6: Ranged attack rework
...
Make ranged attack behavior match the original game more closely.
Fixes several inaccuracies in targeting and handling of projectiles.
2023-12-18 17:41:33 +11:00
Eugene Sandulenko
17063067d7
DEVTOOLS: Small fixes to release-checks.sh
2023-12-16 21:36:58 +01:00
Eugene Sandulenko
91c04fa311
DISTS: Rename cloud_connection.zip to helpdialog.zip and add it to the dist lists
2023-12-16 21:09:36 +01:00
Eugene Sandulenko
e256999c9a
DEVTOOLS: Made check for ADGF_TESTING more portable
2023-12-15 14:52:23 +01:00
Martin Gerhardy
1827d03ff8
CREATE_PROJECT: use windows subsystem setting for cmake, too
...
see 335f90b136
2023-12-14 18:00:49 +01:00
Martin Gerhardy
3e0b701d06
CREATE_PROJECT: pass-by-reference
2023-12-14 18:00:49 +01:00
Eugene Sandulenko
ec2dd2726b
ENGINES: Added optional parameter to canSave/LoadGameStateCurrently() for indicating the reason
2023-12-08 12:21:16 +01:00
Thierry Crozat
95a060e4fe
AUDIO: Add a basic soundfont for fluidsynth
...
The soundfont was already included in the Libretro port. It is
now included in all platforms.
2023-12-03 16:17:32 +00:00
Sarah
0884213fa6
SCUMM: Add detection for Freddi1Jdemo, Freddi2J, SoccerGB
2023-12-02 10:35:21 +01:00
Scott Percival
7fe3b2c461
DEVTOOLS: Fix resource name lookup in director-generate-xobj-stub.py
2023-12-02 02:47:40 +01:00
Miro Kropacek
8983b1c791
CREDITS: Add myself to credits
2023-11-21 12:21:25 +01:00
Miro Kropacek
b21d4670bc
CREDITS: Add handling of /č
2023-11-21 12:17:58 +01:00
Eugene Sandulenko
f127dd364a
CREDITS: Updated Icons contributors and regenerated credits
2023-11-20 21:16:25 +01:00
Eugene Sandulenko
90bd56e409
BUILD: Added fonts-cjk.dat to selected platforms
...
So far, it was added to all modern desktops, Android, iOS and Switch
2023-11-20 20:59:17 +01:00
Eugene Sandulenko
0c317c7dc3
DISTS: Generated fonts-cjk.dat, regenerated fonts.dat
2023-11-20 20:59:17 +01:00
Eugene Sandulenko
de9287759b
Revert "IOS7: Disable SCUMMVM_NEON in iOS builds"
...
This reverts commit f6585ae5f5
.
Since the NEON codepath was fixed by fracturehill
2023-11-20 15:25:52 +01:00
Kaloyan Chehlarski
1118fb0e5f
DEVTOOLS: Fix nancy2 softlock fix in create_nancy
...
The softlock fix in nancy2 actually introduced a different
softlock instead; this commit fixes it.
2023-11-19 23:22:00 +02:00
sluicebox
335f90b136
CREATE_PROJECT: Set MSVC default subsystem to CONSOLE
...
MSVC builds now use the CONSOLE subsystem by default,
just like all our other Windows builds.
--use-windows-subsystem is now available to generate
projects with the WINDOWS subsystem.
2023-11-15 14:32:27 -08:00
Matthew Jimenez
eeee4e478b
ULTIMA8: Rename game ini files in ultima8.dat to avoid collision with GOG configuration files
2023-11-14 18:29:59 -06:00
Kaloyan Chehlarski
58a34027b2
DEVTOOLS: Fix incorrectly patched scene in nancy.dat
...
Fixed an error in the nancy5 data which would cause the
softlock fix to always be enabled, and the Simone purse
fix to be toggleable, instead of the other way around.
2023-11-13 21:18:35 +02:00
eientei
cc8f2d69ef
DEVTOOLS: dumper-companion: Support images with multiple partitions; don't warn about missing deps when not running mac mode
...
Additionally fix a copy/paste error and remove an unused variable.
2023-11-11 22:57:01 +01:00