Age | Commit message (Expand) | Author |
2009-12-08 | SCI: SciGui::getPortPic now uses byref | Martin Kiewitz |
2009-12-08 | SCI: Saving picPort now (fixes loading saved games in castle of dr. brain) | Martin Kiewitz |
2009-12-04 | SCI: Make event constants more verbose | Martin Kiewitz |
2009-12-04 | SCI: SciEvent created, kernel_sleep() created | Martin Kiewitz |
2009-11-20 | Removed dead code | Filippos Karapetis |
2009-11-11 | SCI/newgui: call menuReset() on game_init(), fixes double menu in pq2 | Martin Kiewitz |
2009-11-04 | Removed unused variables and placed some more old code inside INCLUDE_OLDGFX ... | Filippos Karapetis |
2009-11-04 | - Changed the segment manager to be a static part of the engine, and stopped ... | Filippos Karapetis |
2009-11-04 | Removed the reference to EngineState from the SciGuiGfx class | Filippos Karapetis |
2009-11-04 | SCI: forgot to adjust gui32 as well | 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 |
2009-11-03 | SCI/newgui: SciGuiMenu partially implemented | Martin Kiewitz |
2009-11-03 | Fixed a crash when loading in the old GUI | Filippos Karapetis |
2009-11-03 | Remove the SegManager-related hacks for the selector defines, as the segMan p... | Filippos Karapetis |
2009-11-02 | SCI: SciGuiMenu created, kMenu-related stuff now using SciGui | Martin Kiewitz |
2009-10-31 | SCI/newgui: fixing kDisposeWindow so that reanimate is correctly called (fixe... | Martin Kiewitz |
2009-10-31 | - Added some TODOs | Filippos Karapetis |
2009-10-31 | SCI/newgui: kGraph support for Save-UpscaledHires-Box (not sure if coordinate... | Martin Kiewitz |
2009-10-30 | Fixed a crash in the old graphics code from commit #45542 | Filippos Karapetis |
2009-10-30 | - Removed status_bar_foreground and status_bar_background variables from the ... | Filippos Karapetis |
2009-10-28 | Enclose all of the old graphics code within the INCLUDE_OLDGFX safeguard (def... | Filippos Karapetis |
2009-10-25 | - Removed graphics options code from the old GUI. Almost all of them are not ... | Filippos Karapetis |
2009-10-25 | Cleanup | Filippos Karapetis |
2009-10-22 | Cleanup | Filippos Karapetis |
2009-10-21 | - Removed kShow() and the related code it uses - it's a debugging function, a... | Filippos Karapetis |
2009-10-20 | SCI/newgui: Changed kPalette(animate) and implemented setFlags/unsetFlags | Martin Kiewitz |
2009-10-20 | SCI/newgui: kPalette cleanup, preparing for sq5 paletteAnimate support | Martin Kiewitz |
2009-10-18 | SCI: Make the implicit segMan param to GET_SEL32(V) and PUT_SEL32(V) explicit | Max Horn |
2009-10-18 | SCI: cleanup text alignment | Martin Kiewitz |
2009-10-17 | Started moving some of the old GUI code inside /gui32 | Filippos Karapetis |
2009-10-16 | Moved sci_ffs() inside iterator.cpp, the only place where it's actually used,... | Filippos Karapetis |
2009-10-14 | SCI: removed speed throttler (cause of kAnimate change) | Martin Kiewitz |
2009-10-14 | SCI/newgui: changed kPalette (setIntensity) to behave differently (seems we h... | Martin Kiewitz |
2009-10-14 | SCI: kDrawPic now reads out blackout flag for transitions | Martin Kiewitz |
2009-10-14 | - Moved cel width and height calculation in the GUI | Filippos Karapetis |
2009-10-13 | Moved some old GUI specific code from kgraphics.cpp into gui32.cpp | Filippos Karapetis |
2009-10-13 | Merged the rest of the cursor code | Filippos Karapetis |
2009-10-13 | Merged the cursor manipulation code - cursor views are still not done | Filippos Karapetis |
2009-10-13 | SCI/newgui: kSetPort() now also supporting 7 parameters | Martin Kiewitz |
2009-10-12 | Cleanup | Filippos Karapetis |
2009-10-12 | SCI: re-enable accidentally commented update call | Willem Jan Palenstijn |
2009-10-12 | SCI/newgui: kGraph RedrawBox (ReAnimate) is now using class calling (function... | Martin Kiewitz |
2009-10-12 | SCI/newgui: implemented kPicNotValid | Martin Kiewitz |
2009-10-12 | SCI/newgui: kGraph updateBox implemented, cleaned up usage of BitsShow() stil... | Martin Kiewitz |
2009-10-11 | SCI/newgui: list control implemented | Martin Kiewitz |
2009-10-11 | rename shadow var | Joost Peters |
2009-10-11 | SCI: kDrawControl for list and textedit controls also using gui class | Martin Kiewitz |
2009-10-11 | Fixed compilation with the current GUI | Filippos Karapetis |
2009-10-11 | SCI: made kEditControl use SciGui class, not currently implemented in newgui | Martin Kiewitz |