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
/
sdl.cpp
Age
Commit message (
Expand
)
Author
2011-05-23
COMMON: Add exit() to list of forbidden symbols
Max Horn
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-05-03
BACKENDS: Allow various files to use stuff from time.h
Max Horn
2011-05-02
ALL: Mark printf and various other symbols as forbidden
Max Horn
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-04-17
COMMON: Partial fix for #3087922: COMMON/BASE/BACKENDS: Code analysis warnings
Eugene Sandulenko
2011-04-12
WEBOS: Correct indentation of WEBOS preprocessor check
Klaus Reimer
2011-04-12
WEBOS: Add WEBOS define
Klaus Reimer
2011-02-24
SDL: Prevent graphics manager hotswapping on startup. (This time for real)
Johannes Schickel
2011-02-24
SDL: Prevent unnecessary gfx manager hotswap
dhewg
2010-11-29
SDL: Move createLogFile implementions to the OSystem_SDL subclasses.
Johannes Schickel
2010-11-29
SDL: Trying to cleanup the FORBIDDEN_SYMBOL situation
Max Horn
2010-11-29
SDL: Revert r54554, and add explanatory comment (fix for bug #3121841)
Max Horn
2010-11-29
BACKENDS: Include scummsys.h at top of all .cpp files, *before* any #ifdefs
Max Horn
2010-11-28
SDL: Reduce redundant deletes from OSystem_SDL destructor
Max Horn
2010-11-28
SDL: Merge deinit() into OSystem_SDL destructor and overload fatalError
Max Horn
2010-11-28
SDL: Fix compilation on Windows too.
Johannes Schickel
2010-11-28
SDL: Make SDL backend compile again.
Johannes Schickel
2010-11-28
Merging the gsoc2010-opengl branch
Max Horn
2010-11-28
BACKEND: Switch OSystem::getSystemLanguage return type to Common::String.
Johannes Schickel
2010-11-26
I18N: Fix language detection in UNIX (not everyone speaks German yet)
Jordi Vilalta Prat
2010-11-26
SDL: Hook up file logger to log on Windows.
Johannes Schickel
2010-11-26
SDL: Hook up file logger to log on UNIX-like systems.
Johannes Schickel
2010-11-25
OSYSTEM: Add API to query the system locale.
Johannes Schickel
2010-11-18
BACKENDS: Implement logging API proposed by Max on -devel.
Johannes Schickel
2010-11-08
BACKENDS: Partial merge of gsoc2010-opengl: Audio CD changes only
Max Horn
2010-10-30
ALL: Add code to help stop people from accidentally using "bad" APIs
Max Horn
2010-10-24
SDL/win32: fix lf, thx msvc
Martin Kiewitz
2010-10-24
SDL/w32: add ability to hide console
Martin Kiewitz
2010-10-21
OPENGL: Add an SdlEventSource member to OSystem_SDL instead of subclassing Sd...
Johannes Schickel
2010-10-13
OPENGL: Cleanup.
Johannes Schickel
2010-10-13
OPENGL: Get rid of one ugly cast.
Johannes Schickel
2010-10-13
OPENGL: Replace SdlEventManager by SdlEventSource.
Johannes Schickel
2010-09-03
OPENGL: Properly initialize the graphics manager again.
Johannes Schickel
2010-09-03
SDL/OPENGL: Fix backend initialization when building with ENABLE_VKEYBD.
Alejandro Marzini
2010-08-23
SDL/OPENGL: Fix segfault when using -g command line option.
Alejandro Marzini
2010-08-19
DINGOO: new port. Patch #3039277
Eugene Sandulenko
2010-07-31
OPENGL: Add support for BGR and rgb(a) reversed formats (Not available for GL...
Alejandro Marzini
2010-07-30
SDL/OPENGL: Add ability to switch between SDL and OpenGL graphics managers.
Alejandro Marzini
2010-07-16
Added basic cursor drawing.
Alejandro Marzini
2010-07-15
Fixed doing OpenGL calls before a graphical context was created.
Alejandro Marzini
2010-07-13
Check if USE_OPENGL is defined for compiling OpenGL code.
Alejandro Marzini
2010-07-12
Get rid of yet another global object with constructor
Max Horn
2010-07-11
Moved getGraphicsManager() from OSystem_SDL to ModularBackend. Moved public S...
Alejandro Marzini
2010-07-10
Added BaseSdlGraphicsManager. Added GLTexture.
Alejandro Marzini
2010-06-29
Modularized Linuxmoto port.
Alejandro Marzini
2010-06-27
Improved getDefaultConfigFileName(). Code cleanup.
Alejandro Marzini
2010-06-26
Define WIN32_LEAN_AND_MEAN before including windows.h.
Johannes Schickel
2010-06-26
Removed DEFAULT_CONFIG_FILE define in favor of new getConfigFileNameString fu...
Alejandro Marzini
2010-06-24
Added a init function to OSystem_SDL for early backend setup, and so allowing...
Alejandro Marzini
[prev]
[next]