Skip to content

Releases: pektezol/sdp.go

v1.3.0

15 Jun 11:01
df8cdda
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

v1.2.0

06 Jun 19:28
db09a59
Compare
Choose a tag to compare

What's Changed

  • feat: TONS of user message parsing by @pektezol in #10
  • retouch parser and header messages by @pektezol in #11
  • fix writer broken for directory parsing by @pektezol in #12
  • add new user messages, fix some writer types by @pektezol in #13
  • added game event list detailed parsing by @pektezol in #14
  • finish SvcGameEvent while editing SvcGameEventList by @pektezol in #15
  • update messages todo by @pektezol in #16
  • finish stringtablesentry parsing besides instancebaseline by @pektezol in #18
  • convert scoreboardupdate time taken to ticks as well by @pektezol in #19
  • decouple main and parsing entrance: this will make it more like a library, where another project can create Parser struct and call ParseDemos to get all relevant information, and if anyone wants to use executable from this project, the main function works exactly the same
  • update to go1.22
  • change project name to sdp.go

Full Changelog: v1.1.1...v1.2.0

1.1.1

21 Sep 16:29
44eefef
Compare
Choose a tag to compare

Work-In-Progress demo parser for Portal 2 written in Golang.

What's Changed

  • add strings builder, customize ALL outputs by @pektezol in #6
  • organize packets and classes by @pektezol in #9

Full Changelog: v1.1.0...v1.1.1

1.1.0

16 Sep 18:41
Compare
Choose a tag to compare

Work-In-Progress demo parser for Portal 2 written in Golang.