-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
List all missing controls on XML deserialisation #19
Comments
Colors of the particles need default val |
Hi, |
done ! |
hi, can you explain it in more detail? I dont understand what is to do here. What do you mean with control? |
When a user write an XML definition, he may make a lot of "mistakes", for exemple :
For exemple, if you type an unknown element name, the code won't use its value and the defaut value will be used instead, leading to hard-to-source bugs. We should found a way to solve that problem. The code must detect errors and throw warnings, or maybe there is another solution? |
I prepare a EntityEditor (see here https://github.com/wuendsch/OpenRTS-EntityEditor). |
The EntityEnditor is now released for a first beta version. It's possible that we integrate it directly into OpenRTS repository. I close this issue now. |
Each time we type a wrong value in the XML and the engine bug instead of say what's wrong, we have to report it to create a control if possible.
The text was updated successfully, but these errors were encountered: