Orgad Shaneh
5214c04718
CREATE_PROJECT: Add required libraries for enet on Windows/CMake
2023-03-16 15:08:08 +01:00
Orgad Shaneh
6fb159f3f3
CREATE_PROJECT: Support Windows specific libraries for features
...
Use it for tts instead of the current hack.
2023-03-16 15:08:08 +01:00
Orgad Shaneh
45dde26fc5
CREATE_PROJECT: Simplify feature libraries initialization
2023-03-16 15:08:08 +01:00
elasota
c297d0f40f
VCRUISE: Disable warning spam from Sfx files.
2023-03-16 15:04:02 +01:00
elasota
f8e85e9e4b
COMMON: Add ability to disable valueless line warning in INI files.
2023-03-16 15:04:02 +01:00
Donovan Watteau
be32da39cd
SLUDGE: Fix "an" typo
2023-03-16 14:47:28 +01:00
Donovan Watteau
6bd9206772
PARALLACTION: Fix "an" typo
2023-03-16 14:47:28 +01:00
Donovan Watteau
3e3e5ec6f9
MOHAWK: Fix "an" typo
2023-03-16 14:47:28 +01:00
Donovan Watteau
fef8c97303
ASYLUM: Fix "an" typo
2023-03-16 14:47:28 +01:00
Donovan Watteau
b9fdf23937
BASE: Fix "an" typo
2023-03-16 14:47:28 +01:00
Donovan Watteau
18ab6803d6
JANITORIAL: Fix various "an" typos in comments
2023-03-16 14:47:28 +01:00
Scott Percival
bdb555d9a0
DIRECTOR: Fix kInkTypeAdd, kInkTypeAddPin, kInkTypeSub and kInkTypeSubPin
2023-03-16 14:46:18 +01:00
Scott Percival
3cb61c54d7
DIRECTOR: Fix kInkTypeBlend, remove redundant _blend field on Sprite
2023-03-16 14:46:18 +01:00
Scott Percival
81cc30f8e4
DIRECTOR: Fix kInkTypeTransparent, kInkTypeNotTrans, kInkTypeGhost and kInkTypeNotGhost
2023-03-16 14:46:18 +01:00
Scott Percival
04d26f4b01
DIRECTOR: LINGO: Start UnitTest Xlib
...
This is the start of a cross-platform testing framework for ScummVM and
Macromedia Director. The intention is to create a Xlib DLL for Director 4
with the same API, making it easier to prototype unit tests in the
Director editor.
This Xlib adds the UTScreenshot Lingo builtin, which dumps the current
screen surface to a subfolder in the game directory.
2023-03-16 14:46:18 +01:00
Lars Sundström
4803785aaf
DISTS: Remove UIApplicationExitsOnSuspend from ios7 Info.plist
...
The option UIApplicationExitsOnSuspend is deprecated and not valid
anymore. Remove it to be able to push app to AppStore connect.
2023-03-16 14:41:10 +01:00
Lars Sundström
4d1a78c6ed
DISTS: Add AppStore icon for ios7 port
...
Apple requires a 1024x1024 icon with no transparency as an AppStore
icon.
When updating the icon set Xcode automatically changed the json file
structure to have the file names on top of each record.
2023-03-16 14:41:10 +01:00
Eugene Sandulenko
db1fbfee21
GUI: Fix compilation
2023-03-16 14:24:19 +01:00
Eugene Sandulenko
6ee47a9ba6
GUI: Report threshold height different for IPHONE
...
It is hacky at the moment, being hardcoded, but I had a dilemma between
hardcoding it for a special case, or introducing yet-another OSystem
API call that will be used only by single platform.
Also, I am struggling with coming up for a proper name for this API.
2023-03-16 14:13:02 +01:00
Eugene Sandulenko
3f73ed941d
GUI: THEMES: Switch hardcoded resolution checks for layout switching to constants
...
No theme version bump is required since the previous versions are compatible.
2023-03-16 14:12:25 +01:00
Eugene Sandulenko
359753112d
GUI: Add ability to check layout resolution against constants
2023-03-16 14:05:29 +01:00
Eugene Sandulenko
866990153c
GUI: Support >= and <= in resolution filter
2023-03-16 13:43:32 +01:00
Eugene Sandulenko
030ff7ca96
JANITORIAL: Remove trailing whitespaces
2023-03-16 13:43:11 +01:00
elasota
8c01800e91
VCRUISE: Remove spammy debug message
2023-03-16 01:22:29 -04:00
elasota
c8e4ea534e
VCRUISE: Add swap opcode
2023-03-16 01:22:28 -04:00
elasota
116a3be86b
VCRUISE: Fix incorrect volume ramping behavior on 3D sounds
2023-03-16 01:22:28 -04:00
Strangerke
5a7bfc3954
VOYEUR: Fix occasional issue in hour display
2023-03-15 20:39:53 -07:00
Strangerke
bdb32bfc91
VOYEUR: Fix detection
2023-03-15 20:39:53 -07:00
Strangerke
42871c7cdb
VOYEUR: Change German MD5 based on an email forwarded by Sev
2023-03-15 20:39:53 -07:00
Strangerke
a3689170ab
VOYEUR: Apply German Fan translation patch
2023-03-15 20:39:53 -07:00
Walter Agazzi
4a7236af17
GLK: ADRIFT: Add a couple entries + minor fix
2023-03-15 23:13:36 +01:00
Eugene Sandulenko
5f4d00fad8
DEVTOOLS: Add more comments to release-checks
2023-03-15 23:07:03 +01:00
Eugene Sandulenko
03c7597552
DEVTOOLS: Added pre-prelease checks for ultima.dat and mm.dat
2023-03-15 23:00:11 +01:00
Eugene Sandulenko
ba2b5665d7
DEVTOOLS: Added a script to automate some pre-release checks
2023-03-15 22:47:21 +01:00
Marco Borrini
728b0a1df4
GLK: ADRIFT: Complete previous commit, fix naming convention (#-F)
2023-03-15 22:15:56 +01:00
Marco Borrini
2fc9ba4dac
GLK: ADRIFT: Add detection for new games (D-F)
2023-03-15 21:43:30 +01:00
Marco Borrini
c6f6ad88dd
GLK: ADRIFT: Add detection for new games (B-C)
2023-03-15 21:40:15 +01:00
Kaloyan Chehlarski
d587f77071
NANCY: Respect palette changes in secondary video
...
The palette for the scene change in The Vampire Diaries' secondary
videos is now read correctly instead of being ignored.
2023-03-15 18:25:06 +02:00
Kaloyan Chehlarski
95e4967b6d
NANCY: Fix flashing cursor during primary video
...
Fixed an issue where moving the mouse up into the inactive zone
when a primary video is playing would result in the cursor rapidly
changing. Also separated all of the input handling in Scene into
a dedicated function.
2023-03-15 18:25:05 +02:00
Kaloyan Chehlarski
23462c8c83
NANCY: Implement clock
...
Implemented the clock in The Vampire Diaries.
2023-03-15 18:25:05 +02:00
Kaloyan Chehlarski
fed8207725
NANCY: Map improvements
...
The Map state no longer reads its data from disk every time it needs to
be opened. The Vampire Diaries scenes where the map music keeps
playing are now respected.
2023-03-15 18:25:04 +02:00
Kaloyan Chehlarski
318f84fb90
NANCY: Clear sound when loading game
...
Fixed an issue where loading a saved game wouldn't clear all the
previously playing music.
2023-03-15 18:25:04 +02:00
Kaloyan Chehlarski
8470f4deac
NANCY: Play correct sound on button press
...
Changed the sound that plays when the help and menu buttons are
pressed to the correct one.
2023-03-15 18:25:03 +02:00
Kaloyan Chehlarski
79f3bace94
NANCY: Fix player time speed in The Vampire Diaries
...
The value of the length of an in-game minute in The Vampire Diaries
is now read correctly, fixing an issue with time passing way too fast.
2023-03-15 18:25:03 +02:00
Kaloyan Chehlarski
18e8ac14f5
NANCY: Fix secondary movie transparency
...
Changed SecondaryMovie to always be transparent for The Vampire
Diaries, which fixes the dream sequence at the beginning of the game.
2023-03-15 18:25:03 +02:00
Kaloyan Chehlarski
85dcfb64d8
NANCY: Do not clear palette on viewport scroll
...
Fixed a bug where the background would go black when scrolling up
or down.
2023-03-15 18:25:03 +02:00
Kaloyan Chehlarski
4069c5e381
NANCY: Correctly implement changing palettes
...
Scenes with multiple palettes will now use the correct palette,
instead of defaulting to the first one.
2023-03-15 18:25:02 +02:00
Kaloyan Chehlarski
87c7cdb577
NANCY: Don't store time of day
...
Removed the timeOfDay property, since it is much simpler for
it to be calculated on the fly when needed.
2023-03-15 18:25:01 +02:00
Kaloyan Chehlarski
9988b3ba43
NANCY: Implement map in The Vampire Diaries
2023-03-15 18:25:01 +02:00
Kaloyan Chehlarski
cb29c7d1a3
NANCY: Enable map button in The Vampire Diaries
...
The map button hotspot in TVD is now read correctly.
2023-03-15 18:25:01 +02:00