aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2009-12-07Slight cleanup/simplification of the TimerSongIteratorFilippos Karapetis
2009-12-07Applied patch from tracker item #2900436 - "SCI: SCI32 Checksums" with some f...Filippos Karapetis
2009-12-07Stop using variables named "byte", as byte is a variable type in ScummVM, and...Filippos Karapetis
2009-12-06Fix overflow of glyph count for CREDIT6.FNT, this fixes credits for Kyra1 flo...Johannes Schickel
2009-12-05Hooked up the actions list and object-specific actions to change the status textPaul Gilbert
2009-12-05Added a new variation to the 'object' command to add an object to the player'...Paul Gilbert
2009-12-05Implemented support for the inventory list scrollbar and directly selecting a...Paul Gilbert
2009-12-05Silenced warning.Torbjörn Andersson
2009-12-05fixed multiline message positioningVladimir Menshakov
2009-12-05do not use walkbox more than once.Vladimir Menshakov
2009-12-05Expanded the actions view into a full user interface view, and added support ...Paul Gilbert
2009-12-04SCI: Removed Ctrl-X to Ctrl-Alt-X mapping cause Ctrl-Alt-X works now directlyMartin Kiewitz
2009-12-04Fix warning.Johannes Schickel
2009-12-04Silenced GCC warnings.Torbjörn Andersson
2009-12-04SCI: Typo fixed in SciEvent caused all Ctrl keys to get changed to Ctrl-Alt-X :)Martin Kiewitz
2009-12-04SCI: Renamed "buckybits" to "modifiers" in SciEventMartin Kiewitz
2009-12-04SCI: Make event constants more verboseMartin Kiewitz
2009-12-04refactor resource module:Andrew Kurushin
2009-12-04SCI: Recreate SciEvent on loading savesMartin Kiewitz
2009-12-04SCI: SciEvent created, kernel_sleep() createdMartin Kiewitz
2009-12-04SCI: Alt translation. Currently handles Ctrl-X as Ctrl-Alt-X so that bypassin...Martin Kiewitz
2009-12-04Fix bug 2908376: FOA: Won't launch in Win32Max Horn
2009-12-04SCI: Convert characters to scancode, when Ctrl is pressed (fixes key-shortcut...Martin Kiewitz
2009-12-04SCI: Fixed kSetCursor (fixes qfg1vga menu immediately disappearing after open...Martin Kiewitz
2009-12-03SCI: Don't call SciMusic for volume changes when using old codeMartin Kiewitz
2009-12-03SCI: Dont init sound when using old sfx code (fixes assert)Martin Kiewitz
2009-12-03Remove some unused struct membersBenjamin Haisch
2009-12-03added original-like pathfinding.Vladimir Menshakov
2009-12-02SCI: Reverting 46242, wasn't a bug at allMartin Kiewitz
2009-12-02SCI: WindowMgr init correctionMartin Kiewitz
2009-12-02SCI: Do clipping on celNo for case when celNo is below 0 (fixes crash in isla...Martin Kiewitz
2009-12-02Add sanguine's patch for bug #2905463 - Loom PCE: missing characters in US font.Travis Howell
2009-12-01Fill out doxygen comment about supported gamesEugene Sandulenko
2009-12-01Fill out doxygen comment about supported gamesEugene Sandulenko
2009-12-01gob - Add cursor handling for Fascination windows (close and move at least)Arnaud Boutonné
2009-12-01Removed unnecessary semi-colons.Torbjörn Andersson
2009-12-01Corrected the palette colours for the interface elementsPaul Gilbert
2009-12-01find out the meaning of the rest 4 bytes in walkbox structureVladimir Menshakov
2009-12-01use selected object with both mouse buttons as in original gameVladimir Menshakov
2009-12-01display '&' next to the object name as in original game.Vladimir Menshakov
2009-11-30SCI: Fix kSetCursor (Sci1.1) to behave like Sierra Sci (fixes cursor hiding/s...Martin Kiewitz
2009-11-30Removed <cmath> includes since a) not a part of Symbian OS b) Compiles fine w...Lars Persson
2009-11-29Comment out unused variables.Johannes Schickel
2009-11-29Started assigning the code from Greg's SCI engine to our sound commands - sti...Filippos Karapetis
2009-11-29Properly update the sound state in the sound command parser when loading a gameFilippos Karapetis
2009-11-29Formatting.Johannes Schickel
2009-11-29Cleanup.Johannes Schickel
2009-11-29SCI/newgui: handling of right aligned menu text changedMartin Kiewitz
2009-11-29Removed unused codeFilippos Karapetis
2009-11-29KYRA/PC98: fixed regressionFlorian Kagerer