aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/sdl/main.cpp
AgeCommit message (Collapse)Author
2010-07-02Cleanup and documentation.Alejandro Marzini
svn-id: r50589
2010-06-24Added a init function to OSystem_SDL for early backend setup, and so ↵Alejandro Marzini
allowing better sub classing. svn-id: r50224
2010-06-22Created posix port subclassed from sdl backend. Removed unnecessary #include ↵Alejandro Marzini
in win32.cpp svn-id: r50173
2010-06-20Created win32 port from sdl backend.Alejandro Marzini
svn-id: r50103
2010-06-15Improved ModularBackend and OSystem_SDL destructors.Alejandro Marzini
svn-id: r49679
2010-05-21SDL: Split quit() method into deinit() so error codes could be returned.Eugene Sandulenko
svn-id: r49131
2009-11-11Remove (now) obsolete HACK for WIN32.Johannes Schickel
svn-id: r45832
2009-11-10Add an ugly HACK to fix bug #2895217 "MSVC compilation broken with r47595".Johannes Schickel
svn-id: r45815
2009-11-10Fix for bug #2895217 "MSVC compilation broken with r47595".Johannes Schickel
svn-id: r45814
2009-11-10Move Symbian main implementation from main.cpp to SymbianOS.cppLars Persson
svn-id: r45802
2009-11-09SDL: Separate Symbian specific main() from standard SDL main() -- to be ↵Max Horn
moved into a separate file svn-id: r45795
2009-08-22Patch #2826508: "Motorola A1200/E6/A1600 (motoezx) patch"Eugene Sandulenko
svn-id: r43636
2009-06-04Initial import of the GP2XWiz backend (based on the GP2X and SDL backends). ↵John Willis
Includes configure changes and one #ifdef to SDL backend. Also updates NEWS. svn-id: r41156
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
svn-id: r30664
2007-09-28Don't include windows.h for Symbian emulator buildsLars Persson
svn-id: r29119
2007-08-11Fixed compilation.Torbjörn Andersson
svn-id: r28532
2007-08-11windows.h needs to be included before sdl.h, to avoid redefinition of ARRAYSIZEFilippos Karapetis
svn-id: r28522
2007-08-11SDL backend cleanup (minor)Max Horn
svn-id: r28520