scummvm/common
2003-09-17 21:53:13 +00:00
..
.cvsignore fixed the 'intelligent' GCC build rules; added .cvsignore files 2002-08-21 16:28:19 +00:00
config-file.cpp #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
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
engine.cpp added refCon parameter to timer class 2003-09-10 12:43:54 +00:00
engine.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
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
gameDetector.cpp changes to get a better link order, and to allow building a 'bare bone' scummvm executable 2003-09-08 17:42:53 +00:00
gameDetector.h changes to get a better link order, and to allow building a 'bare bone' scummvm executable 2003-09-08 17:42:53 +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
main.cpp fixed circular dependency; moved version string to main.cpp (seems more logical to me, too) 2003-09-08 17:46:54 +00:00
map.h avoid accidental copying of Map 2003-09-06 12:03:33 +00:00
module.mk some tweaks to the build system (work toward plugin support) 2003-09-17 21:53:13 +00:00
plugins.cpp more plugin related work 2003-09-08 17:13:40 +00:00
plugins.h more plugin related work 2003-09-08 17:13:40 +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 back disable warnings into stdafx.h, vc6 is lack of warnings support 2003-07-31 18:35:01 +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 #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
util.h moved declaration of error/warning/debug from engine.h to util.h 2003-09-10 12:15:51 +00:00