Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-07-17 | CREATE_PROJECT/MSVC: allow include SDL includes from SDL subdir | Pawel Kolodziejski | |
2014-06-28 | Merge pull request #461 from digitall/vkeybdFix | David Turner | |
Add trigger for Virtual Keyboard on long press of Middle Mouse Button | |||
2014-06-25 | DEVTOOLS: Add "small" vkeybd pack to create_project postbuild script. | D G Turner | |
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 | |
2014-01-23 | Merge pull request #409 from lordhoto/rtti | Johannes Schickel | |
Enable RTTI and clean up the code by exploiting the availability of dynamic_cast. | |||
2013-12-10 | CREATE_PROJECT: Add Graphics::Surface to natvis and register for Image Watch | Littleboy | |
2013-12-10 | CREATE_PROJECT: Add batch file to install natvis file | Littleboy | |
2013-12-10 | CREATE_PROJECT: Fix issues breaking compilation with LLVM | Littleboy | |
- Current folder include - Build folder include (needs to be hardcoded) - NASM compilation directives | |||
2013-12-10 | CREATE_PROJECT: Ignore unused cl arguments when compiling with LLVM | Littleboy | |
2013-12-07 | DEVTOOLS: Add debug visualization files for Visual Studio 2012+ | Роман Донченко | |
2013-11-27 | DEVTOOLS: Include 'iterator' for std::back_inserter. | Johannes Schickel | |
2013-11-25 | DEVTOOLS: Add project file directory to include path in generated project files. | 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-10-23 | DEVTOOLS: Enable RTTI in create_project generated project files. | Johannes Schickel | |
2013-09-27 | DEVTOOLS: Make Coverity happy. | Eugene Sandulenko | |
This is mainly due to unhandled clang __has_featrure() buit-in. I do not like this hack, but Coverity proved to be a very good tool for us. | |||
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-09-06 | CREATE_PROJECT: Change PlatformToolset name for latest version of LLVM on ↵ | Littleboy | |
Windows | |||
2013-09-06 | CREATE_PROJECT: Add extra configuration for compilation with LLVM | Littleboy | |
2013-08-16 | CREATE_PROJECT: Enable built-in theme for MSVC builds again. | D G Turner | |
This reverts commit d089658fb84f67652e9569bc03c76bcc65e7b881. | |||
2013-08-16 | DEVTOOLS: Enable builtin theme in MSVC 2005 and 2008 in create_project. | D G Turner | |
This reverts commit b830f68bacd18f51f4dd912ce3b54ec47d63f31d as the builtin theme is less than 64K again. | |||
2013-08-14 | DEVTOOLS: Disable builtin theme in MSVC 2005 and 2008 in create_project. | Johannes Schickel | |
This is a copy of d089658fb84f67652e9569bc03c76bcc65e7b881 for older MSVC versions. Thanks to Strangerke for noticing. | |||
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-04 | CREATE_PROJECT: Fix compilation for Visual Studio now the built-in theme is ↵ | Paul Gilbert | |
more than 64kb | |||
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 | |
2013-04-25 | CREATE_PROJECT: Add scummvm core project to list of coroutine projects to ↵ | Paul Gilbert | |
fix MSVC 10 compilation | |||
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel | |
Powered by: git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//' | |||
2012-09-05 | CREATE_PROJECT: Copy translations.dat in postbuild step | Littleboy | |
2012-09-05 | CREATE_PROJECT: Remove hardcoded define for post-build event | Littleboy | |
2012-09-05 | CREATE_PROJECT: Add config option to disable language extensions and edit ↵ | Littleboy | |
and continue (per-project) | |||
2012-08-09 | CREATE_PROJECT: Fix "if" formatting. | Johannes Schickel | |
2012-07-14 | CREATE_PROJECT: Output Groups and File references in XCode provider | Littleboy | |
2012-07-14 | CREATE_PROJECT: Disable SAFESEH in debug mode (for edit and continue) | Littleboy | |
2012-07-14 | CREATE_PROJECT: Add freetype dll to copied files in postbuild script | Littleboy | |
2012-07-14 | CREATE_PROJECT: Add support for Visual Studio 2012 project creation | Littleboy | |
2012-07-14 | CREATE_PROJECT: Properly disable Edit and Continue in Debug mode | Littleboy | |
2012-07-14 | CREATE_PROJECT: Add Visual Studio 2012 project | Littleboy | |
2012-06-24 | CREATE_PROJECT: Clarify license on imported code | Willem Jan Palenstijn | |
License confirmed by personal email by littleboy. This clarification was requested in bug #3527268. | |||
2012-05-20 | CREATE_PROJECT: Disable edit and continue in the scummvm project | Filippos Karapetis | |
Edit and continue is not compatible with the coroutine code. Previously, it was disabled in the tinsel project only, but now that the coroutine code has been moved into common, we need to disable edit and continue in the scummvm project instead |