From: <che...@us...> - 2007-06-10 21:38:43
|
Revision: 511 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=511&view=rev Author: chef_koch Date: 2007-06-10 14:38:41 -0700 (Sun, 10 Jun 2007) Log Message: ----------- added some ideas to README.txt Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/README.txt Modified: trunk/plugins/myGUIProgramsAlt/README.txt =================================================================== --- trunk/plugins/myGUIProgramsAlt/README.txt 2007-06-10 20:58:23 UTC (rev 510) +++ trunk/plugins/myGUIProgramsAlt/README.txt 2007-06-10 21:38:41 UTC (rev 511) @@ -26,14 +26,58 @@ Mame, Gamebase support partially rewritten.much faster. Some new options: Skip mahjong games,etc -To-do next: -Revise the code, clear out bugs. +---------------- +.: To-do next :. +---------------- +Revise the code, clear out bugs + Add some more specific emulator support.. -Testing!! -Small restructure of db. -.... + - bring/keep the profiles up-to-date -Iso mounting? +ConfigurationTool redesign: + - InfoScraperForm redesign -> first redesign done, still needs some work + +DB redesign/restructure: + - small changes + +AllTime Todo: + --> TESTING ;) + --> BugFixing :P + + +--------------------- +.: things to clear :. +--------------------- +Add some more specific emulator support.. + - using system and emulator ids??? can be used for + - filter in fileinfoscraperForm + - easier application image assigning together with thumbsdir -> we also could provide icons for most common system + +ConfigurationTool redesign: + - saving the path to file for import + - saving the path to image dir, or using thumbsDir of MP, are there any pros? + +DB redesign/restructure: + - saving gameURL from AllGame.com??? or maybe only the AllGame.com-ID? + +Iso mounting -> pro/contra??? + +"Minimize MP before starting a file" as a new option for application items: + - sometimes after starting a file (here with fullscreen DirectX PC games, i.e. NFS Most Wanted) + MP use too much resources, so the started game slows down and is impossible to play properly + - tried it already, but did not get it working properly + i used messaging of mp (Messages: MP_SEND_TO_TRAY, MP_SEND_TO_TRAY_DONE, MP_RESTORE_FROM_TRAY, MP_RESTORE_FROM_TRAY_DONE) + - how it can work: + -> GUIListItem clicked -> WaitForExit-true? -> MinimizeMPonFileLunch-true? + --> Minimize MP by sending MP_SEND_TO_TRAY + --> wait for MP_SEND_TO_TRAY_DONE + -> start file -> wait for fileExit -> IsMPinTray-true? + --> Restore MP by sending MP_RESTORE_FROM_TRAY + --> wait for MP_RESTORE_FROM_TRAY_DONE + -> now it should be able to work with GUI again + +....... + Add some of chef_koch fixes? UPDATE: chef_koch is also doing updates on this version. Great,it will for sure speed up development! Quit key for joystick.. -Fileoptions etc +Fileoptions etc \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |