Skip to content
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

Features/many optimizations #306

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

LuckyScamper
Copy link
Contributor

  • Textureregionatlas.load will no longer throw an exception, but merely look if the file follows a XML tag route and then goes along with that. Improves performance and the if-statement works in our use case.
  • Combobox: removes thrown exception if the widget turns out to be null. Mostly happens in Myrapad
  • Localization now works in Myra; one needs to set Project.Localize with a lambda/function to determine how to localize in their project, and use L18nTextKey in xmmp to determine the key.
  • MMLDiagnosticAction (Credit goes to techpizza) handles errors and tells the user where issues start happening.
  • Newer version of Framework.Portable in use
  • ColorHSV now uses equals/gethashcode (mostly auto-generated) because C# prefers it that way when you use != and == operators. It also improves performance slightly

@realvictorprm
Copy link
Contributor

cool stuff :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants