Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-20 | ANDROID: Add a pthreads-based mutex manager | Cameron Cawley | |
2014-02-18 | SDL: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-18 | BACKENDS: Make GPL headers consistent in themselves. | Johannes Schickel | |
2013-05-17 | RECORDER: Implement Events Recorder | Eugene Sandulenko | |
2012-02-19 | NULL: Fix compiler error when using NullMutexManager | Thierry Crozat | |
The compiler error fixed (when trying to set the _mutexManager) is: error: ‘MutexManager’ is an inaccessible base of ‘NullMutexManager’ | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2010-11-29 | BACKENDS: Include scummsys.h at top of all .cpp files, *before* any #ifdefs | Max Horn | |
svn-id: r54573 | |||
2010-11-29 | SDL: Move #include <SDL.h> into a special wrapper file | Max Horn | |
svn-id: r54572 | |||
2010-11-28 | Merging the gsoc2010-opengl branch | Max Horn | |
svn-id: r54518 | |||
2010-08-12 | SDL: Make use of SDL_BACKEND instead of platform specific defines. | Alejandro Marzini | |
svn-id: r52029 | |||
2010-08-01 | SYMBIAN platform. Correct building of SDL refacturing for Symbian. | Lars Persson | |
svn-id: r51587 | |||
2010-07-03 | Cleanup and documentation. | Alejandro Marzini | |
svn-id: r50609 | |||
2010-06-15 | Renamed abstract Manager files. | Alejandro Marzini | |
svn-id: r49677 | |||
2010-06-12 | Added virtual desctructor to MutexManager. | Alejandro Marzini | |
svn-id: r49601 | |||
2010-06-10 | Added an abstract version of MutexManager. Deleted DefaultMutexManager, now ↵ | Alejandro Marzini | |
it's NullMutexManager. svn-id: r49556 | |||
2010-06-09 | Added directives for avoiding compilation of sdl managers on platforms that ↵ | Alejandro Marzini | |
don't use them (Other platforms may also need to be added later) svn-id: r49531 | |||
2010-06-09 | Removed feature methods. Destructor made virtual. | Alejandro Marzini | |
svn-id: r49529 | |||
2010-06-05 | Created SdlMutexManager. | Alejandro Marzini | |
svn-id: r49439 | |||
2010-06-04 | Created DefaultAudioManager and DefaultMutexManager. | Alejandro Marzini | |
Deleted base subsystems, managers will be used instead. svn-id: r49419 |