| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-07-02 | CREATE_PROJECT: Fix defines for x64 MSVC project | SupSuper | |
| Rewriting the define list from scratch to disable nasm lost a lot of important defines set up in the setup phase. Instead, let's just remove the nasm define and preserve the rest. | |||
| 2019-06-19 | CREATE_PROJECT: Use name-based UUIDs for MSVC projects | SupSuper | |
| This keeps the project UUIDs consistent between regenerations, avoiding excessive workspace reloads. | |||
| 2019-04-20 | CREATE_PROJECT: Refactor Visual Studio version differences | SupSuper | |
| Moved most generation differences to a MSVCVersion class, makes it easier to support new versions without tracking down if-checks everywhere. | |||
| 2018-12-23 | MSVC: Update DLL paths in post-build script | SupSuper | |
| 2018-12-23 | MSVC: Fix unquoted paths in build events | SupSuper | |
| 2018-12-23 | MSVC: Fix resource file revision include error | SupSuper | |
| 2017-09-30 | BUILD: Define pointer sized integer types and remove SCUMM_64BITS | Bastien Bouclet | |
| 2016-09-23 | CREATE_PROJECT: Add SCUMM_64BITS to ScummVM_Global64.props (fixes #9566) | Littleboy | |
| 2016-01-06 | IOS: Create a separate for adding resources | Vincent Bénony | |
| 2015-09-28 | CREATE_PROJECT: Add support for Visual Studio 2015 | Paul Gilbert | |
| 2013-09-06 | CREATE_PROJECT: Add extra configuration for compilation with LLVM | 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 | |||
| 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) | |||
| 2011-09-06 | CREATE_PROJECT: Add support for creating Visual Studio projects for the dev ↵ | Littleboy | |
| tools - Move project name and description to BuildSetup structure - Add list of tools to generate project for (similar to the list of features) | |||
| 2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
| 2011-04-27 | TOOLS: Update create_project to optionally create an installer after a ↵ | Littleboy | |
| successful build | |||
| 2011-04-24 | CREATE_PROJECT: Move project-specific information to configuration file | Littleboy | |
| User-visible output and project-specific names are now defined in a config header. This allows an easier usage of the create_project tools in other scummvm-derived projects (such as residual). | |||
| 2011-04-24 | CREATE_PROJECT: Update revision number support (fixes bug #3280881) | Littleboy | |
| Replace existing environment variable based revision number support by a file-based method - Generate a special header file in the build output folder with the current revision number - Include the new header file from internal_version.h when a specific define is set - Update create_project to define SCUMMVM_INTERNAL_REVISION as needed and add the build output folder to the include path - Remove support for git-svn clones in the revision script (not useful anymore after the switch to git) | |||
| 2011-04-09 | DEVTOOLS: Renamed 'tools' directory to 'devtools' | Max Horn | |
