scummvm/common
2004-12-25 19:03:13 +00:00
..
scaler Add common include needed by WinCE 2004-12-20 23:55:31 +00:00
.cvsignore fixed the 'intelligent' GCC build rules; added .cvsignore files 2002-08-21 16:28:19 +00:00
array.h Preserve the order of config file sections -> to suite people who manually edit the config file 2004-09-28 12:10:49 +00:00
config-manager.cpp Make loading the config file explicit 2004-12-25 19:03:13 +00:00
config-manager.h Make loading the config file explicit 2004-12-25 19:03:13 +00:00
debugger.cpp Some type corrections 2004-09-04 19:28:30 +00:00
debugger.h Fixed variable access in the debugger 2004-08-08 22:44:15 +00:00
file.cpp Make use of our String class instead of juggling with char pointers; added File::exists method 2004-11-27 15:09:53 +00:00
file.h Make use of our String class instead of juggling with char pointers; added File::exists method 2004-11-27 15:09:53 +00:00
list.h Patch #1083548 (common/list enhancement) 2004-12-14 20:57:23 +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 Now it is possible to count MD5 only for specified amount of bytes from file. 2004-12-22 13:34:28 +00:00
md5.h Now it is possible to count MD5 only for specified amount of bytes from file. 2004-12-22 13:34:28 +00:00
module.mk Make building scalers optional. 2004-08-26 21:01:21 +00:00
rect.h Comment about how our Rect class works. Note: the SAGA engine currently does use the alternate approach to rects! Hence we can't currently use all those nice and nifty helper methods from Common::Rect in SAGA. 2004-04-25 16:16:21 +00:00
savefile.cpp Update CE default savepath 2004-12-11 00:39:27 +00:00
savefile.h Moved Engine::getSavePath() to class SaveFileManager; removed the 'directory' parameter from SaveFileManager::openSavefile and listSavefiles (they always use getSavePath() now, which is what we did anyway) 2004-11-27 00:26:11 +00:00
scaler.cpp Relaxed the assertion for the 3x scaler a bit. Since it uses pointers to 2004-08-10 17:46:04 +00:00
scaler.h Tweaks (Morphos & Palm backends badly need updating :-/) 2004-05-21 20:43:07 +00:00
scummsys.h Moved to prefix file 2004-12-10 15:19:53 +00:00
singleton.h updated copyright notice 2004-01-06 12:45:34 +00:00
stack.h Fix bug in FixedStack.pop(). Returned wrong value. 2004-08-12 21:49:48 +00:00
stdafx.h - Move MAXPATHLEN includes/defines into common location 2004-12-15 12:30:58 +00:00
str.cpp Small tweaks for the String class 2004-07-21 14:20:37 +00:00
str.h Small tweaks for the String class 2004-07-21 14:20:37 +00:00
stream.cpp Modified version of patch #1082777 (common/stream optimization) 2004-12-11 23:16:36 +00:00
stream.h Remove the 24 bit read/write methods -- we don't use them anymore and they are weird anyway ;-) 2004-12-11 23:50:39 +00:00
system.cpp Rename remaining OSystem methods to match our coding guidelines 2004-09-28 20:19:37 +00:00
system.h Clean up OSystem::Event 2004-12-05 17:42:20 +00:00
timer.cpp Rename remaining OSystem methods to match our coding guidelines 2004-09-28 20:19:37 +00:00
timer.h cleanup of TimerProc mess 2004-08-22 13:27:34 +00:00
util.cpp Make platform difference a bit clearer 2004-08-20 15:25:12 +00:00
util.h use MAXPATHLEN for path buffer size 2004-09-28 04:14:57 +00:00