aboutsummaryrefslogtreecommitdiff
path: root/devtools
AgeCommit message (Collapse)Author
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.
2013-11-24DEVTOOLS: Adapt create_project to create engines/ dir if necessaryJohannes Schickel
2013-11-24DEVTOOLS: Factor out function to create directories in create_project.Johannes Schickel
2013-11-24DEVTOOLS: Adapt create_project for new configure.engine files.Johannes Schickel
I could not try any generated project files since I do not have access to the IDEs.
2013-10-30TOOLS: Extract_mort - FIX CID 1060932, 1060933Strangerke
2013-10-30TOOLS: Create Mortdat - Fix CID 1063349Strangerke
2013-10-30CREDITS: Add credits for game translationsThierry Crozat
2013-10-23DEVTOOLS: Enable RTTI in create_project generated project files.Johannes Schickel
2013-10-17Merge branch 'zvision'Willem Jan Palenstijn
This merges pull request 395 for the ZVision engine developed during GSoC2013.
2013-10-17Merge branch 'avalanche'Willem Jan Palenstijn
This merges pull request 399 for the Avalanche engine developed during GSoC2013.
2013-10-17AVALANCHE: Fix broken xml entity in creditsWillem Jan Palenstijn
2013-10-14ZVISION: Use credits.pl to update AUTHORS and credits.hRichieSams
2013-10-08ZVISION: Add an entry in credits.pl for Marisa Chan / ZidaneRichieSams
2013-10-08ZVISION: Add an entry in credits.pl for ZVisionRichieSams
2013-10-06CREDITS: Add Keith for some pegasus patchesMatthew Hoops
2013-10-06AVALANCHE: Update credit files.uruk
2013-09-27DEVTOOLS: Make Coverity happy.Eugene Sandulenko
This is mainly due to unhandled clang __has_featrure() buit-in. I do not like this hack, but Coverity proved to be a very good tool for us.
2013-09-27SCUMM: Add US Windows preview of Humongous Catalog.Kirben
2013-09-17DEVTOOLS: Adapt create_project for libjpeg support.Johannes Schickel
The library name of the static library is based on what libjpeg-turbo uses which should be fine for Windows at least. Untested except for compilation of create_project.
2013-09-11DEVTOOLS: Fix warning in extract_mortLittleboy
2013-09-11CREATE_PROJECT: Remove usage of std::to_string()Littleboy
2013-09-06CREATE_PROJECT: Change PlatformToolset name for latest version of LLVM on ↵Littleboy
Windows