Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-09 | DEVTOOLS: Renamed 'tools' directory to 'devtools' | Max Horn | |