.. |
.cvsignore
|
fixed the 'intelligent' GCC build rules; added .cvsignore files
|
2002-08-21 16:28:19 +00:00 |
config-file.cpp
|
Add support for aliased scummvm config entries.
|
2002-10-28 09:03:02 +00:00 |
config-file.h
|
Add support for aliased scummvm config entries.
|
2002-10-28 09:03:02 +00:00 |
engine.cpp
|
use strcat instead of sprintf+strlen
|
2002-11-06 16:47:46 +00:00 |
engine.h
|
Fix using MAD -without- Vorbis, and remove COMPRESSED_SOUND_FILE define.
|
2002-10-28 12:56:42 +00:00 |
file.cpp
|
Added simon sound bugfix, patch #632518
|
2002-11-02 10:51:32 +00:00 |
file.h
|
indention fix :-)
|
2002-11-10 14:54:21 +00:00 |
gameDetector.cpp
|
moved some constants from scumm.h to gameDetector.h; this way, we don't have to include scumm.h in gameDetector.cpp (good, as it seperates scumm/ from common/ even more)
|
2002-11-06 16:01:36 +00:00 |
gameDetector.h
|
moved some constants from scumm.h to gameDetector.h; this way, we don't have to include scumm.h in gameDetector.cpp (good, as it seperates scumm/ from common/ even more)
|
2002-11-06 16:01:36 +00:00 |
list.h
|
added insert_at method to List template
|
2002-10-15 15:32:32 +00:00 |
main.cpp
|
don't use strdup
|
2002-10-23 12:56:30 +00:00 |
map.h
|
don't shadow vars
|
2002-10-22 11:34:21 +00:00 |
rect.h
|
fixed compilation on Mac OS X; some cleanup; moved header file scumm/smusH/rect.h to common/rect.h
|
2002-08-31 13:29:10 +00:00 |
scaler.cpp
|
Added overlay to OSystem interface; implemented overlay in SDL backend (all other backends, including SDL_gl, still need to implement this!); changed NewGUI to make use of the overlay; added Cmd-Q as a shortcut for Quit on MacOS X
|
2002-09-19 16:06:51 +00:00 |
scaler.h
|
Move scaler code from SCUMM-specific area.
|
2002-08-23 06:43:06 +00:00 |
scummsys.h
|
added FIXME comment
|
2002-11-10 13:16:59 +00:00 |
stdafx.cpp
|
Initial revision
|
2002-08-21 16:07:07 +00:00 |
stdafx.h
|
Remove mention of Windows GDI build
|
2002-09-22 11:37:53 +00:00 |
str.cpp
|
added methods to String class that convert a string to upper/lower case; changed config class to keep all domains as lower case (fixes bug #scummvm)
|
2002-10-08 00:11:41 +00:00 |
str.h
|
added methods to String class that convert a string to upper/lower case; changed config class to keep all domains as lower case (fixes bug #scummvm)
|
2002-10-08 00:11:41 +00:00 |
system.h
|
patch #620627: mouse wheel support for NewGui
|
2002-10-16 20:32:12 +00:00 |
timer.cpp
|
Timer is handled in Engine now
|
2002-09-18 10:22:36 +00:00 |
timer.h
|
Timer is handled in Engine now
|
2002-09-18 10:22:36 +00:00 |
util.cpp
|
added some comments, cleanup
|
2002-09-16 10:42:12 +00:00 |
util.h
|
inline function instead of macro for SWAP, to make -Wshadow more useful
|
2002-10-22 23:36:28 +00:00 |