Age | Commit message (Expand) | Author |
2009-12-08 | Attempt to fix MSVC warning C4121. | Johannes Schickel |
2009-12-08 | SCI: new USE_OLDGFX for switching to oldgui, fixes loading of savedgames unde... | Martin Kiewitz |
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-08 | Fix some MSVC warnings (part of patch #2909981) | Max Horn |
2009-12-08 | SCI: Cleanup DirSeeker a little bit | Max Horn |
2009-12-07 | Slight cleanup/simplification of the TimerSongIterator | Filippos Karapetis |
2009-12-07 | Applied patch from tracker item #2900436 - "SCI: SCI32 Checksums" with some f... | Filippos Karapetis |
2009-12-07 | Stop using variables named "byte", as byte is a variable type in ScummVM, and... | Filippos Karapetis |
2009-12-04 | SCI: Removed Ctrl-X to Ctrl-Alt-X mapping cause Ctrl-Alt-X works now directly | Martin Kiewitz |
2009-12-04 | SCI: Typo fixed in SciEvent caused all Ctrl keys to get changed to Ctrl-Alt-X :) | Martin Kiewitz |
2009-12-04 | SCI: Renamed "buckybits" to "modifiers" in SciEvent | Martin Kiewitz |
2009-12-04 | SCI: Make event constants more verbose | Martin Kiewitz |
2009-12-04 | SCI: Recreate SciEvent on loading saves | Martin Kiewitz |
2009-12-04 | SCI: SciEvent created, kernel_sleep() created | Martin Kiewitz |
2009-12-04 | SCI: Alt translation. Currently handles Ctrl-X as Ctrl-Alt-X so that bypassin... | Martin Kiewitz |
2009-12-04 | SCI: Convert characters to scancode, when Ctrl is pressed (fixes key-shortcut... | Martin Kiewitz |
2009-12-04 | SCI: Fixed kSetCursor (fixes qfg1vga menu immediately disappearing after open... | Martin Kiewitz |
2009-12-03 | SCI: Don't call SciMusic for volume changes when using old code | Martin Kiewitz |
2009-12-03 | SCI: Dont init sound when using old sfx code (fixes assert) | Martin Kiewitz |
2009-12-02 | SCI: Reverting 46242, wasn't a bug at all | Martin Kiewitz |
2009-12-02 | SCI: WindowMgr init correction | Martin Kiewitz |
2009-12-02 | SCI: Do clipping on celNo for case when celNo is below 0 (fixes crash in isla... | Martin Kiewitz |
2009-12-01 | Removed unnecessary semi-colons. | Torbjörn Andersson |
2009-11-30 | SCI: Fix kSetCursor (Sci1.1) to behave like Sierra Sci (fixes cursor hiding/s... | Martin Kiewitz |
2009-11-29 | Comment out unused variables. | Johannes Schickel |
2009-11-29 | Started assigning the code from Greg's SCI engine to our sound commands - sti... | Filippos Karapetis |
2009-11-29 | Properly update the sound state in the sound command parser when loading a game | Filippos Karapetis |
2009-11-29 | SCI/newgui: handling of right aligned menu text changed | Martin Kiewitz |
2009-11-29 | Removed unused code | Filippos Karapetis |
2009-11-29 | Removed unused code | Filippos Karapetis |
2009-11-26 | SCI: Turn SfxPlayer::_mutex from a pointer into a plain member | Max Horn |
2009-11-26 | Removed dead code | Filippos Karapetis |
2009-11-24 | Added Doxygen comments for the various engine namespaces (currently mostly wi... | Max Horn |
2009-11-23 | SCI: Reduce header interdependency | Max Horn |
2009-11-22 | Added a sanity check to the setCursor detection | Filippos Karapetis |
2009-11-22 | Check which DoSound method is actually invoked from Sound::play, to remove a ... | Filippos Karapetis |
2009-11-21 | Removed duplicate code and simplified some feature detection | Filippos Karapetis |
2009-11-20 | Fixed sound detection for Jones CD | Filippos Karapetis |
2009-11-20 | Changed some comments back to DOxygen (inline) style and removed some more de... | Filippos Karapetis |
2009-11-20 | Simplified the doSound detection a bit | Filippos Karapetis |
2009-11-20 | Removed dead code | Filippos Karapetis |
2009-11-20 | Fixed game restarting regression | Filippos Karapetis |
2009-11-20 | Fixed a regression in the LSL1 and LSL5 demos, which should work correctly no... | Filippos Karapetis |
2009-11-20 | Removed the syncTime and syncCue selectors from the list of static selectors,... | Filippos Karapetis |
2009-11-20 | Added a FIXME for the syncTime and syncCue selectors, for games which don't h... | Filippos Karapetis |
2009-11-20 | - Removed the non-static selectors "overlay" and "setCursor" from the list of... | Filippos Karapetis |
2009-11-20 | Removed more unused selectors - the canBeHere selector is replaced by cantBeH... | Filippos Karapetis |
2009-11-20 | Removed more unused selectors | Filippos Karapetis |
2009-11-20 | Check the overridden game object when performing setCursor detection, which p... | Filippos Karapetis |