Max Horn
|
8f16458e9b
|
Renamed FSNode::openForReading / openForWriting to createReadStream / createWriteStream, again to make ownership of the returned stream clear
svn-id: r36014
|
2009-01-23 03:41:36 +00:00 |
|
Max Horn
|
e4b013f616
|
Renamed OSystem::openConfigFileForReading & openConfigFileForWriting to createConfigReadStream & createConfigWriteStream, in order to make it clear that the *caller* is responsible for deleting the streams (i.e., 'owns' them)
svn-id: r36013
|
2009-01-23 03:30:40 +00:00 |
|
Max Horn
|
0034aa3b9c
|
Got rid of several occurrences of gBitFormat
svn-id: r35995
|
2009-01-22 04:59:09 +00:00 |
|
Eugene Sandulenko
|
696897b058
|
Whoa! Removing trailing spaces.
svn-id: r35648
|
2009-01-01 15:06:43 +00:00 |
|
Max Horn
|
edf9f24926
|
Got rid of OSystem::colorToRGB and RGBToColor; added implementations for OSystem::getOverlayFormat to several ports (pending testing by the porters)
svn-id: r34912
|
2008-11-06 15:02:50 +00:00 |
|
Max Horn
|
36311eefb4
|
OSYSTEM: Pushed out some port specific code from common/system.cpp to the respective ports
svn-id: r34812
|
2008-10-16 17:18:15 +00:00 |
|
Max Horn
|
0f74124d78
|
Committing PS2 changes on behalf of the other Max ;)
svn-id: r33089
|
2008-07-17 15:56:24 +00:00 |
|
Max Horn
|
3b1a60c3b2
|
Removed obsolete ::clearSoundCallback() code
svn-id: r32826
|
2008-06-28 15:13:54 +00:00 |
|
Robert Göffringmann
|
3b27b9fa43
|
the ps2 changes from the 0.11.1 release, plus some bugfixes and cleanup.
svn-id: r31034
|
2008-03-03 00:41:59 +00:00 |
|
Jordi Vilalta Prat
|
d6c34bdc4b
|
Fixed the spaces before tabs.
svn-id: r30667
|
2008-01-28 00:14:17 +00:00 |
|
Jordi Vilalta Prat
|
66e9d4f5e8
|
Removed trailing spaces.
svn-id: r30664
|
2008-01-27 19:47:41 +00:00 |
|
Nicola Mettifogo
|
258901bab9
|
Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated.
svn-id: r28966
|
2007-09-19 08:40:12 +00:00 |
|
Max Horn
|
dc91dcde00
|
Adding some missing stuff to the PS2 port (it still will require quite some work to get it working again)
svn-id: r27799
|
2007-06-30 21:20:47 +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 |
|
Max Horn
|
ed54ea9155
|
Moved Event/EventType/keyboard enum from common/system.h (part of class OSystem) to common/events.h (part of namespace Common). Porters may have to make minor changes to their backends to get them to compile again
svn-id: r26180
|
2007-03-17 19:02:05 +00:00 |
|
Max Horn
|
4c14cf6d1a
|
Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the linker dependency graph). Porters will have to update project files
svn-id: r23974
|
2006-09-23 00:42:35 +00:00 |
|
Max Horn
|
4ee581adb5
|
Fixed some broken #include's (the PS2 and Symbian may need more fixed, though)
svn-id: r23666
|
2006-08-04 17:47:57 +00:00 |
|
Max Horn
|
1d8d9f5510
|
Moving remaining platform/backends code, as previously threatened
svn-id: r23380
|
2006-07-06 21:44:48 +00:00 |
|