Age | Commit message (Expand) | Author |
2010-06-23 | Moved the SelectorCache struct inside selector.h, where it belongs, and fixed... | Filippos Karapetis |
2010-06-20 | SCI: properly implement kPalVary functionality within kDrawPic and transition... | Martin Kiewitz |
2010-06-20 | SCI: adding timestamp update for frameout, fixes gk1 windows main menu | Martin Kiewitz |
2010-06-20 | Sort planes in kFrameOut by priority and keep plane/item priority separate as... | Matthew Hoops |
2010-06-20 | SCI: adding kPalVary update call to kFrameout - it's getting morning now in g... | Martin Kiewitz |
2010-06-15 | SCI: make umlauts work in kFrameout for sci32 | Martin Kiewitz |
2010-06-14 | Ignore and remove invalid plane and item objects in kFrameout. Fixes loading ... | Matthew Hoops |
2010-05-29 | Mass renaming of selector-related functions, and removed some defines which w... | Filippos Karapetis |
2010-04-17 | SCI: change textedit control to cast to unsigned char to fix cursor position ... | Martin Kiewitz |
2010-04-16 | SCI: support for kanji (sjis), minor centering issue left | Martin Kiewitz |
2010-02-13 | SCI: Add global g_sci pointer to the active SciEngine instance | Max Horn |
2010-02-06 | SCI: added plane coordinate adjustment code for sci32 when drawing pictures, ... | Martin Kiewitz |
2010-02-06 | Added a sanity check for kListAt and made the hack for displaying text work i... | Filippos Karapetis |
2010-02-05 | SCI: Add a 'SELECTOR' macro | Max Horn |
2010-02-05 | SCI: initializing _highPlanePri inside GfxFrameout | Martin Kiewitz |
2010-02-05 | SCI: frameout sci32 stuff now gets called directly w/o SciGui/32 | Martin Kiewitz |
2010-02-05 | SCI: renamed class Font to GfxFont | Martin Kiewitz |
2010-02-05 | SCI: renamed SciGuiPicture to GfxPicture | Martin Kiewitz |
2010-02-04 | SCI: renaming class View to GfxView | Martin Kiewitz |
2010-02-04 | SCI: adding GfxPaint32 class, adding back support for planes, minor change in... | Martin Kiewitz |
2010-02-04 | SCI: also adjusting bottom/right coordinate of plane rect | Martin Kiewitz |
2010-02-04 | SCI: added clipping inside frameout (fixes torin) | Martin Kiewitz |
2010-02-04 | SCI: support for resX, resY inside frameout | Martin Kiewitz |
2010-02-03 | Initial implementation of text drawing for SCI2 (it's a hack for now, done th... | Filippos Karapetis |
2010-02-02 | Silenced warning | Filippos Karapetis |
2010-02-02 | SCI: frameout ignoring 0xFFFE for picture id as well (must be some other magi... | Martin Kiewitz |
2010-02-02 | SCI: some sort of priority support for sci32 (not working right, but at least... | Martin Kiewitz |