scummvm/common
2003-06-01 17:06:07 +00:00
..
.cvsignore fixed the 'intelligent' GCC build rules; added .cvsignore files 2002-08-21 16:28:19 +00:00
config-file.cpp fixed ltrim/rtrim 2003-05-21 16:48:25 +00:00
config-file.h updated copyrights headers 2003-03-06 21:46:56 +00:00
engine.cpp more PalmOS changes 2003-04-30 12:43:56 +00:00
engine.h Rename SimonState to SimonEngine 2003-06-01 09:41:56 +00:00
file.cpp the _encbyte code was evil, because it modified the memory passed to write(); worse, though, it incremented ptr2, which then was later passed to fwrite - hence if used to write something while _encbyte != 0, write() resulted in wrong data being written 2003-05-28 19:03:12 +00:00
file.h the _encbyte code was evil, because it modified the memory passed to write(); worse, though, it incremented ptr2, which then was later passed to fwrite - hence if used to write something while _encbyte != 0, write() resulted in wrong data being written 2003-05-28 19:03:12 +00:00
gameDetector.cpp removed cruft 2003-05-29 11:15:32 +00:00
gameDetector.h _gameId is of type char so it does not make sense to have 299 GIDs. reduce to 199 2003-05-17 23:47:50 +00:00
list.h updated copyrights headers 2003-03-06 21:46:56 +00:00
main.cpp added some front matter text for doxygen 2003-05-29 23:13:15 +00:00
map.h updated copyrights headers 2003-03-06 21:46:56 +00:00
module.mk temporary hack to get ScummVM to compile again 2003-03-07 16:21:28 +00:00
rect.h renamed&fixed contains(Rect) -> intersects(Rect); added extend() method 2003-06-01 17:06:07 +00:00
savefile.h more pedantic changes 2003-05-21 17:00:00 +00:00
scaler.cpp as Bertrand points out, using && introduces unnecessary branching, so & is better 2003-05-25 23:33:24 +00:00
scaler.h Prepare support for wide display on HiRes+ device 2003-05-26 12:59:16 +00:00
scummsys.h don't inline free_check to make debugging easier 2003-05-21 20:35:48 +00:00
stdafx.h removed cruft 2003-05-29 11:15:32 +00:00
str.cpp pedantic fixes 2003-05-21 16:59:51 +00:00
str.h pedantic fixes 2003-05-21 16:59:51 +00:00
system.h more OSystem docs & cleanup 2003-05-29 22:34:35 +00:00
timer.cpp more OSystem docs & cleanup 2003-05-29 22:34:35 +00:00
timer.h more OSystem docs & cleanup 2003-05-29 22:34:35 +00:00
util.cpp pedantic fixes 2003-05-21 16:59:51 +00:00
util.h added some doxygen (javadoc style) comments. yes I sure these function probably needed documentation the least, but I just wanted something simple to test this on :-) 2003-05-29 11:40:48 +00:00