| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2024-06-15 | enable multithreading with goroutines (#20) | Arda Serdar Pektezol | 49 | -1057/+1098 | |
| 2024-06-06 | change project name to sdp.gov1.2.0 | Arda Serdar Pektezol | 47 | -54/+54 | |
| 2024-06-06 | change project name, decouple main and parsing entrance | Arda Serdar Pektezol | 2 | -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-06 | change project name, update to go1.22 | Arda Serdar Pektezol | 1 | -2/+2 | |
| 2023-10-20 | convert scoreboardupdate time taken to ticks as well (#19) | Arda Serdar Pektezol | 1 | -1/+4 | |
| 2023-09-30 | finish stringtablesentry parsing besides instancebaseline (#18) | Arda Serdar Pektezol | 3 | -39/+203 | |
| 2023-09-27 | update messages todo (#16) | Arda Serdar Pektezol | 1 | -2/+2 | |
| 2023-09-27 | finish SvcGameEvent while editing SvcGameEventList (#15) | Arda Serdar Pektezol | 2 | -29/+68 | |
| 2023-09-27 | added game event list detailed parsing (#14) | Arda Serdar Pektezol | 1 | -4/+72 | |
| 2023-09-25 | add new user messages, fix some writer types (#13) | Arda Serdar Pektezol | 2 | -11/+87 | |
| 2023-09-23 | fix writer broken for directory parsing (#12) | Arda Serdar Pektezol | 1 | -2/+2 | |
| 2023-09-23 | retouch parser and header messages (#11) | Arda Serdar Pektezol | 3 | -2/+15 | |
| 2023-09-23 | feat: TONS of user message parsing (#10) | Arda Serdar Pektezol | 1 | -49/+906 | |
| 2023-09-21 | organize packets and classes (#9)v1.1.1 | Arda Serdar Pektezol | 16 | -402/+593 | |
| 2023-09-21 | add strings builder, customize ALL outputs (#6) | Arda Serdar Pektezol | 46 | -144/+588 | |
| 2023-09-20 | define todos on packets | Arda Serdar Pektezol | 1 | -11/+11 | |
| 2023-09-20 | touchup and fix bug | Arda Serdar Pektezol | 3 | -5/+31 | |
| 2023-09-20 | decide what message types are left | Arda Serdar Pektezol | 25 | -121/+225 | |
| 2023-09-20 | parse netSignOnState flags | Arda Serdar Pektezol | 1 | -7/+32 | |
| 2023-09-20 | make enum names type specific | Arda Serdar Pektezol | 1 | -16/+16 | |
| 2023-09-20 | proper svcServerInfo parsing | Arda Serdar Pektezol | 1 | -32/+32 | |
| 2023-09-20 | parse signOnState as string | Arda Serdar Pektezol | 1 | -3/+43 | |
| 2023-09-20 | change switch variable name | Arda Serdar Pektezol | 1 | -3/+3 | |
| 2023-09-20 | fix netTick calculations | Arda Serdar Pektezol | 1 | -4/+4 | |
| 2023-09-16 | build for arm64 instead of armv1.1.0 | Arda Serdar Pektezol | 1 | -1/+1 | |