Age | Commit message (Expand) | Author |
2010-01-24 | Replaced CHECK_OVERFLOW1 with asserts | Filippos Karapetis |
2010-01-23 | Added some skeleton code for kPalVary() | Filippos Karapetis |
2010-01-23 | kSetSynonyms is really parser related, but it's an empty function in games wi... | Filippos Karapetis |
2010-01-23 | - Moved all of the parser-related variables inside the Vocabulary class | Filippos Karapetis |
2010-01-23 | Cleanup. (And along with it add some additional asserts). | Johannes Schickel |
2010-01-23 | Separated the parser code | Filippos Karapetis |
2010-01-23 | sfx_init_flags is not used in the new sound code | Filippos Karapetis |
2010-01-23 | SCI: separate fix function for kDrawControl rects | Martin Kiewitz |
2010-01-22 | SCI: dont swap coordinates on rects when both are "wrong", will fix button pl... | Martin Kiewitz |
2010-01-22 | SCI: restoring r47412, we were right all along but this "hack" was done on th... | Martin Kiewitz |
2010-01-22 | SCI: reverting r47412, change was incorrect and also resulted in broken anima... | Martin Kiewitz |
2010-01-22 | - The reverb value is now obtained from the music driver | Filippos Karapetis |
2010-01-21 | Fix gcc warning. | Johannes Schickel |
2010-01-21 | SCI: Saved games can now be loaded from ScummVM's launcher | Filippos Karapetis |
2010-01-20 | SCI: control icons now use objects priority selector instead of hardcoded pri... | Martin Kiewitz |
2010-01-20 | SCI: kDrawCel workaround documented and not temporary anymore | Martin Kiewitz |
2010-01-20 | SCI: workaround for game menu/quit menu in freddy pharkas till vm issue is re... | Martin Kiewitz |
2010-01-19 | - Removed the resetDriver() hack. The reason why notes stopped being played s... | Filippos Karapetis |
2010-01-19 | SCI: Remove upper 4 bits when drawing lines on EGA games (fixes window colors... | Martin Kiewitz |
2010-01-17 | Mark lsl3 as a workaround. | Eugene Sandulenko |
2010-01-17 | SCI: speed throttler - hardcoded exception for room 290/lsl3, should fix push... | Martin Kiewitz |
2010-01-17 | SCI: speed throttler changed, now gets triggered by kAnimate, removed initial... | Martin Kiewitz |
2010-01-17 | SCI: another speed throttler, delays decrementing cycles/cycleCnt selectors, ... | Martin Kiewitz |
2010-01-17 | SCI: kDisposeWindow - use reanimate when argc == 1 (fixes iceman window removal) | Martin Kiewitz |
2010-01-16 | The GM patches from Sierra's GM utility can now also be processed with their ... | Filippos Karapetis |
2010-01-15 | SCI: changed scalesignal to scaleSignal - selector works now :) | Martin Kiewitz |
2010-01-15 | SCI: adjust kNewWindow to support argc==15 (on mac according [md5]) | Martin Kiewitz |
2010-01-15 | Updated kernel function check for kGetEvent in Mac versions and adjusted the ... | Filippos Karapetis |
2010-01-15 | SCI: adding scalesignal selector | Martin Kiewitz |
2010-01-14 | SCI: another change to reanimate behaviour of kDisposeWindow | Martin Kiewitz |
2010-01-14 | SCI: change on reanimate kDisposeWindow behaviour, fixes sq5 window removal | Martin Kiewitz |
2010-01-13 | SCI: fix kernel signature for kDrawCel (fixes island of dr. brain), added deb... | Martin Kiewitz |
2010-01-12 | Fix some memory leaks caused by never freeing the allocated memory, which is ... | Johannes Schickel |
2010-01-11 | Don't update the screen twice while waiting | Filippos Karapetis |
2010-01-11 | Changed all kGraph calls which handle rectangles to use kGraphCreateRect(). A... | Filippos Karapetis |
2010-01-11 | Some portrait-related changes, to be used when portrait loading/unloading is ... | Filippos Karapetis |
2010-01-11 | Moved all the cache limits inside helpers.h and removed an obsolete TODO | Filippos Karapetis |
2010-01-11 | Hide the mouse cursor while a video is being played | Filippos Karapetis |
2010-01-10 | SCI: Fix default optimization level in AvoidPath | Walter van Niftrik |
2010-01-10 | Silenced warnings ("this" isn't defined on object instantiation, and commente... | Filippos Karapetis |
2010-01-10 | SCI: fixed typo when getting resourceId on kPortrait call - fixes resource no... | Martin Kiewitz |
2010-01-10 | SCI: updateBox now also supports hires mode | Martin Kiewitz |
2010-01-10 | SCI: switching to hires kDrawCel when 8th parameter is passed, fixed kDrawCel... | Martin Kiewitz |
2010-01-08 | SCI: call gui-init right after loading a saved game, fixes weird gui issue th... | Martin Kiewitz |
2010-01-07 | SCI: implement crazy hack that fixes coordinates of some cel placements. I'm ... | Martin Kiewitz |
2010-01-07 | SCI: fixed save/restorebits within screen class for displayscreen case, fixes... | Martin Kiewitz |
2010-01-07 | SCI: changed kernel signature for kDrawCel, enabled upscaled hires savebox co... | Martin Kiewitz |
2010-01-06 | SCI: sync displayScreen with framebuffer after successful video playback (fix... | Martin Kiewitz |
2010-01-06 | - Some work on kLocalToGlobal and kGlobalToLocal for SCI2+ | Filippos Karapetis |
2010-01-06 | The error inside execute_method() has been restored, it's only a warning for ... | Filippos Karapetis |