index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backends
/
platform
/
sdl
/
main.cpp
Age
Commit message (
Expand
)
Author
2011-06-22
PS3: Initial version of the PlayStation 3 backend
Bastien Bouclet
2011-05-25
BUILD: Rename UNIX #define to POSIX
Max Horn
2011-05-23
SAMSUNGTV: update port
Pawel Kolodziejski
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2010-11-28
Merging the gsoc2010-opengl branch
Max Horn
2010-10-30
ALL: Add code to help stop people from accidentally using "bad" APIs
Max Horn
2010-10-20
GPH: Cleanup Readme and support scripts.
John Willis
2010-10-13
OPENGL: Merged from trunk, from rev 52105 to 53396.
Johannes Schickel
2010-09-06
SDL: Add masks to the SDL backend to support the OpenPandora backend.
John Willis
2010-08-23
AMIGAOS: Fix build.
Alejandro Marzini
2010-08-19
DINGOO: new port. Patch #3039277
Eugene Sandulenko
2010-07-02
Cleanup and documentation.
Alejandro Marzini
2010-06-26
Define WIN32_LEAN_AND_MEAN before including windows.h.
Johannes Schickel
2010-06-24
Added a init function to OSystem_SDL for early backend setup, and so allowing...
Alejandro Marzini
2010-06-22
Created posix port subclassed from sdl backend. Removed unnecessary #include ...
Alejandro Marzini
2010-06-20
Created win32 port from sdl backend.
Alejandro Marzini
2010-06-15
Improved ModularBackend and OSystem_SDL destructors.
Alejandro Marzini
2010-05-21
SDL: Split quit() method into deinit() so error codes could be returned.
Eugene Sandulenko
2009-11-11
Remove (now) obsolete HACK for WIN32.
Johannes Schickel
2009-11-10
Add an ugly HACK to fix bug #2895217 "MSVC compilation broken with r47595".
Johannes Schickel
2009-11-10
Fix for bug #2895217 "MSVC compilation broken with r47595".
Johannes Schickel
2009-11-10
Move Symbian main implementation from main.cpp to SymbianOS.cpp
Lars Persson
2009-11-09
SDL: Separate Symbian specific main() from standard SDL main() -- to be moved...
Max Horn
2009-08-22
Patch #2826508: "Motorola A1200/E6/A1600 (motoezx) patch"
Eugene Sandulenko
2009-06-04
Initial import of the GP2XWiz backend (based on the GP2X and SDL backends). I...
John Willis
2008-01-27
Removed trailing spaces.
Jordi Vilalta Prat
2007-09-28
Don't include windows.h for Symbian emulator builds
Lars Persson
2007-08-11
Fixed compilation.
Torbjörn Andersson
2007-08-11
windows.h needs to be included before sdl.h, to avoid redefinition of ARRAYSIZE
Filippos Karapetis
2007-08-11
SDL backend cleanup (minor)
Max Horn