Commit Graph
2187 Commits
Author SHA1 Message Date
Cameron Cawley 1ea8c9ef03 DEVTOOLS: Fix compiling with MinGW 2020-10-14 16:42:28 +01:00
Eugene Sandulenko 4f0bf5cffd BUILD: Sync new credits file location on Web 2020-10-12 14:46:49 +02:00
Eugene Sandulenko 4c0c187093 CREDITS: Update, add co-leads 2020-10-12 14:44:58 +02:00
SupSuper f22f08059c CREATE_PROJECT: --disable-opengl disables all OpenGL features 2020-10-10 19:53:34 +01:00
SupSuper 1ca009ddc6 CREATE_PROJECT: Remove orphaned opengles v1 feature 2020-10-10 19:50:49 +01:00
Paweł Kołodziejski 264f6f037b ALL: Separate USE_OPENGL and USE_OPENG_GAME. Exclude WME3D for GLES2 for now. 2020-10-10 14:12:07 +02:00
Matthew Duggan 79e2b0ceba CREATE_PROJECT: Add override keyword to remove build warnings 2020-10-10 14:58:44 +09:00
SupSuper e2efeacc12 MSVC: Add OpenGL libraries 2020-10-09 21:26:36 +01:00
Paweł Kołodziejski 35b9cccbde ALL: Merge ResidualVM 2020-10-09 19:44:13 +02:00
Pawel Kolodziejski 48875a1d3d CREDITS: Update copyright file 2020-10-09 12:54:10 +02:00
Pawel Kolodziejski 4631c0e2ed ALL: Sync with ScummVM rev: a4002bdeee 2020-10-04 23:59:26 +02:00
Cameron Cawley a4002bdeee CREATE_PROJECT: Enable C++11 for Xcode builds 2020-10-04 21:46:45 +01:00
Cameron Cawley 1355bfee75 CREATE_PROJECT: Add missing libraries to the Xcode generator 2020-10-04 18:31:00 +02:00
Pawel Kolodziejski e6516edf5e DEV_TOOLS: Remove no longer needed comments 2020-10-04 18:14:13 +02:00
Paweł Kołodziejski e01c915210 CREATE_PROJECT: Added MacPorts paths to Xcode 2020-10-04 18:09:46 +02:00
SupSuper a2c7c9bf2f DEVTOOLS: Fix create_project invalid parameter 2020-10-03 22:31:01 +01:00
Thierry Crozat 3d26333a75 DEVTOOLS: Fix create_project compilation 2020-10-03 14:55:15 +01:00
Thierry Crozat 2eccd9aa8c DEVTOOLS: Add cxx11 feature to create_project 2020-10-03 15:51:14 +02:00
Mataniko 7c732f971e CREDITS: Simplify YAML credits format 2020-10-03 09:09:10 -04:00
aryanrawlani28 58a9de8092 DEVTOOLS: CREATE_PROJECT: Use map instead of unordered_map
- No C11 support yet, revert to use map to fix build
2020-10-03 14:56:36 +02:00
aryanrawlani28 de56694f53 DEVTOOLS: CREATE_PROJECT: Support static detection features
- This allows apps that use create_project to build with statically linked detection features.
- Also add support to write an addtional file - detection_tables.h inside engines/.
2020-10-03 14:56:36 +02:00
Eugene Sandulenko c375a93f68 DEVTOOLS: Print usage information for encode-macbinary.sh 2020-10-02 21:04:26 +02:00
Pawel Kolodziejski 5487e5e718 ALL: Sync with ScummVM rev: e08ba6ff14 2020-09-27 19:45:22 +02:00
Mataniko e99a2fa8c3 CREDITS: Remove unused docbook format 2020-09-27 00:26:13 +01:00
Thierry Crozat b4b91b1fad CREATE_PROJECT: Use RELEASE_BUILD define in Xcode Release configuration 2020-09-26 15:36:31 +01:00
Pawel Kolodziejski 4380aa2409 DEVTOOLS: Fixed theme name 2020-09-25 18:31:23 +02:00
Alexander Reim b26add3356 CREDITS: Add myself 2020-09-24 12:42:21 +02:00
Pawel Kolodziejski bfe58d3c77 ALL: Synced with ScummVM - rev: d4db631f9b 2020-09-23 21:52:10 +02:00
Lothar Serra Mari 819c4083ca DISTS: Add BUILTIN_RESOURCES define to create_project 2020-09-21 23:14:23 +02:00
Cameron Cawley 168b7ac818 DEVTOOLS: Fix crash in convbdf 2020-09-16 20:08:41 +01:00
Pawel Kolodziejski 15a759370a ALL: Synced with ScummVM - rev: bdbbcd81ae 2020-09-12 19:38:50 +02:00
Thierry Crozat 37eb6291fe CREDITS: Add credits for supernova Italian translation 2020-09-07 02:09:07 +01:00
Thierry Crozat 52adc335f1 SUPERNOVA: Add Italian translation for part1 in engine data file
This translation was provided by Walter Agazzi.
2020-09-07 02:04:39 +01:00
Thierry Crozat c8b5ff41b6 SUPERNOVA: Improve warning message in create_supernova 2020-09-07 02:02:12 +01:00
Andrew Martin d20d597f72 IOS: Add LaunchScreen.storyboard to support full screen on iPad Pro 2020-09-06 23:38:00 +01:00
Cameron Cawley 6b669ae2fb DEVTOOLS: Fix compiling with MinGW 2020-09-06 19:26:20 +01:00
Paul Gilbert a566bf5eea ULTIMA6: Update main menu scripts for World of Ultima games 2020-09-05 15:46:12 -07:00
Matthew Duggan 98915bab70 DEVTOOLS: Add usage message to create_translations 2020-09-05 16:37:27 +09:00
Paul Gilbert 518247c39a NUVIE: Improve cursor responsiveness of main menu
Still need to re-generate the ultima.dat to include it,
once I'm sure nothing else needs to be change prior to
the next release
2020-09-04 21:37:53 -07:00
Mataniko c93dacd10b CREDITS: Remove XML-WEB and other unused code 2020-09-04 21:20:49 -04:00
Eugene Sandulenko 9ae226d208 DEVTOOLS: Major improvements to encode-macbinary.sh
- Support for Japanese names which are converted to UTF-8 with 'recode'
 - Support for files starting with '-' (avoid clash with options)
 - Support for files contianing '{' (avoid hfs globbing clash)
 - Support for files containing '/', it is replaced with ':'
 - Support for empty directories, no more warnings

For Japanese mode filenames are correctly recoded back to HFS names, so
hutils are happy
2020-09-03 16:48:04 +02:00
Pawel Kolodziejski d5304e2568 ALL: Synced with ScummVM - rev: 33a47d23b8 2020-09-03 02:21:14 +02:00
Thierry Crozat c4c10c1332 SUPERNOVA: Update English translation 2020-09-03 00:11:13 +01:00
Thierry Crozat dc88a9fcb1 DISTS: Update the list of files to distribute 2020-09-02 20:42:18 +01:00
Pawel Kolodziejski acd114234f XCODE: Fixed creating project file 2020-09-02 08:25:41 +02:00
Thierry Crozat 148cd5f28d SUPERNOVA: Fix typo in German string
This also bug #11648 about the string not being translated to
English (as the translation is mapped to the correct German
string). I have also checked that the original game as the
correct string, so the typo was specific to ScummVM.
2020-08-31 18:05:24 +01:00
Thierry Crozat 78b36f248b CREDITS: Update list of translators 2020-08-30 15:43:20 +01:00
Eugene Sandulenko 79ba124bce CREDITS: Added BeWorld as the MorphOS porter 2020-08-30 16:36:48 +02:00
aryanrawlani28 24151a6d31 DEVTOOLS: CREDITS: Update script to not write ascii descriptions when adding person. 2020-08-30 14:43:41 +02:00
aryanrawlani28 a9a63ec931 DEVTOOLS: CREATE_TRANSLATIONS: Remove useless const return value for useUTF8 member function. 2020-08-30 14:43:41 +02:00