This website requires JavaScript.
Explore
Help
Register
Sign In
libretro
/
scummvm
Watch
1
Star
0
Fork
0
You've already forked scummvm
mirror of
https://github.com/libretro/scummvm.git
synced
2025-02-07 11:27:44 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
common
History
Max Horn
83d8166696
Fix another doyxgen warning
...
svn-id: r17933
2005-05-06 13:10:58 +00:00
..
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
…
mutex.h
…
rect.h
…
savefile.cpp
Fixed some doxygen warnings
2005-05-05 15:59:24 +00:00
savefile.h
…
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
…
scummsys.h
…
singleton.h
…
stack.h
…
stdafx.h
…
str.cpp
…
str.h
…
stream.cpp
…
stream.h
Fixed some doxygen warnings
2005-05-05 15:59:24 +00:00
system.cpp
…
system.h
…
timer.cpp
…
timer.h
…
util.cpp
…
util.h
Simplified debuglevel handling:
2005-04-23 13:52:27 +00:00