scummvm/common
2004-05-30 22:16:59 +00:00
..
scaler Applied patch submitted by cyx to bug #961365 (Assembly versions of HQ2x and HQ3x scalers), off-by-one error. 2004-05-30 22:16:59 +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 Added default iterator constructor, for convenience 2004-05-08 19:34:06 +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 Added assembly versions of HQ2x and HQ3x scalers. 2004-05-21 02:08:48 +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 fixed mingw compilation 2004-05-21 17:30:51 +00:00
scaler.h Tweaks (Morphos & Palm backends badly need updating :-/) 2004-05-21 20:43:07 +00:00
scummsys.h New PalmOS includes 2004-05-25 14:44:02 +00:00
singleton.h updated copyright notice 2004-01-06 12:45:34 +00:00
stack.h Added generic variable size stack class - COMPLETELY UNTESTED. Really should add some unit tests for this... 2004-05-05 01:19:42 +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 Enchance ReadStream and MemoryReadStream with 24bits operations as well 2004-05-04 03:27:00 +00:00
stream.h Enchance ReadStream and MemoryReadStream with 24bits operations as well 2004-05-04 03:27:00 +00:00
system.cpp Tweaks (Morphos & Palm backends badly need updating :-/) 2004-05-21 20:43:07 +00:00
system.h Extend setMouseCursor with additional keycolor parameter. Lets saga use 255 2004-05-05 02:32:46 +00:00
timer.cpp clarify OSystem specification (setTimerCallback() must be 'atomic') 2004-03-27 18:30:30 +00:00
timer.h we dont use more timers than 2 2004-05-23 19:16:35 +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