aboutsummaryrefslogtreecommitdiff
path: root/devtools
AgeCommit message (Collapse)Author
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-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
2013-09-06CREATE_PROJECT: Add extra configuration for compilation with LLVMLittleboy
2013-08-20MORTEVIELLE: Add creditsStrangerke
2013-08-20CREDITS: Add credits for The Neverhood engineFilippos Karapetis
2013-08-20MORTEVIELLE: Change German menu translationThierry Crozat
The original menu was almost not translated (only one of the six menu was translated). Thanks to Raziel for the menu name suggestions.
2013-08-19MORTEVIELLE: Store German menu data in data file and clean menu codeThierry Crozat
This opens the door to a better translation of the menu to German. Also the code will now always try to read the menu data from the mort.data file and only if this fails it will use the game data. And remove some dead code that was to support the corrupted menu.mor file.
2013-08-18MORTEVIELLE: Fix the order of German verbs.Strangerke
2013-08-16CREATE_PROJECT: Enable built-in theme for MSVC builds again.D G Turner
This reverts commit d089658fb84f67652e9569bc03c76bcc65e7b881.
2013-08-16DEVTOOLS: Enable builtin theme in MSVC 2005 and 2008 in create_project.D G Turner
This reverts commit b830f68bacd18f51f4dd912ce3b54ec47d63f31d as the builtin theme is less than 64K again.
2013-08-15SCUMM: Add Remastered version of Putt-Putt Saves the Zoo from Nimbus Games.Kirben
2013-08-15DEVTOOLS: Fix English verbs order in MortevielleStrangerke
2013-08-14DEVTOOLS: Add Menu 3 & 4 verb indexes in MORT.DATStrangerke
2013-08-14DEVTOOLS: Fix error in create_mortdat. Thanks to LordHoto for pointing it outStrangerke
2013-08-14DEVTOOLS: Disable builtin theme in MSVC 2005 and 2008 in create_project.Johannes Schickel
This is a copy of d089658fb84f67652e9569bc03c76bcc65e7b881 for older MSVC versions. Thanks to Strangerke for noticing.
2013-08-11MORTEVIELLE: Improve English translationThierry Crozat
Two sentences are used for both men and women and therefore need to be gender agnostic.
2013-08-11MORTEVIELLE: Update English translationThierry Crozat
I checked some of the dialogs for which we were not sure, fixed them when needed and removed the debug number. There are two lines however that causes an issue as they are used for both men and women, and in English we would need a different translation. The two texts are: It is his/her business… Oh I don't have anything against him/her The first one seems to be used more often for men than women (so far I have seen it used for 3 men and 1 woman). For the second one I changed it to plural in English as it also works with the context and while it changes the meaning this is not important.
2013-08-04SCUMM: Add detection/version for Moonbase Commander v1.1.Alyssa Milburn
2013-08-03DEVTOOLS: Include English menu in mortevielle dat fileThierry Crozat
2013-07-30DEVTOOLS: Update create_mortdat to the latest version English translationThierry Crozat
2013-07-29Merge pull request #347 from Strangerke/mortevielleStrangerke
New Engine : Mortevielle
2013-07-29DEVTOOLS: Add support to another DOS executable for MortevielleStrangerke
2013-07-19MORTEVIELLE: Fix glitch detected by criezyStrangerke
2013-07-19TOOLS: Janitorial: remove trailing spaces in extract_mortStrangerke
2013-07-18MORTEVIELLE: Improve German engine textsStrangerke
2013-07-18DEVTOOLS: Moved implementation of create_mortdat File class from the header filePaul Gilbert
2013-07-15DEVTOOLS: Fix CID 1022207. Missing break in switchEugene Sandulenko
2013-07-14JANITORIAL: Remove trailing whitespaceSven Hesse
2013-07-13MORTEVIELLE: Fix typo in English textThierry Crozat
2013-07-13MORTEVIELLE: Convert non-ASCII characters to their octal valueThierry Crozat
2013-07-13MORTEVIELLE: Add missing eol character in devtool usage messageThierry Crozat
2013-07-13DEVTOOLS: Fix unimportant memory/resource leaksTorbjörn Andersson
CID 1022280, 1022281, 1022282
2013-07-13DEVTOOLS: Fix unimportant memory/resource leaksTorbjörn Andersson
CID 1022283, 1022284, 1022285
2013-07-09SCUMM: Add another French Windows version of Pajama Sam 2.Kirben
2013-07-07CREATE_PROJECT: Add support for testsLittleboy
- Added --tests command line switch - Parse test/module.mk to extract the list of test folders - Automatically run tests after a successful build