Update of /cvsroot/freevo/freevo/src/games In directory sc8-pr-cvs1:/tmp/cvs-serv15707/games
Modified Files: __init__.py game.py mame_cache.py mame_types.py mameitem.py snesitem.py Log Message: removed some old CVS log messages Index: __init__.py =================================================================== RCS file: /cvsroot/freevo/freevo/src/games/__init__.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** __init__.py 24 Apr 2003 19:56:08 -0000 1.3 --- __init__.py 23 Aug 2003 12:51:42 -0000 1.4 *************** *** 10,18 **** # ----------------------------------------------------------------------- # $Log$ ! # Revision 1.3 2003/04/24 19:56:08 dischi ! # comment cleanup for 1.3.2-pre4 # - # Revision 1.2 2003/04/21 18:17:51 dischi - # Moved the code from interface.py for video/audio/image/games to __init__.py # # ----------------------------------------------------------------------- --- 10,16 ---- # ----------------------------------------------------------------------- # $Log$ ! # Revision 1.4 2003/08/23 12:51:42 dischi ! # removed some old CVS log messages # # # ----------------------------------------------------------------------- Index: game.py =================================================================== RCS file: /cvsroot/freevo/freevo/src/games/game.py,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** game.py 2 Jul 2003 15:39:49 -0000 1.8 --- game.py 23 Aug 2003 12:51:42 -0000 1.9 *************** *** 10,39 **** # ----------------------------------------------------------------------- # $Log$ ! # Revision 1.8 2003/07/02 15:39:49 outlyer ! # Fix from Simon Windmill <[EMAIL PROTECTED]> for a NameError ! # ! # Revision 1.7 2003/05/27 17:53:34 dischi ! # Added new event handler module ! # ! # Revision 1.6 2003/04/24 19:56:10 dischi ! # comment cleanup for 1.3.2-pre4 ! # ! # Revision 1.5 2003/04/20 12:43:33 dischi ! # make the rc events global in rc.py to avoid get_singleton. There is now ! # a function app() to get/set the app. Also the events should be passed to ! # the daemon plugins when there is no handler for them before. Please test ! # it, especialy the mixer functions. ! # ! # Revision 1.4 2003/04/20 10:55:40 dischi ! # mixer is now a plugin, too ! # ! # Revision 1.3 2003/02/22 07:13:19 krister ! # Set all sub threads to daemons so that they die automatically if the main thread dies. ! # ! # Revision 1.2 2003/02/13 05:55:15 krister ! # Rob Shortts bugfix for games. # - # Revision 1.1 2002/12/09 14:23:53 dischi - # Added games patch from Rob Shortt to use the interface.py and snes support # # ----------------------------------------------------------------------- --- 10,16 ---- # ----------------------------------------------------------------------- # $Log$ ! # Revision 1.9 2003/08/23 12:51:42 dischi ! # removed some old CVS log messages # # # ----------------------------------------------------------------------- Index: mame_cache.py =================================================================== RCS file: /cvsroot/freevo/freevo/src/games/mame_cache.py,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** mame_cache.py 3 Aug 2003 14:22:16 -0000 1.12 --- mame_cache.py 23 Aug 2003 12:51:42 -0000 1.13 *************** *** 10,54 **** # ----------------------------------------------------------------------- # $Log$ ! # Revision 1.12 2003/08/03 14:22:16 rshortt ! # bugfix ! # ! # Revision 1.11 2003/07/12 18:34:35 rshortt ! # xmame should run through runapp. ! # ! # Revision 1.10 2003/07/11 19:49:23 dischi ! # use pickle wrapper ! # ! # Revision 1.9 2003/06/20 03:28:03 rshortt ! # Added a mention of pyrecade. ! # ! # Revision 1.8 2003/06/20 02:02:34 rshortt ! # Bugfix. ! # ! # Revision 1.7 2003/06/20 01:57:21 rshortt ! # A fix in case the user doesn't have mame. Pass the files along to ! # the next emulator. ! # ! # Revision 1.6 2003/06/20 01:33:56 rshortt ! # Removing the need for the rominfo program. Now we parse the output of ! # xmame --listinfo directly and build a list of all supported MAME roms. ! # This should only need to be updated when you upgrade xmame and you should ! # remove your existing romlist-n.pickled. ! # ! # Revision 1.5 2003/04/24 19:56:11 dischi ! # comment cleanup for 1.3.2-pre4 ! # ! # Revision 1.4 2002/12/09 14:23:53 dischi ! # Added games patch from Rob Shortt to use the interface.py and snes support ! # ! # Revision 1.3 2002/12/07 11:23:52 dischi ! # moved rominfo into the games subdir ! # ! # Revision 1.2 2002/11/24 19:52:56 dischi ! # Changed header to the freevo default # - # Revision 1.1 2002/11/24 19:10:19 dischi - # Added mame support to the new code. Since the hole new code is - # experimental, mame is activated by default. Change local_skin.xml - # to deactivate it after running ./cleanup # # ----------------------------------------------------------------------- --- 10,16 ---- # ----------------------------------------------------------------------- # $Log$ ! # Revision 1.13 2003/08/23 12:51:42 dischi ! # removed some old CVS log messages # # # ----------------------------------------------------------------------- Index: mame_types.py =================================================================== RCS file: /cvsroot/freevo/freevo/src/games/mame_types.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** mame_types.py 20 Jun 2003 01:33:56 -0000 1.4 --- mame_types.py 23 Aug 2003 12:51:42 -0000 1.5 *************** *** 11,14 **** --- 11,17 ---- # ----------------------------------------------------------------------- # $Log$ + # Revision 1.5 2003/08/23 12:51:42 dischi + # removed some old CVS log messages + # # Revision 1.4 2003/06/20 01:33:56 rshortt # Removing the need for the rominfo program. Now we parse the output of *************** *** 16,30 **** # This should only need to be updated when you upgrade xmame and you should # remove your existing romlist-n.pickled. - # - # Revision 1.3 2003/04/24 19:56:12 dischi - # comment cleanup for 1.3.2-pre4 - # - # Revision 1.2 2002/11/24 19:52:56 dischi - # Changed header to the freevo default - # - # Revision 1.1 2002/11/24 19:10:19 dischi - # Added mame support to the new code. Since the hole new code is - # experimental, mame is activated by default. Change local_skin.xml - # to deactivate it after running ./cleanup # # ----------------------------------------------------------------------- --- 19,22 ---- Index: mameitem.py =================================================================== RCS file: /cvsroot/freevo/freevo/src/games/mameitem.py,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** mameitem.py 20 Jun 2003 01:31:14 -0000 1.11 --- mameitem.py 23 Aug 2003 12:51:42 -0000 1.12 *************** *** 10,31 **** # ----------------------------------------------------------------------- # $Log$ # Revision 1.11 2003/06/20 01:31:14 rshortt # Adding support for a seperate directory for screen/titleshots. They show # up in the MAME menu like album covers do in the audio menu. - # - # Revision 1.10 2003/06/01 05:06:40 outlyer - # Fixed a missing import as pointed out by Paul de Bruin - # - # Revision 1.9 2003/05/27 17:53:34 dischi - # Added new event handler module - # - # Revision 1.8 2003/04/24 19:56:13 dischi - # comment cleanup for 1.3.2-pre4 - # - # Revision 1.7 2003/04/20 12:43:33 dischi - # make the rc events global in rc.py to avoid get_singleton. There is now - # a function app() to get/set the app. Also the events should be passed to - # the daemon plugins when there is no handler for them before. Please test - # it, especialy the mixer functions. # # ----------------------------------------------------------------------- --- 10,19 ---- # ----------------------------------------------------------------------- # $Log$ + # Revision 1.12 2003/08/23 12:51:42 dischi + # removed some old CVS log messages + # # Revision 1.11 2003/06/20 01:31:14 rshortt # Adding support for a seperate directory for screen/titleshots. They show # up in the MAME menu like album covers do in the audio menu. # # ----------------------------------------------------------------------- Index: snesitem.py =================================================================== RCS file: /cvsroot/freevo/freevo/src/games/snesitem.py,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** snesitem.py 27 May 2003 17:53:34 -0000 1.8 --- snesitem.py 23 Aug 2003 12:51:42 -0000 1.9 *************** *** 10,33 **** # ----------------------------------------------------------------------- # $Log$ ! # Revision 1.8 2003/05/27 17:53:34 dischi ! # Added new event handler module ! # ! # Revision 1.7 2003/04/24 19:56:13 dischi ! # comment cleanup for 1.3.2-pre4 ! # ! # Revision 1.6 2003/04/20 12:43:33 dischi ! # make the rc events global in rc.py to avoid get_singleton. There is now ! # a function app() to get/set the app. Also the events should be passed to ! # the daemon plugins when there is no handler for them before. Please test ! # it, especialy the mixer functions. ! # ! # Revision 1.2 2002/12/22 12:59:34 dischi ! # Added function sort() to (audio|video|games|image) item to set the sort ! # mode. Default is alphabetical based on the name. For mp3s and images ! # it's based on the filename. Sort by date is in the code but deactivated ! # (see mediamenu.py how to enable it) # - # Revision 1.1 2002/12/09 14:23:53 dischi - # Added games patch from Rob Shortt to use the interface.py and snes support # # ----------------------------------------------------------------------- --- 10,16 ---- # ----------------------------------------------------------------------- # $Log$ ! # Revision 1.9 2003/08/23 12:51:42 dischi ! # removed some old CVS log messages # # # ----------------------------------------------------------------------- ------------------------------------------------------- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0 _______________________________________________ Freevo-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-cvslog