aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine
AgeCommit message (Expand)Author
2009-10-21Removed the accidental inclusion of deprecated code for LSL5 - this has been ...Filippos Karapetis
2009-10-21- Removed kShow() and the related code it uses - it's a debugging function, a...Filippos Karapetis
2009-10-21Fixed self-intersecting pathfinding polygons in SQ1, room 66. This addresses ...Filippos Karapetis
2009-10-21SCI: Fix warning, and reformat a multi-line commentMax Horn
2009-10-21Fixed the bug where ego would not walk properly after he's swapped in LSL5 (f...Filippos Karapetis
2009-10-20SCI: kPalVary - pauseMartin Kiewitz
2009-10-20SCI: kPalVary basicMartin Kiewitz
2009-10-20SCI: Fix for _vocab_free_empty_rule_listMax Horn
2009-10-20SCI/newgui: Changed kPalette(animate) and implemented setFlags/unsetFlagsMartin Kiewitz
2009-10-20SCI: Fix _vocab_add_rule by re-adding the 'if' statement I accidentally remov...Max Horn
2009-10-20SCI/newgui: kPalette/animate - accidentally changed speed to uint16 in prev. ...Martin Kiewitz
2009-10-20SCI/newgui: kPalette cleanup, preparing for sq5 paletteAnimate supportMartin Kiewitz
2009-10-20Changed kAvoidPath() to always avoid screen edges, after talking with walterv...Filippos Karapetis
2009-10-20SCI: Fix for _vocab_add_rule (term was not being inited)Max Horn
2009-10-20SCI: Fix warning about double being silently converted to intMax Horn
2009-10-20- Fixed the pathfinding issue for LSL5 room 640, where Patti walks off-screen...Filippos Karapetis
2009-10-19SCI: Oopify ParseRule/ParseRuleList stuff a bit moreMax Horn
2009-10-19SCI: Cleanup the grammar/vocab code: Move defs from vocabulary.h to grammar.c...Max Horn
2009-10-19SCI: kRandom behaviour fixed, fixes lsl5 patty random door codeMartin Kiewitz
2009-10-19Changed mapPointer() to accept a Common::Rect, thus removing the reference to...Filippos Karapetis
2009-10-18SCI: kDrawCel priority is signedMartin Kiewitz
2009-10-18SCI: kDoSound typo fixedMartin Kiewitz
2009-10-18SCI: kDoSound doesnt reset nodePtr on fade anymore, fixes lsl5 endless music ...Martin Kiewitz
2009-10-18SCI: Rename game_obj to _gameObjMax Horn
2009-10-18SCI: Make the implicit segMan param to GET_SEL32(V) and PUT_SEL32(V) explicitMax Horn
2009-10-18Move the SeqDecoder to the Sci namespace, it makes more sense than Graphics b...Matthew Hoops
2009-10-18SCI: cleanup text alignmentMartin Kiewitz
2009-10-18SCI: AvoidPath: skip polygons without verticesWalter van Niftrik
2009-10-18Removed unused references to operations.hFilippos Karapetis
2009-10-18Re-enabled the speed throttler for SCI1.1 games again, as disabling it makes ...Filippos Karapetis
2009-10-18Added a sanity check in kStrAt()Filippos Karapetis
2009-10-18Limited the speed throttler in kAnimate to work on SCI0-SCI1. SCI1.1 games se...Filippos Karapetis
2009-10-17SCI: kStrAt added fixme commentMartin Kiewitz
2009-10-17SCI: Fix delete/free mismatchesWillem Jan Palenstijn
2009-10-17SCI: kAnimate comment added about qfg3Martin Kiewitz
2009-10-16Moved sci_ffs() inside iterator.cpp, the only place where it's actually used,...Filippos Karapetis
2009-10-16SCI: kAnimate now delays the first few calls less, otherwise sq3 will remove ...Martin Kiewitz
2009-10-16Hide the mouse cursor when showing a videoFilippos Karapetis
2009-10-16Converting AVIPlayer into a class that inherits from VideoDecoder and adapt S...Matthew Hoops
2009-10-16Fix for bug #2874489 - "SCI: Larry 3 crashes at startup"Filippos Karapetis
2009-10-16SCI: insert comment about kq6 issue caused by new speed throttler. theoretica...Martin Kiewitz
2009-10-16SCI: Fixed debugger opcode names.Walter van Niftrik
2009-10-16Moved the SEQ decoder outside the gfx directory, as it is completely stand al...Filippos Karapetis
2009-10-16Added a new convenience method to the video player, which adds the event of s...Filippos Karapetis
2009-10-15Changed the KQ6 floppy SEQ decoder to use the common VideoPlayer interface. S...Filippos Karapetis
2009-10-15SCI: pointer_add -> error changed to warning b/c iceman does it. Just ignorin...Martin Kiewitz
2009-10-15SCI: added fix for iceman (dance with girl walking)Martin Kiewitz
2009-10-15SCI: kAnimate speed throttler fixMartin Kiewitz
2009-10-15SCI: Add support for reg_t based segments to Message()Walter van Niftrik
2009-10-15SCI: kAnimate now uses gfxop_sleep for sleeping, mouse cursor is more fluid t...Martin Kiewitz