aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine
AgeCommit message (Collapse)Author
2009-10-20SCI: Fix for _vocab_free_empty_rule_listMax Horn
svn-id: r45278
2009-10-20SCI/newgui: Changed kPalette(animate) and implemented setFlags/unsetFlagsMartin Kiewitz
svn-id: r45277
2009-10-20SCI: Fix _vocab_add_rule by re-adding the 'if' statement I accidentally ↵Max Horn
removed in rev 45263 svn-id: r45275
2009-10-20SCI/newgui: kPalette/animate - accidentally changed speed to uint16 in prev. ↵Martin Kiewitz
revision although its signed svn-id: r45274
2009-10-20SCI/newgui: kPalette cleanup, preparing for sq5 paletteAnimate supportMartin Kiewitz
svn-id: r45273
2009-10-20Changed kAvoidPath() to always avoid screen edges, after talking with ↵Filippos Karapetis
waltervn. Also, formatted the comments of the dijkstra() function svn-id: r45272
2009-10-20SCI: Fix for _vocab_add_rule (term was not being inited)Max Horn
svn-id: r45263
2009-10-20SCI: Fix warning about double being silently converted to intMax Horn
svn-id: r45262
2009-10-20- Fixed the pathfinding issue for LSL5 room 640, where Patti walks ↵Filippos Karapetis
off-screen (we still need a proper way of detecting this, though...) - Made warnings where invalid pointers are dereferenced more precise svn-id: r45257
2009-10-19SCI: Oopify ParseRule/ParseRuleList stuff a bit moreMax Horn
svn-id: r45254
2009-10-19SCI: Cleanup the grammar/vocab code: Move defs from vocabulary.h to ↵Max Horn
grammar.cpp where possible, turn comments into doxygen format etc. svn-id: r45253
2009-10-19SCI: kRandom behaviour fixed, fixes lsl5 patty random door codeMartin Kiewitz
svn-id: r45250
2009-10-19Changed mapPointer() to accept a Common::Rect, thus removing the reference ↵Filippos Karapetis
to gfx_widgets.h svn-id: r45242
2009-10-18SCI: kDrawCel priority is signedMartin Kiewitz
svn-id: r45239
2009-10-18SCI: kDoSound typo fixedMartin Kiewitz
svn-id: r45238
2009-10-18SCI: kDoSound doesnt reset nodePtr on fade anymore, fixes lsl5 endless music ↵Martin Kiewitz
loop at patti exam scene svn-id: r45237
2009-10-18SCI: Rename game_obj to _gameObjMax Horn
svn-id: r45235
2009-10-18SCI: Make the implicit segMan param to GET_SEL32(V) and PUT_SEL32(V) explicitMax Horn
svn-id: r45234
2009-10-18Move the SeqDecoder to the Sci namespace, it makes more sense than Graphics ↵Matthew Hoops
because it's only used in Sci. svn-id: r45230
2009-10-18SCI: cleanup text alignmentMartin Kiewitz
svn-id: r45224
2009-10-18SCI: AvoidPath: skip polygons without verticesWalter van Niftrik
svn-id: r45223
2009-10-18Removed unused references to operations.hFilippos Karapetis
svn-id: r45217
2009-10-18Re-enabled the speed throttler for SCI1.1 games again, as disabling it makes ↵Filippos Karapetis
CPU load spike up in some of them (e.g. LSL6). Added a workaround for the Sierra logo scene in QFG3, too svn-id: r45215
2009-10-18Added a sanity check in kStrAt()Filippos Karapetis
svn-id: r45213
2009-10-18Limited the speed throttler in kAnimate to work on SCI0-SCI1. SCI1.1 games ↵Filippos Karapetis
seem to work fine without it, and disabling it removes the very long delay at the Sierra logo in QFG3 svn-id: r45211
2009-10-17SCI: kStrAt added fixme commentMartin Kiewitz
svn-id: r45203
2009-10-17SCI: Fix delete/free mismatchesWillem Jan Palenstijn
svn-id: r45196
2009-10-17SCI: kAnimate comment added about qfg3Martin Kiewitz
svn-id: r45189
2009-10-16Moved sci_ffs() inside iterator.cpp, the only place where it's actually ↵Filippos Karapetis
used, and removed tools.*. Also, removed all the unused includes to tools.h from several places svn-id: r45176
2009-10-16SCI: kAnimate now delays the first few calls less, otherwise sq3 will remove ↵Martin Kiewitz
details graphicwise. Walter please check, if this creates a regression with lsl3. svn-id: r45173
2009-10-16Hide the mouse cursor when showing a videoFilippos Karapetis
svn-id: r45171
2009-10-16Converting AVIPlayer into a class that inherits from VideoDecoder and adapt ↵Matthew Hoops
SCI to use this. Also, moving the codec and Codec class into their own folder. (Based on a patch by md5) svn-id: r45170
2009-10-16Fix for bug #2874489 - "SCI: Larry 3 crashes at startup"Filippos Karapetis
svn-id: r45169
2009-10-16SCI: insert comment about kq6 issue caused by new speed throttler. ↵Martin Kiewitz
theoretically this could go away when reanimate/cel updates are implemented svn-id: r45160
2009-10-16SCI: Fixed debugger opcode names.Walter van Niftrik
svn-id: r45158
2009-10-16Moved the SEQ decoder outside the gfx directory, as it is completely stand ↵Filippos Karapetis
alone now and no longer uses any GUI-related code svn-id: r45153
2009-10-16Added a new convenience method to the video player, which adds the event of ↵Filippos Karapetis
skipping videos with the escape key by default, thereby simplifying the video playing code in all places where it's used svn-id: r45151
2009-10-15Changed the KQ6 floppy SEQ decoder to use the common VideoPlayer interface. ↵Filippos Karapetis
Some cleanup svn-id: r45124
2009-10-15SCI: pointer_add -> error changed to warning b/c iceman does it. Just ↵Martin Kiewitz
ignoring it doesnt seem to have any effect on the game svn-id: r45123
2009-10-15SCI: added fix for iceman (dance with girl walking)Martin Kiewitz
svn-id: r45122
2009-10-15SCI: kAnimate speed throttler fixMartin Kiewitz
svn-id: r45118
2009-10-15SCI: Add support for reg_t based segments to Message()Walter van Niftrik
svn-id: r45113
2009-10-15SCI: kAnimate now uses gfxop_sleep for sleeping, mouse cursor is more fluid ↵Martin Kiewitz
that way svn-id: r45105
2009-10-15SCI: included stub for kPalVary to make Pharkas work a little bit more ↵Martin Kiewitz
(currently crashes in kMessage) svn-id: r45102
2009-10-14SCI: Improve cmdSend slightly. It's still broken, thoughWillem Jan Palenstijn
svn-id: r45097
2009-10-14SCI: Fix build with VM_DEBUG_SEND enabledWillem Jan Palenstijn
svn-id: r45096
2009-10-14SCI: removed speed throttler (cause of kAnimate change)Martin Kiewitz
svn-id: r45094
2009-10-14SCI: kAnimate now delays a bit if needed (fixes typing in intro of lsl5, kq6 ↵Martin Kiewitz
sierra logo and much more) svn-id: r45093
2009-10-14SCI/newgui: kPalette / setIntensity / reimplemented setPalette optional ↵Martin Kiewitz
parameter, fixed memory corruption in setIntensity svn-id: r45091
2009-10-14SCI/newgui: changed kPalette (setIntensity) to behave differently (seems we ↵Martin Kiewitz
had it wrong) also changed nonsense clipping svn-id: r45090