Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-28 | CREATE_PROJECT: Replace macros by proper functions/methods. | Johannes Schickel | |
2011-04-28 | CREATE_PROJECT: Add a FIXME related to our warning lists. | Johannes Schickel | |
2011-04-28 | CREATE_PROJECT: Get rid of variadic macro usage. | Johannes Schickel | |
Variadic macros are C99 and ugly in C++. If we would want to do it differently we should rather rely on C++0x's initializer lists. But since we cannot assume all compilers we want create_project to build support that we cannot do that. | |||
2011-04-27 | TOOLS: Exclude .o files from projects files generated by create_project | Littleboy | |
2011-04-27 | CREDITS: Remove nickname for Spanish translator. | Thierry Crozat | |
He asked me to keep only his full name and remove the nickname. | |||
2011-04-26 | TOOLS: Add virtual keyboard feature selection to create_project | Littleboy | |
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-24 | DRASCULA: Update German subtitles for Von Braun cutscene. | Thierry Crozat | |
The first string of the old subtitles was too long. | |||
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-17 | CREDITS: Add buildbot skin to billwashere crontibutions | Thierry Crozat | |
2011-04-17 | SCUMM: Add md5 from bug #3264965 for fbpack | Eugene Sandulenko | |
2011-04-16 | HUGO: Fix the typo in the PL file too... | strangerke | |
2011-04-14 | ALL: colour -> color | Max Horn | |
2011-04-14 | CREDITS: Added TsAGE engine credits | Paul Gilbert | |
2011-04-12 | CREDITS: Add credits for WebOS backend | Klaus Reimer | |
2011-04-10 | DEVTOOLS: Remove unused svn helper script | Ori Avtalion | |
2011-04-09 | DEVTOOLS: Renamed 'tools' directory to 'devtools' | Max Horn | |