Age | Commit message (Expand) | Author |
2003-05-21 | pedantic fixes | Max Horn |
2003-05-14 | ouch | Max Horn |
2003-05-14 | fixed bug where SDL_CreateMutex was being called before SDL_Init; restructure... | Max Horn |
2003-04-30 | moved screen mutex from smush into SDL backend (other backends have to make s... | Max Horn |
2003-04-25 | cleanup; added comment | Max Horn |
2003-03-08 | change RBG to RGB which follows the argument order and hence makes more sense... | Jonathan Gray |
2003-03-06 | updated copyrights headers | Paweł Kołodziejski |
2003-03-06 | and more cleanup .... | Paweł Kołodziejski |
2003-01-20 | start of joystick support, just selects first joystick for now and only maps ... | Jonathan Gray |
2003-01-09 | Patch 664895: Cannon fixes. Porters, this requires a new OSystem interface fu... | James Brown |
2002-12-28 | valid C++ | Max Horn |
2002-12-28 | Fix NewGui for higher resolutions (eg, CMI) | James Brown |
2002-12-25 | fixed mouse cursor code to cope with CMI | Max Horn |
2002-12-13 | cleanup | Max Horn |
2002-12-13 | more code unification | Max Horn |
2002-12-13 | unified common code | Max Horn |
2002-11-13 | properly initialize everything -> works w/o our custom new/delete now! | Max Horn |
2002-10-14 | renamed get_320x200_image() to get_screen_image(); cleanup | Max Horn |
2002-09-28 | cleaned up various variable names in the SDL backend & NewGui; also fixed a s... | Max Horn |
2002-09-27 | made init_size in the SDL backend reentrant | Max Horn |
2002-09-19 | Added overlay to OSystem interface; implemented overlay in SDL backend (all o... | Max Horn |
2002-09-09 | Applied roever's screen effects patch (#602595) and fixed LethalWP's Makefile ;) | Michael Pearce |
2002-08-24 | SDL_gl and normal SDL backend now share a common base class | Max Horn |