Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-01 | DEVTOOLS: Do not use -Wglobal-constructors on create_project.o | Max Horn | |
2011-06-01 | DEVTOOLS: Link create_kyradat against libcommon.a, for scumm_stricmp | Max Horn | |
2011-06-01 | CREATE_PROJECT: Add stubs for Xcode provider | Julien | |
2011-06-01 | ALL: Removed last traces of the MPEG2 code | Max Horn | |
2011-06-01 | CREATE_PROJECT: Fix type conversion warning | Julien | |
2011-06-01 | CREATE_PROJECT: Add Xcode project | Julien | |
2011-05-29 | CREATE_PROJECT: Fixed typo | md5 | |
2011-05-25 | ALL: initialise -> initialize | Matthew Hoops | |
2011-05-25 | ALL: recognise -> recognize | Matthew Hoops | |
2011-05-25 | BUILD: Always enable indeo3 codec | Max Horn | |
2011-05-25 | CREDITS: Temporarily retire Jubanka, add CeRiAl | CeRiAl | |
2011-05-22 | ENGINES: Further unify engine names | Thierry Crozat | |
2011-05-17 | CREDITS: retire Kirben | strangerke | |
2011-05-16 | KYRA: Change engine name to Kyra | Thierry Crozat | |
2011-05-16 | ENGINES: Unify engine names | Thierry Crozat | |
This unifies the engine names in MetaEngine::getName() and the credits. In particular drop "Engine" or "engine" from the names when it was present and use expanded names in credits when the MetaEngine uses it (e.g. "Beneath a Steel Sky" instead of "BASS"). | |||
2011-05-13 | CREATE_PROJECT: Handle paths with spaces in pre/post-build scripts | Littleboy | |
2011-05-13 | CREATE_PROJECT: Generate a default revision header when no revision can be ↵ | Littleboy | |
determined | |||
2011-05-13 | DEVTOOLS: Remove obsolete TeX mode from credits.pl, mention Credits.rtf | Max Horn | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-05-11 | CREATE_PROJECT: Only copy necessary data files in postbuild script | Littleboy | |
2011-05-06 | CREATE_PROJECT: Fix module.mk parsing. | Johannes Schickel | |
Formerly create_project incorrectly assumed that a given object file is only present once in an module.mk file. This is not the case for backends/module.mk for example. There the Windows FS object files are in two different if blocks. In this particular case it resulted in the object file being added to both the include list and the exclude list. Now the module.mk handler prefers files being in the include list. | |||
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-05 | CREATE_PROJECT: Generate the same revision numbers as the configure script | Littleboy | |
The revision number now includes the number of commits since the last tag | |||
2011-05-05 | CREATE_PROJECT: Pass architecture to nsis setup in post-build step | Littleboy | |
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 | TOOLS: Fix indentation with whitespaces in create_project | Littleboy | |
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-28 | DISTS: Copy/use README-SDL to/from the build folder (it is copied from out ↵ | Littleboy | |
of tree) | |||
2011-04-28 | TOOLS: Add documentation to create_project installer/revision build scripts | Littleboy | |
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-27 | TOOLS: Update create_project to optionally create an installer after a ↵ | Littleboy | |
successful build | |||
2011-04-27 | TOOLS: Add NSIS installer script template to update-version.pl list of files ↵ | Littleboy | |
to process | |||
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 | |