.. |
.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
|
use our own ABS instead of the math.h abs(); some tweaks
|
2003-09-22 23:29:47 +00:00 |
scaler.h
|
Made Ctrl-Alt 9 the hotkey for the new hq3x scaler, and moved the scanlines
|
2003-09-21 17:05:07 +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
|
added explicit virtual destructor; added API which makes it potentially possible to have an overlay with a different size than than the 'normal' screen (e.g. if the game runs at 320x200 and a 2x scaler runs, the overlay could be made 640x400 big, if the backend supports that)
|
2003-09-20 00:47:18 +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 |