[mythtv-commits] mythtv commit: r6781 by greg
mythtv at cvs.mythtv.org
mythtv at cvs.mythtv.org
Wed Jul 6 08:52:25 EDT 2005
Author: greg
Date: 2005-07-06 12:52:24 +0000 (Wed, 06 Jul 2005)
New Revision: 6781
Changeset: http://cvs.mythtv.org/trac/changeset/6781
Removed:
trunk/mythplugins/mythgame/mythgame/atarihandler.cpp
trunk/mythplugins/mythgame/mythgame/atarihandler.h
trunk/mythplugins/mythgame/mythgame/atarirominfo.cpp
trunk/mythplugins/mythgame/mythgame/atarirominfo.h
trunk/mythplugins/mythgame/mythgame/atarisettingsdlg.cpp
trunk/mythplugins/mythgame/mythgame/atarisettingsdlg.h
trunk/mythplugins/mythgame/mythgame/mamehandler.cpp
trunk/mythplugins/mythgame/mythgame/mamehandler.h
trunk/mythplugins/mythgame/mythgame/mamerominfo.cpp
trunk/mythplugins/mythgame/mythgame/mamerominfo.h
trunk/mythplugins/mythgame/mythgame/mamesettingsdlg.cpp
trunk/mythplugins/mythgame/mythgame/mamesettingsdlg.h
trunk/mythplugins/mythgame/mythgame/mametypes.h
trunk/mythplugins/mythgame/mythgame/neshandler.cpp
trunk/mythplugins/mythgame/mythgame/neshandler.h
trunk/mythplugins/mythgame/mythgame/nesrominfo.cpp
trunk/mythplugins/mythgame/mythgame/nesrominfo.h
trunk/mythplugins/mythgame/mythgame/nessettingsdlg.cpp
trunk/mythplugins/mythgame/mythgame/nessettingsdlg.h
trunk/mythplugins/mythgame/mythgame/odyssey2handler.cpp
trunk/mythplugins/mythgame/mythgame/odyssey2handler.h
trunk/mythplugins/mythgame/mythgame/odyssey2rominfo.cpp
trunk/mythplugins/mythgame/mythgame/odyssey2rominfo.h
trunk/mythplugins/mythgame/mythgame/odyssey2settingsdlg.cpp
trunk/mythplugins/mythgame/mythgame/odyssey2settingsdlg.h
trunk/mythplugins/mythgame/mythgame/pchandler.cpp
trunk/mythplugins/mythgame/mythgame/pchandler.h
trunk/mythplugins/mythgame/mythgame/pcrominfo.cpp
trunk/mythplugins/mythgame/mythgame/pcrominfo.h
trunk/mythplugins/mythgame/mythgame/pcsettingsdlg.cpp
trunk/mythplugins/mythgame/mythgame/pcsettingsdlg.h
trunk/mythplugins/mythgame/mythgame/sneshandler.cpp
trunk/mythplugins/mythgame/mythgame/sneshandler.h
trunk/mythplugins/mythgame/mythgame/snesrominfo.cpp
trunk/mythplugins/mythgame/mythgame/snesrominfo.h
trunk/mythplugins/mythgame/mythgame/snessettingsdlg.cpp
trunk/mythplugins/mythgame/mythgame/snessettingsdlg.h
Modified:
trunk/mythplugins/mythgame/mythgame/dbcheck.cpp
trunk/mythplugins/mythgame/mythgame/game_settings.xml
trunk/mythplugins/mythgame/mythgame/gamehandler.cpp
trunk/mythplugins/mythgame/mythgame/gamehandler.h
trunk/mythplugins/mythgame/mythgame/gamesettings.cpp
trunk/mythplugins/mythgame/mythgame/gamesettings.h
trunk/mythplugins/mythgame/mythgame/gametree.cpp
trunk/mythplugins/mythgame/mythgame/gametree.h
trunk/mythplugins/mythgame/mythgame/main.cpp
trunk/mythplugins/mythgame/mythgame/mythgame.pro
trunk/mythplugins/mythgame/mythgame/rominfo.cpp
trunk/mythplugins/mythgame/mythgame/rominfo.h
Log:
This patch adds:
Recursive rom directory searches,
Updates favourite list immediately when a game is marked as favourite,
No longer have to leave and reopen MythGame
Adds Flexibility to add, modify and remove other emulators at will.
No more need for code modifications anytime an app changes it's version
or if a parameter changes.
Adds a new "gameplayers" table to store information about each gameplayer
and imports the existing snes/xmame and nes settings.
Removes a lot of old setup screens and duplicated code and makes everything
much more generic.
Other stuff I can't think of at the moment :)
Future patches will reintroduce rom validity checking and the gathering of game meta
data from known gametypes as well as a host of other items.
More information about the mythtv-commits
mailing list