Age | Commit message (Expand) | Author |
2010-01-24 | SCI: self drawn stuff on amiga uses ega palette, we need to match it onto cur... | Martin Kiewitz |
2010-01-24 | SCI: handle intensity calls for amiga the same way as we handle palette anima... | Martin Kiewitz |
2010-01-23 | Added some skeleton code for kPalVary() | Filippos Karapetis |
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-20 | SCI: control icons now use objects priority selector instead of hardcoded pri... | Martin Kiewitz |
2010-01-19 | SCI: also fix statusbar | Martin Kiewitz |
2010-01-19 | SCI: fixed displaying of menubar (fixes all sorts of ega games) | Martin Kiewitz |
2010-01-19 | SCI: use reanimate instead of BitsShow() when removing menus | Martin Kiewitz |
2010-01-19 | SCI: Still limit lower boundary in SCI1.1, moved upper priority boundary limi... | Martin Kiewitz |
2010-01-19 | SCI: implemented priority bands support for sci1.1 picture resources, fixed l... | Martin Kiewitz |
2010-01-17 | SCI: speed throttler changed, now gets triggered by kAnimate, removed initial... | Martin Kiewitz |
2010-01-10 | SCI: kPortrait - mouse click now aborts portrait | Martin Kiewitz |
2010-01-10 | SCI: ignore hiresMode when not being upscaledHires for kDrawCel and updateBox... | Martin Kiewitz |
2010-01-10 | SCI: updateBox now also supports hires mode | Martin Kiewitz |
2010-01-10 | SCI: changed location of hack inside kDrawCel, coordinates of savedhiresbox m... | Martin Kiewitz |
2010-01-10 | SCI: switching to hires kDrawCel when 8th parameter is passed, fixed kDrawCel... | Martin Kiewitz |
2010-01-09 | SCI: kPortrait - now drawing after wait, also using gui wait so mouse cursor ... | Martin Kiewitz |
2010-01-09 | SCI: kPortrait almost fully implemented (animation bitmaps still missing) | Martin Kiewitz |
2010-01-09 | SCI: adding audio support to kPortrait, audio is now playing when portraits a... | Martin Kiewitz |
2010-01-09 | SCI: added new debug command "picture_visualize", which enables visualization... | Martin Kiewitz |
2010-01-07 | SCI: kPortrait actually gets lowres coordinates that need to get adjusted acc... | Martin Kiewitz |
2010-01-07 | SCI: implement crazy hack that fixes coordinates of some cel placements. I'm ... | Martin Kiewitz |
2010-01-07 | SCI: changed kernel signature for kDrawCel, enabled upscaled hires savebox co... | Martin Kiewitz |
2010-01-07 | SCI: implemented additional drawCel for hires views, fixes menu bar of kq6 - ... | Martin Kiewitz |
2010-01-07 | SCI: some portrait work (kq6 now shows the main bitmap as portrait, coordinat... | Martin Kiewitz |
2010-01-06 | SCI: added a new class for robot resources | 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 | SCI: initPriorityBands() now aborts when getting called and screen size is no... | Martin Kiewitz |
2010-01-06 | SCI2+ games no longer use priority bands (fixes memory leaks in true hires ga... | Filippos Karapetis |
2010-01-06 | SCI: making most of the variables in screen class private (some of it was nee... | Martin Kiewitz |
2010-01-05 | Renamed the version of drawCel() which calls BitsShow() to drawCelAndShow(), ... | Filippos Karapetis |
2010-01-05 | Cleanup | Filippos Karapetis |
2010-01-05 | Yet more renaming | Filippos Karapetis |
2010-01-05 | More renaming | Filippos Karapetis |
2010-01-05 | Renamed /gui to /graphics and /sfx to /sound, to better illustrate their purpose | Filippos Karapetis |