Age | Commit message (Expand) | Author |
2010-01-26 | SCI: changed flags (uint16) to force (bool) for set/merge palette methods | Martin Kiewitz |
2010-01-26 | SCI: Add string support for odd-offset pointers into reg_t-based segments. | Walter van Niftrik |
2010-01-25 | SCI: dont fix line color for amiga 32 color | Martin Kiewitz |
2010-01-25 | SCI: removed EGA mapping for amiga games, cause changing K_GRAPH_GET_COLORS_N... | Martin Kiewitz |
2010-01-24 | SCI: Fix list control scrolling in Jones EGA and VGA. | Walter van Niftrik |
2010-01-23 | Added some skeleton code for kPalVary() | 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-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 | SCI: Remove upper 4 bits when drawing lines on EGA games (fixes window colors... | Martin Kiewitz |
2010-01-17 | SCI: kDisposeWindow - use reanimate when argc == 1 (fixes iceman window removal) | Martin Kiewitz |
2010-01-15 | SCI: adjust kNewWindow to support argc==15 (on mac according [md5]) | 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-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: 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-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-05 | More renaming | Filippos Karapetis |
2010-01-05 | Renamed /gui to /graphics and /sfx to /sound, to better illustrate their purpose | Filippos Karapetis |
2010-01-05 | SCI: Removed the old graphics code | Filippos Karapetis |
2010-01-04 | SCI: kPalette / animate adjustments to behave more like sierra sci, also does... | Martin Kiewitz |
2010-01-04 | SCI/new sound code: update sound cues when kGetEvent() is called, instead of ... | Filippos Karapetis |
2010-01-01 | Added a comment for the reason updateSci0Cues() is called within kAnimate() | Filippos Karapetis |
2010-01-01 | SCI/new music code: | Filippos Karapetis |
2009-12-30 | The wrapper for the VMD decoder is only used in the SCI engine for SCI32 game... | Filippos Karapetis |
2009-12-27 | Renamed gameName -> gameId, to keep the same vocabulary everywhere | Filippos Karapetis |
2009-12-24 | SCI32: The view related functions pass a view object as parameter, and the en... | Filippos Karapetis |
2009-12-21 | SCI32: | Matthew Hoops |
2009-12-21 | Fixed text controls when subtitles are enabled in multilingual SCI01 games | Filippos Karapetis |
2009-12-19 | - Started wrapping the current sound code around appropriate defines | Filippos Karapetis |
2009-11-30 | SCI: Fix kSetCursor (Sci1.1) to behave like Sierra Sci (fixes cursor hiding/s... | Martin Kiewitz |
2009-11-20 | Changed some comments back to DOxygen (inline) style and removed some more de... | Filippos Karapetis |
2009-11-05 | SCI/newgui: kDisposeWindow - changed to reflect actual sierra sci behaviour | Martin Kiewitz |
2009-11-04 | Reapplied the LSL1 casino workaround, which got disabled accidentally in comm... | Filippos Karapetis |
2009-11-04 | SCI/newgui: kGraph / InitPriority changed to reflect sci0 implementation, als... | Martin Kiewitz |
2009-11-04 | Removed the reference to SciGuiCursor from EngineState | Filippos Karapetis |
2009-11-04 | priority_first and priority_last are not used by the new drawing code, thus t... | Filippos Karapetis |