aboutsummaryrefslogtreecommitdiff
path: root/devtools
AgeCommit message (Collapse)Author
2017-09-30BUILD: Define pointer sized integer types and remove SCUMM_64BITSBastien Bouclet
2017-09-29DEVTOOLS: Add German bot quote lists to create_titanicPaul Gilbert
2017-09-29DEVTOOLS: Added German bot word lists to create_titanicPaul Gilbert
2017-09-27DEVTOOLS: Added German tag mappings to create_titanicPaul Gilbert
2017-09-26DEVTOOLS: Added German bot response lists to create_titanicPaul Gilbert
2017-09-22DEVTOOLS: Added German Preresponse lists to create_titanicPaul Gilbert
2017-09-17DEVTOOLS: Add other German bot sentence mappings to create_titanicPaul Gilbert
2017-09-16DEVTOOLS: Add German Id mappings for Doorbot in create_titanicPaul Gilbert
2017-09-13DEVTOOLS: Fix escape sequence in create_titanicPaul Gilbert
2017-09-10CREATE_PROJECT: Fix typo in unused macroColin Snover
2017-09-10CREATE_PROJECT: Add LastUpgradeCheck to generated project fileColin Snover
This prevents the recommended updates warning appearing when opening the project in Xcode for the first time.
2017-09-10CREATE_PROJECT: Update Xcode generator to use most Xcode-recommended warningsColin Snover
2017-09-10CREATE_PROJECT: Increment default iOS build target in Xcode generatorColin Snover
Xcode 8/macOS 10.12 minimum target for iOS is now iOS 8.
2017-09-10CREATE_PROJECT: Ignore undefined-var-template warnings by defaultColin Snover
Starting in Xcode 8, clang reports warnings about singleton instantiation which are noisy, so suppress these warnings for the moment. An attempt to fix this properly was added in eefa72afa1978a9dea10f5b1833fcc8f58a3468e but it was backed out in 940b2a20f1cd490afb6e541a3cd26f0d3bdd1687. See https://github.com/scummvm/scummvm/pull/967 and https://github.com/scummvm/scummvm/pull/994.
2017-09-10CREATE_PROJECT: Move browser_osx.mm hack to Xcode generatorColin Snover
c19c10d548b2867bc4fd003fb29ac0017b2bd29d fixed the bad parsing of module.mk which meant the Xcode generator broke. For the moment, just move the hack for browser_osx.mm into the generator, until there is a more elegant solution to this problem (if ever).
2017-09-10CREATE_PROJECT: Allow FluidSynth on macOSColin Snover
FluidSynth does build and run successfully, but it is necessary to get the correct static libraries. It can be manually built against dylib, if desired, by manually adding the fluidsynth.dylib to the Frameworks. Since this will result in a runtime dependency, this is not set up by default.
2017-09-10CREATE_PROJECT: Fix Xcode builder library includesColin Snover
Libraries were being included unconditionally regardless of the arguments passed to create_project, and in the case of macOS were being added using manual linker flags and other such hacks instead of using the Frameworks list.
2017-09-10CREATE_PROJECT: Fix typo in Xcode generator interfaceColin Snover
2017-09-02CREDITS: Add section for Titanic enginePaul Gilbert
2017-08-26TITANIC: Fix German strings in create_titanic, regenerate titanic.datPaul Gilbert
2017-08-26DEVTOOLS: Corrections to newly added German stringsPaul Gilbert
2017-08-26TITANIC: Add further strings to create_titanic toolPaul Gilbert
2017-08-21SCUMM: Add detection for unrecognized demos from CD with EAN 8716051020134Ben Castricum
2017-08-21SCUMM: Add detection for German version of Spy Fox 1, fixes bug #9732Ben Castricum
2017-08-21SCUMM: Add detection for European Wii Spyfox Dry Cerealroot
2017-08-13CONFIGURE: An (unsuccessful) attempt to add library dependencies to the toolsEugene Sandulenko
For some reason I cannot figure out how to enforce proper variable creation in a generic way. I'll keep reading the docs but maybe someone else could figure it out earlier
2017-08-12DEVTOOLS: Fix gcc compilation of create_titanicPaul Gilbert
2017-08-12DEVTOOLS: Add compression for titanic.dat bitmapsPaul Gilbert
2017-08-10SCUMM: Don't list Amiga version of The Secret of Monkey Island as VGA, as it ↵Kirben
leads to confusion.
2017-07-25DEVTOOLS: Add missing comma in create_titanic German stringsPaul Gilbert
2017-07-18DEVTOOLS: Correct misspelling in create_titanic, thanks to LightkeyPaul Gilbert
2017-07-17DEVTOOLS: Added German string translations to create_titanicPaul Gilbert
Thanks go to Joe Winzer for his work
2017-07-02BUILD: Add titanic.dat files to the list of engines data filesThierry Crozat
2017-06-24CREATE_PROJECT: Add fix for nested ifsTobia Tesan
This adds a quick fix so that any if blocks nested inside a if block with an unmet condition are handled with push(false) even if their condition is satisfied. For example, without this modification, upon running create_project.exe --msvc --disable-cloud --enable-libcurl the block inside ifdef USE_CLOUD ifdef USE_LIBCURL ... endif endif in backends/module.mk would get evaluated since it was inside USE_LIBCURL (=1), leading to unpredictable results.
2017-06-18DEVTOOLS: Fix incorrect argc checks in create_titanicPaul Gilbert
2017-06-18DEVTOOLS: Yet another Superst correction in create_titanicPaul Gilbert
2017-06-18DEVTOOLS: Further minor German fixes to create_titanic, thanks to LightkeyPaul Gilbert
2017-06-18DEVTOOLS: Further minor German fixes to create_titanic, thanks to LightkeyPaul Gilbert
2017-06-18DEVTOOLS: Added extra German NPC data to create_titanicPaul Gilbert
2017-06-17DEVTOOLS: Add extra German EXE resources to create_titanicPaul Gilbert
2017-06-17DEVTOOLS: Added Bellbot common phrases to create_titanicPaul Gilbert
2017-06-17DEVTOOLS: Added German MissiveOMat data to create_titanicPaul Gilbert
2017-06-16DEVTOOLS: More create_titanic German corrections thanks to LightkeyPaul Gilbert
2017-06-16DEVTOOLS: Fix incorrect German text in create_titanicPaul Gilbert
2017-06-16DEVTOOLS: Add missing /DE suffix to German resource in create_titanicPaul Gilbert
2017-06-16DEVTOOLS: Add German pronoun list to create_titanicPaul Gilbert
2017-06-16DEVTOOLS: Add German parser strings to create_titanicPaul Gilbert
2017-04-18JANITORIAL: Remove superfluous semicolonsTorbjörn Andersson
2017-03-29DEVTOOLS: Add tooltip to create_titanic for skipping nav puzzlePaul Gilbert
2017-03-29CREDITS: Add credits for LabThierry Crozat