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-02-09 04:16:34 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
gui
History
Max Horn
69bceafc6e
revamped build system somewhat: 'modules' like scumm, simon, gui etc. now all build into a lib, and all have a module.mk file that lists all their file. Advantage: further modularizes the build system, seperating all parts of ScummVM
...
svn-id: r5653
2002-11-21 04:08:37 +00:00
..
.cvsignore
…
browser.cpp
remember last directory (or rather, don't lobotomize yourself :-)
2002-11-21 02:51:17 +00:00
browser.h
added some preliminary game auto detect code to the launcher; this required a small change to the FS API, Windows/Morphos code will have to be adapted slightly I fear. Also, not all games are detected correctly, and some probably never will be, so we still have to add a dialog for cases where auto detect doesn't work
2002-11-19 01:36:47 +00:00
dialog.cpp
added some preliminary game auto detect code to the launcher; this required a small change to the FS API, Windows/Morphos code will have to be adapted slightly I fear. Also, not all games are detected correctly, and some probably never will be, so we still have to add a dialog for cases where auto detect doesn't work
2002-11-19 01:36:47 +00:00
dialog.h
added some preliminary game auto detect code to the launcher; this required a small change to the FS API, Windows/Morphos code will have to be adapted slightly I fear. Also, not all games are detected correctly, and some probably never will be, so we still have to add a dialog for cases where auto detect doesn't work
2002-11-19 01:36:47 +00:00
launcher.cpp
added _configureButton stub
2002-11-21 04:02:10 +00:00
launcher.h
added _configureButton stub
2002-11-21 04:02:10 +00:00
ListWidget.cpp
don't crash when the list is empty
2002-11-15 17:38:50 +00:00
ListWidget.h
Browser already can display files and navigate down; TOOD: go up, choose
2002-11-14 14:42:39 +00:00
message.cpp
added some preliminary game auto detect code to the launcher; this required a small change to the FS API, Windows/Morphos code will have to be adapted slightly I fear. Also, not all games are detected correctly, and some probably never will be, so we still have to add a dialog for cases where auto detect doesn't work
2002-11-19 01:36:47 +00:00
message.h
…
module.mk
revamped build system somewhat: 'modules' like scumm, simon, gui etc. now all build into a lib, and all have a module.mk file that lists all their file. Advantage: further modularizes the build system, seperating all parts of ScummVM
2002-11-21 04:08:37 +00:00
newgui.cpp
…
newgui.h
…
ScrollBarWidget.cpp
more initialisation fixes
2002-11-13 15:20:08 +00:00
ScrollBarWidget.h
…
widget.cpp
…
widget.h
…