Age | Commit message (Expand) | Author |
2004-01-08 | jumps only for the same hookid and ignore jumps for music for now. added soun... | Paweł Kołodziejski |
2004-01-08 | more cleanup | Max Horn |
2004-01-08 | cleanup (make some more use of class Common::Rect) | Max Horn |
2004-01-08 | Fix for bug #803381 (COMI: Text cut off) | Max Horn |
2004-01-08 | fix a memory leak; re-add assert, just to be sure | Max Horn |
2004-01-08 | fix maskpos (I think... needs testing) | Max Horn |
2004-01-08 | various fixes for vertical scrolling rooms: fixed, screen updates (and made t... | Max Horn |
2004-01-07 | fixed uninitialized warning | Paweł Kołodziejski |
2004-01-07 | some cleanup | Paweł Kołodziejski |
2004-01-07 | some cleanup | Paweł Kołodziejski |
2004-01-07 | fixed size result related bug in imuse digi | Paweł Kołodziejski |
2004-01-07 | is this discrepancy here intended? | Max Horn |
2004-01-07 | Temporarly enabling this buffer underrun hack until aquadran looks at it. (Se... | James Brown |
2004-01-07 | do clipping somewhat more efficiently | Max Horn |
2004-01-07 | malloc/new are relatively slow operations; avoid doing them in tight loops, i... | Max Horn |
2004-01-07 | Actor flip should be reset, fixes some glitches in putt putt games | Travis Howell |
2004-01-07 | changed lipsync func param | Paweł Kołodziejski |
2004-01-07 | Add another check for ignoreTurns, ignoreTurns. | Travis Howell |
2004-01-07 | comment unused vars | Jonathan Gray |
2004-01-07 | handle jumps | Paweł Kołodziejski |
2004-01-07 | These two subops are the same, checked dig/ft disasm. | Travis Howell |
2004-01-07 | Add missing break | Travis Howell |
2004-01-07 | added code for ms track position | Paweł Kołodziejski |
2004-01-07 | Add missing break | Travis Howell |
2004-01-07 | better bundle dir cache | Paweł Kołodziejski |
2004-01-07 | less memory usage | Paweł Kołodziejski |
2004-01-07 | proper name | Paweł Kołodziejski |
2004-01-07 | optimized i/o access in bundle manager | Paweł Kołodziejski |
2004-01-07 | add FIXME comments at the two worst spots, speed wise (about 80% processor ti... | Max Horn |
2004-01-06 | forgot to commit this, too <sigh> | Max Horn |
2004-01-06 | forgot to commit this | Max Horn |
2004-01-06 | fix mutex usage some. IMuseDigital currently is still unusable on my system, ... | Max Horn |
2004-01-06 | fixed tons of warnings | Max Horn |
2004-01-06 | proper fix | Max Horn |
2004-01-06 | fix compilation on unix like systems | Max Horn |
2004-01-06 | increased debug level | Paweł Kołodziejski |
2004-01-06 | synced imuse digital with local tree | Paweł Kołodziejski |
2004-01-06 | fixed warning | Paweł Kołodziejski |
2004-01-06 | Restrict to scumm7, caused invalid opcode errors when skipping cutscenes in c... | Travis Howell |
2004-01-06 | Fix subtitles glitch when subtitles are shown during room scroll in pass. | Travis Howell |
2004-01-06 | updated MD5 table | Max Horn |
2004-01-06 | updated copyright notice | Max Horn |
2004-01-06 | get rid of VirtScreen::scrollable | Max Horn |
2004-01-06 | just always call updateDirtyScreen(kTextVirtScreen) - it won't do any harm fo... | Max Horn |
2004-01-06 | This one (_blitAlso) is very odd, I can't quite figure out where it is needed... | Max Horn |
2004-01-06 | typo | Max Horn |
2004-01-06 | renamed VirtScreen::alloctwobuffers to hasTwoBuffers; added lots of doxygen c... | Max Horn |
2004-01-06 | no need to save information which we can (and do) recompute | Max Horn |
2004-01-06 | Made o8_getActorZPlane return the same z value as Actor::drawActorCostume com... | Max Horn |
2004-01-06 | Add check | Travis Howell |