scummvm/common
2004-11-14 21:10:50 +00:00
..
scaler fixed msvc compilation for __restrict__ 2004-09-18 10:25:49 +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 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.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
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 Extend fopenNoCase with probe of capitalized files, such as Cave.mid. 2004-11-14 21:10:50 +00:00
file.h Add gets() method to File class. 2004-10-16 13:09:52 +00:00
list.h Added default iterator constructor, for convenience 2004-05-08 19:34:06 +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 Make md5_file() work regardless file name case and within arbitrary 2004-06-29 12:07:15 +00:00
md5.h Make md5_file() work regardless file name case and within arbitrary 2004-06-29 12:07:15 +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 Cleaned up SaveFileManager stuff a little bit 2004-06-25 22:11:48 +00:00
savefile.h Cleaned up SaveFileManager stuff a little bit 2004-06-25 22:11:48 +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 Cleanup 2004-11-09 10:26:33 +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 forgot to commit this, silly me :-) 2004-09-28 12:11:00 +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 Enchance ReadStream and MemoryReadStream with 24bits operations as well 2004-05-04 03:27:00 +00:00
stream.h Changed order of initialisation in XORReadStream::XORReadStream() to match order of declaration, to avoid a pedantic warning 2004-07-19 10:20:00 +00:00
system.cpp Rename remaining OSystem methods to match our coding guidelines 2004-09-28 20:19:37 +00:00
system.h Add new clearScreen OSystem call. Currently only implemented in SDL backend. This call is currently only used for clearing the launcher screen to remove garbage from the main screen before reentering. 2004-11-13 04:33:33 +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