| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-05-11 | CREATE_PROJECT: Updated MSVC scummvm.vcproj generation to handle coroutine ↵ | Paul Gilbert | |
| compilation properly | |||
| 2012-05-06 | CREATE_PROJECT: Extend settings used for Tinsel engine to Tony engine as well | Paul Gilbert | |
| 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-06-06 | CREATE_PROJECT: Link with the static runtime library in release mode | Littleboy | |
| This allows distributing MSVC compiled binaries without the MSVCRT runtime dll. | |||
| 2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
| 2011-05-06 | Merge pull request #31 from lordhoto/win-res | Johannes Schickel | |
| Embed engine/theme dists files into Win Executable. Check the following link for further discussion: https://github.com/scummvm/scummvm/pull/31 | |||
| 2011-05-06 | DEVTOOLS: Fix linking failure in Visual Studio created project | Paul Gilbert | |
| 2011-05-06 | DEVTOOLS: Bugfix for CREATE_PROJECT creating duplicate tag in Visual Studio ↵ | Paul Gilbert | |
| projects | |||
| 2011-05-05 | BUILD: Get rid of old MSVC style win resource support. | Johannes Schickel | |
| 2011-05-02 | Merge remote-tracking branch 'upstream/master' into nsis | Littleboy | |
| Conflicts: devtools/create_project/scripts/postbuild.cmd devtools/create_project/visualstudio.cpp ports.mk | |||
| 2011-04-28 | CREATE_PROJECT: Replace macros by proper functions/methods. | Johannes Schickel | |
| 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-22 | CREATE_PROJECT: Change build events to also be run in release builds | Littleboy | |
| Unofficial builds using MSVC in release mode will benefit from having a revision number available | |||
| 2011-04-09 | DEVTOOLS: Renamed 'tools' directory to 'devtools' | Max Horn | |
