[mythtv-commits] mythtv commit: r6855 by greg

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Mon Jul 18 13:51:58 EDT 2005


      Author: greg
        Date: 2005-07-18 17:51:58 +0000 (Mon, 18 Jul 2005)
New Revision: 6855
   Changeset: http://cvs.mythtv.org/trac/changeset/6855

Modified:

   trunk/mythplugins/mythgame/mythgame/dbcheck.cpp
   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/rominfo.cpp
   trunk/mythplugins/mythgame/mythgame/rominfo.h

Log:


 Move Favourites up higher in the list since "Favourites" are what people
 are likely looking for.

 Drop the "By System" tree as it's pretty much duplicated by "All Games"

 Change the default "All Games" levels to just System/gamename.

 Do not show duplicate roms in the display.

 Add popup for roms with multiple players available. Let the user pick
 the one they want to use.

 Add Info popup displaying what we know about the highlighted rom.

 Replace %d1,%d2,%d3,%d4 in the commandline of games which have multiple
 disk ability and multiple disks found.

 Fixed progressbar so it now shows how far we've gone in processing
 a particular gametype.

 Moved GameTreeRoot, and GameTreeItem classes into the .h file.

 Added detection of multidisk games. Currently filenames much match the
 name.disk#.ext  format. For example, Mahjong.1.adf, Mahjong.2.adf, etc/



 Added "Indepth Game Scan" option to the General Settings. If
 this is enabled we will gather CRC values and eventually more
 indepth information (Country, Software Maker, release date, etc).

 NOTE: This can slow down a Scan for Games depending on the size of your
 rom collection being scanned. This is a Global setting, next I will add
 per Game Player overrides for it.



-- Next update should include some code cleanups and attempts to speed
   up the game scan.







More information about the mythtv-commits mailing list