scummvm/common
2004-03-15 02:21:04 +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 Add -c/--config option to specific alternate configuration file. Sorry Max, but it's damn useful for coverdiscs :) 2004-02-07 04:53:59 +00:00
config-manager.h add ConfigManager::getActiveDomain 2004-03-04 22:26:09 +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 renamed (Const)Iterator to (const_)iterator; changed size() to return an uint 2004-02-05 00:19:57 +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 Fix for bug #896506 (GUI: Invalid read) 2004-02-14 01:12:35 +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 ...and mor. Next big thing should be to document the overlay stuff, but that'll have to wait till after I slept :-) 2004-03-15 02:21:04 +00:00
timer.cpp Renamed OSystem::set_timer() to setTimerCallback(); more OSystem Doxygen changes 2004-03-15 01:18:47 +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