Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-21 | SCI/newgui: updating flags separately to fix issue in sq1 (almost at the ↵ | Martin Kiewitz | |
end) where wilco will go michael jackson otherwise svn-id: r45308 | |||
2009-10-21 | Fixed self-intersecting pathfinding polygons in SQ1, room 66. This addresses ↵ | Filippos Karapetis | |
the issue where Roger is able to walk anywhere on screen. However, there is still a separate issue in that room, which makes him stay stuck in one direction (like he's "moonwalking") and it only occurs in the new GUI svn-id: r45307 | |||
2009-10-21 | Add/remove comments. | Travis Howell | |
svn-id: r45306 | |||
2009-10-21 | Add patch from Tobias, for graphic support (backgrounds/objects) in PCE ↵ | Travis Howell | |
version of Loom, with minor changes. svn-id: r45304 | |||
2009-10-21 | SCI: Fix warning, and reformat a multi-line comment | Max Horn | |
svn-id: r45303 | |||
2009-10-21 | SCUMM: Get rid of 'static int sortArrayOffset' by tweaking ↵ | Max Horn | |
ScummEngine_v90he::sortArray svn-id: r45302 | |||
2009-10-21 | Enabled music. | Robert Špalek | |
Several TODO's added. svn-id: r45298 | |||
2009-10-21 | Fixed the bug where ego would not walk properly after he's swapped in LSL5 ↵ | Filippos Karapetis | |
(from Larry to Patti and vice versa) svn-id: r45297 | |||
2009-10-21 | Fix another regression that didn't append data in safeStrcat. | Matthew Hoops | |
svn-id: r45296 | |||
2009-10-21 | Fix a regression in agiSprintf. | Matthew Hoops | |
svn-id: r45295 | |||
2009-10-20 | SCI/newgui: palVary logic as comments (work in progress) | Martin Kiewitz | |
svn-id: r45293 | |||
2009-10-20 | SCI: kPalVary - pause | Martin Kiewitz | |
svn-id: r45292 | |||
2009-10-20 | Fixed regression introduced when adding support for looping background sounds. | Torbjörn Andersson | |
A.k.a. "I played through the whole game looking for regressions, and missed the one at the intro cutscene?!" svn-id: r45290 | |||
2009-10-20 | SCI/newgui: textedit control also changed to draw text like sierra sci | Martin Kiewitz | |
svn-id: r45289 | |||
2009-10-20 | SCI/newgui: Listbox control now draws text up one pixel, so that it matches ↵ | Martin Kiewitz | |
sierra sci svn-id: r45288 | |||
2009-10-20 | SCI: kPalVary basic | Martin Kiewitz | |
svn-id: r45287 | |||
2009-10-20 | LURE: Turn HotspotTickHandlers into a proper class; convert static vars in ↵ | Max Horn | |
various of its methods to member vars svn-id: r45285 | |||
2009-10-20 | SWORD2: Turned static vars in Logic::fnISpeak into member vars of class Logic | Max Horn | |
svn-id: r45284 | |||
2009-10-20 | TINSEL: Move Common::List instances mouseButtons & keypresses into TinselEngine. | Max Horn | |
Global C++ objects are not portable, as their constructors / destructors may never be called. svn-id: r45283 | |||
2009-10-20 | SWORD2: Resolve FIXME about weird static var 'k' in Router::smoothCheck | Max Horn | |
svn-id: r45282 | |||
2009-10-20 | SWORD2: Resolve FIXME about static var 'left' in Router::slidyWalkAnimator | Max Horn | |
svn-id: r45281 | |||
2009-10-20 | SWORD1: Resolve FIXME about weird static var 'left' in Router::slidyWalkAnimator | Max Horn | |
svn-id: r45280 | |||
2009-10-20 | SWORD1: Resolve FIXME about weird static var 'k' in Router::smoothCheck | Max Horn | |
svn-id: r45279 | |||
2009-10-20 | SCI: Fix for _vocab_free_empty_rule_list | Max Horn | |
svn-id: r45278 | |||
2009-10-20 | SCI/newgui: Changed kPalette(animate) and implemented setFlags/unsetFlags | Martin Kiewitz | |
svn-id: r45277 | |||
2009-10-20 | LOL/PC-98: fixed glitch in text displayer | Florian Kagerer | |
svn-id: r45276 | |||
2009-10-20 | SCI: Fix _vocab_add_rule by re-adding the 'if' statement I accidentally ↵ | Max Horn | |
removed in rev 45263 svn-id: r45275 | |||
2009-10-20 | SCI/newgui: kPalette/animate - accidentally changed speed to uint16 in prev. ↵ | Martin Kiewitz | |
revision although its signed svn-id: r45274 | |||
2009-10-20 | SCI/newgui: kPalette cleanup, preparing for sq5 paletteAnimate support | Martin Kiewitz | |
svn-id: r45273 | |||
2009-10-20 | Changed 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-20 | TINSEL: Fix apparent bug (?) in the support for the 5 flags version(s) | Max Horn | |
svn-id: r45271 | |||
2009-10-20 | TINSEL: Make lots of stuff in dialogs.cpp static | Max Horn | |
svn-id: r45270 | |||
2009-10-20 | TINSEL: Move BMV player code into a new BMVPlayer class | Max Horn | |
svn-id: r45269 | |||
2009-10-20 | TINSEL: Start cleanup BMV code | Max Horn | |
svn-id: r45268 | |||
2009-10-20 | AGI: Cleanup AgiEngine::agiSprintf | Max Horn | |
svn-id: r45267 | |||
2009-10-20 | AGI: Change g_useChorus to SoundMgr::_useChorus, and add FIXME comment about ↵ | Max Horn | |
it always being true (so maybe it can be removed?) svn-id: r45266 | |||
2009-10-20 | AGI: Oopify LZW decoder | Max Horn | |
svn-id: r45265 | |||
2009-10-20 | SCI/newgui: kDisplay fixed so text centering will work correctly (based on ↵ | Martin Kiewitz | |
sierra sci disassembly) - fixes kq5 credits, lb2 intro selection svn-id: r45264 | |||
2009-10-20 | SCI: Fix for _vocab_add_rule (term was not being inited) | Max Horn | |
svn-id: r45263 | |||
2009-10-20 | SCI: Fix warning about double being silently converted to int | Max Horn | |
svn-id: r45262 | |||
2009-10-20 | AGI: Make scancodeTable const | Max Horn | |
svn-id: r45261 | |||
2009-10-20 | AGI: cleanup GfxMgr::testButton | Max Horn | |
svn-id: r45260 | |||
2009-10-20 | AGI: Turn g_tickTimer & g_mouse into members of class AgiEngine resp. AgiBase | Max Horn | |
svn-id: r45259 | |||
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-19 | AGI: cleanup | Max Horn | |
svn-id: r45256 | |||
2009-10-19 | AGI: Remove some global vars | Max Horn | |
svn-id: r45255 | |||
2009-10-19 | SCI: Oopify ParseRule/ParseRuleList stuff a bit more | Max Horn | |
svn-id: r45254 | |||
2009-10-19 | SCI: 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-19 | LOL/PC-98: match vaelan's cube behaviour with original code | Florian Kagerer | |
svn-id: r45252 | |||
2009-10-19 | SCI/newgui: old cursor uses now hardcoded white, fixes cursor color changing ↵ | Martin Kiewitz | |
in lsl5 svn-id: r45251 |