cmd05
3ce1364a00
MACVENTURE: Fix save file loading
2025-03-24 13:58:53 +08:00
Eugene Sandulenko
756868215d
ENGINES: Switch debug channel enums from bitfield to sequential order
2025-02-22 21:42:28 +01:00
Le Philousophe
4ef256be5a
MACVENTURE: Handle case where subdirectory is empty
...
In this case, the path built had a leading /
2025-02-02 11:57:31 +01:00
Eugene Sandulenko
fdecb6afca
ENGINES: Add components to configure.engine's explanatory comment
2024-12-25 00:34:39 +01:00
Cameron Cawley
8d9614ccd5
GRAPHICS: MACGUI: Extend the font ID enum
2024-12-09 23:24:23 +02:00
sluicebox
4200d6575c
ALL: Return result from MetaEngine::removeSaveState
2024-10-18 09:41:03 +03:00
Hubert Maier
32d70aea69
JANITORIAL: MACVENTURE: Fix typos
2024-09-16 01:46:04 +03:00
Paul Gilbert
3d71d8e08c
COMMON: Move huffman.h to common/compression/
2024-07-15 02:56:12 +02:00
Le Philousophe
b61bd3ff85
ENGINES: Create a type aware advanced meta engine
2024-06-30 18:39:06 +02:00
Le Philousophe
90b886097f
ENGINES: Create a type aware advanced detector
2024-06-30 18:39:06 +02:00
Cameron Cawley
1357bfe672
COMMON: Avoid including engine headers in common code for DebugChannelDef
2024-06-20 20:15:57 +01:00
polyesterswing
aadbe5e111
MACVENTURE: Fix loading of MacBinary files
2024-03-25 14:02:55 +01:00
polyesterswing
e97c916b4b
MACVENTURE: Fix loading filenames with unicode characters
2024-03-04 17:16:21 +01:00
Le Philousophe
cd9c525b6d
MACVENTURE: Migrate engine to Path
2023-12-24 13:19:25 +01:00
Eugene Sandulenko
ec2dd2726b
ENGINES: Added optional parameter to canSave/LoadGameStateCurrently() for indicating the reason
2023-12-08 12:21:16 +01:00
sluicebox
3809934d21
MACVENTURE: Fix memory leak in text decoding
...
Coverity CID 1362449
2023-11-02 09:26:16 -07:00
Eugene Sandulenko
a7bf859e99
MACVENTURE: Fix compilation after MacWindow API change
2023-05-31 13:39:07 +02:00
Cameron Cawley
0581301b24
COMMON: Move huffman.h back out of the compression directory
2022-12-11 22:33:23 +01:00
Eugene Sandulenko
fb7095f5a4
COMMON: Move all compression-related files to a separate directory
2022-12-01 11:53:02 +01:00
Hubert Maier
c08c064cf1
MACVENTURE: Correct spelling mistake
...
occassion -> occasion
2022-10-27 15:56:14 +02:00
D G Turner
3a419a580a
MACVENTURE: Remove Another Unused Variable Causing GCC Compiler Warning
2022-09-06 00:12:31 +01:00
D G Turner
89114c992a
MACVENTURE: Remove Unused Variable Causing GCC Compiler Warning
2022-09-05 23:14:53 +01:00
Avijeet
e5877985ff
MACVENTURE: Change comment
2022-09-04 20:30:02 +02:00
Avijeet
081c3db06b
MACVENTURE: Fix window titles
2022-09-04 20:30:02 +02:00
Avijeet
26c3c4f160
MACVENTURE: Invert exit window's color when active
2022-09-04 20:30:02 +02:00
Avijeet
e97bdbd5a5
MACVENTURE: Fix text alignment of window titles
2022-09-04 20:30:02 +02:00
Avijeet
300a575b86
MACVENTURE: Trim inventory window title to fit it in the border
2022-09-04 20:30:02 +02:00
Avijeet
51543aa523
MACVENTURE: Use MacMenu::loadMenuResource
2022-09-04 20:30:02 +02:00
Avijeet
64d4c93568
MACVENTURE: Support return to launcher
2022-09-04 20:30:02 +02:00
Cameron Cawley
47755b4b38
COMMON: Make better use of inlining in BitStream functions
2022-08-28 00:05:31 +03:00
Eugene Sandulenko
1326ae2a62
MACVENTURE: Drop unneeded assignment. The same value is in the default constructor
2022-08-14 16:46:21 +02:00
eientei
c19597d49d
MACVENTURE: Fix detection for Deja Vu 1993, others
2022-08-14 16:44:51 +02:00
eientei
4dac7b3f20
MACVENTURE: Add more Mac and IIGS versions to detection
2022-08-08 04:52:27 +03:00
Cameron Cawley
f3b094e53f
ENGINES: Change the MetaEngineDetection interface to match MetaEngine
2022-07-23 23:31:58 +02:00
D G Turner
3d6c0f8ab3
MACVENTURE: Remove Redundant Duplication Declaration
...
This causes a GCC Warning when -Wredundant-decls is enabled.
2022-03-06 11:33:45 +00:00
Eugene Sandulenko
abea37c9bb
ALL: Update ScummVM project license to GPLv3+
2021-12-26 18:48:43 +01:00
Henrik "Henke37" Andersson
331f59873b
MACVENTURE: Correct datatype for active flag
...
This silences a warning in MSVC about an unsafe operation
2021-12-05 23:44:55 +01:00
Orgad Shaneh
619a6bafe3
MACVENTURE: Use nullptr
...
Using clang-tidy modernize-use-nullptr
2021-11-14 15:51:59 +02:00
Orgad Shaneh
78ef6203de
ENGINES: Fix getSavegameFile for almost all engines
...
Use kSimpleSavesNames correctly, add where needed, remove where needed.
Trac #12977
2021-11-10 21:49:48 +00:00
Orgad Shaneh
fe104cc337
ENGINES: Use MetaEngine consistently for getting autosave slot
...
The autosave refactoring that was done in
7adad5aaf5
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 7adad5aaf5
.
2021-10-24 16:46:06 +02:00
Eugene Sandulenko
37f0024b0a
MACVENTURE: Adjust detection entries after MacResMan bugfix
2021-10-17 20:48:02 +03:00
Martin Gerhardy
dc5d474160
MACVENTURE: re-use the read stream to reduce heap allocations
2021-09-19 15:21:56 +02:00
Martin Gerhardy
b73889d2e0
MACVENTURE: pass by reference
2021-09-19 15:21:56 +02:00
Martin Gerhardy
9f479e06f4
MACVENTURE: fixed whitespaces
2021-09-19 15:21:56 +02:00
Divyam Ahuja
9ad16ff273
MACVENTURE: Initialize struct according to C++98 convention
2021-09-19 15:21:56 +02:00
DivyamAhuja
dd6508500c
MACVENTURE: Fix Output console text width
2021-09-19 15:21:56 +02:00
DivyamAhuja
6bc5d0e9ae
MACVENTURE: Fix object not dropping at left side of window
2021-09-19 15:21:56 +02:00
DivyamAhuja
0638fca683
MACVENTURE: Remove unnecessary adding of NULL character to string
2021-09-19 15:21:56 +02:00
DivyamAhuja
2e4117e388
MACVENTURE: Add title to windows
2021-09-19 15:21:56 +02:00
DivyamAhuja
d754ed0e27
MACVENTURE: Fix missing characters in some words in output console
2021-09-19 15:21:56 +02:00