aboutsummaryrefslogtreecommitdiff
path: root/devtools
AgeCommit message (Collapse)Author
2012-06-16Merge remote branch 'upstream/master' into pegasusMatthew Hoops
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-30TOOLS: Translate a couple of strings used in Mortevielle EnglishStrangerke
2012-05-29SCUMM: Add Macintosh UK version of Freddi Fish 4.Travis Howell
2012-05-28Merge remote branch 'upstream/master' into pegasusMatthew Hoops
2012-05-28SCUMM: Add support for Spy Fox iOSMatthew Hoops
2012-05-25Merge remote branch 'upstream/master' into pegasusMatthew 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-11CREATE_PROJECT: Updated MSVC scummvm.vcproj generation to handle coroutine ↵Paul Gilbert
compilation properly
2012-05-06CREATE_PROJECT: Extend settings used for Tinsel engine to Tony engine as wellPaul Gilbert
2012-05-04Merge remote branch 'upstream/master' into pegasusMatthew Hoops
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 remote branch 'upstream/master' into pegasusMatthew Hoops
Conflicts: base/plugins.cpp configure
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-04-06MORTEVIELLE: Start updating tools to add support to German DOS versionStrangerke
2012-04-06TOOLS: Mortevielle - Add missing heading space for several sentences used in ↵Strangerke
menus, in the English version
2012-04-06MORTEVIELLE: First "English" version.Strangerke
DAT file needs to be rebuilt
2012-04-06TOOLS: Mortevielle - Remove extra spaces in one of the wordsStrangerke
2012-04-06TOOLS: Add ingame text.Strangerke
This will allow us to get an English version, and will help when we'll try to support Atari/Amiga version using hardcoded ingame texts
2012-04-06TOOL: Use a define for output nameStrangerke
2012-04-06TOOLS: Add header files to create_mortdat, remove second parameterStrangerke
2012-04-06MORTEVIELLE: Fixed English strings for F3 and F8Paul Gilbert
2012-04-06MORTEVIELLE: Added list of static executable strings to create_mortdat toolPaul Gilbert
2012-04-06MORTEVIELLE: Minor bugfixes to string extraction toolPaul Gilbert
2012-04-06MORTEVIELLE: Creation of a tool to extract game stringsPaul Gilbert
2012-04-06MORTEVIELLE: Implemented loading of the font data, and rewrote drawing ↵Paul Gilbert
routines to use it.
2012-04-06MORTEVIELLE: New create_mortdat project to create a mort.dat data filePaul Gilbert
At the moment, this extracts needed font data from the mort.com executable.
2012-04-02Merge remote branch 'upstream/master' into pegasusMatthew Hoops
2012-03-25CREATE_PROJECT: Add the FreeType featureFilippos Karapetis
2012-03-24SCUMM: More HES games detection fixesBen Castricum
2012-03-21CREDITS: Add pegasusMatthew Hoops
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".