Lars Sundström
4133cf4b9f
IOS7: Add GameController capability
...
Add the GameController framework to the project and enable support for
controller user interaction in the Info.plist file. This allows for
Game Controller compatible devices to notify the application when
connected.
Add GameController framework to configure and ports.mk if not using
Xcode to build the target.
2022-08-08 21:08:56 +01:00
Walter Agazzi
0c7eb8dbcf
ACHIEVEMENTS: Generated description files
2022-08-07 22:50:59 +03:00
Walter Agazzi
3845c3c15d
ACHIEVEMENTS: Add values for new AGS steam/gog games
2022-08-07 22:50:59 +03:00
Donovan Watteau
b571215da8
SCUMM: Fix/unify eriktorbjorn's name in MD5 table
...
Was truncated in commit 3576556621 .
With approval on Discord.
(This change doesn't impact engines/scumm/scumm-md5.h)
2022-07-29 20:14:36 +02:00
Donovan Watteau
3892502b04
SCUMM: Further file sizes for the MD5 table, from eientei95
2022-07-29 13:09:10 +02:00
Donovan Watteau
af74960d11
SCUMM: Add some file sizes and version strings in MD5 table
...
From my own media (old UbiSoft CDs, Limited Run Games sets, GOG...).
2022-07-28 21:10:30 +03:00
matthewdippel
4f213d7a98
SCI: add typing to scifx_to_cpp script
...
Adding type hints to the various helper methods in this script
to make it easier to read and understand how the scifx parsing is
done.
2022-07-24 12:01:27 +03:00
matthewdippel
df404e3b8d
SCI: whitespace changes in output of scifx_to_cpp
...
Several whitespace changes to the output in order to make the resulting
cpp file consistent with how cpp is formatted in the repo.
- Properly align the opening of the first comment block.
- Properly align the closing brace of the Sci namespace scope.
2022-07-24 12:01:27 +03:00
matthewdippel
5c8781a369
SCI: remove global variables in scifx_to_cpp
...
Methods in scifx_to_cpp.py refer to arrays outside of their scope.
Refactored them to take them as parameters instead to improve
readability.
Tested by calling on the .scifx files in the same directory as below.
Output is unchanged.
```
python .\scifx_to_cpp.py .\lsl2.scifx
```
2022-07-24 12:01:27 +03:00
matthewdippel
125258caf1
SCI: create main method for scifx_to_cpp script
...
The scifx_to_cpp.py script has methods intermingled with method calls
that execute when you call the script. Moving the method calls under
a "__main__" header to improve readability.
Tested by calling the script like shown below on the .scifx files in
the same directory. The output is the name.
```
python .\scifx_to_cpp.py .\lsl2.scifx
```
2022-07-24 12:01:27 +03:00
Cameron Cawley
f3b094e53f
ENGINES: Change the MetaEngineDetection interface to match MetaEngine
2022-07-23 23:31:58 +02:00
Lothar Serra Mari
dc049edd89
DEVTOOLS: Calculate SHA-256 checksums during tarball creation
2022-07-17 12:21:57 +02:00
Eugene Sandulenko
aabc3e00fe
DEVTOOLS: Sync macgui.dat contents
2022-07-16 17:43:35 +02:00
elasota
baa62911cd
DEVTOOLS: Make create_japanesemacfonts portable using 7-zip and xar-unpacker
2022-07-15 22:34:09 +02:00
Torbjörn Andersson
bb69363580
DEVTOOLS: Make C++ the default mode for md5table
...
Like the built-in help says. Before, you still had to pass --c++ to it.
2022-07-14 07:44:58 +02:00
eientei
42cd8ba9ce
DEVTOOLS: COMPANION: Finish integrating create_classicmacfonts as createmacfonts
2022-07-12 16:19:37 +02:00
Eugene Sandulenko
ca960c61c2
DEVTOOLS: COMPANION: Initial code for extracting classic mac fonts
2022-07-12 14:08:04 +02:00
Eugene Sandulenko
41e823ebab
DEVTOOLS: Use Python for extracting classic mac fonts
2022-07-11 18:12:06 +02:00
Eugene Sandulenko
1160eb8491
CREDITS: Added icons pack credits and regenrated files
2022-07-09 21:40:44 +02:00
antoniou79
0ba6bacfa3
DEVTOOLS: BLADERUNNER: Support additional info sheet
...
And hd font
2022-07-06 11:29:16 +03:00
eientei
7bb5a26329
DEVTOOLS: COMPANION: Add warning when possible JP string is found, punycode by default
2022-07-05 17:31:45 +02:00
antoniou79
db33b3c95b
DEVTOOLS: BLADERUNNER: Dont flatten quotation marks in MIX creation
...
Also don't replace single ellipsis character with three dots.
2022-06-29 18:12:41 +03:00
BLooperZ
b03d209c52
KYRA: Support hebrew fan translation of MR
2022-06-26 11:25:49 +02:00
eientei
fa3e3025bf
DEVTOOLS: COMPANION, COMMON: Add DEL character to be punycoded
2022-06-24 13:45:34 +02:00
eientei
41a8c4765d
DEVTOOLS: COMPANION: MacJapanese mapping of SHIFT-JIS range, log levels, typo fixes
2022-06-23 00:19:52 +02:00
Paweł Kołodziejski
b0088b5d0c
DEVTOOLS: Fixed compiler warning
2022-06-19 21:06:37 +02:00
Eugene Sandulenko
d2c524bbfa
DEVTOOLS: COMPANION: Fix 'mac' mode without encoding specified
2022-06-17 14:24:04 +02:00
eientei
e43224c4d9
DEVTOOLS: Format with black
2022-06-16 13:59:50 +02:00
eientei
9bd355e9ad
DEVTOOLS: Simplify data/rsrc padding
2022-06-16 13:59:50 +02:00
eientei
2583c5ea71
DEVTOOLS: Add flags to mac mode
2022-06-16 13:59:50 +02:00
eientei
9c5f3065b0
DEVTOOLS: Add basic Apple partition parsing, recursively set folder modtimes
2022-06-16 13:59:50 +02:00
athrxx
b5079ca5c7
COMMON: add Korean Johab string encoding
2022-06-13 19:38:47 +02:00
Christian Kündig
f825c027a7
CREDITS: Add myself to the backend credits
2022-06-12 14:34:13 +02:00
D G Turner
7920589ba7
DEVTOOLS: Fix Format Overflow GCC Warnings in create_engine Tool
2022-06-09 23:19:51 +01:00
athrxx
6d83986bca
KYRA: (LoK/KOR) - more font related fixes
...
e. g.
- font spacing
- scene message field
- ingame menus
- Brynn's note
2022-06-09 00:49:05 +02:00
athrxx
245cb1775f
KYRA: (LoK/KOR) - fix end credits
2022-06-09 00:49:05 +02:00
athrxx
4670159f26
KYRA: (LoK/KOR) - inital font support
...
This is still glitchy and will need some more polishing, but at least the intro runs...
2022-06-09 00:49:05 +02:00
eientei
7c0659d859
KYRA: Extract Korean strings, preliminary work
2022-06-09 00:49:05 +02:00
sluicebox
da8dbea44b
CREATE_PROJECT: Restrict /Zc:__cplusplus to newer MSVC
...
Fixes compiler warnings on older versions that don't support this
2022-06-06 17:32:50 -04:00
Eugene Sandulenko
5e05f93f36
ALL: Remove Symbian port
2022-05-28 12:32:29 +02:00
Eugene Sandulenko
820b226283
DEVTOOLS: Gather non-portable code in create_engine, thus making code more readable
2022-05-21 09:49:43 +02:00
sluicebox
924f208a03
CREATE_PROJECT: Text console debugger optional on Xcode
...
Prior to this, create_project always set USE_TEXT_CONSOLE_FOR_DEBUGGER on Xcode.
This was hard-coded behavior that I should have removed when I added configuring
this feature on the command line in 8c32927f39
Now it's disabled by default and can be enabled by --enable-text-console, just
like the other projects.
2022-05-20 23:43:59 -04:00
Donovan Watteau
5b1ec56f96
JANITORIAL: Fix some lost or outdated URLs in comments
2022-05-19 07:57:31 +03:00
Paul Gilbert
c245ef0603
DEVTOOLS: Fix Visual Studio compilation for create_engine
2022-05-18 20:13:57 -07:00
Eugene Sandulenko
3b3817823c
DEVTOOLS: Make create_engine run from scummvm root as well
2022-05-18 22:43:42 +02:00
Eugene Sandulenko
f0ecb4145a
DEVTOOLS: Improved logging for create_engine
2022-05-18 17:41:21 +02:00
Eugene Sandulenko
e95fb37ffa
DEVTOOLS: Fixed directory creation in create_engine
2022-05-18 17:33:39 +02:00
Eugene Sandulenko
4343882531
DEVTOOLS: Added module.mk to create_engine and fixed portability
2022-05-18 17:30:19 +02:00
elasota
5f0c6fa4d0
CREATE_PROJECT: Add /Zc:__cplusplus so __cplusplus macro matches C++ feature level
2022-05-13 10:22:21 +03:00
Paul Gilbert
d00106fc6e
DEVTOOLS: Initial commit of new create_engine tool
2022-05-08 21:11:41 -07:00