scummvm/common
Paweł Kołodziejski f0fae232b9 fixed compilation under msvc7
svn-id: r10562
2003-10-03 07:45:41 +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
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 renamed namespace ScummVM to Common 2003-10-02 17:43:02 +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 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.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 moved engine.* to base; this fixes some linking issues when building a barebone ScummVM (or maybe I just want to increase our CVS stats? <g>) 2003-09-18 02:07:18 +00:00
util.h moved declaration of error/warning/debug from engine.h to util.h 2003-09-10 12:15:51 +00:00