Matt Styles
Matt Styles
Linux isn't my strong point, but I think it may be because SFML is installed in a non-standard path. You could try updating the path with ldconfig, or run make...
OK, thanks, I'll look into it when I have the time. Yes, by default directory I mean /usr/local or /usr - where LD normally searches. I'll leave this issue open...
This also affects the culling of `UIHitboxes` in `UISystem`
OK Thanks, looks like this is specific to Isometric maps.
Interesting. The example file I have doesn't have this problem. Can you test the example isometric map for me and see if you have the same prolem? Thanks.
Terrain tags aren't specifically parsed because, as far as I can see, they only apply to the editor. For example the isometric grass and water sample contains terrain data, but...
OK, Thanks! I will look in to it as soon as I can
Looking good! I agree, this probably should be in its own branch so I've created one called 'editor'. This is mostly because there are breaking changes and I'd like to...
Hmm. Initial thoughts are: ###### Data driven approach The config file format could, potentially, work as a storage format, although it would require a few things. The advantage would be...
Would that work? Entities ought to only be added to a system should the component mask match the requirements. If no requirements exist then I'd assume no entities would be...