Age | Commit message (Expand) | Author |
2017-09-27 | SCI: Do some clean-up of event handling system | Colin Snover |
2017-07-16 | SCI: Clarify Tab character & modifier workarounds in GfxMenu | Colin Snover |
2017-07-16 | SCI: Fix kMenuSelect to understand control characters | Colin Snover |
2016-02-02 | SCI: Removed ".data" from SciEvent | Martin Kiewitz |
2016-02-02 | SCI: Fix control/Fx keys not working anymore | Martin Kiewitz |
2014-02-18 | SCI: Make GPL headers consistent in themselves. | Johannes Schickel |
2013-05-01 | SCI: Fix a non-initialized variable in GfxMenu - CID 1003110 | Filippos Karapetis |
2013-02-23 | ALL: Fix typo (existant->existent) | Willem Jan Palenstijn |
2012-06-18 | SCI: Add setter/getter methods to reg_t's | Filippos Karapetis |
2012-03-13 | JANITORIAL: Replace (x ? false : true) by !(x). | Christoph Mallon |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn |
2011-06-12 | SCI: Fixed bug #3295931 - "SCI: JONES: Disabled commands are available using ... | md5 |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-03-13 | SCI: Fixed the flashing icon bar in the Mac version of Castle of Dr. Brain | md5 |
2011-03-09 | SCI: Save mouse position in SciEvent. | Johannes Schickel |
2011-03-08 | SCI: Remove unused argument to said | Willem Jan Palenstijn |
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 |