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
/
engines
/
sky
History
Max Horn
74edd90aba
Fix for bug
#1471383
: Instead of overloading ConfigManager::set, we now have new setInt and setBool methods (matching getInt/getBool), which avoids strange quirks & bugs caused by (char *) being implicitly cast to int (ouch)
...
svn-id: r21951
2006-04-16 19:23:14 +00:00
..
music
…
autoroute.cpp
…
autoroute.h
…
compact.cpp
…
compact.h
…
control.cpp
Fix for bug
#1471383
: Instead of overloading ConfigManager::set, we now have new setInt and setBool methods (matching getInt/getBool), which avoids strange quirks & bugs caused by (char *) being implicitly cast to int (ouch)
2006-04-16 19:23:14 +00:00
control.h
…
debug.cpp
…
debug.h
…
disk.cpp
Do not override the 'directory' param when dumping BASS resources
2006-04-16 12:39:59 +00:00
disk.h
…
grid.cpp
…
grid.h
…
hufftext.cpp
…
intro.cpp
…
intro.h
…
logic.cpp
…
logic.h
…
module.mk
…
mouse.cpp
…
mouse.h
…
rnc_deco.cpp
…
rnc_deco.h
…
screen.cpp
…
screen.h
…
sky.cpp
- Renamed ConfigManager::getActiveDomain to getActiveDomainName, and added a new getActiveDomain method that returns a pointer to the actual active *domain*
2006-04-15 20:36:41 +00:00
sky.h
- Renamed ConfigManager::getActiveDomain to getActiveDomainName, and added a new getActiveDomain method that returns a pointer to the actual active *domain*
2006-04-15 20:36:41 +00:00
skydefs.h
…
sound.cpp
…
sound.h
…
struc.h
…
text.cpp
…
text.h
…