Caerind

Results 8 comments of Caerind
trafficstars

I have the same issue with this code in header file : ``` class MyFwdDeclClass; bool myFunc(std::vector& vec); ```

Same issue again when the usage is followed by & : `bool myFunc(MyFwdDeclClass& class);`

Hi @ajtruckle ! I don't exactly know how you can add them in VS, but this link should explain it : https://docs.microsoft.com/en-us/visualstudio/debugger/create-custom-views-of-native-objects?view=vs-2022 (I'm actually using Sharpmake as a project generator...

I got an idea : You make a Tile class and each Tile will have a std::map mProperties With that the user can set property for animated tile or any...

Little bug for the container of Tile in Layer : Std::vector < std::vector < Tile > >

In the Tiled editor you can add properties to Tiles I think that's the best way to handle animated Tiles. This method allow also so much possibilities so I think...

Okay I've just seen the TinyXML Loader : http://code.google.com/p/tmx-parser/ It use a system like I told you with property :)

Hey ! Yup, still there from time to time :)