Age | Commit message (Expand) | Author |
2010-06-30 | Updated incorrect comment | Filippos Karapetis |
2010-06-30 | Also erase the value of the list node itself when deleting it inside kDeleteK... | Filippos Karapetis |
2010-06-30 | When deleting a list node, erase its references to predecessor and successor ... | Filippos Karapetis |
2010-06-29 | SCI: added sci32-specific signature for kGetSaveDir | Martin Kiewitz |
2010-06-29 | SCI: added mac-specific signature for kGetEvent | Martin Kiewitz |
2010-06-29 | SCI: implemented version specific signatures, added special kDrawCel signatur... | Martin Kiewitz |
2010-06-29 | SCI: adding space in kernelmap for workaround table | Martin Kiewitz |
2010-06-29 | SCI: Rewrap yet more comments | Max Horn |
2010-06-29 | SCI: kernelMap cleanup and making it possible to have version (not implemente... | Martin Kiewitz |
2010-06-29 | Handle empty clip rectangles in GfxView::drawScaled(). Fixes an assert in the... | Filippos Karapetis |
2010-06-29 | Fixed 2 uninitialized reads in SQ6 | Filippos Karapetis |
2010-06-29 | SCI: Rewrap more comments | Max Horn |
2010-06-29 | SCI: Add some const qualifiers | Max Horn |
2010-06-29 | SCI: Rename listEntry -> 'it' for better readability | Max Horn |
2010-06-29 | SCI: Simplify List::iterator usage in GfxAnimate | Max Horn |
2010-06-29 | SCI: Simplify GfxAnimate code, get rid of _listData | Max Horn |
2010-06-29 | SCI: print out actual and supposed parameter types when having a kernel call ... | Martin Kiewitz |
2010-06-29 | SCI: Some cleanup of the GC code. | Filippos Karapetis |
2010-06-29 | SCI: Removed reg_t_EqualTo, since reg_t already defines an equals operator | Filippos Karapetis |
2010-06-29 | SCI: Made the SoundCommandParser a member of the SciEngine class and removed ... | Filippos Karapetis |
2010-06-28 | SCI: removing ignoring of channel volume change code from r50463, the lsl5 is... | Martin Kiewitz |
2010-06-28 | SCI: its lsl5 sound resource 294, not 274 (changed comment only) | Martin Kiewitz |
2010-06-28 | Don't initialize graphics again when loading | Filippos Karapetis |
2010-06-28 | SCI: ignoring set signal on tick 0 directly in parseNextEvent instead of filt... | Martin Kiewitz |
2010-06-28 | SCI: More changes to the code for loading from the launcher | Filippos Karapetis |
2010-06-28 | Fixed loading of saved games from the launcher | Filippos Karapetis |
2010-06-28 | Applied patch #3022511 - "qfg4 detection cleanup" | Filippos Karapetis |
2010-06-28 | SCI: remove clipping of volume inside SciMidiParser::setvolume | Martin Kiewitz |
2010-06-28 | SCI: updated comment about transparent pixels in views | Martin Kiewitz |
2010-06-28 | SCI: kAnimate resetting _lastCastCount all the time | Martin Kiewitz |
2010-06-28 | SCI: fix regression of r50422, please no refactoring without proper testing -... | Martin Kiewitz |
2010-06-28 | SCI: added comment - lsl5 also has too large windows | Martin Kiewitz |
2010-06-28 | SCI: stupid oversight fix r50446, too hot here :P | Martin Kiewitz |
2010-06-28 | SCI: fixing valgrind issue in Script::initialiseClasses thx to wjp for valgri... | Martin Kiewitz |
2010-06-28 | SCI: cleanup of execstack, output of backtrace slightly modified, is now also... | Martin Kiewitz |
2010-06-28 | SCI: Some more GC cleanup | Max Horn |
2010-06-28 | SCI: Turn more warnings into errors. | Max Horn |
2010-06-28 | SCI: Move a few remaining Script methods to engine/script.cpp | Max Horn |
2010-06-28 | SCI: Clarify docs of GC related SegmentObj methods | Max Horn |
2010-06-28 | SCI: Make various SegManager const | Max Horn |
2010-06-28 | SCI: get rid of Script::allocateObject | Max Horn |
2010-06-28 | Remove CRs | Willem Jan Palenstijn |
2010-06-28 | SCI: add const again to newWidth | Martin Kiewitz |
2010-06-28 | SCI: fix regression of r50424, 2x scaling | Martin Kiewitz |
2010-06-28 | SCI: More comment rewrapping | Max Horn |
2010-06-28 | SCI: Fix DEBUG_GC mode and permanently enable it | Max Horn |
2010-06-28 | SCI: Revise GC interface: use Common::Array<reg_t> instead of callbacks | Max Horn |
2010-06-28 | SCI: Make Script member vars private; add const qualifiers | Max Horn |
2010-06-28 | SCI: Change warning back to error in Script::initialiseObjectsSci0 | Max Horn |
2010-06-28 | SCI: More formatting cleanup | Max Horn |