Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-15 | DREAMWEB: removed static from functions for now (allowing external usage) | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: fixed offsets shifting for db/dw | Vladimir | |
2011-06-15 | DREAMWEB: fixed equ expanding | Vladimir | |
2011-06-15 | DREAMWEB: added fake data register pointing to variables | Vladimir | |
2011-06-15 | DREAMWEB: replaced seecommandtail with stub | Vladimir | |
2011-06-15 | DREAMWEB: put data offsets, not labels into public | Vladimir | |
2011-06-15 | DREAMWEB: added all offsets | Vladimir | |
2011-06-15 | DREAMWEB: minor cleanup | Vladimir | |
2011-06-15 | DREAMWEB: get rid of data, added simple segment management | Vladimir | |
2011-06-15 | DREAMWEB: updated git ignore | Vladimir | |
2011-06-15 | DREAMWEB: removed python generated bytecode | Vladimir | |
2011-06-15 | DREAMWEB: removed data declaration | Vladimir | |
2011-06-15 | DREAMWEB: added tasm-recover tool | Vladimir | |
2011-06-11 | LOL: update kyra.dat for italian fan translation | athrxx | |
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-06-05 | DREAMWEB: Add original Dreamweb assembly sources | Willem Jan Palenstijn | |
They have been released under the GPL with permission from Neil Dodwell. Note that the version of these sources that was added in 9599894a4b2f79672fc3e2ca5a93ef9c7d457c08 has been tweaked to prepare for processing by tasmrecover. | |||
2011-06-02 | CREATE_PROJECT: Add complete build configuration output to XCode provider | Julien | |
2011-06-02 | CREATE_PROJECT: Add ResourcesBuildPhase output to Xcode provider | Julien | |
2011-06-02 | CREATE_PROJECT: Add FrameworkBuildPhase output to XCode provider | Julien | |
2011-06-02 | CREATE_PROJECT: Add NativeTarget output to XCode provider | Julien | |
2011-06-02 | CREATE_PROJECT: Implement basic XCode provider | Julien | |
This only outputs a skeleton project with no files and targets yet | |||
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 | |