Commit Graph

138672 Commits

Author SHA1 Message Date
neuromancer
60a40ed6f4 FREESCAPE: implemented fullscreen messages in dark dos demo 2023-02-06 12:42:54 +01:00
Eugene Sandulenko
57a9a801a6
DIRECTOR: LINGO: Added BlitPict XObject stub 2023-02-06 09:59:14 +01:00
Eugene Sandulenko
7e6c8964b8
DIRECTOR: LINGO: Added BatQT XObject stub 2023-02-06 09:55:25 +01:00
Eugene Sandulenko
e936bd1c81
EFH: Actually plug in debug flags 2023-02-06 09:30:30 +01:00
Strangerke
6e9232761f EFH: Fix an accidental fall through pointed by digital, remove a useless check 2023-02-06 09:11:03 +01:00
Matthew Duggan
0c75730dad TETRAEDGE: Pre-scale color values for TinyGL 2023-02-06 17:01:19 +09:00
Matthew Duggan
3e342beae9 TETRAEDGE: Fix small coverity-identified issues. 2023-02-06 16:55:30 +09:00
Matthew Duggan
c124c554e3 TETRAEDGE: Add some initial features needed for Syberia 2 2023-02-06 16:55:30 +09:00
Paul Gilbert
ca769bc375 MM: MM1: Debugger command to allow all spells in combat 2023-02-05 22:18:55 -08:00
Paul Gilbert
d94d6545bd MM: MM1: Fix spell result display casting wizard spells 2023-02-05 21:12:29 -08:00
Paul Gilbert
22473ec955 MM: MM1: Fixed SpellsState _condition to be _damage 2023-02-05 21:12:29 -08:00
D G Turner
dba9d52d40 IMMORTAL: Fix Various GCC Compiler Warnings 2023-02-06 04:27:49 +00:00
D G Turner
95bf4b15b3 EFH: Fix Most Remaining GCC Compiler Warnings
Two warnings of -Wcast-qual remain, but these are problematic to fix
with major refactoring of script parser.
2023-02-06 03:57:01 +00:00
D G Turner
c0a6a7d0f6 EFH: Fix Various GCC Compiler Warnings 2023-02-06 02:38:20 +00:00
Paul Gilbert
1cb89679dc MM: MM1: Fix incapicated chars are skipped in combat 2023-02-05 18:11:28 -08:00
Paul Gilbert
626388a902 MM: MM1: Fix some combat messages, party display 2023-02-05 17:49:34 -08:00
Paul Gilbert
d2384b7db3 MM: MM1: Fix display of 'H-Orc' race in char info 2023-02-05 16:36:51 -08:00
Cameron Cawley
c165cfb6e9 GUI: Don't create a popup for anti-aliasing levels if they're not supported 2023-02-05 23:16:06 +01:00
Cameron Cawley
5f7f242239 GUI: Don't create a popup for 3D renderers if they're not supported 2023-02-05 23:16:06 +01:00
Cameron Cawley
ce4bbb2233 GUI: Don't create popups for scalers if they're not supported 2023-02-05 23:16:06 +01:00
Cameron Cawley
5f06b599c8 GUI: Don't create a popup for the stretch mode if it's not supported 2023-02-05 23:16:06 +01:00
Cameron Cawley
380643315e GRAPHICS: Support flipping in scaleBlit and rotoscaleBlit 2023-02-05 23:14:35 +01:00
sluicebox
d97bd0c817 CREATE_PROJECT: Set Xcode MACOSX_DEPLOYMENT_TARGET 2023-02-05 23:12:06 +01:00
antoniou79
9bebbf2116 DEVTOOLS: Updates to README file
Fix deprecated url for dumper companion as well as some minor edits
2023-02-05 23:09:11 +01:00
antoniou79
3044a8dd0b DEVTOOLS: COMPANION: Fix python error for createmacfonts
Error was in line 686: NameError: name 'io' is not defined. Did you mean: 'id'?
2023-02-05 23:09:11 +01:00
Cameron Cawley
6903fb4be1 COMMON: Simplify API for getHumanReadableBytes() 2023-02-05 23:08:21 +01:00
Vladimir Serbinenko
442365ec84 3DS: Specify version in .cia metadata
.cia supports version only in form X.Y.Z so just put there MAJOR.MINOR.PATCH
2023-02-05 23:03:21 +01:00
Eugene Sandulenko
434316f284
NEWS: Mention KolibriOS support 2023-02-05 23:02:22 +01:00
Roland van Laar
d9da411b06 DIRECTOR: LINGO: Fix segfaults in clean up
Split resetLingo into the cleanup and reset part.
cleanup is necessary on ~Lingo. The reset and cleanup part
when loading the next movie.
2023-02-05 22:56:49 +01:00
Vladimir Serbinenko
31071d7938 CONFIGURE: Support for kolibri OS 2023-02-05 22:55:40 +01:00
Vladimir Serbinenko
37230e79a1 KOLIBRI: Add a launch wrapper
Exporting symbols from main binary is cumbersome on KolibriOS but importing
from another dll is fine. So we make scummvm core into a dll and add a thin
launcher for it.
2023-02-05 22:55:40 +01:00
Vladimir Serbinenko
4bcd4671ab KOLIBRI: Add kolibrios backend 2023-02-05 22:55:40 +01:00
Vladimir Serbinenko
3a3da1b41e SDL: Allow joystick init to fail
It's not critical so can be skipped
2023-02-05 22:55:40 +01:00
Vladimir Serbinenko
8a77ad45c3 SDL: Stub for Kolibri OS resolution 2023-02-05 22:55:40 +01:00
Vladimir Serbinenko
17c5a0ce44 SDL: Don't use SDLK_UNDO prior to its introduction in SDL-1.2.3 2023-02-05 22:55:40 +01:00
Cameron Cawley
58e96a8755 OPENGL: Check if GL_TEXTURE_MAX_LEVEL is supported before using it 2023-02-05 22:31:57 +01:00
eientei95
10e69c7509 MACOS: Fix warning about CFBundleTypeRole
When run from terminal, it'd spit out `NSDocumentController Info.plist warning: The values of CFBundleTypeRole entries must be 'Editor', 'Viewer', 'None', or 'Shell'.` This silences that warning.
2023-02-05 22:31:01 +01:00
Eugene Sandulenko
db0495af5a
IMMORTAL: Remove redundant includes 2023-02-05 22:08:09 +01:00
Eugene Sandulenko
1e9ee2777b
IMMORTAL: Sort files alphabetically in module.mk 2023-02-05 22:06:40 +01:00
Eugene Sandulenko
cae5e1cadd
JANITORIAL: Fix namespace comments 2023-02-05 22:04:44 +01:00
Quote58
878fbe404c IMMORTAL: Clean up some of the header dependancies 2023-02-05 21:59:12 +01:00
Quote58
4116c881e6 IMMORTAL: Change loadPalette to use readUint16LE() instead of read() 2023-02-05 21:59:12 +01:00
Quote58
ffb7ffc6eb IMMORTAL: Pass flameSet list by reference instead of copy 2023-02-05 21:59:12 +01:00
Quote58
deb3794626 IMMORTAL: Use AStyle to fix indentation and format issues across all files 2023-02-05 21:59:12 +01:00
Quote58
9c2e1a55a8 IMMORTAL: Remove unused debug console channel method 2023-02-05 21:59:12 +01:00
Quote58
8a1c1764af IMMORTAL: Add TODO comments for unimplemented methods 2023-02-05 21:59:12 +01:00
Quote58
7e0c5b39ab IMMORTAL: Fix formatting for casting 2023-02-05 21:59:12 +01:00
Quote58
4103ebe600 IMMORTAL: Fix formatting for switch statements 2023-02-05 21:59:12 +01:00
Quote58
9cbe97d557 IMMORTAL: IMMORTAL_IMMORTAL_H -> IMMORTAL_H 2023-02-05 21:59:12 +01:00
Quote58
98247630c2 IMMORTAL: Remove unnecessary commented line 2023-02-05 21:59:12 +01:00