aboutsummaryrefslogtreecommitdiff
path: root/pkg/classes/stringTables.go (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-06-15enable multithreading with goroutines (#20)Arda Serdar Pektezol51-1091/+1149
2024-06-06change project name to sdp.gov1.2.0Arda Serdar Pektezol47-54/+54
2024-06-06change project name, decouple main and parsing entranceArda Serdar Pektezol2-60/+151
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
2024-06-06change project name, update to go1.22Arda Serdar Pektezol1-2/+2
2023-10-20convert scoreboardupdate time taken to ticks as well (#19)Arda Serdar Pektezol1-1/+4
2023-09-30finish stringtablesentry parsing besides instancebaseline (#18)Arda Serdar Pektezol3-39/+203
2023-09-27update messages todo (#16)Arda Serdar Pektezol1-2/+2
2023-09-27finish SvcGameEvent while editing SvcGameEventList (#15)Arda Serdar Pektezol2-29/+68
2023-09-27added game event list detailed parsing (#14)Arda Serdar Pektezol1-4/+72
2023-09-25add new user messages, fix some writer types (#13)Arda Serdar Pektezol2-11/+87
2023-09-23fix writer broken for directory parsing (#12)Arda Serdar Pektezol1-2/+2
2023-09-23retouch parser and header messages (#11)Arda Serdar Pektezol3-2/+15
2023-09-23feat: TONS of user message parsing (#10)Arda Serdar Pektezol1-49/+906
2023-09-21organize packets and classes (#9)v1.1.1Arda Serdar Pektezol16-402/+593
2023-09-21add strings builder, customize ALL outputs (#6)Arda Serdar Pektezol46-144/+588
2023-09-20define todos on packetsArda Serdar Pektezol1-11/+11
2023-09-20touchup and fix bugArda Serdar Pektezol3-5/+31
2023-09-20decide what message types are leftArda Serdar Pektezol25-121/+225
2023-09-20parse netSignOnState flagsArda Serdar Pektezol1-7/+32
2023-09-20make enum names type specificArda Serdar Pektezol1-16/+16
2023-09-20proper svcServerInfo parsingArda Serdar Pektezol1-32/+32
2023-09-20parse signOnState as stringArda Serdar Pektezol1-3/+43
2023-09-20change switch variable nameArda Serdar Pektezol1-3/+3
2023-09-20fix netTick calculationsArda Serdar Pektezol1-4/+4
2023-09-16build for arm64 instead of armv1.1.0Arda Serdar Pektezol1-1/+1