Age | Commit message (Expand) | Author |
2012-06-18 | SCI: Add setter/getter methods to reg_t's | Filippos Karapetis |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-03-09 | SCI: Implement Mac iconbar event handling. | Walter van Niftrik |
2011-03-09 | SCI: Save mouse position in SciEvent. | Johannes Schickel |
2011-02-15 | SCI: Cleaned up kMapKeyToDir and removed an incorrect heuristic | md5 |
2010-12-26 | SCI: A more efficient solution for bug #3037874 (SCI high CPU usage), which w... | Filippos Karapetis |
2010-09-03 | SCI: Fixed bug #3058865 - "Jones in the Fast Lane CD: Graphics Missing" | Filippos Karapetis |
2010-08-31 | SCI: adding workaround for platform-specific | Martin Kiewitz |
2010-08-29 | SCI: Fixed bug #3037874 - "SCI1.1: High cpu usage when a textbox is displayed" | Filippos Karapetis |
2010-07-25 | SCI: sci32 coord adjustment changes | Martin Kiewitz |
2010-07-25 | SCI: sci32 changes | Martin Kiewitz |
2010-07-21 | SCI: more work on coordadjustment sci32 | Martin Kiewitz |
2010-07-19 | SCI: fixing comment | Martin Kiewitz |
2010-07-12 | SCI: Turn global object g_debugState into SciEngine member var | Max Horn |
2010-06-30 | SCI: Removed the FreeSCI music code | Filippos Karapetis |
2010-06-29 | SCI: Made the SoundCommandParser a member of the SciEngine class and removed ... | Filippos Karapetis |
2010-06-19 | SCI: implemented checking of keyboard driver in case of SCI1EGA/EARLY, also r... | Martin Kiewitz |
2010-06-18 | SCI: set resulting type to keyboard+joystick for sci1middle+ in kMapKeyToDir ... | Martin Kiewitz |
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-15 | Fix spelling, cleanup | Max Horn |
2010-06-09 | Renamed the SciEvent class to EventManager, to separate it from the sciEvent ... | Filippos Karapetis |
2010-06-08 | Merged the restarting_flags, script_abort_flag, and restoring members of the ... | Filippos Karapetis |
2010-06-08 | Merged _game_run() inside game_run(). Some cleanup | Filippos Karapetis |
2010-06-06 | Now that EngineState is not deleted when loading games, we can move some more... | Filippos Karapetis |
2010-06-03 | Re-enabled the cursor position limiting code | Filippos Karapetis |
2010-06-01 | The parser vocabulary remains static throughout the game, thus it has been re... | Filippos Karapetis |
2010-05-29 | Mass renaming of selector-related functions, and removed some defines which w... | Filippos Karapetis |
2010-02-13 | SCI: Move GameFeatures from EngineState to SciEngine | Max Horn |
2010-02-13 | SCI: Move Gui/Gfx related permanent objects from EngineState to SciEngine | Max Horn |
2010-02-13 | SCI: Add global g_sci pointer to the active SciEngine instance | Max Horn |
2010-02-05 | SCI: Add a 'SELECTOR' macro | Max Horn |
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-03 | Placed all the game feature detection code in a separate class | Filippos Karapetis |
2010-01-29 | Fix compile when ENABLE_SCI32 is not set. | Matthew Hoops |
2010-01-29 | SCI: added new SciGui32 class, Gfx class needs some work though and hopefully... | Martin Kiewitz |
2010-01-29 | SCI: Move selector stuff to new header; reorder k_argc & k_argp param of invo... | Max Horn |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-23 | - Moved all of the parser-related variables inside the Vocabulary class | Filippos Karapetis |
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 | Updated comment | Filippos Karapetis |
2010-01-04 | SCI/new sound code: update sound cues when kGetEvent() is called, instead of ... | Filippos Karapetis |
2009-12-31 | SCI: keyboard change cleanup, fixed Ctrl and Alt related keys on foreign keyb... | Martin Kiewitz |
2009-12-31 | kLocalToGlobal has a 'Plane' variant in SCI32 like its kGlobalToLocal sibling... | Matthew Hoops |