scummvm/common
2004-08-07 17:21:53 +00:00
..
scaler centers the scaled bitmap and fix the scaling of borders for ASM version) 2004-08-07 17:21:53 +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 Try the current dir last, not first 2004-08-05 11:10:27 +00:00
file.h Turn various File class methods into virtual methods, to allow overloading 2004-07-26 17:06:39 +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 Make md5_file() work regardless file name case and within arbitrary 2004-06-29 12:07:15 +00:00
md5.h Make md5_file() work regardless file name case and within arbitrary 2004-06-29 12:07:15 +00:00
module.mk Base our advmame scalers on the official Scale2x source - this way we can easily update to new version and benefit from their optimizations (e.g. MMX support) 2004-08-07 16:04:43 +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 Cleaned up SaveFileManager stuff a little bit 2004-06-25 22:11:48 +00:00
savefile.h Cleaned up SaveFileManager stuff a little bit 2004-06-25 22:11:48 +00:00
scaler.cpp centers the scaled bitmap and fix the scaling of borders for ASM version) 2004-08-07 17:21:53 +00:00
scaler.h Tweaks (Morphos & Palm backends badly need updating :-/) 2004-05-21 20:43:07 +00:00
scummsys.h Implement 24-bit read from memory functions 2004-06-22 23:52:31 +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 Small tweaks for the String class 2004-07-21 14:20:37 +00:00
str.h Small tweaks for the String class 2004-07-21 14:20:37 +00:00
stream.cpp Enchance ReadStream and MemoryReadStream with 24bits operations as well 2004-05-04 03:27:00 +00:00
stream.h Changed order of initialisation in XORReadStream::XORReadStream() to match order of declaration, to avoid a pedantic warning 2004-07-19 10:20:00 +00:00
system.cpp Cleaned up SaveFileManager stuff a little bit 2004-06-25 22:11:48 +00:00
system.h Cleaned up SaveFileManager stuff a little bit 2004-06-25 22:11:48 +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 As the comment above this code section states, the only reason we accept 1,2,3 here is for backward compatibility. 4 and 5 never were legal values, hence they shouldn't be detected 2004-06-23 10:23:44 +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