clintbellanger / flare

Free Libre Action Roleplaying Engine
http://clintbellanger.net/rpg/
GNU General Public License v3.0
166 stars 41 forks source link

Allow adding new layers (displayable items) to avatar #849

Closed igorko closed 12 years ago

igorko commented 12 years ago

Mainly this makes equipment slots order not important for avatar drawing. Also allows you to add new item types (layers) that can be equipped. E.g. we can add hands/legs item types and draw them separately. Layers order definitions moved to config file, though definition system will be changed. Required layers for this implementation to work are "body" and "head" types(as it was before). Now you can remove the rest without touching source code ;)

Bonus: fixed MSVC build.

clintbellanger commented 12 years ago

Pulling this. We may simplify/iterate later.