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

Implemented category fallback for tile rendering #6349

Merged
merged 13 commits into from
Mar 2, 2014

Conversation

CIB
Copy link
Contributor

@CIB CIB commented Feb 28, 2014

For instance, "unknown_monster" will serve as fallback for monsters without sprites, and "unknown_monster_MAMMAL" will serve as fallback for species MAMMAL without sprite. Similarly. "unknown_item" will serve as fallback for items without sprite, and "item_unknown_CONTAINER" will serve as fallback for containers with no sprite.

This PR depends on the SDL2 PR to land first.

Wiki: http://www.wiki.cataclysmdda.com/index.php?title=Tileset_Support#Defining_a_sprite_for_a_group_of_objects

Chase-san and others added 13 commits February 17, 2014 14:24
Had to rearrange initialization to make things work right.
If this doesn't work I may have to bring back the rotation cache.
First of two hunches I can trying to get the offsets working right
without having to use a rotation cache.
For instance, "unknown_monster" will serve as fallback for monsters without sprites, and "unknown_monster_MAMMAL" will serve as fallback for species MAMMAL without sprite. Similarly. "unknown_item" will serve as fallback for items without sprite, and "item_unknown_CONTAINER" will serve as fallback for containers with no sprite.
@dwarfkoala
Copy link

Wow, yes yes yes!

@KA101
Copy link
Contributor

KA101 commented Feb 28, 2014

That SDL2 PR is likely to be the first one out of the pipe once 0.A lands and we have experimentals back. So yeah, this'll be good.

@kevingranade kevingranade merged commit 1d51369 into CleverRaven:master Mar 2, 2014
@kevingranade kevingranade changed the title Implemented category fallback for tile rendering [depends SDL2] Implemented category fallback for tile rendering Sep 20, 2014
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

5 participants