Age | Commit message (Expand) | Author |
2010-05-15 | Fixed a regression that caused some speech in cutscenes to not be played. | Torbjörn Andersson |
2010-05-15 | Rewrote playMovieSound() to keep it from hogging memory in the resource | Torbjörn Andersson |
2010-05-15 | Removed use of globally constructed menu item position lists | Paul Gilbert |
2010-05-15 | Decoded further fields in the SequenceList class, and started implementation ... | Paul Gilbert |
2010-05-14 | Made locateVarSelector() a method of the Object class | Filippos Karapetis |
2010-05-14 | Silenced some MSVC warnings | Filippos Karapetis |
2010-05-14 | SCI: if no priority is set (=255) and a cel is embedded in picture vector dat... | Martin Kiewitz |
2010-05-13 | SCI: fix window, when its too large for screen (fixes sq3 crash at ending, ac... | Martin Kiewitz |
2010-05-13 | SCI: fix regression of r49026 - line between titlebar and actual window was o... | Martin Kiewitz |
2010-05-13 | SCI: remove hack code for shadows and implement them properly (shadow is actu... | Martin Kiewitz |
2010-05-13 | SCI: don't adjust new windows to _wmgrPort for oldGfxFunctions() games (till ... | Martin Kiewitz |
2010-05-13 | SCI: removing one assert() from view loading, cause view 260 in kq6 really co... | Martin Kiewitz |
2010-05-13 | SCI: adding some more assert()s in view data loading for clone :D | Martin Kiewitz |
2010-05-13 | Remove useless const on a value return type. | Johannes Schickel |
2010-05-13 | Fix bug #2880229: KQ4 AGI not recognized | Eugene Sandulenko |
2010-05-13 | SCI: figured out weird special mac sci1.1 view decompression (currently comme... | Martin Kiewitz |
2010-05-12 | SCI: header size within sci1.1+ views doesn't include the actual header size ... | Martin Kiewitz |
2010-05-12 | Fix mismatched new[]/delete[] | Matthew Hoops |
2010-05-12 | SCI: changed behaviour for kDisplay change (r49012) to use oldGfxFunctions (.... | Martin Kiewitz |
2010-05-12 | SCI: tracked down the kDisplay change, added comment about that | Martin Kiewitz |
2010-05-12 | SCI: fix code that was commented out (wasn't meant to get commited that way) ... | Martin Kiewitz |
2010-05-12 | SCI: added comments about r49012, change actually happened during sci0late | Martin Kiewitz |
2010-05-12 | PSP: fixed debug function. Compiler optimization was calling the destructor b... | Yotam Barnoy |
2010-05-12 | SCI: dont restore port settings for SCI0 games (fixes sq3 wrong font used whe... | Martin Kiewitz |
2010-05-12 | Changed the last global objects to class members. | Nicola Mettifogo |
2010-05-12 | Fix missing songs in the HE73 version of Putt-Putt Saves the Zoo. | Travis Howell |
2010-05-12 | ListIndexOf can have a null object reference, so adjust its signature. GK1 no... | Matthew Hoops |
2010-05-11 | Pass by reference instead of value to getResource(String) | Matthew Hoops |
2010-05-11 | SCI: fix crash/heap issue when saving games (change was actually made by walt... | Martin Kiewitz |
2010-05-11 | SCI: remove unneeded _mutex lock to fix deadlock issue | Martin Kiewitz |
2010-05-11 | Add support for loading T7G Mac resources using the MacResManager. | Matthew Hoops |
2010-05-11 | Add support for getting a resource from the resource fork by name. | Matthew Hoops |
2010-05-11 | SCI: init _sysPaletteChanged | Martin Kiewitz |
2010-05-11 | Added stripping and permissions of the iPhone executable in ports.mk | Oystein Eftevaag |
2010-05-10 | Fix build with scalers for msvc. | Andre Heider |
2010-05-10 | SCI: set signal to SIGNAL_OFFSET, when a music slot is played that doesn't co... | Martin Kiewitz |
2010-05-10 | Error.cpp needs to be included in the application mmp also for error translat... | Lars Persson |
2010-05-10 | Add support for loading SCI games from Mac resource forks. The games themselv... | Matthew Hoops |
2010-05-10 | Add support to the MacResManager and AdvancedDetector to take the md5 of a re... | Matthew Hoops |
2010-05-10 | Revert r48979. Instead, make the HQ scalers depend on the normal ones. Config... | Andre Heider |
2010-05-10 | Minor fix for using the MacResManager with a regular file; switch MacBinary's... | Matthew Hoops |
2010-05-09 | Patch #2987340: GSoC: CINE: Hide cursor when viewing inventory | Eugene Sandulenko |
2010-05-09 | Extended patch #2971742: SCUMM: autodetection for diskimage contents. | Eugene Sandulenko |
2010-05-09 | Fix bug in NES bundle reader which prevented reenterability | Eugene Sandulenko |
2010-05-09 | Revise how prefix, datadir etc. are handled. | Max Horn |
2010-05-09 | Fix for bug #2995282 "FT: Cavefish Hideout Chase (Failure Cutscene) Crash". | Johannes Schickel |
2010-05-09 | Patch #2901515: HE: Resource Forks on Mac OS X | Eugene Sandulenko |
2010-05-09 | New drascula.dat with updated German texts | Eugene Sandulenko |
2010-05-09 | Patch #2970203: Drascula: typo fixes in german text | Eugene Sandulenko |
2010-05-09 | Patch #2968610: Zak C64 German: crash due to padding bytes | Eugene Sandulenko |