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-01-23 02:44:56 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
common
History
Max Horn
b27db90bb1
fixed VC++ compile
...
svn-id: r5950
2002-12-14 11:53:58 +00:00
..
.cvsignore
…
config-file.cpp
…
config-file.h
…
engine.cpp
…
engine.h
updated version on trunk to 0.3.1cvs
2002-12-04 13:31:14 +00:00
file.cpp
…
file.h
…
gameDetector.cpp
explicitly init all fields of version_settings
2002-12-14 01:35:18 +00:00
gameDetector.h
fixed VC++ compile
2002-12-14 11:53:58 +00:00
list.h
…
main.cpp
…
map.h
…
module.mk
…
rect.h
…
scaler.cpp
…
scaler.h
…
scummsys.h
OS X app bundle should contain static linked executable; 'bool' is part of the C++ standard
2002-12-01 20:29:20 +00:00
stdafx.cpp
…
stdafx.h
…
str.cpp
…
str.h
…
system.h
changed OSystem to allow RBG<->16bit color conversion to be done in the backend; after all, the backend 'knows' best what format the overlay uses. Default implementations of RBGToColor and colorToRBG assume 565 mode, backends other than SDL may want to provide alternate implementations (SDL backend already does the right thing for non-565 modes)
2002-12-13 16:15:58 +00:00
timer.cpp
…
timer.h
…
util.cpp
moved RNG to common/util.cpp
2002-12-01 14:57:50 +00:00
util.h
changed OSystem to allow RBG<->16bit color conversion to be done in the backend; after all, the backend 'knows' best what format the overlay uses. Default implementations of RBGToColor and colorToRBG assume 565 mode, backends other than SDL may want to provide alternate implementations (SDL backend already does the right thing for non-565 modes)
2002-12-13 16:15:58 +00:00