• Advertisement

-> Participate in Romcenter version 4 design!

Technical questions and information on Plug-ins and other developments around RomCenter...

Moderators: Wanderer, Iron Man, Logiqx

Re: -> Participate in Romcenter version 4 design!

Postby derebo on Sun Nov 21, 2010 10:52 pm

Hello,

Thank you for leting us know about wip! It looks promising indeed. I just subscribed to the topic :)

Greetings,
derebo
PacMan
PacMan
 
Posts: 7
Joined: Wed Oct 27, 2010 12:05 pm

Re: -> Participate in Romcenter version 4 design!

Postby RomCenter on Mon Nov 22, 2010 7:57 pm

It is written in visual studio 2010 in c#. Target framework for now is 4.0.
I tried to follow a mvvm design to make interface independent to the data model. So the wpf interface is linked directly to data-model properties and the model objects doesn't know which interface is linked to it.
Using expression blend, you can really make incredible user interfaces without writing codes (but I don't use expression blend myself, no time to learn :( ).

Maybe a Linux version is possible with mono. If someone is skilled enough, it may be possible to do something. A gtk interface will be needed also...

Next version will add a new multi dat interface. I'm currently doing the data-model to handle that.
Eric - RomCenter developer
http://www.romcenter.com
User avatar
RomCenter
Author
Author
 
Posts: 1457
Joined: Fri Sep 28, 2001 12:34 pm
Location: France

Proposals to correct and improve your program

Postby supersecretos on Thu Dec 02, 2010 6:51 am

In earlier times they had discussed that point and others, but this is the most serious.

For example in the screenshot below you can see that the program RomCenter indicates that the file has an incorrect name ("Nombre incorrecto del archivo"):

Image

But that's not true, as can be seen in the following imagem:

Image

You can also buy opening the mame and looking at the game list and see if it exists.

This error happens with many games.

The solution would be RomCenter first check if that file exists in the list of games (never mind that the file has size zero or empty), and only if it does not exist in the list of games, should show the newly error that the file has a wrong name.

Once solved that, the other point is that when you use the option to fix the game (find roms) the search for roms should be taken into account in the name of the file ("Nombre del archivo"), not as now basing the search on the name suggested the game ("Nombre esperado"). then show a picture of what I mean:

Image

Another thing is that they have added the option to delete empty files pore defect, it is very arbitrary in turn, should make even an option where I can choose to enable that option.

An improvement for the program would add the option to choose a folder to CHDs and BIOSes, as is done for samples.

As I do not have time to make these corrections, the better because they put the source code here, to make a change. I also think it will be easy to take progress with the help of all, since you are using the svn system.

I hope now sip take into account these points.

Thanks, having a good day.
supersecretos
Galaga
Galaga
 
Posts: 12
Joined: Sun Apr 05, 2009 11:07 pm

Re: -> Participate in Romcenter version 4 design!

Postby Wanderer on Mon Dec 06, 2010 7:09 am

From time to time, some people ask if they can create subsets of dat files (mainly with only the main files and not the clones). Up until now, the only way is to delete whatever you don't want from the dat file and then create a database from it. I have a suggestion on how to improve this.

The database subfolders (main/clones/bios files, etc) could have a properties window (on rightclick) in which a "hidden" checkbox could exist (like in windows) or perhaps just a "show/hide folder" menu item. In preferences, a "show hidden folders" checkbox could also exist. Their icons (of the hidden folders) could be shown dimmed if "show hidden folders" is checked or not shown at all if "show hidden folders" is not checked (again as in Windows explorer). Of course the files belonging in hidden folders will not be taken into account, as if they do not exist. If found in rom paths, they should be considered as grey.
- Wanderer -
User avatar
Wanderer
Board master
Board master
 
Posts: 488
Joined: Wed Oct 03, 2001 10:37 am
Location: Floating around

Re: -> Participate in Romcenter version 4 design!

Postby RomCenter on Mon Dec 06, 2010 1:37 pm

I also think about that problem and I found a solution similar to yours, but some case can be tricky. For example, what happen if you remove the main games ?
Remaining games will be clones, and all parents will be removed. So I have to remove parent/clone relation and we will loose all merge informations. We will end with 4000 independant files which will take much more places than with parent merged sets.
Eric - RomCenter developer
http://www.romcenter.com
User avatar
RomCenter
Author
Author
 
Posts: 1457
Joined: Fri Sep 28, 2001 12:34 pm
Location: France

Re: -> Participate in Romcenter version 4 design!

Postby Wanderer on Mon Dec 06, 2010 1:43 pm

RomCenter wrote:We will end with 4000 independant files which will take much more places than with parent merged sets.


It will be up to the user to decide. A user may want that, for some reason. Give him the freedom to use the most inefficient solution! Of course, he may always choose to do something more logical (like removing the clones). :)
- Wanderer -
User avatar
Wanderer
Board master
Board master
 
Posts: 488
Joined: Wed Oct 03, 2001 10:37 am
Location: Floating around

Re: Proposals to correct and improve your program

Postby supersecretos on Wed Dec 08, 2010 2:05 am

supersecretos wrote:In earlier times they had discussed that point and others, but this is the most serious.

For example in the screenshot below you can see that the program RomCenter indicates that the file has an incorrect name ("Nombre incorrecto del archivo"):

Image

But that's not true, as can be seen in the following imagem:

Image

You can also buy opening the mame and looking at the game list and see if it exists.

This error happens with many games.

The solution would be RomCenter first check if that file exists in the list of games (never mind that the file has size zero or empty), and only if it does not exist in the list of games, should show the newly error that the file has a wrong name.

Once solved that, the other point is that when you use the option to fix the game (find roms) the search for roms should be taken into account in the name of the file ("Nombre del archivo"), not as now basing the search on the name suggested the game ("Nombre esperado"). then show a picture of what I mean:

Image

Another thing is that they have added the option to delete empty files pore defect, it is very arbitrary in turn, should make even an option where I can choose to enable that option.

An improvement for the program would add the option to choose a folder to CHDs and BIOSes, as is done for samples.

As I do not have time to make these corrections, the better because they put the source code here, to make a change. I also think it will be easy to take progress with the help of all, since you are using the svn system.

I hope now sip take into account these points.

Thanks, having a good day.


Someone out there might take the trouble to respond to this report I did. Thanks.
supersecretos
Galaga
Galaga
 
Posts: 12
Joined: Sun Apr 05, 2009 11:07 pm

Re: -> Participate in Romcenter version 4 design!

Postby RomCenter on Wed Dec 15, 2010 4:45 pm

Please stop writing in red.

I saw your post, but I don't have time now to check the bug your reported.
About new features, thank you for your ideas, they will be taken into account, but later, as I'm now working on the core libraries and gui.

As per making available the source code, we already discuss that point. It can be possible, but not in the actual state of the delphi version, and before spending many time on preparing code release, I want to be sure that some people are interested in helping for development.
Until now : nobody :toobad:
Eric - RomCenter developer
http://www.romcenter.com
User avatar
RomCenter
Author
Author
 
Posts: 1457
Joined: Fri Sep 28, 2001 12:34 pm
Location: France

Previous

Return to Development / Beta test

Who is online

Users browsing this forum: No registered users and 0 guests

cron