Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-29 | CREDITS: Update credits for ZVision again | Filippos Karapetis | |
2014-12-27 | CREDITS: Update the credits for the ZVISION engine | Filippos Karapetis | |
2014-12-21 | CREDITS: Add credits for Sfinx translation to English | Thierry Crozat | |
2014-12-08 | SCUMM: Maniac V0: Add support for D64 Demo Disk, Cleanup duplicate 'Talk' array | Robert Crossfield | |
2014-12-03 | SCUMM: More detection fixes. | Ben Castricum | |
2014-12-03 | SCUMM: Add support for the "Mini Games" from Kellogg's complimentary CD | Ben Castricum | |
2014-12-03 | SCUMM: farm - Add support for a dutch Macintosh variant. | Ben Castricum | |
Found on CD with EAN8714902148334. | |||
2014-12-03 | SCUMM: puttrace - Add suport for a dutch demo variant. | Ben Castricum | |
Found on Spy Fox 2 CD, Mac partition (EAN 5400646050646) | |||
2014-12-01 | CGE2: Update credits the right way. | uruk | |
2014-11-29 | I18N: Fix missing translation entries | Ben Castricum | |
The last translation entry of a .po file was not properly handled. | |||
2014-11-16 | CREDITS: Add Tobia Tesan | Willem Jan Palenstijn | |
2014-11-01 | SCUMM: Correct file size for Dutch Windows demo of Let's Explore the Farm ↵ | Kirben | |
with Buzzy. | |||
2014-10-31 | SCUMM: Add Dutch Windows demo of Let's Explore the Farm with Buzzy. | Kirben | |
2014-10-28 | CREDITS: Properly sync trailing whitespace changes in all files | Filippos Karapetis | |
This was initially only done for the AUTHORS file in commit f50715a | |||
2014-10-27 | SCUMM: Remove obsolete comment from md5 table | Ben Castricum | |
This is no longer the case since pull request 177 was merged. | |||
2014-10-27 | SCUMM: Identify several windows variants as such | Ben Castricum | |
2014-10-27 | SCUMM: freddicove - Detect dutch game variant found on CD EAN 8716051020172 | Ben Castricum | |
2014-10-27 | SCUMM: balloon - There is no spanish version. | Ben Castricum | |
2014-10-11 | KYRA: (EOB) - add support for Italian fan translation of EOB I | athrxx | |
2014-09-07 | I18N: Update credits for Dutch translation | Ben Castricum | |
2014-08-12 | CREDITS: Add credits for CGE2. | uruk | |
2014-07-17 | CREATE_PROJECT/MSVC: allow include SDL includes from SDL subdir | Pawel Kolodziejski | |
2014-07-11 | CREDITS: Add Haiku port maintained by Luc Schrijvers | Sven 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-11 | CREDITS: Retire BeOS porter Stefan Parviainen | Sven 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-05 | Merge pull request #470 from bluegr/Lucasarts_Steam | Johannes Schickel | |
SCUMM: Add support for Steam versions of Indy 3, Indy 4, Loom and Dig | |||
2014-07-03 | SCUMM: Add support for Steam versions of Indy 3, Indy 4, Loom and Dig | Filippos Karapetis | |
Many Thanks to Ben Castricum for the original patch | |||
2014-06-28 | Merge pull request #461 from digitall/vkeybdFix | David Turner | |
Add trigger for Virtual Keyboard on long press of Middle Mouse Button | |||
2014-06-25 | DEVTOOLS: Add "small" vkeybd pack to create_project postbuild script. | D G Turner | |
2014-06-25 | SCUMM: Add UK Windows version of Freddi Fish 3. | Kirben | |
2014-06-22 | DEVTOOLS: List MSVC 2013 support in create_project's help output. | Johannes Schickel | |
2014-06-21 | ALL: Remove support for MSVC8 and older | Joel 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-11 | SYMBIAN: Add Fedor to Symbian Credit list in credits.pl | anotherguest | |
2014-06-06 | DEVTOOLS: Skip adding duplicate items in create_neverhood | johndoe123 | |
Some sub rectangles point to the same message list, these are now saved only once instead of several times. | |||
2014-06-06 | DEVTOOLS: Remove duplicate table entry in create_neverhood | johndoe123 | |
2014-05-28 | Voyeur: update credits.pl | Strangerke | |
2014-05-28 | MADS: update credits.pl | Strangerke | |
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+ | Роман Донченко | |