Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-01 | ps2: clip coordinates in copyRectToScreen, necessary for The Dig | Robert Göffringmann | |
svn-id: r17318 | |||
2005-03-31 | Fix bug #1173422 "Slight mouse cursor regression" | Eugene Sandulenko | |
svn-id: r17309 | |||
2005-03-31 | fixed headers. -_- | Robert Göffringmann | |
svn-id: r17306 | |||
2005-03-31 | Playstation2 Port: initial import | Robert Göffringmann | |
svn-id: r17305 | |||
2005-03-26 | Update for 0.7.1 | Nicolas Bacca | |
svn-id: r17250 | |||
2005-03-26 | Add Insane Cheat action | Nicolas Bacca | |
svn-id: r17243 | |||
2005-03-26 | Tweak WinCE timer re-entry workaround to play Insane sequences | Nicolas Bacca | |
svn-id: r17242 | |||
2005-03-26 | Should fix key mapping issues | Nicolas Bacca | |
svn-id: r17238 | |||
2005-03-20 | Fix bug #1166279 "BS1 & BS2: Launching game problems". | Eugene Sandulenko | |
svn-id: r17187 | |||
2005-03-17 | If a game is scaled with the 2x or 3x scaler, use the same scaler on the | Torbjörn Andersson | |
cursor as well. It looks strange if the game is blocky and the cursor is smooth. svn-id: r17173 | |||
2005-03-16 | Weird ... but fixes the second (and hopefully last) crash | Nicolas Bacca | |
svn-id: r17168 | |||
2005-03-16 | Fix head first crash. Virtual functions + one parameter added == fun :p | Nicolas Bacca | |
svn-id: r17167 | |||
2005-03-15 | fixed compilation for for overlay SDL latest changes, and formating code. | Paweł Kołodziejski | |
Wince SDL port is currently broken, it crash at NULL _screen pointer while locking SDL surface inside OSystem_SDL::clearScreen() func svn-id: r17152 | |||
2005-03-14 | Fix method names to comply to our coding standards | Max Horn | |
svn-id: r17134 | |||
2005-03-12 | Add some paranoia checks | Max Horn | |
svn-id: r17101 | |||
2005-03-11 | Better and faster macros | Chris Apers | |
svn-id: r17072 | |||
2005-03-10 | Fix bug #1160454 "ALL: Failed assertion when using 1x scaler" | Eugene Sandulenko | |
svn-id: r17066 | |||
2005-03-10 | Initialize some overlay-related variables, just to be safe. | Torbjörn Andersson | |
svn-id: r17065 | |||
2005-03-09 | Patch #1013937 "OSystem layer with bigger resolution". Now you will always | Eugene Sandulenko | |
get at least 640x400 window. And finally we have means of implementing nice looking GUI. Also updated all backends. If your backend has ability to run with 640x400 or 640x480 resolution then read patch tracker item to find out details. Other port maintainers shouldn't worry, as this patch doesn't affect them, they still get their 320x200. svn-id: r17055 | |||
2005-03-09 | WIP of GP32 port. Now it is more correct port and compiles with current | Eugene Sandulenko | |
CVS. Though it has some issues unresolved, one of them is that it crashes right after splash screen without showing anything. Work in progress :) svn-id: r17054 | |||
2005-02-25 | ops | Paweł Kołodziejski | |
svn-id: r16918 | |||
2005-02-25 | fixed compilation | Paweł Kołodziejski | |
svn-id: r16916 | |||
2005-02-22 | Implementation of GFX transactions. May cause some regressions in case I | Eugene 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-20 | Fixed warning, hopefully without breaking anything. (GCC doesn't like | Torbjörn Andersson | |
casting from "const char *" to "char *".) svn-id: r16826 | |||
2005-02-20 | Implement OSystem method disableCursorPalette(bool disable) as mentioned | Eugene Sandulenko | |
in patch #1013937 (OSystem layer with bigger resolution). svn-id: r16820 | |||
2005-02-19 | compatibility for emsvc | Paweł Kołodziejski | |
svn-id: r16815 | |||
2005-02-19 | compatibility fixes for wince | Paweł Kołodziejski | |
svn-id: r16814 | |||
2005-02-19 | Make cursor code more bulletproof | Eugene Sandulenko | |
svn-id: r16809 | |||
2005-02-17 | Mouse part of big patch #1013937 (OSystem layer with bigger resolution) | Eugene Sandulenko | |
svn-id: r16800 | |||
2005-02-09 | spelling | Joost Peters | |
svn-id: r16762 | |||
2005-02-07 | Added getNodeForPath() so I can compile ScummVM with MinGW again. Since I | Torbjörn Andersson | |
don't know where it's used, I'm not sure if it works correctly. svn-id: r16752 | |||
2005-02-06 | Remove 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-28 | Update to latest branch fixes | Nicolas Bacca | |
svn-id: r16683 | |||
2005-01-28 | Add isalnum for HPC compiler | Nicolas Bacca | |
svn-id: r16678 | |||
2005-01-27 | fix compilation | Paweł Kołodziejski | |
svn-id: r16651 | |||
2005-01-11 | Partial fix for bug #1100125 | Max Horn | |
svn-id: r16544 | |||
2005-01-11 | On Fingolfin's suggestion I put back the inclusion of util.h into Rect, for | Torbjö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-10 | Remove some more header dependencies | Max Horn | |
svn-id: r16530 | |||
2005-01-09 | Ensure these headers match the rest of ScummVM | Max Horn | |
svn-id: r16505 | |||
2005-01-07 | Access timer. | Marcus Comstedt | |
svn-id: r16481 | |||
2005-01-06 | Added a font manager (work in progress) | Max Horn | |
svn-id: r16460 | |||
2005-01-04 | Fix uninitialized variable, fixes Hide Toolbar random failures - thanks iKi | Nicolas Bacca | |
svn-id: r16429 | |||
2005-01-04 | Fix yet another copy&paste mistake from 0.6.1b | Nicolas Bacca | |
svn-id: r16428 | |||
2005-01-01 | Updated copyright | Max Horn | |
svn-id: r16398 | |||
2004-12-30 | silly me, shouldn't test a variable which wasn't even set <sigh> | Max Horn | |
svn-id: r16385 | |||
2004-12-30 | Swallow ctrl-alt keyup events, too | Max Horn | |
svn-id: r16384 | |||
2004-12-30 | set 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-27 | Reduce potential loss of precision if SysTicksPerSecond does not divide 1000 | Max Horn | |
svn-id: r16342 | |||
2004-12-25 | Moved the softsynth midi drivers into a sound/softsynth; amongst other ↵ | Max Horn | |
things, this fixes bug #1083058 svn-id: r16316 | |||
2004-12-23 | Add Zone key support for Smartphones. Last commit for today | Nicolas Bacca | |
svn-id: r16266 |