scummvm/common
Max Horn db43466ea2 removed cruft
svn-id: r8093
2003-05-29 11:15:32 +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 cvs going to 0.4.2cvs 2003-05-25 12:28:38 +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 fix #define 2003-05-21 20:45:59 +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 oops, fixed ScummVM::Rect constructor (this fixes various string redraw bugs) 2003-05-23 17:01:35 +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 Add PalmOS port stuff 2003-05-02 10:39:17 +00:00
timer.cpp more PalmOS changes 2003-04-30 12:43:56 +00:00
timer.h updated copyrights headers 2003-03-06 21:46:56 +00:00
util.cpp pedantic fixes 2003-05-21 16:59:51 +00:00
util.h pedantic fixes 2003-05-21 16:59:51 +00:00