.. |
.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
|
fixed aquadran's Windows fix (a pointer is const for good reasons; simply casting it to something non-const is bad, and undermines the compilers aliasing detection
|
2003-06-14 18:20:56 +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
|
make -z output align nicely
|
2003-06-13 10:13:41 +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
|
indention
|
2003-06-12 15:20:58 +00:00 |
scaler.h
|
Prepare support for wide display on HiRes+ device
|
2003-05-26 12:59:16 +00:00 |
scummsys.h
|
Patch #754151: Removed READ_*_UNALIGNED and always read stuff bytewise; augmented by some more changes of mine
|
2003-06-14 18:52:30 +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
|
cleanup
|
2003-06-14 18:15:14 +00:00 |