Michael Aganier
Michael Aganier
I'm afraid it is. It's the same file on both machines with the image file alongside the .cdb file in the same folder. ``` { "piece": "tower", "image": { "file":...
I have similar issue. I have xml and csv data, but no way to import easily in castledb. Is there any other tool like castledb out there?
I got the occlusion to work by opening the scene in a new project as someone suggested me to do and the occlusion worked. Now the issue is getting occlusion...
When using an embedded tileset there's no leak, only when I use an external tileset does valgrind give me a leak here: ```C Direct leak of 768 byte(s) in 3...
> @floopfloopfloopfloopfloop I checked out the example. The issue is indeed, that skinning is resolution dependent. Eg. Window style in that skin is sized to be 127x104 and gets stretched...
I double checked this branch to see if all works well in case it ends up being pulled in. There's only one thing that bugs me, I'm not sure if...
@mecwerks Thanks for that, I have looked into it and this change comes from commit > 8e89387e2d946545a19bbe61bd1bafaa6da90c7d Merge branch 'fix_click' of https://github.com/Nielsbishere/Nuklear into fix_radio_buttons It seems like the reason for...
> Oh hey it's my old branch. @aganm @mecwerks the reason for this change was quite important; if you have a dropdown window over a radio button, it'll push through...
I have the same issue! Unfortunately, the above solution won't work for composed types, e.g. `unsigned int`. The only solution I found so far is to encapsulate the anonymous `kvec`...
I think the confusion is coming from the color scheme. You can change the color to red for example. ``` ctx->style.checkbox.cursor_hover = nk_style_item_color(nk_rgb(255,0,0)); ctx->style.checkbox.cursor_normal= nk_style_item_color(nk_rgb(255,0,0)); ``` Off = Blank square...