scummvm/common
2003-09-27 21:19:17 +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 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 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 added hq2x scaler (no, I am not going to add hq4x anytime soon. It would be another 4-5000 lines of code, and scaler.cpp already takes far too long to compile. Maybe we should seperate the scalers into several files in common/scaler/ ?) 2003-09-27 21:19:17 +00:00
scaler.h added hq2x scaler (no, I am not going to add hq4x anytime soon. It would be another 4-5000 lines of code, and scaler.cpp already takes far too long to compile. Maybe we should seperate the scalers into several files in common/scaler/ ?) 2003-09-27 21:19:17 +00:00
scummsys.h added WRITE_LE/BE_16/32 functions to match our current READ_ funcs - useful in some places 2003-09-21 18:15:32 +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 OSystem changes: removed create_thread() method (not needed anymore; 'pure' threads aren't very portable anyway, better we only use timers); introduced OSystem::TimerProc type 2003-09-27 16:54:11 +00:00
timer.cpp OSystem changes: removed create_thread() method (not needed anymore; 'pure' threads aren't very portable anyway, better we only use timers); introduced OSystem::TimerProc type 2003-09-27 16:54:11 +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