Skip to content

Releases: Galaco/studiomodel

v1.0.0 Beta 1

29 Jun 08:03
7a5c050
Compare
Choose a tag to compare

What's Changed

  • Update circleci/golang Docker tag to v1.17 by @renovate in #14
  • reader: fix tangents length in readTangents() by @markus-wa in #17

New Contributors

Full Changelog: v1.0.0-alpha.2...v1.0.0-beta.1

Removed debug logic

25 May 23:44
Compare
Choose a tag to compare
v1.0.0-alpha.2

Removed leftover debug logic

Finished .phy support

25 May 13:40
Compare
Choose a tag to compare

Fixes to .phy loading complete parsing support of known versions.

No known issues detected against stock cs:s and csgo maps, nor various custom maps with custom props

.phy reading bugfixes

23 May 02:13
Compare
Choose a tag to compare
v0.2.2

Fixed a potential OOB read

Initial .phy support

21 May 09:36
Compare
Choose a tag to compare

Added initial support for .phy format. Tested against css and csgo.

v0.1.3

24 Jun 10:12
e054211
Compare
Choose a tag to compare

Fixed incorrect parsing of material references

v0.1.2

13 Oct 02:26
Compare
Choose a tag to compare

This release provides a fix for an out-of-bounds error that occurs when an Mdls texture names were over 255 characters in length combined. Now all textures are correctly referenced.

Initial release

17 Feb 16:42
Compare
Choose a tag to compare

Includes vvd, vtx and an incomplete (but working mdl) parser.