scummvm/common
Max Horn a4d2a47820 factor out common debugger code
svn-id: r10984
2003-10-26 21:30:52 +00:00
..
scaler fix scaler compilation for MSVC6. However, the produced code stll seems to be incorrect... Jamieson, maybe the MSVC6_COMPAT should be re-added then after all? 2003-10-02 23:29:58 +00:00
.cvsignore fixed the 'intelligent' GCC build rules; added .cvsignore files 2002-08-21 16:28:19 +00:00
config-manager.cpp modified version of patch #821018; fix for bug #821083 2003-10-10 11:13:25 +00:00
config-manager.h new config manager. not everything is completed, and some things will still be changed, but it seems to work well enough to put it into CVS 2003-10-08 21:59:23 +00:00
debugger.cpp factor out common debugger code 2003-10-26 21:30:52 +00:00
debugger.h factor out common debugger code 2003-10-26 21:30:52 +00:00
file.cpp some cleanup 2003-10-10 13:55:08 +00:00
file.h add method to set the xor byte in the file class. Needed as the combined mac data files are only xor'd in the resource files, not the parts of the combined file 2003-10-16 10:23:01 +00:00
list.h added push_back method with List arg (append one list to another one efficiently) 2003-10-17 10:23:52 +00:00
map.h renamed createNode() to findOrCreateNode(); added addKey() method; reimplemented merge() 2003-10-08 18:05:20 +00:00
module.mk new config manager. not everything is completed, and some things will still be changed, but it seems to work well enough to put it into CVS 2003-10-08 21:59:23 +00:00
rect.h renamed namespace ScummVM to Common 2003-10-02 17:43:02 +00:00
savefile.cpp EVC : compile different 2003-10-12 13:27:42 +00:00
savefile.h Harmonized SaveFile API with File API a bit. 2003-08-10 20:49:13 +00:00
scaler.cpp Fixed typo and added FIXME comment for the DotMatrix scaler. 2003-10-24 17:14:56 +00:00
scaler.h Slightly more sensible hotkeys for the scalers. Hq2x is now number 8, right 2003-09-28 14:27:08 +00:00
scummsys.h fixed compilation under msvc7 2003-10-03 07:45:41 +00:00
singleton.h new config manager. not everything is completed, and some things will still be changed, but it seems to work well enough to put it into CVS 2003-10-08 21:59:23 +00:00
stdafx.h Turn off another annoying MSVC warning 2003-10-14 20:06:22 +00:00
str.cpp humpf 2003-10-08 21:09:21 +00:00
str.h add String::lastChar() method 2003-10-08 21:01:50 +00:00
system.h removed duplicate g_timer object (one was global, one was static to timer.cpp); set g_system earlier (might prevent a few race conditions) 2003-09-28 21:08:48 +00:00
timer.cpp renamed some Timer methods 2003-10-17 16:39:32 +00:00
timer.h renamed some Timer methods 2003-10-17 16:39:32 +00:00
util.cpp added russian as a language (part of patch #823031, adapted to recent code changes) 2003-10-17 18:52:15 +00:00
util.h added russian as a language (part of patch #823031, adapted to recent code changes) 2003-10-17 18:52:15 +00:00