Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-17 | KYRA: fix static resources in Russian fan translation | athrxx | |
(some messed up strings) | |||
2014-03-16 | DEVTOOLS: 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-03 | KYRA: Fix EoB 1 German rest string when monsters are nearby. | Johannes Schickel | |
2014-03-03 | DEVTOOLS: 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-28 | IMAGE: Move all ImageDecoders to image/ | Matthew Hoops | |
2014-02-24 | DEVTOOLS: Slight constant name cleanup in create_kyradat. | Johannes Schickel | |
2014-02-18 | DEVTOOLS: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-01-23 | Merge pull request #409 from lordhoto/rtti | Johannes Schickel | |
Enable RTTI and clean up the code by exploiting the availability of dynamic_cast. | |||
2014-01-15 | AVALANCHE: Repair credits.pl | uruk | |
2013-12-10 | CREATE_PROJECT: Add Graphics::Surface to natvis and register for Image Watch | Littleboy | |
2013-12-10 | CREATE_PROJECT: Add batch file to install natvis file | Littleboy | |
2013-12-10 | CREATE_PROJECT: Fix issues breaking compilation with LLVM | Littleboy | |
- Current folder include - Build folder include (needs to be hardcoded) - NASM compilation directives | |||
2013-12-10 | CREATE_PROJECT: Ignore unused cl arguments when compiling with LLVM | Littleboy | |
2013-12-07 | DEVTOOLS: Add debug visualization files for Visual Studio 2012+ | Роман Донченко | |
2013-11-27 | DEVTOOLS: Include 'iterator' for std::back_inserter. | Johannes Schickel | |
2013-11-25 | DEVTOOLS: Add project file directory to include path in generated project files. | Johannes Schickel | |
2013-11-24 | DEVTOOLS: Make create_project sort SCUMM as first engine. | Johannes Schickel | |
This makes create_project output consistent with configure output again. | |||
2013-11-24 | DEVTOOLS: Adapt create_project to create engines/ dir if necessary | Johannes Schickel | |
2013-11-24 | DEVTOOLS: Factor out function to create directories in create_project. | Johannes Schickel | |
2013-11-24 | DEVTOOLS: 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-30 | TOOLS: Extract_mort - FIX CID 1060932, 1060933 | Strangerke | |
2013-10-30 | TOOLS: Create Mortdat - Fix CID 1063349 | Strangerke | |
2013-10-30 | CREDITS: Add credits for game translations | Thierry Crozat | |
2013-10-23 | DEVTOOLS: Enable RTTI in create_project generated project files. | Johannes Schickel | |
2013-10-17 | Merge branch 'zvision' | Willem Jan Palenstijn | |
This merges pull request 395 for the ZVision engine developed during GSoC2013. | |||
2013-10-17 | Merge branch 'avalanche' | Willem Jan Palenstijn | |
This merges pull request 399 for the Avalanche engine developed during GSoC2013. | |||
2013-10-17 | AVALANCHE: Fix broken xml entity in credits | Willem Jan Palenstijn | |
2013-10-14 | ZVISION: Use credits.pl to update AUTHORS and credits.h | RichieSams | |
2013-10-08 | ZVISION: Add an entry in credits.pl for Marisa Chan / Zidane | RichieSams | |
2013-10-08 | ZVISION: Add an entry in credits.pl for ZVision | RichieSams | |
2013-10-06 | CREDITS: Add Keith for some pegasus patches | Matthew Hoops | |
2013-10-06 | AVALANCHE: Update credit files. | uruk | |
2013-09-27 | DEVTOOLS: 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-27 | SCUMM: Add US Windows preview of Humongous Catalog. | Kirben | |
2013-09-17 | DEVTOOLS: 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-11 | DEVTOOLS: Fix warning in extract_mort | Littleboy | |
2013-09-11 | CREATE_PROJECT: Remove usage of std::to_string() | Littleboy | |
2013-09-06 | CREATE_PROJECT: Change PlatformToolset name for latest version of LLVM on ↵ | Littleboy | |
Windows | |||
2013-09-06 | CREATE_PROJECT: Add extra configuration for compilation with LLVM | Littleboy | |
2013-08-20 | MORTEVIELLE: Add credits | Strangerke | |
2013-08-20 | CREDITS: Add credits for The Neverhood engine | Filippos Karapetis | |
2013-08-20 | MORTEVIELLE: Change German menu translation | Thierry 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-19 | MORTEVIELLE: Store German menu data in data file and clean menu code | Thierry 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-18 | MORTEVIELLE: Fix the order of German verbs. | Strangerke | |
2013-08-16 | CREATE_PROJECT: Enable built-in theme for MSVC builds again. | D G Turner | |
This reverts commit d089658fb84f67652e9569bc03c76bcc65e7b881. | |||
2013-08-16 | DEVTOOLS: 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-15 | SCUMM: Add Remastered version of Putt-Putt Saves the Zoo from Nimbus Games. | Kirben | |
2013-08-15 | DEVTOOLS: Fix English verbs order in Mortevielle | Strangerke | |
2013-08-14 | DEVTOOLS: Add Menu 3 & 4 verb indexes in MORT.DAT | Strangerke | |
2013-08-14 | DEVTOOLS: Fix error in create_mortdat. Thanks to LordHoto for pointing it out | Strangerke | |