aboutsummaryrefslogtreecommitdiff
path: root/devtools
AgeCommit message (Collapse)Author
2011-05-25ALL: initialise -> initializeMatthew Hoops
2011-05-25ALL: recognise -> recognizeMatthew Hoops
2011-05-25BUILD: Always enable indeo3 codecMax Horn
2011-05-25CREDITS: Temporarily retire Jubanka, add CeRiAlCeRiAl
2011-05-22ENGINES: Further unify engine namesThierry Crozat
2011-05-17CREDITS: retire Kirbenstrangerke
2011-05-16KYRA: Change engine name to KyraThierry Crozat
2011-05-16ENGINES: Unify engine namesThierry 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-13CREATE_PROJECT: Handle paths with spaces in pre/post-build scriptsLittleboy
2011-05-13CREATE_PROJECT: Generate a default revision header when no revision can be ↵Littleboy
determined
2011-05-13DEVTOOLS: Remove obsolete TeX mode from credits.pl, mention Credits.rtfMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-11CREATE_PROJECT: Only copy necessary data files in postbuild scriptLittleboy
2011-05-06CREATE_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-06Merge pull request #31 from lordhoto/win-resJohannes 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-06DEVTOOLS: Fix linking failure in Visual Studio created projectPaul Gilbert
2011-05-06DEVTOOLS: Bugfix for CREATE_PROJECT creating duplicate tag in Visual Studio ↵Paul Gilbert
projects
2011-05-05BUILD: Get rid of old MSVC style win resource support.Johannes Schickel
2011-05-05CREATE_PROJECT: Generate the same revision numbers as the configure scriptLittleboy
The revision number now includes the number of commits since the last tag
2011-05-05CREATE_PROJECT: Pass architecture to nsis setup in post-build stepLittleboy
2011-05-02Merge remote-tracking branch 'upstream/master' into nsisLittleboy
Conflicts: devtools/create_project/scripts/postbuild.cmd devtools/create_project/visualstudio.cpp ports.mk
2011-04-28TOOLS: Fix indentation with whitespaces in create_projectLittleboy
2011-04-28CREATE_PROJECT: Replace macros by proper functions/methods.Johannes Schickel
2011-04-28CREATE_PROJECT: Add a FIXME related to our warning lists.Johannes Schickel
2011-04-28CREATE_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-28DISTS: Copy/use README-SDL to/from the build folder (it is copied from out ↵Littleboy
of tree)
2011-04-28TOOLS: Add documentation to create_project installer/revision build scriptsLittleboy
2011-04-27TOOLS: Exclude .o files from projects files generated by create_projectLittleboy
2011-04-27CREDITS: Remove nickname for Spanish translator.Thierry Crozat
He asked me to keep only his full name and remove the nickname.
2011-04-27TOOLS: Update create_project to optionally create an installer after a ↵Littleboy
successful build
2011-04-27TOOLS: Add NSIS installer script template to update-version.pl list of files ↵Littleboy
to process
2011-04-26TOOLS: Add virtual keyboard feature selection to create_projectLittleboy
2011-04-24CREATE_PROJECT: Move project-specific information to configuration fileLittleboy
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-24CREATE_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-24DRASCULA: Update German subtitles for Von Braun cutscene.Thierry Crozat
The first string of the old subtitles was too long.
2011-04-22CREATE_PROJECT: Change build events to also be run in release buildsLittleboy
Unofficial builds using MSVC in release mode will benefit from having a revision number available
2011-04-17CREDITS: Add buildbot skin to billwashere crontibutionsThierry Crozat
2011-04-17SCUMM: Add md5 from bug #3264965 for fbpackEugene Sandulenko
2011-04-16HUGO: Fix the typo in the PL file too...strangerke
2011-04-14ALL: colour -> colorMax Horn
2011-04-14CREDITS: Added TsAGE engine creditsPaul Gilbert
2011-04-12CREDITS: Add credits for WebOS backendKlaus Reimer
2011-04-10DEVTOOLS: Remove unused svn helper scriptOri Avtalion
2011-04-09DEVTOOLS: Renamed 'tools' directory to 'devtools'Max Horn