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-19 08:25:35 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
base
History
Max Horn
2e99e3f1f9
disable custom new/delete/free by default (only keep it around in case it comes in handy again in the future)
...
svn-id: r11839
2003-12-21 19:24:14 +00:00
..
.cvsignore
new module 'base'; moved gameDetector.*, main.cpp and base/plugins.* there (this removes the need for an ugly hack in the build system, and is also conceptionally cleaner)
2003-09-17 22:41:01 +00:00
engine.cpp
cleanup / added Engine::getGameDataPath()
2003-11-29 12:10:23 +00:00
engine.h
cleanup / added Engine::getGameDataPath()
2003-11-29 12:10:23 +00:00
gameDetector.cpp
Leave set to false for now, due to Simon2.
2003-12-21 16:15:37 +00:00
gameDetector.h
Make it possible for game detection functions to detect language/platform (not yet done by any detector, but will come with the MD5 detection code)
2003-12-21 15:29:52 +00:00
main.cpp
disable custom new/delete/free by default (only keep it around in case it comes in handy again in the future)
2003-12-21 19:24:14 +00:00
module.mk
This'll also break Makefile.noconf
2003-09-18 12:07:56 +00:00
plugins.cpp
Make it possible for game detection functions to detect language/platform (not yet done by any detector, but will come with the MD5 detection code)
2003-12-21 15:29:52 +00:00
plugins.h
Make it possible for game detection functions to detect language/platform (not yet done by any detector, but will come with the MD5 detection code)
2003-12-21 15:29:52 +00:00