aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-09Globals from script 0 are now initialized in script_init_engine(), and are ac...Filippos Karapetis
2010-06-09Fix compile errorsWillem Jan Palenstijn
2010-06-09Renamed the SciEvent class to EventManager, to separate it from the sciEvent ...Filippos Karapetis
2010-06-09Merged restAdjust and restAdjustCur, as we don't save the restAdjust modifier...Filippos Karapetis
2010-06-08chmod +x mkmanifest.plAngus Lees
2010-06-08Don't shrink the stack after reconstructing it, when loading a saved game. Fi...Filippos Karapetis
2010-06-08SCI: set default palette after initializing music driver, fixes palette getti...Martin Kiewitz
2010-06-08CleanupFilippos Karapetis
2010-06-08SCI: check for SOL header in audio36 patchesMartin Kiewitz
2010-06-08Merged the restarting_flags, script_abort_flag, and restoring members of the ...Filippos Karapetis
2010-06-08Modification to remove false positive "Possible divide by zero" warnings give...David Turner
2010-06-08Fixed compilation when the SCI32 code is disabledFilippos Karapetis
2010-06-08Merged _game_run() inside game_run(). Some cleanupFilippos Karapetis
2010-06-08Merged sync_SegManagerPtr() inside EngineState::saveLoadWithSerializer()Filippos Karapetis
2010-06-08SCI: use base36 sync/audio patches for sci1.1 as well and also check if patch...Martin Kiewitz
2010-06-08Add png icon files that were too binary to be part of original Android patch.Angus Lees
2010-06-08Whitespace fixup in last submit. I'll get the hang of this eventually :/Angus Lees
2010-06-08Provide a replacement for bionic's __assert().Angus Lees
2010-06-08Remove obsolete ANDROID_VERSION_GE macroAngus Lees
2010-06-08Remove unnecessary explicit _endian=little for AndroidAngus Lees
2010-06-08Made reconstruct_stack() a member of SegManagerFilippos Karapetis
2010-06-08Add a few files mistakenly left out of initial Android patch :(Angus Lees
2010-06-08Add a version check for base36 encoded patches - they were introduced in SCI2Filippos Karapetis
2010-06-08SCI: if song isn't playing, set signal and don't set fadeout/fadein variables...Martin Kiewitz
2010-06-07SCI: slight cleanup on processPatch, etc.Martin Kiewitz
2010-06-07SCI: fix regression from #49484, we were ignoring 65535 patches and this brok...Martin Kiewitz
2010-06-07Added support for SCI2+ base36 encoded patches (audio36 and sync36)Filippos Karapetis
2010-06-07Document the Groovie engine news and reorder in order to match the previous r...Jordi Vilalta Prat
2010-06-07Remove some extra spacesJordi Vilalta Prat
2010-06-07Fix some typos in a commentJordi Vilalta Prat
2010-06-07Groovie:Jordi Vilalta Prat
2010-06-07Fixed regression from commit #49465 - there are in fact two restAdjust variab...Filippos Karapetis
2010-06-07PSP: found bug in fast getMillis() implementation. Fixed it by adding a fixed...Yotam Barnoy
2010-06-07Fix gcc warning about an comparison which is always false due to data type ra...Johannes Schickel
2010-06-07Allow for the other audio36 patch naming schemes (Mac and some Torin ones).Matthew Hoops
2010-06-07Added extra positioning and dummy depths surface so that the introduction cut...Paul Gilbert
2010-06-07Changed a create call to setSize to fix compiler errorPaul Gilbert
2010-06-07Initial conversion of the AnimviewView class to use the expanded MadsAnimatio...Paul Gilbert
2010-06-07Some initial code for audio36 and sync36 patch supportFilippos Karapetis
2010-06-07Moved destruction of globals and resource manager to common M4 engine base cl...Paul Gilbert
2010-06-07SCI: Relax signature of kCreateTextBitmap.Walter van Niftrik
2010-06-07SCI: Adjust kGetSaveFiles for SCI32.Walter van Niftrik
2010-06-07Change some kString subops to use the raw string directly instead of through ...Matthew Hoops
2010-06-06Now that EngineState is not deleted when loading games, we can move some more...Filippos Karapetis
2010-06-06Throw a warning in kString(At) if the index is out-of-bounds instead of havin...Matthew Hoops
2010-06-06add missing decodeNextAnimationFrame in default case for sequence 9Gregory Montoir
2010-06-06PSP: faster way of getting file sizeYotam Barnoy
2010-06-06fix sequence frame numbering (decrement if getCurFrame now returns the last d...Gregory Montoir
2010-06-06Add Gus to credits, update README & NEWSMax Horn
2010-06-06whitespace correctionsMax Horn