aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Collapse)Author
2005-02-25opsPaweł Kołodziejski
svn-id: r16918
2005-02-25fixed compilationPaweł Kołodziejski
svn-id: r16916
2005-02-22Implementation of GFX transactions. May cause some regressions in case IEugene Sandulenko
missed some unusual mode switching. This implementation let us avoid two nasty hacks in scumm.cpp. *Now* we could return to OSystem layers. patch. svn-id: r16855
2005-02-20Fixed warning, hopefully without breaking anything. (GCC doesn't likeTorbjörn Andersson
casting from "const char *" to "char *".) svn-id: r16826
2005-02-20Implement OSystem method disableCursorPalette(bool disable) as mentionedEugene Sandulenko
in patch #1013937 (OSystem layer with bigger resolution). svn-id: r16820
2005-02-19compatibility for emsvcPaweł Kołodziejski
svn-id: r16815
2005-02-19compatibility fixes for wincePaweł Kołodziejski
svn-id: r16814
2005-02-19Make cursor code more bulletproofEugene Sandulenko
svn-id: r16809
2005-02-17Mouse part of big patch #1013937 (OSystem layer with bigger resolution)Eugene Sandulenko
svn-id: r16800
2005-02-09spellingJoost Peters
svn-id: r16762
2005-02-07Added getNodeForPath() so I can compile ScummVM with MinGW again. Since ITorbjörn Andersson
don't know where it's used, I'm not sure if it works correctly. svn-id: r16752
2005-02-06Remove the OSX-restriction on FilesystemNode::getNodeForPath() for now (I ↵Max Horn
don't like it, but until a proper solution is in place, it seems to be the best thing to do) svn-id: r16743
2005-01-28Update to latest branch fixesNicolas Bacca
svn-id: r16683
2005-01-28Add isalnum for HPC compilerNicolas Bacca
svn-id: r16678
2005-01-27fix compilationPaweł Kołodziejski
svn-id: r16651
2005-01-11Partial fix for bug #1100125Max Horn
svn-id: r16544
2005-01-11On Fingolfin's suggestion I put back the inclusion of util.h into Rect, forTorbjörn Andersson
MIN() and MAX(). I then removed util.h from a bunch of files which I don't think need it any more. (Please let me know if I got too blood-thirsty!) This reverts some of the changes I made this morning. svn-id: r16541
2005-01-10Remove some more header dependenciesMax Horn
svn-id: r16530
2005-01-09Ensure these headers match the rest of ScummVMMax Horn
svn-id: r16505
2005-01-07Access timer.Marcus Comstedt
svn-id: r16481
2005-01-06Added a font manager (work in progress)Max Horn
svn-id: r16460
2005-01-04Fix uninitialized variable, fixes Hide Toolbar random failures - thanks iKiNicolas Bacca
svn-id: r16429
2005-01-04Fix yet another copy&paste mistake from 0.6.1bNicolas Bacca
svn-id: r16428
2005-01-01Updated copyrightMax Horn
svn-id: r16398
2004-12-30silly me, shouldn't test a variable which wasn't even set <sigh>Max Horn
svn-id: r16385
2004-12-30Swallow ctrl-alt keyup events, tooMax Horn
svn-id: r16384
2004-12-30set key modifiers for keyup events, too; use SDL_GetModState to determine ↵Max Horn
mod flags, so that the modifier flags get set if e.g. the shift key is pressed alone svn-id: r16381
2004-12-27Reduce potential loss of precision if SysTicksPerSecond does not divide 1000Max Horn
svn-id: r16342
2004-12-25Moved the softsynth midi drivers into a sound/softsynth; amongst other ↵Max Horn
things, this fixes bug #1083058 svn-id: r16316
2004-12-23Add Zone key support for Smartphones. Last commit for todayNicolas Bacca
svn-id: r16266
2004-12-21Update CE specific FAQNicolas Bacca
svn-id: r16248
2004-12-21Cleanup mouseclick emulation (and make the new about dialog happy)Nicolas Bacca
svn-id: r16222
2004-12-20Fix assertNicolas Bacca
svn-id: r16216
2004-12-20Re-add Smartphone support (sorry for the year lag :p)Nicolas Bacca
svn-id: r16215
2004-12-20OoopsChris Apers
svn-id: r16189
2004-12-20Updated resource filesChris Apers
svn-id: r16188
2004-12-20Updated resource fileChris Apers
svn-id: r16176
2004-12-20Added more compilation optionsChris Apers
svn-id: r16175
2004-12-20- Better ARM supportChris Apers
svn-id: r16174
2004-12-20CleanupChris Apers
svn-id: r16173
2004-12-20Added Sky supportChris Apers
svn-id: r16172
2004-12-20Forgot those filesChris Apers
svn-id: r16171
2004-12-20- Better ARM supportChris Apers
- Cleanup svn-id: r16170
2004-12-20Prevent conflict with the new OSystem enumChris Apers
svn-id: r16169
2004-12-20- Added Sword1 and Sky constant dataChris Apers
- Cleanup svn-id: r16168
2004-12-20Use the new draw parameter insteadChris Apers
svn-id: r16167
2004-12-20Use a draw function instead of a preinit oneChris Apers
svn-id: r16166
2004-12-18Disable mouse emulation codeMax Horn
svn-id: r16120
2004-12-18oopsMax Horn
svn-id: r16110
2004-12-18Ensure that the file list in the browser is always sortedMax Horn
svn-id: r16108