Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-29 | SCI: Merge Script::relocateBlock and Object::relocate | Max Horn | |
The shared code now resides in a new static function named relocateBlock, which is invoked by the two methods. svn-id: r49316 | |||
2010-05-29 | SCI: Make Script::_exportTable const (yay :-) | Max Horn | |
svn-id: r49315 | |||
2010-05-29 | Fix typo(?) which prevents streaming code from compiling. | Neil Millstone | |
svn-id: r49314 | |||
2010-05-29 | DS: Various fixes to allow the DS port to compile on DevkitARM r30 and ↵ | Neil Millstone | |
libnds 1.4.3. svn-id: r49313 | |||
2010-05-29 | Cleanup | Filippos Karapetis | |
svn-id: r49312 | |||
2010-05-29 | Removed the scriptRelocateExportsSci11() hack. The open spell in QFG1VGA ↵ | Filippos Karapetis | |
works now (thanks to waltervn for all his help on this) svn-id: r49311 | |||
2010-05-29 | Removed the hack inside findGameObject(), and replaced it with code from the ↵ | Filippos Karapetis | |
segment manager, till we find out why the segment is sometimes off by 1 (note that findGameObject() works fine for finding the game ID itself) svn-id: r49310 | |||
2010-05-29 | Fixed regression in SCI2-SCI21 games from commit 49308 | Filippos Karapetis | |
svn-id: r49309 | |||
2010-05-29 | Added a method to the resource manager, to limit the places where script ↵ | Filippos Karapetis | |
exports are accessed, since for SCI11 and newer exports can be functions and objects (first step in removing scriptRelocateExportsSci11(), which is a gross hack and it fails in QFG1VGA) svn-id: r49308 | |||
2010-05-29 | Fixed potential memory leak found by cppcheck. Though I'm guessing that if this | Torbjörn Andersson | |
case happens, we may have bigger problems... svn-id: r49307 | |||
2010-05-29 | Removed some unused variables, found by cppcheck. | Torbjörn Andersson | |
svn-id: r49306 | |||
2010-05-28 | Silenced some superfluous warnings in KQ5CD | Filippos Karapetis | |
svn-id: r49294 | |||
2010-05-28 | Added some more info when severe script errors occur | Filippos Karapetis | |
svn-id: r49293 | |||
2010-05-28 | Cleaned up detectGfxFunctionsType() slightly, and made it work for Hoyle 1 ↵ | Filippos Karapetis | |
and 2 properly. svn-id: r49292 | |||
2010-05-28 | Cleanup | Filippos Karapetis | |
svn-id: r49290 | |||
2010-05-28 | Added comments to kMergePoly() | Filippos Karapetis | |
svn-id: r49289 | |||
2010-05-28 | Added a stub for kMergePoly, to avoid crashing in QFG1VGA after killing a ↵ | Filippos Karapetis | |
monster svn-id: r49288 | |||
2010-05-28 | Clarified variable usage for sequence list entry indexes | Paul Gilbert | |
svn-id: r49287 | |||
2010-05-28 | Implemented needed methods for scrolling surfaces horizontally or vertically | Paul Gilbert | |
svn-id: r49286 | |||
2010-05-28 | SCI: read out vol selector on initSound/playSound for sci1early ↵ | Martin Kiewitz | |
(soundversion) as well - fixes lsl1demo svn-id: r49285 | |||
2010-05-28 | added svn keywords 'Id' and 'URL' to new files | Tony Puccinelli | |
svn-id: r49283 | |||
2010-05-28 | added svn keywords 'Id' and 'URL' to new files | Tony Puccinelli | |
svn-id: r49282 | |||
2010-05-28 | typo fix | Tony Puccinelli | |
svn-id: r49281 | |||
2010-05-28 | was using the modified linker for the psp for plugins.ld. Now it's a ↵ | Tony Puccinelli | |
modified version of the default linker for the ps2 compiler svn-id: r49280 | |||
2010-05-27 | Cleanup AVI a bit, add support for stereo audio | Matthew Hoops | |
svn-id: r49279 | |||
2010-05-27 | was using the default linker for the psp. Now a modified version of the ↵ | Tony Puccinelli | |
default linker for the ps2 compiler svn-id: r49278 | |||
2010-05-27 | SCI: disabling music fading again, but only for sci32 - drivers seem to have ↵ | Martin Kiewitz | |
issues when fading in on gk1/sierra logo svn-id: r49271 | |||
2010-05-27 | correct typo | Max Horn | |
svn-id: r49270 | |||
2010-05-27 | SCI: enabling fading again, issues in pharkas and gk1demo are actually ↵ | Martin Kiewitz | |
"normal" - maybe we should add some hack workaround, but the delay in ssci was just slow resource loading svn-id: r49269 | |||
2010-05-27 | GUI: Fix about dialog regression from my previous commit | Max Horn | |
svn-id: r49268 | |||
2010-05-27 | Fix for bug #3007656: "GMM: Crash in 320x200" | Max Horn | |
svn-id: r49267 | |||
2010-05-27 | GUI: Reduce code duplication in about dialog | Max Horn | |
svn-id: r49266 | |||
2010-05-27 | Fix starting GK1. | Matthew Hoops | |
svn-id: r49265 | |||
2010-05-27 | SCI: removing tab from vo output (debug console) | Martin Kiewitz | |
svn-id: r49264 | |||
2010-05-27 | SCI: fixing -propDict- selector on instances to contain -propDict- of the ↵ | Martin Kiewitz | |
corresponding class - fixes sq4cd/room 381 talk-clicking on robot - thx to waltervn & wjp svn-id: r49263 | |||
2010-05-27 | Added an explanation for audio36 and sync36 external patches | Filippos Karapetis | |
svn-id: r49262 | |||
2010-05-27 | SCI: fixing resuming samples - fixes hang when ship is flying away happening ↵ | Martin Kiewitz | |
when you entered menu during that sequence svn-id: r49261 | |||
2010-05-27 | Split all of the audio-related functions of the resource manager in a ↵ | Filippos Karapetis | |
separate file svn-id: r49260 | |||
2010-05-27 | Slight formatting, and added a note that audio36 and sync36 resource patches ↵ | Filippos Karapetis | |
were introduced in SCI2, and didn't exist in SCI0-SCI1.1 svn-id: r49259 | |||
2010-05-27 | PSP: fixed a screen shake bug | Yotam Barnoy | |
svn-id: r49258 | |||
2010-05-27 | PSP: fixed issue with handling of EOS. Caused crashes. | Yotam Barnoy | |
svn-id: r49257 | |||
2010-05-27 | added files for ps2 loadable modules (mainly transplanted from psp code with ↵ | Tony Puccinelli | |
VERY minor tweaks) svn-id: r49256 | |||
2010-05-27 | Add the Mac sync resource type and allow for more than 9 Mac SCI1.1+ data files. | Matthew Hoops | |
svn-id: r49255 | |||
2010-05-27 | Add some null checking when pausing/resuming videos. | Matthew Hoops | |
svn-id: r49254 | |||
2010-05-26 | minor initial commit for ps2 plugins. Added ps2-provider code | Tony Puccinelli | |
svn-id: r49253 | |||
2010-05-26 | Made _k_new_node() a method of the segment manager, and fixed a bug with the ↵ | Filippos Karapetis | |
rarely used SCI0 kernel function kSort in the process (_k_new_node was called with key, value instead of value, key inside kSort) svn-id: r49251 | |||
2010-05-26 | SCI: fixing kReadNumber to behave like in sierra sci (non standard atoi ↵ | Martin Kiewitz | |
implementation) - fixes big door not unlocking in sq4 svn-id: r49250 | |||
2010-05-26 | Replace SCUMM F5 dialog by GMM & add help button to GMM | Max Horn | |
The new "Help" button in the GMM is currently only used by SCUMM. To use it, an engine currently needs to subclass MainMenuDialog. svn-id: r49249 | |||
2010-05-26 | SCI: More const related changes; remove unnecessary casts which hide const ↵ | Max Horn | |
issues svn-id: r49248 | |||
2010-05-26 | SCI: adding another workaround for picture 376 in sq4/cd (same issue like ↵ | Martin Kiewitz | |
originally found in r49216) svn-id: r49247 |