scummvm/common
Max Horn 48e94ef721 added doxygen comment & TODOs
svn-id: r10604
2003-10-05 13:10:53 +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-file.cpp renamed namespace ScummVM to Common 2003-10-02 17:43:02 +00:00
config-file.h renamed namespace ScummVM to Common 2003-10-02 17:43:02 +00:00
file.cpp Add Acorn version of Simon the Sorcerer 1 Talkie 2003-09-24 06:19:30 +00:00
file.h added a static method setDefaultDirectory to class File; used this to simplify some code; added a global g_sound pointer in bs2, this cuts down on uses of g_sword2 (of course both should be removed on the long run); some other minor tweaks/fixes 2003-09-17 21:06:16 +00:00
list.h renamed namespace ScummVM to Common 2003-10-02 17:43:02 +00:00
map.h added doxygen comment & TODOs 2003-10-05 13:10:53 +00:00
module.mk forgot to add common/scaler to MODULE_DIRS 2003-09-29 21:58:40 +00:00
rect.h renamed namespace ScummVM to Common 2003-10-02 17:43:02 +00:00
savefile.cpp moved declaration of error/warning/debug from engine.h to util.h 2003-09-10 12:15:51 +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
stdafx.h added time.h and math.h to default/precompiled headers 2003-09-11 10:10:38 +00:00
str.cpp renamed namespace ScummVM to Common 2003-10-02 17:43:02 +00:00
str.h renamed namespace ScummVM to Common 2003-10-02 17:43:02 +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