Age | Commit message (Expand) | Author |
2012-06-18 | SCI: Add setter/getter methods to reg_t's | Filippos Karapetis |
2012-03-13 | JANITORIAL: Replace (x ? false : true) by !(x). | Christoph Mallon |
2011-10-19 | SCI: Fixed script bug #3425276 - "SCI: PQ2: Game crashes when looking at file" | Filippos Karapetis |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-05-01 | SCI: Round left/right edges in bitsShow to even coords | Willem Jan Palenstijn |
2011-04-29 | SCI: Fixed bug #3289744 - "Hero Quest 1 demo crashes" | md5 |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-03-30 | SCI32: Support for views with 640x400 native resolution | Lars Skovlund |
2011-03-04 | SCI: Added a comment for the additional code in kDisplay | md5 |
2011-03-02 | Revert "SCI: Fixed bug #3039775 - "KQ4: Graphics glitch [...]"" | Willem Jan Palenstijn |
2011-03-02 | SCI: Fixed text positioning in the credits screen of Dr. Brain Amiga | md5 |
2011-03-02 | SCI: Fixed bug #3039775 - "KQ4: Graphics glitch in the mansion tower" | md5 |
2011-02-28 | SCI: Moved hunk pointer handling to the GC, and removed some related workarounds | md5 |
2011-02-20 | SCI: Slight cleanup | md5 |
2011-01-09 | SCI: Changed the bShow parameter of GfxText16:Box() into a bool | Filippos Karapetis |
2010-12-20 | SCI: Fixed bug #3037945 - "PQ3 : Graphical Glitch with White Mercedes on Free... | Filippos Karapetis |
2010-09-26 | SCI: kDrawPic setting _picNotValid on non-front | Martin Kiewitz |
2010-08-14 | SCI: adding workaround for camelot during ending | Martin Kiewitz |
2010-08-11 | SCI: fixing kGraphFillBoxAny implementation | Martin Kiewitz |
2010-08-04 | SCI: Add kDisplay workarounds for the Hero's Quest demo | Matthew Hoops |
2010-08-01 | SCI: Move kernelShakeScreen to GfxScreen so it can be used in SCI32 (it's use... | Matthew Hoops |
2010-07-26 | SCI: implement scaling for kDrawCel | Martin Kiewitz |
2010-07-24 | SCI: fix warning and remove duplicate code | Martin Kiewitz |
2010-07-24 | SCI: adding workaround for sq4 room 391 | Martin Kiewitz |
2010-07-23 | SCI: adding table for kDisplay workarounds | Martin Kiewitz |
2010-07-23 | SCI: adding workaround for sq4/room 391 | Martin Kiewitz |
2010-07-02 | SCI: changing adjusting of upscaled hires box coordinates | Martin Kiewitz |
2010-06-29 | SCI: Rewrap more comments | Max Horn |
2010-06-29 | SCI: Add some const qualifiers | Max Horn |
2010-06-26 | SCI: another commit for adding a workaround for islang room 300 again (althou... | Martin Kiewitz |
2010-06-25 | Removed the getHunkPointer error - it's valid SCI behavior (e.g. when loading... | Filippos Karapetis |
2010-06-25 | SCI: Introduce SciGameId enum | Max Horn |
2010-06-20 | SCI: properly implement kPalVary functionality within kDrawPic and transition... | Martin Kiewitz |
2010-06-20 | SCI: update sys palette timestamp only on kDrawPic in SCI1.1, fixes intro of ... | Martin Kiewitz |
2010-06-18 | SCI: pseudo-implemented 0x72 and 0x73 for kDisplay used by longbow-demo, alth... | Martin Kiewitz |
2010-06-18 | SCI: partially revert r49983 - all of those are not implemented in sierra sci... | Martin Kiewitz |
2010-06-18 | Added several unimplemented kDisplay subops, as well as a new sound command, ... | Filippos Karapetis |
2010-06-17 | Strict mode: error out on unhandled subops, to note if they actually exist an... | Filippos Karapetis |
2010-06-15 | SCI: SciGui/SciGui32 gone for good... | Martin Kiewitz |
2010-06-15 | SCI: calling wait() directly and removing it from SciGui | Martin Kiewitz |
2010-06-15 | SCI: fix changes from r49806 | Martin Kiewitz |
2010-06-15 | SCI: move portrait methods to gfxPaint16 | Martin Kiewitz |
2010-06-15 | Throttle screen updates to 60fps in some screen transition effects as well | Filippos Karapetis |
2010-05-28 | Silenced some superfluous warnings in KQ5CD | Filippos Karapetis |
2010-05-24 | SCI: leave console open for pic_visualize/undither commands - also don't use ... | Martin Kiewitz |
2010-05-18 | - Removed the wrapper kalloc, kmem and kfree functions. Now, the associated S... | Filippos Karapetis |
2010-05-15 | SCI: adding upscaled hires mode 640x480 for kq6 and gk1, fixing valgrind erro... | Martin Kiewitz |
2010-05-15 | SCI: SCI_SCREEN_MASK_* now GFX_SCREEN_MASK_*, using enum - added new enum GFX... | Martin Kiewitz |
2010-05-12 | SCI: changed behaviour for kDisplay change (r49012) to use oldGfxFunctions (.... | Martin Kiewitz |
2010-05-12 | SCI: tracked down the kDisplay change, added comment about that | Martin Kiewitz |