aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2009-12-07Slight cleanup/simplification of the TimerSongIteratorFilippos Karapetis
svn-id: r46276
2009-12-07Applied patch from tracker item #2900436 - "SCI: SCI32 Checksums" with some ↵Filippos Karapetis
formatting changes svn-id: r46275
2009-12-07Stop using variables named "byte", as byte is a variable type in ScummVM, ↵Filippos Karapetis
and it gets confusing. Also, this fixes an error when language extensions are defined in MSVC - refer to patch #2909854 svn-id: r46272
2009-12-06Fix overflow of glyph count for CREDIT6.FNT, this fixes credits for Kyra1 ↵Johannes Schickel
floppy/FM-TOWNS/PC98. svn-id: r46269
2009-12-05Hooked up the actions list and object-specific actions to change the status textPaul Gilbert
svn-id: r46268
2009-12-05Added a new variation to the 'object' command to add an object to the ↵Paul Gilbert
player's inventory svn-id: r46267
2009-12-05Implemented support for the inventory list scrollbar and directly selecting ↵Paul Gilbert
an object svn-id: r46266
2009-12-05Silenced warning.Torbjörn Andersson
svn-id: r46265
2009-12-05fixed multiline message positioningVladimir Menshakov
svn-id: r46264
2009-12-05do not use walkbox more than once.Vladimir Menshakov
svn-id: r46263
2009-12-05Expanded the actions view into a full user interface view, and added support ↵Paul Gilbert
for highlighting of user interface elements svn-id: r46262
2009-12-04SCI: Removed Ctrl-X to Ctrl-Alt-X mapping cause Ctrl-Alt-X works now directlyMartin Kiewitz
svn-id: r46261
2009-12-04Fix warning.Johannes Schickel
svn-id: r46260
2009-12-04Silenced GCC warnings.Torbjörn Andersson
svn-id: r46258
2009-12-04SCI: Typo fixed in SciEvent caused all Ctrl keys to get changed to Ctrl-Alt-X :)Martin Kiewitz
svn-id: r46257
2009-12-04SCI: Renamed "buckybits" to "modifiers" in SciEventMartin Kiewitz
svn-id: r46256
2009-12-04SCI: Make event constants more verboseMartin Kiewitz
svn-id: r46255
2009-12-04refactor resource module:Andrew Kurushin
- struct ResourceContext => class ResourceContext - replace "*alloc","free" with array templates - simplify createContexts routines svn-id: r46254
2009-12-04SCI: Recreate SciEvent on loading savesMartin Kiewitz
svn-id: r46253
2009-12-04SCI: SciEvent created, kernel_sleep() createdMartin Kiewitz
svn-id: r46252
2009-12-04SCI: Alt translation. Currently handles Ctrl-X as Ctrl-Alt-X so that ↵Martin Kiewitz
bypassing questions in lsl1vga is possible. ScummVM currently doesn't give us event for Ctrl-Alt-X svn-id: r46251
2009-12-04Fix bug 2908376: FOA: Won't launch in Win32Max Horn
svn-id: r46250
2009-12-04SCI: Convert characters to scancode, when Ctrl is pressed (fixes ↵Martin Kiewitz
key-shortcuts not working in lsl5, lsl1, qfg1vga and others) svn-id: r46249
2009-12-04SCI: Fixed kSetCursor (fixes qfg1vga menu immediately disappearing after ↵Martin Kiewitz
opening) svn-id: r46248
2009-12-03SCI: Don't call SciMusic for volume changes when using old codeMartin Kiewitz
svn-id: r46247
2009-12-03SCI: Dont init sound when using old sfx code (fixes assert)Martin Kiewitz
svn-id: r46246
2009-12-03Remove some unused struct membersBenjamin Haisch
svn-id: r46245
2009-12-03added original-like pathfinding.Vladimir Menshakov
svn-id: r46244
2009-12-02SCI: Reverting 46242, wasn't a bug at allMartin Kiewitz
svn-id: r46243
2009-12-02SCI: WindowMgr init correctionMartin Kiewitz
svn-id: r46242
2009-12-02SCI: Do clipping on celNo for case when celNo is below 0 (fixes crash in ↵Martin Kiewitz
island dr. brain intro) svn-id: r46240
2009-12-02Add sanguine's patch for bug #2905463 - Loom PCE: missing characters in US font.Travis Howell
svn-id: r46238
2009-12-01Fill out doxygen comment about supported gamesEugene Sandulenko
svn-id: r46235
2009-12-01Fill out doxygen comment about supported gamesEugene Sandulenko
svn-id: r46234
2009-12-01gob - Add cursor handling for Fascination windows (close and move at least)Arnaud Boutonné
svn-id: r46233
2009-12-01Removed unnecessary semi-colons.Torbjörn Andersson
svn-id: r46232
2009-12-01Corrected the palette colours for the interface elementsPaul Gilbert
svn-id: r46230
2009-12-01find out the meaning of the rest 4 bytes in walkbox structureVladimir Menshakov
svn-id: r46228
2009-12-01use selected object with both mouse buttons as in original gameVladimir Menshakov
svn-id: r46227
2009-12-01display '&' next to the object name as in original game.Vladimir Menshakov
svn-id: r46226
2009-11-30SCI: Fix kSetCursor (Sci1.1) to behave like Sierra Sci (fixes cursor ↵Martin Kiewitz
hiding/showing in kq6) svn-id: r46224
2009-11-30Removed <cmath> includes since a) not a part of Symbian OS b) Compiles fine ↵Lars Persson
without it (at least with Symbian OS GCCE 3.4.3 and CW 2) svn-id: r46213
2009-11-29Comment out unused variables.Johannes Schickel
svn-id: r46198
2009-11-29Started assigning the code from Greg's SCI engine to our sound commands - ↵Filippos Karapetis
still WIP svn-id: r46197
2009-11-29Properly update the sound state in the sound command parser when loading a gameFilippos Karapetis
svn-id: r46196
2009-11-29Formatting.Johannes Schickel
svn-id: r46195
2009-11-29Cleanup.Johannes Schickel
svn-id: r46194
2009-11-29SCI/newgui: handling of right aligned menu text changedMartin Kiewitz
svn-id: r46193
2009-11-29Removed unused codeFilippos Karapetis
svn-id: r46192
2009-11-29KYRA/PC98: fixed regressionFlorian Kagerer
svn-id: r46190