Age | Commit message (Expand) | Author |
2009-10-21 | Patch #2871861: fix for mgx-packet in linuxmoto.mk | Max Horn |
2009-10-21 | Patch #2875721: vkeybd and keymapper enable by default for motomagx | Max Horn |
2009-10-21 | SCI/newgui: kAnimate added comment about fastCast | Martin Kiewitz |
2009-10-21 | SCI/newgui: kAnimate - fastCast change (again) | Martin Kiewitz |
2009-10-21 | Make the check for global variable 84 inside SciGuiAnimate::invoke() simpler ... | Filippos Karapetis |
2009-10-21 | Fixed animations in LSL1VGA again | Filippos Karapetis |
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 | SCI/newgui: kAnimate - now reads out signal again in .dispose loop, just in c... | Martin Kiewitz |
2009-10-21 | SCI/newgui: updating flags separately to fix issue in sq1 (almost at the end)... | Martin Kiewitz |
2009-10-21 | Fixed self-intersecting pathfinding polygons in SQ1, room 66. This addresses ... | Filippos Karapetis |
2009-10-21 | Add/remove comments. | Travis Howell |
2009-10-21 | Add patch from Tobias, for graphic support (backgrounds/objects) in PCE versi... | Travis Howell |
2009-10-21 | SCI: Fix warning, and reformat a multi-line comment | Max Horn |
2009-10-21 | SCUMM: Get rid of 'static int sortArrayOffset' by tweaking ScummEngine_v90he:... | Max Horn |
2009-10-21 | Added bmv.h to the MSVC project files (added in rev 45268) | Filippos Karapetis |
2009-10-21 | Updated the MSVC project files of the draci engine (added music.*) | Filippos Karapetis |
2009-10-21 | Small formatting fixes | Jordi Vilalta Prat |
2009-10-21 | Enabled music. | Robert Špalek |
2009-10-21 | Fixed the bug where ego would not walk properly after he's swapped in LSL5 (f... | Filippos Karapetis |
2009-10-21 | Fix another regression that didn't append data in safeStrcat. | Matthew Hoops |
2009-10-21 | Fix a regression in agiSprintf. | Matthew Hoops |
2009-10-20 | PS2: disable text console, command line support and DOSBox OPL | Max Horn |
2009-10-20 | SCI/newgui: palVary logic as comments (work in progress) | Martin Kiewitz |
2009-10-20 | SCI: kPalVary - pause | Martin Kiewitz |
2009-10-20 | Fixed regression introduced when adding support for looping background sounds. | Torbjörn Andersson |
2009-10-20 | SCI/newgui: textedit control also changed to draw text like sierra sci | Martin Kiewitz |
2009-10-20 | SCI/newgui: Listbox control now draws text up one pixel, so that it matches s... | Martin Kiewitz |
2009-10-20 | SCI: kPalVary basic | Martin Kiewitz |
2009-10-20 | cleanup | Max Horn |
2009-10-20 | LURE: Turn HotspotTickHandlers into a proper class; convert static vars in va... | Max Horn |
2009-10-20 | SWORD2: Turned static vars in Logic::fnISpeak into member vars of class Logic | Max Horn |
2009-10-20 | TINSEL: Move Common::List instances mouseButtons & keypresses into TinselEngine. | Max Horn |
2009-10-20 | SWORD2: Resolve FIXME about weird static var 'k' in Router::smoothCheck | Max Horn |
2009-10-20 | SWORD2: Resolve FIXME about static var 'left' in Router::slidyWalkAnimator | Max Horn |
2009-10-20 | SWORD1: Resolve FIXME about weird static var 'left' in Router::slidyWalkAnimator | Max Horn |
2009-10-20 | SWORD1: Resolve FIXME about weird static var 'k' in Router::smoothCheck | Max Horn |
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 | LOL/PC-98: fixed glitch in text displayer | Florian Kagerer |
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 | TINSEL: Fix apparent bug (?) in the support for the 5 flags version(s) | Max Horn |
2009-10-20 | TINSEL: Make lots of stuff in dialogs.cpp static | Max Horn |
2009-10-20 | TINSEL: Move BMV player code into a new BMVPlayer class | Max Horn |
2009-10-20 | TINSEL: Start cleanup BMV code | Max Horn |
2009-10-20 | AGI: Cleanup AgiEngine::agiSprintf | Max Horn |
2009-10-20 | AGI: Change g_useChorus to SoundMgr::_useChorus, and add FIXME comment about ... | Max Horn |