Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2013-08-14 | DEVTOOLS: 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-11 | MORTEVIELLE: Improve English translation | Thierry Crozat | |
Two sentences are used for both men and women and therefore need to be gender agnostic. | |||
2013-08-11 | MORTEVIELLE: Update English translation | Thierry 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-04 | SCUMM: Add detection/version for Moonbase Commander v1.1. | Alyssa Milburn | |
2013-08-03 | DEVTOOLS: Include English menu in mortevielle dat file | Thierry Crozat | |
2013-07-30 | DEVTOOLS: Update create_mortdat to the latest version English translation | Thierry Crozat | |
2013-07-29 | Merge pull request #347 from Strangerke/mortevielle | Strangerke | |
New Engine : Mortevielle | |||
2013-07-29 | DEVTOOLS: Add support to another DOS executable for Mortevielle | Strangerke | |
2013-07-19 | MORTEVIELLE: Fix glitch detected by criezy | Strangerke | |
2013-07-19 | TOOLS: Janitorial: remove trailing spaces in extract_mort | Strangerke | |
2013-07-18 | MORTEVIELLE: Improve German engine texts | Strangerke | |
2013-07-18 | DEVTOOLS: Moved implementation of create_mortdat File class from the header file | Paul Gilbert | |
2013-07-15 | DEVTOOLS: Fix CID 1022207. Missing break in switch | Eugene Sandulenko | |
2013-07-14 | JANITORIAL: Remove trailing whitespace | Sven Hesse | |
2013-07-13 | MORTEVIELLE: Fix typo in English text | Thierry Crozat | |
2013-07-13 | MORTEVIELLE: Convert non-ASCII characters to their octal value | Thierry Crozat | |
2013-07-13 | MORTEVIELLE: Add missing eol character in devtool usage message | Thierry Crozat | |
2013-07-13 | DEVTOOLS: Fix unimportant memory/resource leaks | Torbjörn Andersson | |
CID 1022280, 1022281, 1022282 | |||
2013-07-13 | DEVTOOLS: Fix unimportant memory/resource leaks | Torbjörn Andersson | |
CID 1022283, 1022284, 1022285 | |||
2013-07-09 | SCUMM: Add another French Windows version of Pajama Sam 2. | Kirben | |
2013-07-07 | CREATE_PROJECT: Add support for tests | Littleboy | |
- Added --tests command line switch - Parse test/module.mk to extract the list of test folders - Automatically run tests after a successful build | |||
2013-07-07 | CREATE_PROJECT: Add create_neverhood and create_tony to the list of tools | Littleboy | |
2013-07-07 | CREATE_PROJECT: Add the libfaad and libmpeg2 libraries | Filippos Karapetis | |
2013-07-05 | CREATE_PROJECT: Don't allow the keymapper and the event recorder to be ↵ | Filippos Karapetis | |
enabled simultaneously | |||
2013-07-05 | CREATE_PROJECT: Add the event recorder to the feature flags | Filippos Karapetis | |
2013-07-04 | MORTEVIELLE: Update misc files to include mort.dat | Strangerke | |
2013-07-04 | Merge pull request #350 from chrisws/tizen_port_1_6_0a | Johannes Schickel | |
TIZEN: bada port updated to tizen Conflicts: backends/platform/tizen/system.cpp | |||
2013-07-04 | MORTEVIELLE: Add German translation in the DAT file | Strangerke | |
2013-07-04 | CREATE_PROJECT: Fix compilation for Visual Studio now the built-in theme is ↵ | Paul Gilbert | |
more than 64kb | |||
2013-07-03 | TOOL: Remove obsolete comments in extract_mort | Strangerke | |
2013-07-03 | MORTEVIELLE: Fix extraction tool to handle German DOS version | Strangerke | |
2013-07-03 | CREATE_PROJECT: Fix a typo in the help-message (--codeblocks) | Einar Johan Trøan Sømåen | |
2013-07-03 | TIZEN: bada port updated to tizen | Chris Warren-Smith | |
2013-06-30 | TOOLS: Add support for MSVC12 in create_project | Littleboy | |
2013-06-26 | Merge branch 'master' of https://github.com/scummvm/scummvm into mortevielle | Strangerke | |
Conflicts: engines/engines.mk | |||
2013-06-23 | SCUMM: Corrected Russian Full Throttle variant names | Eugene Sandulenko | |