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