[mythtv-commits] mythtv commit: r6792 by greg
mythtv at cvs.mythtv.org
mythtv at cvs.mythtv.org
Fri Jul 8 13:28:01 EDT 2005
Author: greg
Date: 2005-07-08 17:28:00 +0000 (Fri, 08 Jul 2005)
New Revision: 6792
Changeset: http://cvs.mythtv.org/trac/changeset/6792
Modified:
trunk/mythplugins/mythgame/mythgame/dbcheck.cpp
trunk/mythplugins/mythgame/mythgame/gamehandler.cpp
trunk/mythplugins/mythgame/mythgame/gamesettings.cpp
trunk/mythplugins/mythgame/mythgame/gamesettings.h
trunk/mythplugins/mythgame/mythgame/gametree.cpp
trunk/mythplugins/mythgame/mythgame/rominfo.cpp
trunk/mythplugins/mythgame/mythgame/rominfo.h
Log:
Only attempt to load a screenshot if one was detected. This also eliminates
some of the "something is requesting a screen update of zero size" errors.
Fix the constant rebuilding of the handlers list. This improves interface
performance greatly if you have a lot of roms.
Move the Tree branch to pick games by system up to the top as it is
more likely what the user wants first instead of a huge list of every
rom first.
Add Amiga name to known GameTypes
Update the database to add fields to gamemetadata and gameplayers to
know about multiple disk games.
Added Player option to allow games to span multiple disks(up to 4).
Names must be in the form of GAME.#.EXT.
For example
game.1.rom, game.2.rom
This new option is not currently handled when building the file list
but is there for when that is completed.
More information about the mythtv-commits
mailing list