scummvm/common
Nicolas Bacca b085e51dc5 EVC : compile different
svn-id: r10744
2003-10-12 13:27:42 +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
file.cpp some cleanup 2003-10-10 13:55:08 +00:00
file.h some cleanup 2003-10-10 13:55:08 +00:00
list.h added iterators to List template 2003-10-05 14:02:28 +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 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
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 added time.h and math.h to default/precompiled headers 2003-09-11 10:10:38 +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 use namespace Common a bit more; don't zero the RNG in scumm (else the seed gets reset); remove obsolete 256 color blending code 2003-10-04 11:50:21 +00:00
timer.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
util.cpp use namespace Common a bit more; don't zero the RNG in scumm (else the seed gets reset); remove obsolete 256 color blending code 2003-10-04 11:50:21 +00:00
util.h use namespace Common a bit more; don't zero the RNG in scumm (else the seed gets reset); remove obsolete 256 color blending code 2003-10-04 11:50:21 +00:00