.. |
scaler
|
While moving things down by one line 'looks better' (IMO), it also means that the last line is blitted outside the screen -> bad. So for now I'll undo my changes to the 2xSai filter family
|
2004-03-13 15:45:39 +00:00 |
.cvsignore
|
fixed the 'intelligent' GCC build rules; added .cvsignore files
|
2002-08-21 16:28:19 +00:00 |
array.h
|
Renamed template class 'List' to 'Array', since that is really what it is (a resizable array, not a linked list)
|
2004-04-09 15:10:23 +00:00 |
config-manager.cpp
|
be tolerant against abuse of ConfMan.getInt(); add missing default value for 'speech_volume' in bs1
|
2004-03-31 18:00:46 +00:00 |
config-manager.h
|
Renamed template class 'List' to 'Array', since that is really what it is (a resizable array, not a linked list)
|
2004-04-09 15:10:23 +00:00 |
debugger.cpp
|
the OSystem changes we discussed on the ML (note: renaming of the existing OSystem API is not yet finished); porters will have to fix their ports to get them to compile again
|
2004-02-24 22:39:42 +00:00 |
debugger.h
|
updated copyright notice
|
2004-01-06 12:45:34 +00:00 |
file.cpp
|
Removed XOR encoding stuff from File class; instead the new Scumm::XORFile class provides this functionality now
|
2004-04-17 16:29:03 +00:00 |
file.h
|
Removed XOR encoding stuff from File class; instead the new Scumm::XORFile class provides this functionality now
|
2004-04-17 16:29:03 +00:00 |
list.h
|
Fixed const iterator
|
2004-04-16 22:04:32 +00:00 |
map.h
|
renamed (Const)Iterator to (const_)iterator; changed size() to return an uint
|
2004-02-05 00:19:57 +00:00 |
md5.cpp
|
updated copyright notice
|
2004-01-06 12:45:34 +00:00 |
md5.h
|
updated copyright notice
|
2004-01-06 12:45:34 +00:00 |
module.mk
|
Introduce ReadStream and WriteStream (as explained in my File class design mails on scummvm-devel)
|
2004-04-17 09:57:15 +00:00 |
rect.h
|
Comment about how our Rect class works. Note: the SAGA engine currently does use the alternate approach to rects! Hence we can't currently use all those nice and nifty helper methods from Common::Rect in SAGA.
|
2004-04-25 16:16:21 +00:00 |
savefile.cpp
|
Introduce ReadStream and WriteStream (as explained in my File class design mails on scummvm-devel)
|
2004-04-17 09:57:15 +00:00 |
savefile.h
|
Introduce ReadStream and WriteStream (as explained in my File class design mails on scummvm-devel)
|
2004-04-17 09:57:15 +00:00 |
scaler.cpp
|
Updated to match scale2x 2.0
|
2004-04-12 21:16:32 +00:00 |
scaler.h
|
cleanup
|
2004-02-27 15:52:23 +00:00 |
scummsys.h
|
correct error text
|
2004-03-09 21:49:21 +00:00 |
singleton.h
|
updated copyright notice
|
2004-01-06 12:45:34 +00:00 |
stack.h
|
very simpled and limited stack class (fixed size even)
|
2004-03-29 22:28:57 +00:00 |
stdafx.h
|
updated copyright notice
|
2004-01-06 12:45:34 +00:00 |
str.cpp
|
free(0) is guaranteed to be a no-op
|
2004-03-25 11:25:50 +00:00 |
str.h
|
Renamed template class 'List' to 'Array', since that is really what it is (a resizable array, not a linked list)
|
2004-04-09 15:10:23 +00:00 |
stream.cpp
|
Added signed read/write methods to the Stream classes
|
2004-04-29 20:28:42 +00:00 |
stream.h
|
Added signed read/write methods to the Stream classes
|
2004-04-29 20:28:42 +00:00 |
system.cpp
|
Remove explicit OSystem parameter from StackLock constructor; added OSystem::displayMessageOnOSD (not yet used; default implementation provided)
|
2004-03-28 20:31:18 +00:00 |
system.h
|
Remove explicit OSystem parameter from StackLock constructor; added OSystem::displayMessageOnOSD (not yet used; default implementation provided)
|
2004-03-28 20:31:18 +00:00 |
timer.cpp
|
clarify OSystem specification (setTimerCallback() must be 'atomic')
|
2004-03-27 18:30:30 +00:00 |
timer.h
|
updated copyright notice
|
2004-01-06 12:45:34 +00:00 |
util.cpp
|
fix circular header dependency, by moving StackLock class to common/system.h (it ties closely into OSystem anyway)
|
2004-03-15 01:52:07 +00:00 |
util.h
|
fix circular header dependency, by moving StackLock class to common/system.h (it ties closely into OSystem anyway)
|
2004-03-15 01:52:07 +00:00 |