tag:github.com,2008:https://github.com/Galaco/lambda-core/releasesRelease notes from lambda-core2019-10-13T05:37:20Ztag:github.com,2008:Repository/144383014/v1.1.32019-10-13T05:49:38Zv1.1.3<p>Bumped and fixed compatibility with latest StudioModel package.</p>
<ul>
<li>Fixes a oob crash when loading certain props</li>
</ul>Galacotag:github.com,2008:Repository/144383014/v1.1.22019-09-26T11:33:24ZReplace concrete dependency on filesystem in material loaderNo content.Galacotag:github.com,2008:Repository/144383014/v1.1.12019-09-21T03:51:29ZRewrote 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>Galacotag:github.com,2008:Repository/144383014/v1.1.02019-09-15T00:29:27ZGo 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>Galacotag:github.com,2008:Repository/144383014/v1.0.12019-09-11T09:43:45Zv1.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>Galacotag:github.com,2008:Repository/144383014/v1.0.02019-07-09T07:16:47Zv1<p>Tagging v1. No more intention of adding breaking changes for a while, and want to reset to a good starting point</p>Galacotag:github.com,2008:Repository/144383014/v0.5.02019-04-03T15:11:54ZCode 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>Galacotag:github.com,2008:Repository/144383014/v0.4.02019-03-28T18:12:40ZFilesystem, 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>Galacotag:github.com,2008:Repository/144383014/v0.3.52019-03-28T13:36:47ZDispatch 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>Galacotag:github.com,2008:Repository/144383014/v0.3.42019-03-28T13:33:20ZBump bsp versionNo content.Galaco