aboutsummaryrefslogtreecommitdiff
path: root/devtools
AgeCommit message (Collapse)Author
2012-07-15TEENAGENT: Unpack teenagent.dat and remove the engine's zlib dependencyFilippos Karapetis
This addresses bug #3539822 - "TEENAGENT: Not working without zlib"
2012-07-14CREATE_PROJECT: Output Groups and File references in XCode providerLittleboy
2012-07-14CREATE_PROJECT: Disable SAFESEH in debug mode (for edit and continue)Littleboy
2012-07-14CREATE_PROJECT: Add freetype dll to copied files in postbuild scriptLittleboy
2012-07-14CREATE_PROJECT: Add support for Visual Studio 2012 project creationLittleboy
2012-07-14CREATE_PROJECT: Properly disable Edit and Continue in Debug modeLittleboy
2012-07-14CREATE_PROJECT: Add Visual Studio 2012 projectLittleboy
2012-07-08SCUMM: Correct HE version for another English Windows version of Freddi Fish ↵Travis Howell
and Luther's Maze Madness.
2012-07-07SCUMM: Add another English Windows version of Freddi Fish and Luther's Maze ↵Travis Howell
Madness.
2012-07-04CREDITS: Drop my middle initial to stay within the size-limit for AUTHORS, ↵Einar Johan Trøan Sømåen
and add handle.
2012-06-26DRASCULA: Add Spanish subtitles for von Braun cutsceneThierry Crozat
This finally solves bug #3069981 DRASCULA: no subtitles in scene with "von Braun". Thanks go to Tomás Maidagan for providing these subtitles.
2012-06-24CREATE_PROJECT: Clarify license on imported codeWillem Jan Palenstijn
License confirmed by personal email by littleboy. This clarification was requested in bug #3527268.
2012-06-15SCUMM: The target and Wii releases of a few HE games are HE101, since they ↵Travis Howell
have differce in debugInput opcode too.
2012-06-05SCUMM: Show an error dialog when trying to run puttzoo ios liteMatthew Hoops
The lite version contains the full game and we will not support it due to potential piracy.
2012-05-29SCUMM: Add Macintosh UK version of Freddi Fish 4.Travis Howell
2012-05-28SCUMM: Add support for Spy Fox iOSMatthew Hoops
2012-05-20CREATE_PROJECT: Disable edit and continue in the scummvm projectFilippos Karapetis
Edit and continue is not compatible with the coroutine code. Previously, it was disabled in the tinsel project only, but now that the coroutine code has been moved into common, we need to disable edit and continue in the scummvm project instead
2012-05-17CREATE_PROJECT: Updated MSVC scummvm.vcproj generation to handle coroutine ↵Paul Gilbert
compilation properly
2012-05-02CREATE_PROJECT: Fix tool help output to reflect command line changes.D G Turner
2012-04-24Add another English demo version of the Humongous Interactive Catalog.Travis Howell
2012-04-19Merge pull request #232 from fingolfin/refactor-pluginsFilippos Karapetis
Refactor plugins
2012-04-19Merge pull request #231 from BenCastricum/masterFilippos Karapetis
SCUMM: Add another Dutch Balloon-O-Rama variant.
2012-04-18BUILD: Move list of engines out of configureMax Horn
The new file engines/configure.engines is currently manually created and maintained, but could be regenerated by a script in the future.
2012-04-17DEVTOOLS: take usage of config.h for xcode; few small updatesPawel Kolodziejski
2012-04-17SCUMM: Add another Dutch Balloon-O-Rama variant.Ben Castricum
2012-03-25CREATE_PROJECT: Add the FreeType featureFilippos Karapetis
2012-03-24SCUMM: More HES games detection fixesBen Castricum
2012-03-17DEVTOOLS: Print error message to stderr, not stdout.Christoph Mallon
2012-03-17JANITORIAL: Simplify stripLine().Christoph Mallon
Simply use pointers to the source and destination chars instead of multiple indices.
2012-03-17DEVTOOLS: Include necessary headers for compilation.Christoph Mallon
2012-03-17JANITORIAL: Remove +x from files, which should not be executable.Christoph Mallon
2012-03-17Merge pull request #206 from BenCastricum/masterEugene Sandulenko
SCUMM: More HE Games Detection
2012-03-11CREDITS: Add credits for Basque translationThierry Crozat
2012-03-11DEVTOOLS: Fix parsing of codepage file pathThierry Crozat
When the path does not contains a path separator (/ or \) the first character of charset was skipped.
2012-03-11SCUMM: Fix duplicate MD5 warningBen Castricum
2012-03-11SCUMM: Several detection fixes for mostly dutch HES games/demosBen Castricum
2012-02-24SCUMM: Add 2 not yet recognized MD5s from Dutch Putt-Putt 3 in 1 CDBen Castricum
2012-02-24SCUMM: Add windows platform detection for several HES games/demosBen Castricum
2012-02-22DEVTOOLS: Copy scumm_stricmp implementation to create_kyradat.Johannes Schickel
This should fix bug #3489654 "DEVTOOLS: create_kyradat linkerror".
2012-02-21KYRA: (EOB) - fix EOB1 door clippingathrxx
(this was done in the same way as in EOB2 and LOL, but it has to be slightly different)
2012-02-21KYRA: (EOB) - start work on CGA and EGA graphics modesathrxx
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
find -name '*.h' -or -name '*.cpp' | xargs sed -r -i 's@\(([A-Za-z0-9]+)\*\)@(\1 *)@g' This seems to have caught some params as well which is not undesirable IMO. It also caught some strings containing this which is undesirable so I excluded them manually. (engines/sci/engine/kernel_tables.h)
2012-02-10Merge pull request #177 from ↵Eugene Sandulenko
BenCastricum/5db023646a8c685469bfe9dc551a282f8240ae04 SCUMM: Use regular detection algorithms for FMTOWNS demos.
2012-01-31CREDITS: Added Daniel Balsom which is a stupid overlookEugene Sandulenko
2012-01-29GRAPHICS/GUI: Implement charset mapping for TTF fonts.Johannes Schickel
The charsets used by the translations now need to have a "$(name).cp" file, which contains an charset index => unicode mapping. Otherwise create_translations will fail.
2012-01-28CREDITS: Added Tom Frost as contributor to WebOS port.Klaus Reimer
2012-01-26SCUMM: Use regular detection algorithms for FMTOWNS demos.Ben Castricum
2012-01-22DEVTOOLS: Add files in OpenPandora and GPH backends that need version number ↵David-John Willis
updating.
2012-01-08SCUMM: Recognize Mac version of dutch putttime demoBen Castricum
2012-01-08SCUMM: Add support for 2 freddi3 Mac/Dutch demosBen Castricum