-
Notifications
You must be signed in to change notification settings - Fork 48
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
Use imageformats_nopath when looking for per-map texture overrides #207
base: master
Are you sure you want to change the base?
Use imageformats_nopath when looking for per-map texture overrides #207
Conversation
This removes support for |
Also wonder if it wouldn't be better to add the |
That definitely is not intended, but I suspect Any idea why each |
First of all, no objections to adding lmp to imageformats_nopath. The other issue I have is - this makes imageformats_other unused. So maybe just merge the two into one (and call it imageformats_other, as there now is no more special handling for texture names without a slash)? |
@divVerent Thanks, I've merged |
This change is definitely harmless now - once someone tested it that it at least does no damage (it really shouldn't be able to, other than slightly more IO load during map load), it should be OK to merge. |
Merge
imageformats_nopath
intoimageformats_other
and remove its use. This now correctly loads per-map texture overrides that are looked for in the textures directory.Fixes #198