Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-09-04 | Got rid of OSystem::move_screen | Max Horn | |
svn-id: r14882 | |||
2004-06-22 | compilation fix from Nicolas Joly, bug #976657 | Jonathan Gray | |
svn-id: r14000 | |||
2004-05-06 | Removed default value for keycolor in the OSystem implementations | Max Horn | |
svn-id: r13796 | |||
2004-05-05 | Extend setMouseCursor with additional keycolor parameter. Lets saga use 255 | Eugene Sandulenko | |
as white color. Made this function more safe by copying cursor data to newly created buffer. svn-id: r13777 | |||
2004-03-28 | Renamed more OSystem methods | Max Horn | |
svn-id: r13410 | |||
2004-03-21 | Updated X11 backend to compile again (I do not know if it works, though) | Max Horn | |
svn-id: r13355 | |||
2004-03-15 | Renamed OSystem::set_timer() to setTimerCallback(); more OSystem Doxygen changes | Max Horn | |
svn-id: r13289 | |||
2004-03-15 | Added OSystem::getDefaultGraphicsMode(); renamed OSystem::get_height() and ↵ | Max Horn | |
get_width() to getHeight and getWidth(); augmented some doxygen comments in common/system.h svn-id: r13284 | |||
2004-02-28 | renamed more OSystem methods to follow our naming scheme; renamed ↵ | Max Horn | |
NewGuiColor to OverlayColor; fixed some calls to error() in the SDL backend svn-id: r13087 | |||
2004-02-24 | the OSystem changes we discussed on the ML (note: renaming of the existing ↵ | Max Horn | |
OSystem API is not yet finished); porters will have to fix their ports to get them to compile again svn-id: r13036 | |||
2004-02-13 | patch #896094, Some X11 backend fixes from Gregor Jasny | Jonathan Gray | |
svn-id: r12835 | |||
2003-12-18 | Patch #862283 (Help X11 backend to compile on FreeBSD) | Max Horn | |
svn-id: r11749 | |||
2003-11-07 | spelling fixes | Jonathan Gray | |
svn-id: r11181 | |||
2003-09-27 | OSystem changes: removed create_thread() method (not needed anymore; 'pure' ↵ | Max Horn | |
threads aren't very portable anyway, better we only use timers); introduced OSystem::TimerProc type svn-id: r10430 | |||
2003-09-18 | moved engine.* to base; this fixes some linking issues when building a ↵ | Max Horn | |
barebone ScummVM (or maybe I just want to increase our CVS stats? <g>) svn-id: r10287 | |||
2003-08-02 | removed OSystem::set_mouse_pos (I hope I didn't break any backends, but if I ↵ | Max Horn | |
did it should be trivial to get them working again) svn-id: r9391 | |||
2003-07-31 | added new header file backends/intern.h; removed some stuff from ↵ | Max Horn | |
common/system.h which is either only of interest to backends or code instantiating a backend (->backends/intern.h); also removed fmopl specific enums (->sound/fmopl.h) svn-id: r9327 | |||
2003-07-22 | adjusted to play_cdrom parameter name change in common/system.h | Max Horn | |
svn-id: r9132 | |||
2003-07-06 | const fix; expannded TODO comment a bit | Max Horn | |
svn-id: r8813 | |||
2003-07-06 | make x11 backend compile again, still doesn't actually work though... | Jonathan Gray | |
svn-id: r8789 | |||
2003-07-05 | updated backends to use type MutexRef | Max Horn | |
svn-id: r8776 | |||
2003-05-29 | more OSystem docs & cleanup | Max Horn | |
svn-id: r8118 | |||
2003-05-29 | added some doxygen comments to common/system.h; cleaned up the OSystem ↵ | Max Horn | |
interface a bit svn-id: r8116 | |||
2003-05-12 | make x11 backend actually compile again, seems to cry about xshmputimage ↵ | Jonathan Gray | |
when I try to run it however svn-id: r7466 | |||
2002-11-13 | Some other inits added to prepare for the 'new / delete' overloading | Lionel Ulmer | |
removal. svn-id: r5537 | |||
2002-11-13 | Added some needed initializations. | Lionel Ulmer | |
svn-id: r5534 | |||
2002-11-02 | Fix key repeat in the GUI. | Lionel Ulmer | |
svn-id: r5385 | |||
2002-11-02 | Make X11 driver work with overlays and all the stuff. Rework by the | Lionel Ulmer | |
same occasion the mouse code. RFH: if anyone has a DOTT save game just before the car cleaning in the past, I would like to have it to test the (untested) code to move the screen. svn-id: r5383 | |||
2002-09-20 | quit should not exit(1) but rather exit(0) (mabye we should add a paramter ↵ | Max Horn | |
'bool success' to it that flags whether this is a normal exit or one with an error?) svn-id: r4979 | |||
2002-09-09 | Applied roever's screen effects patch (#602595) and fixed LethalWP's Makefile ;) | Michael Pearce | |
svn-id: r4909 | |||
2002-08-29 | compilation fix | Max Horn | |
svn-id: r4865 | |||
2002-08-21 | first go at modularizing the build system | Max Horn | |
svn-id: r4796 | |||
2002-08-21 | fixed the 'intelligent' GCC build rules; added .cvsignore files | Max Horn | |
svn-id: r4790 | |||
2002-08-21 | Initial revision | Max Horn | |
svn-id: r4785 |