Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-14 | evil fix for #bug 801293 (ALL: Ctrl+alt+b opengl switch) and some cleanup | Max Horn | |
svn-id: r10248 | |||
2003-09-11 | moved set_mouse_pos around just to make clear it's not part of the OSystem ↵ | Max Horn | |
API anymore svn-id: r10187 | |||
2003-09-06 | added EVENT_SCREEN_CHANGED; small tweak to the way quit is handled in NewGui | Max Horn | |
svn-id: r10047 | |||
2003-08-22 | Add screenshot option for sdl backends, patch #590233 | Travis Howell | |
svn-id: r9821 | |||
2003-08-01 | #include cleanup (explicityl specify the location for headers from common/, ↵ | Max Horn | |
so that we at some point can get rid of -Icommon; exception is made for stdafx.h, since a) we might want to rename it and b) might want to move it to the top level) svn-id: r9359 | |||
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 | forgot to commit this one | Max Horn | |
svn-id: r9133 | |||
2003-07-22 | adjusted to play_cdrom parameter name change in common/system.h | Max Horn | |
svn-id: r9132 | |||
2003-07-05 | updated backends to use type MutexRef | Max Horn | |
svn-id: r8776 | |||
2003-07-02 | cleanup; made mutex protection of graphics code a little bit tighter by ↵ | Max Horn | |
protecting all of method property(); moved set_palette to OSystem_SDL_Common (it was identical in both normal and GL backend) svn-id: r8717 | |||
2003-06-22 | Patch #757827: Aspect-ratio correction | Max Horn | |
svn-id: r8605 | |||
2003-06-09 | added clear_sound_proc method to backend API (this requires all backends to ↵ | Max Horn | |
be modified, but can't help it) svn-id: r8409 | |||
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-25 | changed scaler proc signature so that srcPtr is const (this can help ↵ | Max Horn | |
optimizer by simplifying aliasing detection; thanks to Bertrand Augereau for pointing this out) svn-id: r7939 | |||
2003-05-21 | pedantic fixes | Max Horn | |
svn-id: r7789 | |||
2003-05-14 | ouch | Max Horn | |
svn-id: r7511 | |||
2003-05-14 | fixed bug where SDL_CreateMutex was being called before SDL_Init; ↵ | Max Horn | |
restructured code a little svn-id: r7510 | |||
2003-04-30 | moved screen mutex from smush into SDL backend (other backends have to make ↵ | Max Horn | |
sure they are thread safe by themselves) svn-id: r7230 | |||
2003-04-25 | cleanup; added comment | Max Horn | |
svn-id: r7119 | |||
2003-03-08 | change RBG to RGB which follows the argument order and hence makes more sense... | Jonathan Gray | |
svn-id: r6767 | |||
2003-03-06 | updated copyrights headers | Paweł Kołodziejski | |
svn-id: r6726 | |||
2003-03-06 | and more cleanup .... | Paweł Kołodziejski | |
svn-id: r6719 | |||
2003-01-20 | start of joystick support, just selects first joystick for now and only maps ↵ | Jonathan Gray | |
first two buttons to first two mouse buttons. Will add more button mappings and a -j options to specify joystick in future svn-id: r6528 | |||
2003-01-09 | Patch 664895: Cannon fixes. Porters, this requires a new OSystem interface ↵ | James Brown | |
function svn-id: r6365 | |||
2002-12-28 | valid C++ | Max Horn | |
svn-id: r6226 | |||
2002-12-28 | Fix NewGui for higher resolutions (eg, CMI) | James Brown | |
svn-id: r6216 | |||
2002-12-25 | fixed mouse cursor code to cope with CMI | Max Horn | |
svn-id: r6125 | |||
2002-12-13 | cleanup | Max Horn | |
svn-id: r5936 | |||
2002-12-13 | more code unification | Max Horn | |
svn-id: r5935 | |||
2002-12-13 | unified common code | Max Horn | |
svn-id: r5934 | |||
2002-11-13 | properly initialize everything -> works w/o our custom new/delete now! | Max Horn | |
svn-id: r5531 | |||
2002-10-14 | renamed get_320x200_image() to get_screen_image(); cleanup | Max Horn | |
svn-id: r5145 | |||
2002-09-28 | cleaned up various variable names in the SDL backend & NewGui; also fixed a ↵ | Max Horn | |
small buglet that could cause garbage to appear behind the mouse cursor when closing NewGui while inside a game svn-id: r5029 | |||
2002-09-27 | made init_size in the SDL backend reentrant | Max Horn | |
svn-id: r5022 | |||
2002-09-19 | Added overlay to OSystem interface; implemented overlay in SDL backend (all ↵ | Max Horn | |
other backends, including SDL_gl, still need to implement this!); changed NewGUI to make use of the overlay; added Cmd-Q as a shortcut for Quit on MacOS X svn-id: r4971 | |||
2002-09-09 | Applied roever's screen effects patch (#602595) and fixed LethalWP's Makefile ;) | Michael Pearce | |
svn-id: r4909 | |||
2002-08-24 | SDL_gl and normal SDL backend now share a common base class | Max Horn | |
svn-id: r4813 |