Releases: Galaco/bsp
Releases · Galaco/bsp
v1.0.0-b1
Full Changelog: v0.3.1...v1.0.0-b1
v0.3.1
What's Changed
- Rudimentary supporter Source SDK 2013 MP Game Lump StaticProps
- Update module go to 1.19 by @renovate in #42
- Bump golang.org/x/image from 0.0.0-20210504121937-7319ad40d33e to 0.5.0 by @dependabot in #43
New Contributors
- @dependabot made their first contribution in #43
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Update circleci/golang Docker tag to v1.17 by @renovate in #39
- implement Bsp.CRC32() - aka CRC_MapFile() by @markus-wa in #41
New Contributors
- @markus-wa made their first contribution in #41
Full Changelog: v0.2.4...v0.3.0
v0.2.4
StaticProp v10 lump loading fixes
Game lump 35 sprp lump can contain several version of the staticprop object. version 10 had a size mismatch causing corrupted entries.
This release corrects that fault, and version10 staticprops (e.g. csgo map ar_baggage
) can now be correctly parsed.
Updated dependencies
Nothing major, just updated dependencies
Fixed leaf lump corruption
- Fixed leaf lump corruption
Refactor, v19 support
Refactored a huge amount of code, with major testing improvements as well as better naming conventions. This is a breaking change
Added support for known broken v19 lump data (leaf)
pakfile case insensitive search
v0.1.2 Additional pakfile improvements
Pakfile cross-platform search enhancements
v0.1.1 Pakfile search improvements