Age | Commit message (Expand) | Author |
2010-05-30 | Split test cases for internal and external storage. | Johannes Schickel |
2010-05-30 | Typo fixes. | Johannes Schickel |
2010-05-30 | Fix non-const version of Common::String::begin. | Johannes Schickel |
2010-05-30 | Add a (currently) failing test for reference logic in Common::String. (Taken ... | Johannes Schickel |
2010-05-30 | Fix file length of zip file members inside ZipArchive (thanks to fuzzie for r... | Johannes Schickel |
2010-05-30 | Clarify reasoning behind hack in Script::scriptRelocate() | Lars Skovlund |
2010-05-30 | PSP: added preliminary support for using ME hardware to play MP3 files. If th... | Yotam Barnoy |
2010-05-29 | Limit access to the _classTable array (now it's directly accessible only insi... | Filippos Karapetis |
2010-05-29 | Mass renaming of selector-related functions, and removed some defines which w... | Filippos Karapetis |
2010-05-29 | SCI: Merge Script::relocateBlock and Object::relocate | Max Horn |
2010-05-29 | SCI: Make Script::_exportTable const (yay :-) | Max Horn |
2010-05-29 | Fix typo(?) which prevents streaming code from compiling. | Neil Millstone |
2010-05-29 | DS: Various fixes to allow the DS port to compile on DevkitARM r30 and libnds... | Neil Millstone |
2010-05-29 | Cleanup | Filippos Karapetis |
2010-05-29 | Removed the scriptRelocateExportsSci11() hack. The open spell in QFG1VGA work... | Filippos Karapetis |
2010-05-29 | Removed the hack inside findGameObject(), and replaced it with code from the ... | Filippos Karapetis |
2010-05-29 | Fixed regression in SCI2-SCI21 games from commit 49308 | Filippos Karapetis |
2010-05-29 | Added a method to the resource manager, to limit the places where script expo... | Filippos Karapetis |
2010-05-29 | Fixed potential memory leak found by cppcheck. Though I'm guessing that if this | Torbjörn Andersson |
2010-05-29 | Removed some unused variables, found by cppcheck. | Torbjörn Andersson |
2010-05-28 | Silenced some superfluous warnings in KQ5CD | Filippos Karapetis |
2010-05-28 | Added some more info when severe script errors occur | Filippos Karapetis |
2010-05-28 | Cleaned up detectGfxFunctionsType() slightly, and made it work for Hoyle 1 an... | Filippos Karapetis |
2010-05-28 | Cleanup | Filippos Karapetis |
2010-05-28 | Added comments to kMergePoly() | Filippos Karapetis |
2010-05-28 | Added a stub for kMergePoly, to avoid crashing in QFG1VGA after killing a mon... | Filippos Karapetis |
2010-05-28 | Clarified variable usage for sequence list entry indexes | Paul Gilbert |
2010-05-28 | Implemented needed methods for scrolling surfaces horizontally or vertically | Paul Gilbert |
2010-05-28 | SCI: read out vol selector on initSound/playSound for sci1early (soundversion... | Martin Kiewitz |
2010-05-27 | Cleanup AVI a bit, add support for stereo audio | Matthew Hoops |
2010-05-27 | SCI: disabling music fading again, but only for sci32 - drivers seem to have ... | Martin Kiewitz |
2010-05-27 | correct typo | Max Horn |
2010-05-27 | SCI: enabling fading again, issues in pharkas and gk1demo are actually "norma... | Martin Kiewitz |
2010-05-27 | GUI: Fix about dialog regression from my previous commit | Max Horn |
2010-05-27 | Fix for bug #3007656: "GMM: Crash in 320x200" | Max Horn |
2010-05-27 | GUI: Reduce code duplication in about dialog | Max Horn |
2010-05-27 | Fix starting GK1. | Matthew Hoops |
2010-05-27 | SCI: removing tab from vo output (debug console) | Martin Kiewitz |
2010-05-27 | SCI: fixing -propDict- selector on instances to contain -propDict- of the cor... | Martin Kiewitz |
2010-05-27 | Added an explanation for audio36 and sync36 external patches | Filippos Karapetis |
2010-05-27 | SCI: fixing resuming samples - fixes hang when ship is flying away happening ... | Martin Kiewitz |
2010-05-27 | Split all of the audio-related functions of the resource manager in a separat... | Filippos Karapetis |
2010-05-27 | Slight formatting, and added a note that audio36 and sync36 resource patches ... | Filippos Karapetis |
2010-05-27 | PSP: fixed a screen shake bug | Yotam Barnoy |
2010-05-27 | PSP: fixed issue with handling of EOS. Caused crashes. | Yotam Barnoy |
2010-05-27 | Add the Mac sync resource type and allow for more than 9 Mac SCI1.1+ data files. | Matthew Hoops |
2010-05-27 | Add some null checking when pausing/resuming videos. | Matthew Hoops |
2010-05-26 | Made _k_new_node() a method of the segment manager, and fixed a bug with the ... | Filippos Karapetis |
2010-05-26 | SCI: fixing kReadNumber to behave like in sierra sci (non standard atoi imple... | Martin Kiewitz |
2010-05-26 | Replace SCUMM F5 dialog by GMM & add help button to GMM | Max Horn |