Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-05 | Expanded 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-04 | SCI: Removed Ctrl-X to Ctrl-Alt-X mapping cause Ctrl-Alt-X works now directly | Martin Kiewitz | |
svn-id: r46261 | |||
2009-12-04 | Fix warning. | Johannes Schickel | |
svn-id: r46260 | |||
2009-12-04 | Prevent SDL backend from eating up keypress events with Ctrl+Alt set. | Johannes Schickel | |
svn-id: r46259 | |||
2009-12-04 | Silenced GCC warnings. | Torbjörn Andersson | |
svn-id: r46258 | |||
2009-12-04 | SCI: Typo fixed in SciEvent caused all Ctrl keys to get changed to Ctrl-Alt-X :) | Martin Kiewitz | |
svn-id: r46257 | |||
2009-12-04 | SCI: Renamed "buckybits" to "modifiers" in SciEvent | Martin Kiewitz | |
svn-id: r46256 | |||
2009-12-04 | SCI: Make event constants more verbose | Martin Kiewitz | |
svn-id: r46255 | |||
2009-12-04 | refactor resource module: | Andrew Kurushin | |
- struct ResourceContext => class ResourceContext - replace "*alloc","free" with array templates - simplify createContexts routines svn-id: r46254 | |||
2009-12-04 | SCI: Recreate SciEvent on loading saves | Martin Kiewitz | |
svn-id: r46253 | |||
2009-12-04 | SCI: SciEvent created, kernel_sleep() created | Martin Kiewitz | |
svn-id: r46252 | |||
2009-12-04 | SCI: 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-04 | Fix bug 2908376: FOA: Won't launch in Win32 | Max Horn | |
svn-id: r46250 | |||
2009-12-04 | SCI: 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-04 | SCI: Fixed kSetCursor (fixes qfg1vga menu immediately disappearing after ↵ | Martin Kiewitz | |
opening) svn-id: r46248 | |||
2009-12-03 | SCI: Don't call SciMusic for volume changes when using old code | Martin Kiewitz | |
svn-id: r46247 | |||
2009-12-03 | SCI: Dont init sound when using old sfx code (fixes assert) | Martin Kiewitz | |
svn-id: r46246 | |||
2009-12-03 | Remove some unused struct members | Benjamin Haisch | |
svn-id: r46245 | |||
2009-12-03 | added original-like pathfinding. | Vladimir Menshakov | |
svn-id: r46244 | |||
2009-12-02 | SCI: Reverting 46242, wasn't a bug at all | Martin Kiewitz | |
svn-id: r46243 | |||
2009-12-02 | SCI: WindowMgr init correction | Martin Kiewitz | |
svn-id: r46242 | |||
2009-12-02 | SCI: 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-02 | PSP: experiment to help resolve flicker bug | Yotam Barnoy | |
svn-id: r46239 | |||
2009-12-02 | Add sanguine's patch for bug #2905463 - Loom PCE: missing characters in US font. | Travis Howell | |
svn-id: r46238 | |||
2009-12-01 | Fill out doxygen comment about supported games | Eugene Sandulenko | |
svn-id: r46235 | |||
2009-12-01 | Fill out doxygen comment about supported games | Eugene Sandulenko | |
svn-id: r46234 | |||
2009-12-01 | gob - Add cursor handling for Fascination windows (close and move at least) | Arnaud Boutonné | |
svn-id: r46233 | |||
2009-12-01 | Removed unnecessary semi-colons. | Torbjörn Andersson | |
svn-id: r46232 | |||
2009-12-01 | Corrected the palette colours for the interface elements | Paul Gilbert | |
svn-id: r46230 | |||
2009-12-01 | find out the meaning of the rest 4 bytes in walkbox structure | Vladimir Menshakov | |
svn-id: r46228 | |||
2009-12-01 | use selected object with both mouse buttons as in original game | Vladimir Menshakov | |
svn-id: r46227 | |||
2009-12-01 | display '&' next to the object name as in original game. | Vladimir Menshakov | |
svn-id: r46226 | |||
2009-11-30 | SCI: Fix kSetCursor (Sci1.1) to behave like Sierra Sci (fixes cursor ↵ | Martin Kiewitz | |
hiding/showing in kq6) svn-id: r46224 | |||
2009-11-30 | typo | Joost Peters | |
svn-id: r46223 | |||
2009-11-30 | Remove use_scaler defines around enum in order for graphics to compile properly. | Lars Persson | |
svn-id: r46216 | |||
2009-11-30 | Add includepath to find gui\ includepath from sci | Lars Persson | |
svn-id: r46215 | |||
2009-11-30 | Add support for teenagent. Add missing support for Feeble files! | Lars Persson | |
svn-id: r46214 | |||
2009-11-30 | Removed <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-30 | Add support for DRACI! | Lars Persson | |
svn-id: r46212 | |||
2009-11-30 | Only print sound information if there actually is sound (preventing a ↵ | Sven Hesse | |
division by 0 exception) svn-id: r46210 | |||
2009-11-30 | Properly clear the chunk headers again on closing | Sven Hesse | |
svn-id: r46209 | |||
2009-11-30 | Proper GameCube capitalization. | Joost Peters | |
Is there another way to force buildbot rebuilds? We're starting to run out of these trivial changes =) svn-id: r46208 | |||
2009-11-29 | Use common/ headers in our trunk tools | Max Horn | |
svn-id: r46207 | |||
2009-11-29 | add missing varag param | Max Horn | |
svn-id: r46206 | |||
2009-11-29 | COMMON: Replace NORETURN by NORETURN_PRE & NORETURN_POST | Max Horn | |
svn-id: r46205 | |||
2009-11-29 | Comment out unused variables. | Johannes Schickel | |
svn-id: r46198 | |||
2009-11-29 | Started assigning the code from Greg's SCI engine to our sound commands - ↵ | Filippos Karapetis | |
still WIP svn-id: r46197 | |||
2009-11-29 | Properly update the sound state in the sound command parser when loading a game | Filippos Karapetis | |
svn-id: r46196 | |||
2009-11-29 | Formatting. | Johannes Schickel | |
svn-id: r46195 | |||
2009-11-29 | Cleanup. | Johannes Schickel | |
svn-id: r46194 |