.. |
scaler
|
Use a pointer ref for RGBtoYUV, instead of an array, so that we can choose to allocate RGBtoYUV on the heap; added a comment that tries to explain why RGBtoYUV and LUT16to32 are evil and slow and how they could be removed
|
2005-04-27 08:43:23 +00:00 |
.cvsignore
|
|
|
array.h
|
|
|
config-file.cpp
|
Some C++ compilers don't support the 'not' keyword, it seems
|
2005-04-24 22:41:21 +00:00 |
config-file.h
|
Implement some missing methods
|
2005-04-23 22:28:37 +00:00 |
config-manager.cpp
|
Don't assert that "domain" is valid. One of the cases where this function
|
2005-05-02 05:29:50 +00:00 |
config-manager.h
|
Make StringMap class (with case insensitive keys) global
|
2005-04-23 17:33:28 +00:00 |
debugger.cpp
|
|
|
debugger.h
|
|
|
file.cpp
|
Check for a '\' before adding slash too, otherwise starting a game in root directory will fail.
|
2005-04-23 09:21:41 +00:00 |
file.h
|
Fix another doyxgen warning
|
2005-05-06 13:10:58 +00:00 |
list.h
|
|
|
map.h
|
Remove StringMap class from map.h (at least for now)
|
2005-04-23 14:28:59 +00:00 |
md5.cpp
|
|
|
md5.h
|
|
|
module.mk
|
Added new ConfigFile class. It is not yet used anywhere. ConfigManager will be rewritten around this class. Note that it is not final yet and may be revised in many ways.
|
2005-04-23 14:30:53 +00:00 |
mutex.cpp
|
Added a convenience class 'Mutex'
|
2005-01-15 22:41:23 +00:00 |
mutex.h
|
Added a convenience class 'Mutex'
|
2005-01-15 22:41:23 +00:00 |
rect.h
|
|
|
savefile.cpp
|
Fixed some doxygen warnings
|
2005-05-05 15:59:24 +00:00 |
savefile.h
|
* Added new virtual base class 'Stream', ReadStream and
|
2005-04-22 17:40:09 +00:00 |
scaler.cpp
|
Use a pointer ref for RGBtoYUV, instead of an array, so that we can choose to allocate RGBtoYUV on the heap; added a comment that tries to explain why RGBtoYUV and LUT16to32 are evil and slow and how they could be removed
|
2005-04-27 08:43:23 +00:00 |
scaler.h
|
Moved the GFX_ constants to sdl-common.h, where they belong.
|
2005-04-09 13:31:47 +00:00 |
scummsys.h
|
Playstation2 Port: initial import
|
2005-03-31 05:35:04 +00:00 |
singleton.h
|
emsvc4 need public access, hmmm...
|
2005-01-27 21:29:29 +00:00 |
stack.h
|
|
|
stdafx.h
|
Playstation2 Port: initial import
|
2005-03-31 05:35:04 +00:00 |
str.cpp
|
Added String::hasSuffix and hasPrefix
|
2005-02-06 19:00:59 +00:00 |
str.h
|
Added String::hasSuffix and hasPrefix
|
2005-02-06 19:00:59 +00:00 |
stream.cpp
|
* Added new virtual base class 'Stream', ReadStream and
|
2005-04-22 17:40:09 +00:00 |
stream.h
|
Fixed some doxygen warnings
|
2005-05-05 15:59:24 +00:00 |
system.cpp
|
Playstation2 Port: initial import
|
2005-03-31 05:35:04 +00:00 |
system.h
|
Replace OSystem::hasAlpha with a feature flag
|
2005-04-19 20:35:48 +00:00 |
timer.cpp
|
Use class Mutex instead of MutexRef
|
2005-01-28 22:05:51 +00:00 |
timer.h
|
Use class Mutex instead of MutexRef
|
2005-01-28 22:05:51 +00:00 |
util.cpp
|
A common platform alias for 'Windows' is 'win'
|
2005-04-09 13:13:04 +00:00 |
util.h
|
Simplified debuglevel handling:
|
2005-04-23 13:52:27 +00:00 |