scummvm/common
2005-05-10 23:48:48 +00:00
..
scaler Patch #1181544 (AmigaOS 4 changes) 2005-05-09 21:21:21 +00:00
.cvsignore fixed the 'intelligent' GCC build rules; added .cvsignore files 2002-08-21 16:28:19 +00:00
array.h Updated copyright 2005-01-01 16:09:25 +00:00
config-file.cpp Some C++ compilers don't support the 'not' keyword, it seems 2005-04-24 22:41:21 +00:00
config-file.h Implement some missing methods 2005-04-23 22:28:37 +00:00
config-manager.cpp Comply to our coding conventions 2005-05-08 21:49:52 +00:00
config-manager.h Make StringMap class (with case insensitive keys) global 2005-04-23 17:33:28 +00:00
debugger.cpp system.h was being included in tons of places, without any good reason; reduced this (total dependencies on system.h went down from 193 to 85 files) 2005-01-10 22:06:49 +00:00
debugger.h Updated copyright 2005-01-01 16:09:25 +00:00
file.cpp Moved class File and the MD5 stuff to namespace Common 2005-05-10 22:56:25 +00:00
file.h Moved class File and the MD5 stuff to namespace Common 2005-05-10 22:56:25 +00:00
list.h Fix compilation 2005-05-10 00:45:39 +00:00
map.h Remove StringMap class from map.h (at least for now) 2005-04-23 14:28:59 +00:00
md5.cpp Moved class File and the MD5 stuff to namespace Common 2005-05-10 22:56:25 +00:00
md5.h Moved class File and the MD5 stuff to namespace Common 2005-05-10 22:56:25 +00:00
module.mk Code to grab & downscale the screen content (used for thumbnail creation, part of patch #1163026) 2005-05-08 22:54:16 +00:00
mutex.cpp Fix doxygen warning 2005-05-08 17:05:19 +00:00
mutex.h Added a convenience class 'Mutex' 2005-01-15 22:41:23 +00:00
rect.h On Fingolfin's suggestion I put back the inclusion of util.h into Rect, for 2005-01-11 13:25:02 +00:00
savefile.cpp Moved (In/Out)SaveFile(Manager) and Timer to namespace Common 2005-05-10 23:17:38 +00:00
savefile.h Moved (In/Out)SaveFile(Manager) and Timer to namespace Common 2005-05-10 23:17:38 +00:00
scaler.cpp Use a pointer ref for RGBtoYUV, instead of an array, so that we can choose to allocate RGBtoYUV on the heap; added a comment that tries to explain why RGBtoYUV and LUT16to32 are evil and slow and how they could be removed 2005-04-27 08:43:23 +00:00
scaler.h Code to grab & downscale the screen content (used for thumbnail creation, part of patch #1163026) 2005-05-08 22:54:16 +00:00
scummsys.h Patch #1181544 (AmigaOS 4 changes) 2005-05-09 21:21:21 +00:00
singleton.h Fix compilation 2005-05-10 00:39:59 +00:00
stack.h Updated copyright 2005-01-01 16:09:25 +00:00
stdafx.h Patch #1181544 (AmigaOS 4 changes) 2005-05-09 21:21:21 +00:00
str.cpp Added String::hasSuffix and hasPrefix 2005-02-06 19:00:59 +00:00
str.h Added String::hasSuffix and hasPrefix 2005-02-06 19:00:59 +00:00
stream.cpp * Added new virtual base class 'Stream', ReadStream and 2005-04-22 17:40:09 +00:00
stream.h Fixed some doxygen warnings 2005-05-05 15:59:24 +00:00
system.cpp Moved (In/Out)SaveFile(Manager) and Timer to namespace Common 2005-05-10 23:17:38 +00:00
system.h Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' because we already have many classes with that name) 2005-05-10 23:48:48 +00:00
timer.cpp Moved (In/Out)SaveFile(Manager) and Timer to namespace Common 2005-05-10 23:17:38 +00:00
timer.h Moved (In/Out)SaveFile(Manager) and Timer to namespace Common 2005-05-10 23:17:38 +00:00
util.cpp A common platform alias for 'Windows' is 'win' 2005-04-09 13:13:04 +00:00
util.h Simplified debuglevel handling: 2005-04-23 13:52:27 +00:00