Michael Fogh Kristensen
Michael Fogh Kristensen
explained in detail here : https://www.projectmanager.com/blog/what-happened-to-wunderlist-5-alternatives
expand the xml definition to include image sheets. read more about in this thread : http://www.indielib.com/forum/viewtopic.php?f=1&t=352&start=105
In the "old" Indielib, TrueType font support was added by some drop in code created by an old forum user called venomjj. Basically it was a new fontmanager + fontobject...
User should NOT have to include third party header files / libraries in their compile setup. This is currently a problem regarding the Spriter, TILED (TMX) and TrueType header files.
Building indielib on VS2012 Express on Windows8.1 produces an dll with missing library dependencies (despite this the library seems to be working fine). It seems that this is an windows...
IND_font currently supports mudgefont. To allow more modern editors to create bitmap fonts for indielib we need to support Angelcode font format. As an example look at http://renderhjs.net/shoebox/bitmapFont.htm . Very...
Currently these can be upgraded: Glew 1.10.0 SDL ( were curently using stable, - should we use unstable 2.0.1?) Freeimage 3.15.4 The TMXparser ( no releases but repository have new...
Need to modify the settings so we don't modify sources every time we switch between directx and opengl (and other renderers) in the future.
In the Tutorials / Tests the resource paths are relative to the compiled windows binary. Therefore the paths fails loading on linux. We need to move the compiled linux binary...