scummvm/common
2003-07-04 13:17:56 +00:00
..
.cvsignore
config-file.cpp
config-file.h
engine.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
engine.h moved GameId declaration to common/engine.h (more logical); moved scumm specific stuff from gameDetector.h to scumm.h; cleaned up some #includes (ideally, never #include something in a header file if you can avoid it - this cuts down interdepencies) 2003-06-15 01:42:19 +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 Allow "no-" prefix to long command-line options, e.g. --no-aspect-ratio, 2003-07-04 06:54:47 +00:00
gameDetector.h const correctness 2003-07-03 22:06:13 +00:00
list.h
main.cpp prevent (or rather: make much less likely) some sound output related race conditions 2003-07-04 13:17:56 +00:00
map.h
module.mk
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 some more cleanup 2003-06-14 23:05:40 +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 Patch #757827: Aspect-ratio correction 2003-06-22 11:55:40 +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 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
util.cpp pedantic fixes 2003-05-21 16:59:51 +00:00
util.h cleanup 2003-06-14 18:15:14 +00:00