Eugene Sandulenko
|
f59512c47e
|
RECORDER: Implement Events Recorder
|
2013-05-17 00:18:09 +03:00 |
|
Thierry Crozat
|
f6b8fec0f1
|
NULL: Fix compiler error when using NullMutexManager
The compiler error fixed (when trying to set the _mutexManager) is:
error: ‘MutexManager’ is an inaccessible base of ‘NullMutexManager’
|
2012-02-19 18:38:28 +00:00 |
|
strangerke
|
69b1485a22
|
GIT: Clean up: Suppress SVN tags, now useless
|
2011-05-12 01:16:22 +02:00 |
|
Max Horn
|
df05ed1a46
|
BACKENDS: Include scummsys.h at top of all .cpp files, *before* any #ifdefs
svn-id: r54573
|
2010-11-29 16:18:43 +00:00 |
|
Max Horn
|
4e0e406181
|
SDL: Move #include <SDL.h> into a special wrapper file
svn-id: r54572
|
2010-11-29 16:16:50 +00:00 |
|
Max Horn
|
7760077cf5
|
Merging the gsoc2010-opengl branch
svn-id: r54518
|
2010-11-28 14:56:31 +00:00 |
|
Alejandro Marzini
|
58d256c15e
|
SDL: Make use of SDL_BACKEND instead of platform specific defines.
svn-id: r52029
|
2010-08-12 06:30:26 +00:00 |
|
Lars Persson
|
2e55bcf383
|
SYMBIAN platform. Correct building of SDL refacturing for Symbian.
svn-id: r51587
|
2010-08-01 19:40:46 +00:00 |
|
Alejandro Marzini
|
fda9416cc8
|
Cleanup and documentation.
svn-id: r50609
|
2010-07-03 00:13:45 +00:00 |
|
Alejandro Marzini
|
6a52a168ee
|
Renamed abstract Manager files.
svn-id: r49677
|
2010-06-15 03:49:20 +00:00 |
|
Alejandro Marzini
|
1447396d3f
|
Added virtual desctructor to MutexManager.
svn-id: r49601
|
2010-06-12 00:15:22 +00:00 |
|
Alejandro Marzini
|
1cebd33262
|
Added an abstract version of MutexManager. Deleted DefaultMutexManager, now it's NullMutexManager.
svn-id: r49556
|
2010-06-10 03:18:16 +00:00 |
|
Alejandro Marzini
|
7840aa1966
|
Added directives for avoiding compilation of sdl managers on platforms that don't use them (Other platforms may also need to be added later)
svn-id: r49531
|
2010-06-09 05:29:14 +00:00 |
|
Alejandro Marzini
|
5548548f95
|
Removed feature methods. Destructor made virtual.
svn-id: r49529
|
2010-06-09 03:38:57 +00:00 |
|
Alejandro Marzini
|
e2fb49fb41
|
Created SdlMutexManager.
svn-id: r49439
|
2010-06-05 17:38:12 +00:00 |
|
Alejandro Marzini
|
f83360f66b
|
Created DefaultAudioManager and DefaultMutexManager.
Deleted base subsystems, managers will be used instead.
svn-id: r49419
|
2010-06-04 01:51:32 +00:00 |
|