aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/sdl/sdl.cpp
AgeCommit message (Collapse)Author
2008-06-04- Removed -Wconversion from compiler options for g++ 4.3, it's behavior has ↵Johannes Schickel
fundamently changed in g++ 4.3 - Added -Wno-empty-body and -Wno-parentheses as compiler flags for g++ 4.3 for *now* (we should think of removing -Wparentheses though) - Fixed some warnings for g++ 4.3 (only for the engines I'm using) svn-id: r32540
2008-05-27Fixed choppy sound on my Vista box. (after talking with Fingolfin about it)Johannes Schickel
svn-id: r32331
2008-05-27Reduce audio buffer size, as indicated on scummvm-develMax Horn
svn-id: r32316
2008-04-02Remove Symbian FS creation from common SDL codeLars Persson
svn-id: r31364
2008-03-26Modified Patch #1925352: Memory leak fixesMax Horn
svn-id: r31244
2008-03-12Implemented OSystem_SDL::getTimeAndDate (identical to ↵Max Horn
OSystem::getTimeAndDate, which will eventually be REMOVED -- all porters should copy this change, if they haven't already) svn-id: r31112
2008-03-11Added OSystem_SDL::getFilesystemFactory()Max Horn
svn-id: r31107
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
svn-id: r30664
2008-01-22Removed backends/intern.hMax Horn
svn-id: r30611
2007-09-19Modified patch #1738058: "Action recorder".Eugene Sandulenko
svn-id: r28968
2007-08-11Fixed compilation.Torbjörn Andersson
svn-id: r28532
2007-08-11SDL backend cleanup (minor)Max Horn
svn-id: r28520
2007-06-19Implemented the OSystem framebuffer API, as discussed on scummvm-devel. All ↵Max Horn
changes are just fine, and won't cause any compile problems or regressions, despite the fact that I can't test most of the non-SDL backend changes, at an improbability level of two to the power of two hundred and seventy-six thousand to one against - possibly much higher. Anything you still can't cope with is therefore your own problem. Please relax. svn-id: r27548
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client ↵Max Horn
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024
2007-03-17fixed MSVC compiler warning because winnt.h defines its own ARRAYSIZE #defineRobert Göffringmann
svn-id: r26171
2007-03-09reduced dependency from windows-specific header filesNicola Mettifogo
svn-id: r26034
2006-11-12Implement Fingolfin's modular backend timer, savefile and mixer managersKostas Nakos
svn-id: r24691
2006-11-01Added Audio::Mixer::setReady method to work around bug #1588848Max Horn
svn-id: r24583
2006-10-22SDL backend: got rid of setTimerCallback and clearSoundCallbackMax Horn
svn-id: r24446
2006-10-22Backend modularization: Create timer manager, savefile manager and audio ↵Max Horn
mixer in the backends for increased flexibility svn-id: r24443
2006-10-07Instantiate and hook up the plugin providers in the main() function of the ↵Max Horn
corresponding backends (porters may have to update their ports if they were using the POSIX or Win32 module loading code implicitly); some cleanup svn-id: r24153
2006-10-02Implemented "iconify window" opcode. This, of course, needs support in theTorbjörn Andersson
backend to work, and so far it's only done in the SDL backend. See the new kFeatureIconifyWindow flag. (This is patch #1568775.) svn-id: r24060
2006-08-04Added new method OSystem::getScreenChangeID(), which can be used by code to ↵Max Horn
track screen changes even without getting all EVENT_SCREEN_CHANGED events svn-id: r23661
2006-06-24Started to move 'monolithic' parts of our ports to the new ↵Max Horn
'background/platform' directory (see also the 'Modular_Backends' page in our Wiki) svn-id: r23293