.. |
.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
|
Update WINDBG to WinCE
|
2003-07-13 12:24:36 +00:00 |
engine.h
|
Fix irky old date. We need to autogenerate this somehow.
|
2003-07-05 11:14:16 +00:00 |
file.cpp
|
Made read() return the number of bytes that were actually read, rather than
|
2003-07-03 07:03:18 +00:00 |
file.h
|
make File constructor virtual to allow subclassing; made seek default to SEEK_SET mode for conveniance
|
2003-06-21 20:21:40 +00:00 |
gameDetector.cpp
|
added support for different languages and fixed memory leak and screen refreshes in load/save dialogs
|
2003-07-12 03:40:44 +00:00 |
gameDetector.h
|
added support for different languages and fixed memory leak and screen refreshes in load/save dialogs
|
2003-07-12 03:40:44 +00:00 |
list.h
|
updated copyrights headers
|
2003-03-06 21:46:56 +00:00 |
main.cpp
|
check for odd addresses being free'd
|
2003-07-07 23:11:19 +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
|
don't default to the slowest aspect ratio correcter; rather use the medium one (good quality with acceptable speed)
|
2003-07-02 14:47:06 +00:00 |
scaler.h
|
Fixed the last (?) glitches around the mouse cursor [*] in aspect-ratio
|
2003-06-22 14:59:21 +00:00 |
scummsys.h
|
Do not use free_check on WinCE
|
2003-07-13 12:15:43 +00:00 |
stdafx.h
|
linux/mingw compilation fix pointed out by Jeroen Janssen
|
2003-07-13 13:57:19 +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
|
enforce use of type MutexRef
|
2003-07-05 15:20:16 +00:00 |
timer.cpp
|
Timer now uses a mutex, which should make it thread safe (it wasn't before, particuarly bad if timers are implemented via threads), plus this should help in fixing race conditions in classes using class Timer
|
2003-07-03 11:18:07 +00:00 |
timer.h
|
updated code to use type MutexRef; added class StackLock (from sdl backend, now in util.*)
|
2003-07-05 15:19:11 +00:00 |
util.cpp
|
gah. I am stupid
|
2003-07-05 15:37:23 +00:00 |
util.h
|
fixed stack lock at startup
|
2003-07-05 15:28:28 +00:00 |