aboutsummaryrefslogtreecommitdiff
path: root/devtools
AgeCommit message (Collapse)Author
2014-12-08SCUMM: Maniac V0: Add support for D64 Demo Disk, Cleanup duplicate 'Talk' arrayRobert Crossfield
2014-12-03SCUMM: More detection fixes.Ben Castricum
2014-12-03SCUMM: Add support for the "Mini Games" from Kellogg's complimentary CDBen Castricum
2014-12-03SCUMM: farm - Add support for a dutch Macintosh variant.Ben Castricum
Found on CD with EAN8714902148334.
2014-12-03SCUMM: puttrace - Add suport for a dutch demo variant.Ben Castricum
Found on Spy Fox 2 CD, Mac partition (EAN 5400646050646)
2014-12-01CGE2: Update credits the right way.uruk
2014-11-29I18N: Fix missing translation entriesBen Castricum
The last translation entry of a .po file was not properly handled.
2014-11-16CREDITS: Add Tobia TesanWillem Jan Palenstijn
2014-11-01SCUMM: Correct file size for Dutch Windows demo of Let's Explore the Farm ↵Kirben
with Buzzy.
2014-10-31SCUMM: Add Dutch Windows demo of Let's Explore the Farm with Buzzy.Kirben
2014-10-28CREDITS: Properly sync trailing whitespace changes in all filesFilippos Karapetis
This was initially only done for the AUTHORS file in commit f50715a
2014-10-27SCUMM: Remove obsolete comment from md5 tableBen Castricum
This is no longer the case since pull request 177 was merged.
2014-10-27SCUMM: Identify several windows variants as suchBen Castricum
2014-10-27SCUMM: freddicove - Detect dutch game variant found on CD EAN 8716051020172Ben Castricum
2014-10-27SCUMM: balloon - There is no spanish version.Ben Castricum
2014-10-11KYRA: (EOB) - add support for Italian fan translation of EOB Iathrxx
2014-09-07I18N: Update credits for Dutch translationBen Castricum
2014-08-12CREDITS: Add credits for CGE2.uruk
2014-07-17CREATE_PROJECT/MSVC: allow include SDL includes from SDL subdirPawel Kolodziejski
2014-07-11CREDITS: Add Haiku port maintained by Luc SchrijversSven Hesse
Quoth Luc Schrijvers (Begasus) on scummvm-devel: "Haiku is stepping up and there is a recipe (script to build scummvm) in the haikuporters git repo [...] I'll still do a full build and make it available for download that could be upped on your download page when ready"
2014-07-11CREDITS: Retire BeOS porter Stefan ParviainenSven Hesse
Quoth Luc Schrijvers (Begasus) on scummvm-devel: "BeOS isn't maintained anymore (latest version still working on BeOS was something like 1.0."
2014-07-05Merge pull request #470 from bluegr/Lucasarts_SteamJohannes Schickel
SCUMM: Add support for Steam versions of Indy 3, Indy 4, Loom and Dig
2014-07-03SCUMM: Add support for Steam versions of Indy 3, Indy 4, Loom and DigFilippos Karapetis
Many Thanks to Ben Castricum for the original patch
2014-06-28Merge pull request #461 from digitall/vkeybdFixDavid Turner
Add trigger for Virtual Keyboard on long press of Middle Mouse Button
2014-06-25DEVTOOLS: Add "small" vkeybd pack to create_project postbuild script.D G Turner
2014-06-25SCUMM: Add UK Windows version of Freddi Fish 3.Kirben
2014-06-22DEVTOOLS: List MSVC 2013 support in create_project's help output.Johannes Schickel
2014-06-21ALL: Remove support for MSVC8 and olderJoel Teichroeb
MSVC8 gives various compile error relating to templates that were changed back in 2008, leading me to belive that no one is using it, and that there is not point adding work arounds for a 9 year old compiler no one uses.
2014-06-11SYMBIAN: Add Fedor to Symbian Credit list in credits.planotherguest
2014-06-06DEVTOOLS: Skip adding duplicate items in create_neverhoodjohndoe123
Some sub rectangles point to the same message list, these are now saved only once instead of several times.
2014-06-06DEVTOOLS: Remove duplicate table entry in create_neverhoodjohndoe123
2014-05-28Voyeur: update credits.plStrangerke
2014-05-28MADS: update credits.plStrangerke
2014-03-17KYRA: fix static resources in Russian fan translationathrxx
(some messed up strings)
2014-03-16DEVTOOLS: Fix accidental string concatenation (CID 1192645, 1192646)Torbjörn Andersson
The other string concatenation looks deliberate to avoid compiler warnings, but these were almost certainly accidental. Also fixed some German inventory-related strings. Dreammaster has promised to generate a new lure.dat, since I'm not comfortable doing it myself.
2014-03-03KYRA: Fix EoB 1 German rest string when monsters are nearby.Johannes Schickel
2014-03-03DEVTOOLS: Rewrite create_kyradat.Johannes Schickel
Now static data is directly stored inside source code files which allows the tool to generate kyra.dat without any additional input. This will make supporting fan translations easier, since only the localized strings have to be added and an appropriate game entry has to be added.
2014-02-28IMAGE: Move all ImageDecoders to image/Matthew Hoops
2014-02-24DEVTOOLS: Slight constant name cleanup in create_kyradat.Johannes Schickel
2014-02-18DEVTOOLS: Make GPL headers consistent in themselves.Johannes Schickel
2014-01-23Merge pull request #409 from lordhoto/rttiJohannes Schickel
Enable RTTI and clean up the code by exploiting the availability of dynamic_cast.
2014-01-15AVALANCHE: Repair credits.pluruk
2013-12-10CREATE_PROJECT: Add Graphics::Surface to natvis and register for Image WatchLittleboy
2013-12-10CREATE_PROJECT: Add batch file to install natvis fileLittleboy
2013-12-10CREATE_PROJECT: Fix issues breaking compilation with LLVMLittleboy
- Current folder include - Build folder include (needs to be hardcoded) - NASM compilation directives
2013-12-10CREATE_PROJECT: Ignore unused cl arguments when compiling with LLVMLittleboy
2013-12-07DEVTOOLS: Add debug visualization files for Visual Studio 2012+Роман Донченко
2013-11-27DEVTOOLS: Include 'iterator' for std::back_inserter.Johannes Schickel
2013-11-25DEVTOOLS: Add project file directory to include path in generated project files.Johannes Schickel
2013-11-24DEVTOOLS: Make create_project sort SCUMM as first engine.Johannes Schickel
This makes create_project output consistent with configure output again.