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-30 07:23:05 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
common
History
Max Horn
0bae086c7b
typo, gnaw gnaw
...
svn-id: r11172
2003-11-07 00:45:54 +00:00
..
scaler
cut down dependencies a bit (so that I don't have to recompile hq2x/hq3x whenever common/scaler.h is changed :-)
2003-11-06 23:54:12 +00:00
.cvsignore
…
config-manager.cpp
Use the new capabilities of class Map to make the ConfigManager case insensitive when it comes to comparing config keys/domains
2003-11-07 00:03:55 +00:00
config-manager.h
typo, gnaw gnaw
2003-11-07 00:45:54 +00:00
debugger.cpp
…
debugger.h
…
file.cpp
…
file.h
…
list.h
…
map.h
typo, gnaw gnaw
2003-11-07 00:45:54 +00:00
module.mk
…
rect.h
…
savefile.cpp
stdafx.h needs to be included first.
2003-11-03 22:28:37 +00:00
savefile.h
…
scaler.cpp
cut down dependencies a bit (so that I don't have to recompile hq2x/hq3x whenever common/scaler.h is changed :-)
2003-11-06 23:54:12 +00:00
scaler.h
swap GFX_HQ2X & GFX_ADVMAME3X (purely cosmetic :-)
2003-11-04 21:17:17 +00:00
scummsys.h
…
singleton.h
…
stdafx.h
…
str.cpp
change (Const)String::c_str to never return 0 (rather return empty string) -> can be used to simplify code. Also don't use stricmp in </<=/>/>= operators, it is inconsisten with == and != operators
2003-11-07 00:02:03 +00:00
str.h
change (Const)String::c_str to never return 0 (rather return empty string) -> can be used to simplify code. Also don't use stricmp in </<=/>/>= operators, it is inconsisten with == and != operators
2003-11-07 00:02:03 +00:00
system.cpp
stdafx.h needs to be included first.
2003-11-03 22:28:37 +00:00
system.h
added PROP_GET_GFX_MODE; removed PROP_SHOW_DEFAULT_CURSOR
2003-11-04 20:46:20 +00:00
timer.cpp
…
timer.h
…
util.cpp
export language list (so that it can be used by the GUI); added methods to convert a Platform/Language ID into a canonical string
2003-11-05 00:58:02 +00:00
util.h
export language list (so that it can be used by the GUI); added methods to convert a Platform/Language ID into a canonical string
2003-11-05 00:58:02 +00:00