Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-25 | TOOLS: Add cryo and titanic tools in create_project | Strangerke | |
2017-12-22 | SCUMM HE: Add early version of Let's Explore the Farm with Buzzy. | Kirben | |
2017-11-23 | DEVTOOLS: Add Snap manifest to update-version.pl | Colin Snover | |
2017-11-21 | CREDITS: Add credits for RISC OS port | Cameron Cawley | |
Closes gh-1068. | |||
2017-11-20 | KYRA: Fix crash due to missing palette data for OldFloppy version | Colin Snover | |
Thanks to sergesv for the patch. Fixes Trac#9733. | |||
2017-11-19 | DEVTOOLS: Remove NSIS script from update-version.pl | Cameron Cawley | |
The NSIS script was removed in commit 4a1f3d7 | |||
2017-11-19 | DEVTOOLS: Add RISC OS !Boot file to update-version.pl | Cameron Cawley | |
2017-11-17 | CREATE_PROJECT: Fix compilation failure in C++11 mode | Colin Snover | |
Getting the address of an rvalue is invalid, and not necessary here. Once C++11 can be used always, this utility function can just be replaced with std::to_string. | |||
2017-11-14 | DRASCULA: Make remaining static texts translatable | Eugene Sandulenko | |
drascula.dat file version bumped | |||
2017-10-25 | Merge pull request #1035 from bgK/require-64bits-integers | Bastien Bouclet | |
BUILD: Require 64bits integers | |||
2017-10-15 | TITANIC: Add missing strings for Floor & Room # to titanic.dat | Paul Gilbert | |
2017-10-12 | CREATE_PROJECT: Support using libjpeg for iOS builds | Thierry Crozat | |
2017-10-12 | CREATE_PROJECT: Fix some compilation issues for iOS | Thierry Crozat | |
Note that this still doesn't compile with the library package provided by bSr43 because this package is missing libvorbisfile.a and has a non standard name for libglib-2.0.a. But it would probably be better to fix the package than maintain non-standard packages. | |||
2017-10-07 | DEVTOOLS: Fix UTF8 character in create_titanic | Paul Gilbert | |
2017-10-06 | TITANIC: DE: Fixes to vocabs, strings, and font in titanic.dat | Paul Gilbert | |
2017-10-03 | DEVTOOLS: Add theoradec support to Xcode create_project | Colin Snover | |
2017-09-30 | BUILD: Define pointer sized integer types and remove SCUMM_64BITS | Bastien Bouclet | |
2017-09-29 | DEVTOOLS: Add German bot quote lists to create_titanic | Paul Gilbert | |
2017-09-29 | DEVTOOLS: Added German bot word lists to create_titanic | Paul Gilbert | |
2017-09-27 | DEVTOOLS: Added German tag mappings to create_titanic | Paul Gilbert | |
2017-09-26 | DEVTOOLS: Added German bot response lists to create_titanic | Paul Gilbert | |
2017-09-22 | DEVTOOLS: Added German Preresponse lists to create_titanic | Paul Gilbert | |
2017-09-17 | DEVTOOLS: Add other German bot sentence mappings to create_titanic | Paul Gilbert | |
2017-09-16 | DEVTOOLS: Add German Id mappings for Doorbot in create_titanic | Paul Gilbert | |
2017-09-13 | DEVTOOLS: Fix escape sequence in create_titanic | Paul Gilbert | |
2017-09-10 | CREATE_PROJECT: Fix typo in unused macro | Colin Snover | |
2017-09-10 | CREATE_PROJECT: Add LastUpgradeCheck to generated project file | Colin Snover | |
This prevents the recommended updates warning appearing when opening the project in Xcode for the first time. | |||
2017-09-10 | CREATE_PROJECT: Update Xcode generator to use most Xcode-recommended warnings | Colin Snover | |
2017-09-10 | CREATE_PROJECT: Increment default iOS build target in Xcode generator | Colin Snover | |
Xcode 8/macOS 10.12 minimum target for iOS is now iOS 8. | |||
2017-09-10 | CREATE_PROJECT: Ignore undefined-var-template warnings by default | Colin 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-10 | CREATE_PROJECT: Move browser_osx.mm hack to Xcode generator | Colin 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-10 | CREATE_PROJECT: Allow FluidSynth on macOS | Colin 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-10 | CREATE_PROJECT: Fix Xcode builder library includes | Colin 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-10 | CREATE_PROJECT: Fix typo in Xcode generator interface | Colin Snover | |
2017-09-02 | CREDITS: Add section for Titanic engine | Paul Gilbert | |
2017-08-26 | TITANIC: Fix German strings in create_titanic, regenerate titanic.dat | Paul Gilbert | |
2017-08-26 | DEVTOOLS: Corrections to newly added German strings | Paul Gilbert | |
2017-08-26 | TITANIC: Add further strings to create_titanic tool | Paul Gilbert | |
2017-08-21 | SCUMM: Add detection for unrecognized demos from CD with EAN 8716051020134 | Ben Castricum | |
2017-08-21 | SCUMM: Add detection for German version of Spy Fox 1, fixes bug #9732 | Ben Castricum | |
2017-08-21 | SCUMM: Add detection for European Wii Spyfox Dry Cereal | root | |
2017-08-13 | CONFIGURE: An (unsuccessful) attempt to add library dependencies to the tools | Eugene 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-12 | DEVTOOLS: Fix gcc compilation of create_titanic | Paul Gilbert | |
2017-08-12 | DEVTOOLS: Add compression for titanic.dat bitmaps | Paul Gilbert | |
2017-08-10 | SCUMM: Don't list Amiga version of The Secret of Monkey Island as VGA, as it ↵ | Kirben | |
leads to confusion. | |||
2017-07-25 | DEVTOOLS: Add missing comma in create_titanic German strings | Paul Gilbert | |
2017-07-18 | DEVTOOLS: Correct misspelling in create_titanic, thanks to Lightkey | Paul Gilbert | |
2017-07-17 | DEVTOOLS: Added German string translations to create_titanic | Paul Gilbert | |
Thanks go to Joe Winzer for his work | |||
2017-07-02 | BUILD: Add titanic.dat files to the list of engines data files | Thierry Crozat | |
2017-06-24 | CREATE_PROJECT: Add fix for nested ifs | Tobia 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. |