Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-24 | CLOUD: Add USE_CLOUD feature | Alexander Tkachev | |
Adds USE_CLOUD in both configure and create_project. | |||
2016-08-22 | CREATE_PROJECT: Switch SDL backend to SDL2 by default | Filippos Karapetis | |
This adapts create_project with the changes in de04a68c06 | |||
2016-08-12 | CREATE_PROJECT: Add warning C4373 to ignore list for SCI engine | Paul Gilbert | |
2016-07-07 | DEVTOOLS: Fix create_project build with MinGW64 | Bastien Bouclet | |
2016-07-07 | DEVTOOLS: Add a CMake project generator to create_project | Bastien Bouclet | |
Also-By: Joel Teichroeb <joel@teichroeb.net> Also-By: Einar Johan Trøan Sømåen <einarjohants@gmail.com> | |||
2016-05-22 | UPDATES: Add support for WinSparkle | Filippos Karapetis | |
2016-05-22 | CREATE_PROJECT: Whitespace fixes | Filippos Karapetis | |
2016-03-24 | DEVTOOLS: Improve SDL2 support in create_project. | Johannes Schickel | |
This adapts MSBuild and XCode project generators to output project files which can be used to build the SDL backend with SDL2 easily. | |||
2016-03-16 | OPENGL: Resolve OpenGL functions on run-time. | Johannes Schickel | |
Formerly we relied on static linkage. However, in the presense of modern OpenGL (ES) implementations it is not easily identifable which library to link against. For example, on Linux amd64 with nVidia drivers and SDL2 setup to create a GLES 1.1 context one would need to link against libGL.so. However, traditionally GLES 1.1 required to link against libGLESv1_CM.so. To prevent a huge mess we simply resolve the OpenGL functions on run-time now and stop linking against a static library (in most cases). GLES support needs to be enabled manually on configure time for now. Tizen changes have NOT been tested. | |||
2016-03-09 | DEVTOOLS: Use libpng16.lib for libpng for MSVC. | Johannes Schickel | |
Modern libpng releases use this library name as output for their MSVC project files. | |||
2016-01-06 | IOS: Brings support for FluidSynth | Vincent Bénony | |
2016-01-06 | IOS: Adds an helper function | Vincent Bénony | |
2016-01-06 | IOS: Adds the IPHONE macro to the generated project | Vincent Bénony | |
2016-01-06 | IOS: Create a separate for adding resources | Vincent Bénony | |
2015-10-12 | CREATE_PROJECT: Cleanup and turn off exception handling again | Paul Gilbert | |
2015-09-28 | CREATE_PROJECT: Add support for Visual Studio 2015 | Paul Gilbert | |
2015-07-20 | CREATE_PROJECT: Rename XCodeProvider -> XcodeProvider | Filippos Karapetis | |
2015-04-09 | CREATE_PROJECT: Don't add -fno-rtti. | Einar Johan Trøan Sømåen | |
2015-04-09 | CREATE_PROJECT: Modify producesObjectFile to take .m and .mm into account. | Einar Johan Trøan Sømåen | |
This should be safe outside XCode, as only OSX/iOS-projects introduce such files to begin with. | |||
2015-04-09 | CREATE_PROJECT: Revert idea about createOneProjectPerEngine. | Einar Johan Trøan Sømåen | |
2015-04-09 | CREATE_PROJECT: Define MACOSX and POSIX in XCode-projects for now (ignoring ↵ | Einar Johan Trøan Sømåen | |
iOS for the moment) | |||
2015-04-09 | CREATE_PROJECT: Enable XCode-project creation. | Einar Johan Trøan Sømåen | |
2015-04-09 | CREATE_PROJECT: Disable the WIN32-define when creating an XCode-project. | Einar Johan Trøan Sømåen | |
2015-04-09 | CREATE_PROJECT: Make ProjectProvider able to work properly with subclasses ↵ | Einar Johan Trøan Sømåen | |
that want to create one single project. | |||
2015-03-06 | DEVTOOLS: Add support for linking with SDL 2.0 in create_project | Filippos Karapetis | |
This is handled with the new command-line option, --sdl2 | |||
2014-06-22 | DEVTOOLS: List MSVC 2013 support in create_project's help output. | Johannes Schickel | |
2014-06-21 | ALL: Remove support for MSVC8 and older | Joel Teichroeb | |
MSVC8 gives various compile error relating to templates that were changed back in 2008, leading me to belive that no one is using it, and that there is not point adding work arounds for a 9 year old compiler no one uses. | |||
2014-02-28 | IMAGE: Move all ImageDecoders to image/ | Matthew Hoops | |
2013-11-27 | DEVTOOLS: Include 'iterator' for std::back_inserter. | Johannes Schickel | |
2013-11-24 | DEVTOOLS: Make create_project sort SCUMM as first engine. | Johannes Schickel | |
This makes create_project output consistent with configure output again. | |||
2013-11-24 | DEVTOOLS: Adapt create_project to create engines/ dir if necessary | Johannes Schickel | |
2013-11-24 | DEVTOOLS: Factor out function to create directories in create_project. | Johannes Schickel | |
2013-11-24 | DEVTOOLS: Adapt create_project for new configure.engine files. | Johannes Schickel | |
I could not try any generated project files since I do not have access to the IDEs. | |||
2013-09-17 | DEVTOOLS: Adapt create_project for libjpeg support. | Johannes Schickel | |
The library name of the static library is based on what libjpeg-turbo uses which should be fine for Windows at least. Untested except for compilation of create_project. | |||
2013-09-11 | CREATE_PROJECT: Remove usage of std::to_string() | Littleboy | |
2013-07-07 | CREATE_PROJECT: Add support for tests | Littleboy | |
- Added --tests command line switch - Parse test/module.mk to extract the list of test folders - Automatically run tests after a successful build | |||
2013-07-07 | CREATE_PROJECT: Add create_neverhood and create_tony to the list of tools | Littleboy | |
2013-07-07 | CREATE_PROJECT: Add the libfaad and libmpeg2 libraries | Filippos Karapetis | |
2013-07-05 | CREATE_PROJECT: Don't allow the keymapper and the event recorder to be ↵ | Filippos Karapetis | |
enabled simultaneously | |||
2013-07-05 | CREATE_PROJECT: Add the event recorder to the feature flags | Filippos Karapetis | |
2013-07-03 | CREATE_PROJECT: Fix a typo in the help-message (--codeblocks) | Einar Johan Trøan Sømåen | |
2013-06-30 | TOOLS: Add support for MSVC12 in create_project | Littleboy | |
2012-09-05 | CREATE_PROJECT: Add config option to disable language extensions and edit ↵ | Littleboy | |
and continue (per-project) | |||
2012-07-14 | CREATE_PROJECT: Output Groups and File references in XCode provider | Littleboy | |
2012-07-14 | CREATE_PROJECT: Add support for Visual Studio 2012 project creation | Littleboy | |
2012-05-02 | CREATE_PROJECT: Fix tool help output to reflect command line changes. | D G Turner | |
2012-04-18 | BUILD: Move list of engines out of configure | Max Horn | |
The new file engines/configure.engines is currently manually created and maintained, but could be regenerated by a script in the future. | |||
2012-04-17 | DEVTOOLS: take usage of config.h for xcode; few small updates | Pawel Kolodziejski | |
2012-03-25 | CREATE_PROJECT: Add the FreeType feature | Filippos Karapetis | |
2011-12-30 | CREATE_PROJECT: Add support for enabling the key mapper feature | Filippos Karapetis | |