scummvm/common
2003-09-18 18:22:15 +00:00
..
.cvsignore fixed the 'intelligent' GCC build rules; added .cvsignore files 2002-08-21 16:28:19 +00:00
config-file.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
config-file.h #include cleanup (explicityl specify the location for headers from common/, so that we at some point can get rid of -Icommon; exception is made for stdafx.h, since a) we might want to rename it and b) might want to move it to the top level) 2003-08-01 12:21:04 +00:00
file.cpp 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
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 patch #791738 g++ 3.4 compile fix, from Falk Hueffner and a few minor local bits in my tree 2003-08-21 13:39:21 +00:00
map.h avoid accidental copying of Map 2003-09-06 12:03:33 +00:00
module.mk 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
rect.h patch #791738 g++ 3.4 compile fix, from Falk Hueffner and a few minor local bits in my tree 2003-08-21 13:39:21 +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 Fixed aspect ratio scaler 2003-08-16 11:00:13 +00:00
scaler.h Fixed aspect ratio scaler 2003-08-16 11:00:13 +00:00
scummsys.h disable the custom operator 'new' on Mac OS X, as it cause multiple definition linker error when building ScummVM with loadable modules 2003-09-18 18:22:15 +00:00
stdafx.h added time.h and math.h to default/precompiled headers 2003-09-11 10:10:38 +00:00
str.cpp patch #791738 g++ 3.4 compile fix, from Falk Hueffner and a few minor local bits in my tree 2003-08-21 13:39:21 +00:00
str.h patch #791738 g++ 3.4 compile fix, from Falk Hueffner and a few minor local bits in my tree 2003-08-21 13:39:21 +00:00
system.h added EVENT_SCREEN_CHANGED; small tweak to the way quit is handled in NewGui 2003-09-06 20:21:54 +00:00
timer.cpp added refCon parameter to timer class 2003-09-10 12:43:54 +00:00
timer.h added refCon parameter to timer class 2003-09-10 12:43:54 +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