Age | Commit message (Expand) | Author |
2011-01-15 | SCI: Plugged 2 memory leaks, reported by digitall | Filippos Karapetis |
2011-01-08 | SCI: Some function renaming | Filippos Karapetis |
2011-01-01 | SCI: debugC calls no longer require a debug level of 2 to show output | Filippos Karapetis |
2010-11-02 | SCI: Remove any use of printf | Max Horn |
2010-09-26 | SCI: adding separate status drawing code | Martin Kiewitz |
2010-07-29 | SCI: Ignore setAttribute() on any non-existent menu items | Matthew Hoops |
2010-07-28 | SCI: Fix using the parser in SCI Fan Games | Matthew Hoops |
2010-07-28 | SCI: Added bug report numbers for all the recently fixed bugs | Filippos Karapetis |
2010-07-26 | SCI: Fixed bug #3034507, "PQ2 Demo: Non-existant menu item" | Filippos Karapetis |
2010-07-20 | SCI: fixed jones/ega/vga port issue | Martin Kiewitz |
2010-07-10 | SCI: calculate widths for menu after switching to menuport, i guess this was ... | Martin Kiewitz |
2010-07-06 | SCI: fix regression of r50721 - pausing/resuming only on actual menu usage | Martin Kiewitz |
2010-06-29 | SCI: Rewrap more comments | Max Horn |
2010-06-23 | Moved the SelectorCache struct inside selector.h, where it belongs, and fixed... | Filippos Karapetis |
2010-06-17 | SCI: Rename sciEvent to SciEvent | Max Horn |
2010-06-17 | SCI: Moved the event code a little bit around. | Max Horn |
2010-06-15 | SCI: SciGui/SciGui32 gone for good... | Martin Kiewitz |
2010-06-09 | Renamed the SciEvent class to EventManager, to separate it from the sciEvent ... | Filippos Karapetis |
2010-05-29 | Mass renaming of selector-related functions, and removed some defines which w... | Filippos Karapetis |
2010-05-15 | SCI: handle TAB like Ctrl-I on menu key checking, sci0 also did it that way -... | Martin Kiewitz |
2010-05-15 | SCI: SCI_SCREEN_MASK_* now GFX_SCREEN_MASK_*, using enum - added new enum GFX... | Martin Kiewitz |
2010-04-25 | SCI: fix regression of r48659 - now calculating menu width and splitting text... | Martin Kiewitz |
2010-04-20 | SCI: menu - handle right aligned "=" as actual text not as tag marker, also h... | Martin Kiewitz |
2010-04-20 | SCI: remove lone spaces at the end of right aligned menu items. fixes "wrongl... | Martin Kiewitz |
2010-04-18 | SCI: fix regression from r48685 - english got always used for menu entries | Martin Kiewitz |
2010-04-17 | SCI: move menu window inside the screen, if parts of it are outside (happens ... | Martin Kiewitz |
2010-04-17 | SCI: implement ability to handle multilingual menu separators (is actually 2 ... | Martin Kiewitz |
2010-04-17 | SCI: Remove subtitles in menu. | Walter van Niftrik |
2010-04-15 | SCI: split menu/item strings when displaying instead of when initializing - m... | Martin Kiewitz |
2010-02-23 | SCI: Turn kernel_sleep() into SciEvent::sleep() | Max Horn |
2010-02-13 | SCI: Move language related code from EngineState to SciEngine | Max Horn |
2010-02-13 | SCI: Add global g_sci pointer to the active SciEngine instance | Max Horn |
2010-02-09 | SCI: also reset some variables inside reset(), so we dont error() out in lsl2... | Martin Kiewitz |
2010-02-05 | SCI: Add a 'SELECTOR' macro | Max Horn |
2010-02-05 | SCI: drawMenuBar, drawStatus now called directly and w/o SciGui | Martin Kiewitz |
2010-02-05 | SCI: GfxCoordAdjuster class added, local2Global and global2Local use that cla... | Martin Kiewitz |
2010-02-05 | SCI: calling most of the cursor functions directly via _gfxCursor instead of ... | Martin Kiewitz |
2010-02-05 | SCI: renamed class Cursor to GfxCursor | Martin Kiewitz |
2010-02-01 | SCI: implemented reset for GfxMenu, not recreating object anymore | Martin Kiewitz |
2010-02-01 | SCI: class menu renamed to GfxMenu - now getting called directly, also fix fo... | Martin Kiewitz |
2010-01-31 | SCI: renamed Text class to GfxText16 | Martin Kiewitz |
2010-01-31 | SCI: renamed SciPalette to GfxPalette, Screen to GfxScreen, GfxPalette is now... | Martin Kiewitz |
2010-01-31 | SCI: cleaned up graphics classes, removed gfx&windowmgr, added gfxports, gfxc... | Martin Kiewitz |
2010-01-29 | SCI: Move selector stuff to new header; reorder k_argc & k_argp param of invo... | Max Horn |
2010-01-24 | SCI: removed oldMenuId check for BitsShow in menu (was done for keyboard inte... | Martin Kiewitz |
2010-01-22 | SCI: removed error inside Menu::mouseFindMenuItemSelection, instead returning 0 | Martin Kiewitz |
2010-01-22 | SCI: draw a black line under menubar when menu is active (effectively for jon... | Martin Kiewitz |
2010-01-19 | SCI: call showBits() on the line between menubar and the actual menu (because... | Martin Kiewitz |
2010-01-19 | SCI: use reanimate instead of BitsShow() when removing menus | Martin Kiewitz |
2010-01-12 | SCI: implemented mouse interaction while being in keyboard mode, also ignore ... | Martin Kiewitz |