Age | Commit message (Expand) | Author |
2012-01-23 | TSAGE: R2R - Implement several missing functions in scene1550 | Strangerke |
2012-01-23 | TSAGE: R2R - Fix a couple of bugs in scenes 1925 and 1945, some renaming | Strangerke |
2012-01-23 | TSAGE: R2R - Implement scene 1945 | Strangerke |
2012-01-22 | TSAGE: R2R - Implement scene 1925 | Strangerke |
2012-01-22 | TSAGE: Implemented R2R Scene 500 | Paul Gilbert |
2012-01-21 | KYRA: Fix out of bounds access caused by a typo. | Johannes Schickel |
2012-01-21 | TSAGE: Fix parenthesis in R2R scene 160 | Paul Gilbert |
2012-01-21 | TSAGE: Implemented R2R Scene 160 - Credits | Paul Gilbert |
2012-01-20 | TSAGE: R2R - Implement scene 1900 | Strangerke |
2012-01-20 | TSAGE: R2R - Implement scene 1875 | Strangerke |
2012-01-20 | TSAGE: R2R - Implement scene 1800 | Strangerke |
2012-01-18 | TSAGE: R2R - Implement scene 1700 | Strangerke |
2012-01-18 | SWORD1: Do not look for color indexes in cutscenes when there is no subtitles | Thierry Crozat |
2012-01-18 | SWORD1: Use color for subtitles during cutscene | Thierry Crozat |
2012-01-17 | TSAGE: R2R - Implement scene 1625 | Strangerke |
2012-01-17 | TSAGE: R2R - Fix bug in scene 1580 (not detected by MSVC) | Strangerke |
2012-01-17 | TSAGE: R2R - Implement scene 1580 | Strangerke |
2012-01-17 | TSAGE: R2R - Partial implementation of scene 1575 | Strangerke |
2012-01-16 | TSAGE: R2R - Scene 1200: Implement sub9EE22() and sub9DAD6() | Strangerke |
2012-01-16 | TSAGE: R2R - Scene 1550: Implement UnkObj15502::subA5CDF() | Strangerke |
2012-01-16 | SCI: Update a workaround for the demo of QFG4 to make it work again | Filippos Karapetis |
2012-01-16 | KYRA: Fix for bug #3474339 "KYRA1CD: Ingame animation missing". | Johannes Schickel |
2012-01-16 | KYRA: (EOB) - change behavior of safe game file importing code | athrxx |
2012-01-16 | SCI: Remove outdated comment | Willem Jan Palenstijn |
2012-01-16 | TSAGE: R2R - Scene 1550: Implement subA4D14() | Strangerke |
2012-01-15 | TSAGE: R2R - Fix a GCC warning | Strangerke |
2012-01-15 | TSAGE: R2R - Scene 1550: Implement subA2B2F() | Strangerke |
2012-01-15 | SCI: Properly handle negative coordinates in drawTextBitmap() | Filippos Karapetis |
2012-01-15 | SCI: Simplify kString(Dup) using the overloaded = operator | Filippos Karapetis |
2012-01-15 | SCI: Ignore an invalid export in a script in the demo of RAMA | Filippos Karapetis |
2012-01-15 | SCI: Use fromString() in kString(Dup) to simplify code | Filippos Karapetis |
2012-01-15 | SCI: Zero-terminate strings in SciString::fromString() | Filippos Karapetis |
2012-01-15 | SCI: Remove wrong script-to-array copying code in kArray | Filippos Karapetis |
2012-01-15 | SCI: Fix a nasty bug in kString(Dup) | Filippos Karapetis |
2012-01-15 | SCI: Clean up some memory management and loops | Willem Jan Palenstijn |
2012-01-15 | SCI: Plug a leak in ResourceManager::processWavePatch() | Filippos Karapetis |
2012-01-15 | SCI: Plug loads of memory leaks in the SCI32 graphics code | Filippos Karapetis |
2012-01-15 | SCI: Plug a leak in ResourceManager::detectSciVersion() | Filippos Karapetis |
2012-01-15 | TSAGE: Don't use "&&" synonym "and". | Johannes Schickel |
2012-01-15 | SCUMM: add missing free() | athrxx |
2012-01-15 | KYRA: (EOB) - add support for original save game files | athrxx |
2012-01-15 | Merge pull request #166 from BenCastricum/master | Eugene Sandulenko |
2012-01-15 | DRACI: Move readByte() and readUint32LE() out of assert() | Torbjörn Andersson |
2012-01-14 | LURE: Move readByte() call out of assert() | Torbjörn Andersson |
2012-01-14 | SCI: Add a script patch to fix a script bug in GK1 floppy | Filippos Karapetis |
2012-01-14 | KYRA: Make workaround for bug #1498221 work again. | Johannes Schickel |
2012-01-14 | KYRA: Fix missing debug commands. | Johannes Schickel |
2012-01-14 | SCI: Don't clip the plane rectangle in kernelDeletePlane() | Filippos Karapetis |
2012-01-14 | SCI: When deleting a plane, also delete the items in it | Filippos Karapetis |
2012-01-14 | Merge pull request #165 from eriktorbjorn/dig-workaround | Torbjörn Andersson |