aboutsummaryrefslogtreecommitdiff
path: root/pkg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* enable multithreading with goroutines (#20)Arda Serdar Pektezol2024-06-1549-1057/+1098
|
* change project name to sdp.gov1.2.0Arda Serdar Pektezol2024-06-0646-50/+50
|
* change project name, decouple main and parsing entranceArda Serdar Pektezol2024-06-061-33/+71
| | | | 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
* convert scoreboardupdate time taken to ticks as well (#19)Arda Serdar Pektezol2023-10-201-1/+4
|
* finish stringtablesentry parsing besides instancebaseline (#18)Arda Serdar Pektezol2023-09-302-33/+195
|
* update messages todo (#16)Arda Serdar Pektezol2023-09-271-2/+2
|
* finish SvcGameEvent while editing SvcGameEventList (#15)Arda Serdar Pektezol2023-09-272-29/+68
|
* added game event list detailed parsing (#14)Arda Serdar Pektezol2023-09-271-4/+72
|
* add new user messages, fix some writer types (#13)Arda Serdar Pektezol2023-09-252-11/+87
|
* retouch parser and header messages (#11)Arda Serdar Pektezol2023-09-232-2/+12
|
* feat: TONS of user message parsing (#10)Arda Serdar Pektezol2023-09-231-49/+906
|
* organize packets and classes (#9)v1.1.1Arda Serdar Pektezol2023-09-2115-397/+580
|
* add strings builder, customize ALL outputs (#6)Arda Serdar Pektezol2023-09-2145-142/+585
|
* define todos on packetsArda Serdar Pektezol2023-09-201-11/+11
|
* touchup and fix bugArda Serdar Pektezol2023-09-203-5/+31
|
* decide what message types are leftArda Serdar Pektezol2023-09-2025-121/+225
|
* parse netSignOnState flagsArda Serdar Pektezol2023-09-201-7/+32
|
* make enum names type specificArda Serdar Pektezol2023-09-201-16/+16
|
* proper svcServerInfo parsingArda Serdar Pektezol2023-09-201-32/+32
|
* parse signOnState as stringArda Serdar Pektezol2023-09-201-3/+43
|
* change switch variable nameArda Serdar Pektezol2023-09-201-3/+3
|
* fix netTick calculationsArda Serdar Pektezol2023-09-201-4/+4
|
* feat: parsing sar custom data (#4)Arda Serdar Pektezol2023-09-1643-106/+496
|
* another rewrite, v1.0.0Arda Serdar Pektezol2023-09-1643-0/+1338