Max Horn
|
6b3b7a5dc2
|
Implemented OSystem_SDL::getTimeAndDate (identical to OSystem::getTimeAndDate, which will eventually be REMOVED -- all porters should copy this change, if they haven't already)
svn-id: r31112
|
2008-03-12 18:36:51 +00:00 |
|
Max Horn
|
3afe9c0b9e
|
Added OSystem_SDL::getFilesystemFactory()
svn-id: r31107
|
2008-03-11 17:24:34 +00:00 |
|
Jordi Vilalta Prat
|
66e9d4f5e8
|
Removed trailing spaces.
svn-id: r30664
|
2008-01-27 19:47:41 +00:00 |
|
Max Horn
|
c4c481fecf
|
Removed backends/intern.h
svn-id: r30611
|
2008-01-22 14:16:02 +00:00 |
|
Eugene Sandulenko
|
77eea722af
|
Modified patch #1738058: "Action recorder".
svn-id: r28968
|
2007-09-19 13:55:05 +00:00 |
|
Torbjörn Andersson
|
c915fb8807
|
Fixed compilation.
svn-id: r28532
|
2007-08-11 19:34:46 +00:00 |
|
Max Horn
|
9402981517
|
SDL backend cleanup (minor)
svn-id: r28520
|
2007-08-11 08:44:43 +00:00 |
|
Max Horn
|
b51f2f3212
|
Implemented the OSystem framebuffer API, as discussed on scummvm-devel. All 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-06-19 22:39:59 +00:00 |
|
Max Horn
|
218e132e37
|
Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots
svn-id: r27024
|
2007-05-30 21:56:52 +00:00 |
|
Robert Göffringmann
|
4a11e7299a
|
fixed MSVC compiler warning because winnt.h defines its own ARRAYSIZE #define
svn-id: r26171
|
2007-03-17 15:45:05 +00:00 |
|
Nicola Mettifogo
|
1e985051a9
|
reduced dependency from windows-specific header files
svn-id: r26034
|
2007-03-09 00:13:07 +00:00 |
|
Kostas Nakos
|
cc42cb8309
|
Implement Fingolfin's modular backend timer, savefile and mixer managers
svn-id: r24691
|
2006-11-12 11:47:43 +00:00 |
|
Max Horn
|
c718463a24
|
Added Audio::Mixer::setReady method to work around bug #1588848
svn-id: r24583
|
2006-11-01 21:28:14 +00:00 |
|
Max Horn
|
f4d8920f2b
|
SDL backend: got rid of setTimerCallback and clearSoundCallback
svn-id: r24446
|
2006-10-22 16:05:07 +00:00 |
|
Max Horn
|
07f7761479
|
Backend modularization: Create timer manager, savefile manager and audio mixer in the backends for increased flexibility
svn-id: r24443
|
2006-10-22 15:42:29 +00:00 |
|
Max Horn
|
df5be19409
|
Instantiate and hook up the plugin providers in the main() function of the 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-07 01:05:12 +00:00 |
|
Torbjörn Andersson
|
d7b786ea41
|
Implemented "iconify window" opcode. This, of course, needs support in the
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-10-02 04:46:50 +00:00 |
|
Max Horn
|
ca7880df6c
|
Added new method OSystem::getScreenChangeID(), which can be used by code to track screen changes even without getting all EVENT_SCREEN_CHANGED events
svn-id: r23661
|
2006-08-04 13:10:28 +00:00 |
|
Max Horn
|
492c65009c
|
Started to move 'monolithic' parts of our ports to the new 'background/platform' directory (see also the 'Modular_Backends' page in our Wiki)
svn-id: r23293
|
2006-06-24 12:33:52 +00:00 |
|