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

added Renderer Textfield in RA Settings with Description #2122

Conversation

Mailaender
Copy link
Member

fixes Issue #2052 however I intended to create a dropdown field, but I don't know how to do this as Renderer is a string (why?) and not an enumeration like WindowModes.

@chrisforbes
Copy link
Member

It's a string because it's just substituted into OpenRA.Renderer.{0}.dll and the engine loads that. You can make a new renderer DLL and have it work by just dropping it in the appropriate place.

If you want to do a dropdown, you'll need to collect the set of renderer DLLs that exist (and exclude OpenRA.Renderer.SdlCommon [and possibly .Null as well]

@Mailaender
Copy link
Member Author

See Pull Request #2135.

@Mailaender Mailaender closed this May 11, 2012
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

2 participants