scummvm/common
Jamieson Christian 167ad2575a Fixed MSVC warning
svn-id: r8431
2003-06-11 05:08:41 +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 Preparations for removing GF_AFTER_V? flags 2003-06-06 22:51:33 +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 remove version column 2003-06-06 23:57:59 +00:00
gameDetector.h removed GF_AFTER flags (except GF_AFTER_HEV7) 2003-06-07 00:16:54 +00:00
list.h updated copyrights headers 2003-03-06 21:46:56 +00:00
main.cpp Preparations for removing GF_AFTER_V? flags 2003-06-06 22:51:33 +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 Fixed MSVC warning 2003-06-11 05:08:41 +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 added clear_sound_proc method to backend API (this requires all backends to be modified, but can't help it) 2003-06-09 01:19:25 +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 unmacro-ed and templated ABS, MIN & MAX 2003-06-05 03:28:35 +00:00