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
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
2010-06-24
Refactored SDL mixer manager. Created a SdlMixerManager subclass for Mac OSX.
Alejandro Marzini
2010-06-23
Fixed AudioCDManager not having a public inheritance. Backend code cleanup.
Alejandro Marzini
2010-06-20
Created win32 port from sdl backend.
Alejandro Marzini
2010-06-20
Removed getMillis, delayMillis and getTimeAndDate functions from TimerManager.
Alejandro Marzini
2010-06-15
Improved ModularBackend and OSystem_SDL destructors.
Alejandro Marzini
2010-06-13
Added SdlTimerManager. Added getMillis, delayMillis and getTimeAndDate to Com...
Alejandro Marzini
2010-06-13
Added SdlEventManager.
Alejandro Marzini
2010-06-12
Created SdlMixerImpl. Added setSampleRate method to Audio::MixerImpl. Updated...
Alejandro Marzini
2010-06-11
Fixed compilation error on Mac.
Alejandro Marzini
2010-06-11
Add Common::EventSource inheritance for ModularBackend. OSystem_SDL now subcl...
Alejandro Marzini
2010-06-10
Made creation of SdlMutexManager earlier than other modules.
Alejandro Marzini
2010-06-09
- Revised abstract AudioCDManager.
Alejandro Marzini
2010-06-07
Removed code that is now in managers. Added mutex and graphics manager initia...
Alejandro Marzini
2010-06-02
OSYSTEM: Get rid of kFeatureAutoComputeDirtyRects
Max Horn
2010-06-01
Inline palettes in SDL backend into class OSystem_SDL
Max Horn
2010-05-21
SDL: Split quit() method into deinit() so error codes could be returned.
Eugene Sandulenko
2010-05-21
Fix spelling
Eugene Sandulenko
2010-05-10
Revert r48979. Instead, make the HQ scalers depend on the normal ones. Config...
Andre Heider
2010-05-09
Since configure allows HQ scalers without the normal onces, allow this combin...
Andre Heider
2010-05-09
Rename DISABLE_*SCALERS to USE_*SCALERS, and move the mk/cpp defines to confi...
Andre Heider
2010-03-11
Replace Audio::MixerImpl::setOutputRate with a new 'sampleRate' param to the ...
Max Horn
2010-03-10
Remove last traces of OSystem::getOutputSampleRate()
Max Horn
2010-02-21
Patch for bug 2943361 by littleboy, adding full kb modifier support to all en...
Yotam Barnoy
2010-01-25
Fix sample buffer calculation. Now it really asks for a buffer of 2048 sample...
Johannes Schickel
2009-11-15
samsungtv: no need anymore exception for broken SDL_ShowCursor
Paweł Kołodziejski
2009-11-11
added more cases for samsungtv to allow reuse main sdl code
Paweł Kołodziejski
2009-11-11
samsungtv: move DEFAULT_CONFIG_FILE into main sdl code to prevent code duplic...
Paweł Kołodziejski
2009-11-09
SDL: Factor code from OSystem_SDL::pollEvent into various new virtual methods...
Max Horn
2009-11-02
Changed foo(void) to foo() in almost all non-backend source files
Max Horn
2009-10-08
Introduce a new struct TimeDate, replacing struct tm in client code. May lead...
Max Horn
[prev]
[next]