tag:github.com,2008:https://github.com/Galaco/lambda-core/releases Release notes from lambda-core 2019-10-13T05:37:20Z tag:github.com,2008:Repository/144383014/v1.1.3 2019-10-13T05:49:38Z v1.1.3 <p>Bumped and fixed compatibility with latest StudioModel package.</p> <ul> <li>Fixes a oob crash when loading certain props</li> </ul> Galaco tag:github.com,2008:Repository/144383014/v1.1.2 2019-09-26T11:33:24Z Replace concrete dependency on filesystem in material loader No content. Galaco tag:github.com,2008:Repository/144383014/v1.1.1 2019-09-21T03:51:29Z Rewrote material loader <p>Rewrite of material loading to use the github.com/golang-source-engine/vmt package.</p> <ul> <li>Updated KeyValues package to better support some vmt edge cases</li> <li>Remove internal logging from the material loading process</li> <li>Removed <code>resource/</code> import from vmt and vtf loading. Now only used by the material loading functions. Vmt and Vtf loading functions are exposed, so loading materials without using the <code>resource/</code> package is considerably easier.</li> </ul> Galaco tag:github.com,2008:Repository/144383014/v1.1.0 2019-09-15T00:29:27Z Go 1.13 support, filesystem moved <p>2 things this release:</p> <ul> <li>Updated dependencies to fix broken Go 1.13 builds (dependent package bsp was in turn having issues).</li> <li>Moved Filesystem into its own package. This is now available at <a href="https://github.com/golang-source-engine/filesystem">https://github.com/golang-source-engine/filesystem</a>.</li> </ul> Galaco tag:github.com,2008:Repository/144383014/v1.0.1 2019-09-11T09:43:45Z v1.0.1: Vmt parsing improvements <p>Rather than wait any longer, a minor bugfix that has quite drastic effects is getting its own release.</p> <p>Before now, a vmt that uses the <code>include</code> key to import another vmt were broken, and failed to either patch or replace properly. This would create a bad final vmt definition that would be missing all included keyvalues. This release includes a fix for recursive vmt patching when <code>include</code> is used, providing correct resultant vmt attributes.</p> <p>Changelog:</p> <ul> <li>Bugfix: Fix vmt's that use the <code>include</code> key failing to patch or replace correctly.</li> </ul> Galaco tag:github.com,2008:Repository/144383014/v1.0.0 2019-07-09T07:16:47Z v1 <p>Tagging v1. No more intention of adding breaking changes for a while, and want to reset to a good starting point</p> Galaco tag:github.com,2008:Repository/144383014/v0.5.0 2019-04-03T15:11:54Z Code quality, exposed extra datastructure props <ul> <li>Refactored getter naming conventions</li> <li>Exposed FadeDist min+max properties on Models</li> <li>Exposed bounding box for Leaf Clusters</li> </ul> Galaco tag:github.com,2008:Repository/144383014/v0.4.0 2019-03-28T18:12:40Z Filesystem, logger enhancements <p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/Galaco/lambda-core/pull/47">#47</a> from Galaco/renovate/github.com-go-gl-gl-digest</p> <p>Update github.com/go-gl/gl commit hash to bf2b1f2</p> Galaco tag:github.com,2008:Repository/144383014/v0.3.5 2019-03-28T13:36:47Z Dispatch MaterialLoaded events only when material is populated <p>Dispatch MaterialLoaded events only when material is populated</p> <ul> <li>Remove event dispatch on material load</li> <li>Add event dispatch after texture addition to material after load</li> </ul> Galaco tag:github.com,2008:Repository/144383014/v0.3.4 2019-03-28T13:33:20Z Bump bsp version No content. Galaco