scummvm/common
2004-03-28 14:27:54 +00:00
..
scaler While moving things down by one line 'looks better' (IMO), it also means that the last line is blitted outside the screen -> bad. So for now I'll undo my changes to the 2xSai filter family 2004-03-13 15:45:39 +00:00
.cvsignore fixed the 'intelligent' GCC build rules; added .cvsignore files 2002-08-21 16:28:19 +00:00
config-manager.cpp Changed printf() to debug() and removed newline at the end of some messages 2004-03-28 14:27:54 +00:00
config-manager.h two TODOs 2004-03-21 18:54:47 +00:00
debugger.cpp the OSystem changes we discussed on the ML (note: renaming of the existing OSystem API is not yet finished); porters will have to fix their ports to get them to compile again 2004-02-24 22:39:42 +00:00
debugger.h updated copyright notice 2004-01-06 12:45:34 +00:00
file.cpp Previous method wouldn't work, since each langague is in different directory. 2004-02-10 10:56:16 +00:00
file.h updated copyright notice 2004-01-06 12:45:34 +00:00
list.h Added remove_at method 2004-03-15 02:45:40 +00:00
map.h renamed (Const)Iterator to (const_)iterator; changed size() to return an uint 2004-02-05 00:19:57 +00:00
md5.cpp updated copyright notice 2004-01-06 12:45:34 +00:00
md5.h updated copyright notice 2004-01-06 12:45:34 +00:00
module.mk Various changes to the build system which allow building ScummVM in an external directory (and as such, allow you to have a debug, a profiling, and a release build from the same set of source files in parallel). Work in progress 2004-01-30 21:54:28 +00:00
rect.h added Rect::moveTo methods 2004-03-04 22:26:31 +00:00
savefile.cpp updated copyright notice 2004-01-06 12:45:34 +00:00
savefile.h oops forgot to commit this one, it seems 2003-11-30 00:41:19 +00:00
scaler.cpp cleanup 2004-02-27 15:52:23 +00:00
scaler.h cleanup 2004-02-27 15:52:23 +00:00
scummsys.h correct error text 2004-03-09 21:49:21 +00:00
singleton.h updated copyright notice 2004-01-06 12:45:34 +00:00
stdafx.h updated copyright notice 2004-01-06 12:45:34 +00:00
str.cpp free(0) is guaranteed to be a no-op 2004-03-25 11:25:50 +00:00
str.h renamed (Const)Iterator to (const_)iterator; changed size() to return an uint 2004-02-05 00:19:57 +00:00
system.cpp fix circular header dependency, by moving StackLock class to common/system.h (it ties closely into OSystem anyway) 2004-03-15 01:52:07 +00:00
system.h reorder content 2004-03-28 12:15:49 +00:00
timer.cpp clarify OSystem specification (setTimerCallback() must be 'atomic') 2004-03-27 18:30:30 +00:00
timer.h updated copyright notice 2004-01-06 12:45:34 +00:00
util.cpp fix circular header dependency, by moving StackLock class to common/system.h (it ties closely into OSystem anyway) 2004-03-15 01:52:07 +00:00
util.h fix circular header dependency, by moving StackLock class to common/system.h (it ties closely into OSystem anyway) 2004-03-15 01:52:07 +00:00