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-03-07 10:48:43 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
base
History
Max Horn
b27a871f87
turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Widget::findWidget (preparing to add support for nested widgets, for the tab widget)
...
svn-id: r11045
2003-11-02 02:18:16 +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
Fix WinCE build
2003-10-12 13:03:34 +00:00
engine.h
cleanup: removed version/id from GameSettings
2003-10-28 17:07:25 +00:00
gameDetector.cpp
turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Widget::findWidget (preparing to add support for nested widgets, for the tab widget)
2003-11-02 02:18:16 +00:00
gameDetector.h
turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Widget::findWidget (preparing to add support for nested widgets, for the tab widget)
2003-11-02 02:18:16 +00:00
main.cpp
turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Widget::findWidget (preparing to add support for nested widgets, for the tab widget)
2003-11-02 02:18:16 +00:00
module.mk
This'll also break Makefile.noconf
2003-09-18 12:07:56 +00:00
plugins.cpp
cleanup: removed version/id from GameSettings
2003-10-28 17:07:25 +00:00
plugins.h
fix compile when using dynamic plugin support
2003-10-20 22:02:10 +00:00