| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | enable multithreading with goroutines (#20) | Arda Serdar Pektezol | 2024-06-15 | 51 | -1091/+1149 |
| | | |||||
| * | change project name to sdp.gov1.2.0 | Arda Serdar Pektezol | 2024-06-06 | 47 | -54/+54 |
| | | |||||
| * | change project name, decouple main and parsing entrance | Arda Serdar Pektezol | 2024-06-06 | 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 | ||||
| * | change project name, update to go1.22 | Arda Serdar Pektezol | 2024-06-06 | 1 | -2/+2 |
| | | |||||
| * | convert scoreboardupdate time taken to ticks as well (#19) | Arda Serdar Pektezol | 2023-10-20 | 1 | -1/+4 |
| | | |||||
| * | finish stringtablesentry parsing besides instancebaseline (#18) | Arda Serdar Pektezol | 2023-09-30 | 3 | -39/+203 |
| | | |||||
| * | update messages todo (#16) | Arda Serdar Pektezol | 2023-09-27 | 1 | -2/+2 |
| | | |||||
| * | finish SvcGameEvent while editing SvcGameEventList (#15) | Arda Serdar Pektezol | 2023-09-27 | 2 | -29/+68 |
| | | |||||
| * | added game event list detailed parsing (#14) | Arda Serdar Pektezol | 2023-09-27 | 1 | -4/+72 |
| | | |||||
| * | add new user messages, fix some writer types (#13) | Arda Serdar Pektezol | 2023-09-25 | 2 | -11/+87 |
| | | |||||
| * | fix writer broken for directory parsing (#12) | Arda Serdar Pektezol | 2023-09-23 | 1 | -2/+2 |
| | | |||||
| * | retouch parser and header messages (#11) | Arda Serdar Pektezol | 2023-09-23 | 3 | -2/+15 |
| | | |||||
| * | feat: TONS of user message parsing (#10) | Arda Serdar Pektezol | 2023-09-23 | 1 | -49/+906 |
| | | |||||
| * | organize packets and classes (#9)v1.1.1 | Arda Serdar Pektezol | 2023-09-21 | 16 | -402/+593 |
| | | |||||
| * | add strings builder, customize ALL outputs (#6) | Arda Serdar Pektezol | 2023-09-21 | 46 | -144/+588 |
| | | |||||
| * | define todos on packets | Arda Serdar Pektezol | 2023-09-20 | 1 | -11/+11 |
| | | |||||
| * | touchup and fix bug | Arda Serdar Pektezol | 2023-09-20 | 3 | -5/+31 |
| | | |||||
| * | decide what message types are left | Arda Serdar Pektezol | 2023-09-20 | 25 | -121/+225 |
| | | |||||
| * | parse netSignOnState flags | Arda Serdar Pektezol | 2023-09-20 | 1 | -7/+32 |
| | | |||||
| * | make enum names type specific | Arda Serdar Pektezol | 2023-09-20 | 1 | -16/+16 |
| | | |||||
| * | proper svcServerInfo parsing | Arda Serdar Pektezol | 2023-09-20 | 1 | -32/+32 |
| | | |||||
| * | parse signOnState as string | Arda Serdar Pektezol | 2023-09-20 | 1 | -3/+43 |
| | | |||||
| * | change switch variable name | Arda Serdar Pektezol | 2023-09-20 | 1 | -3/+3 |
| | | |||||
| * | fix netTick calculations | Arda Serdar Pektezol | 2023-09-20 | 1 | -4/+4 |
| | | |||||
| * | build for arm64 instead of armv1.1.0 | Arda Serdar Pektezol | 2023-09-16 | 1 | -1/+1 |
| | | |||||
| * | makefile for building easier | Arda Serdar Pektezol | 2023-09-16 | 1 | -0/+12 |
| | | |||||
| * | ignore executables generated by Makefile | Arda Serdar Pektezol | 2023-09-16 | 1 | -1/+2 |
| | | |||||
| * | docs: update the readme | Arda Serdar Pektezol | 2023-09-16 | 1 | -2/+21 |
| | | |||||
| * | feat: parsing sar custom data (#4) | Arda Serdar Pektezol | 2023-09-16 | 47 | -157/+506 |
| | | |||||
| * | update CI workflow for go 1.21.0 | Arda Serdar Pektezol | 2023-09-16 | 1 | -2/+2 |
| | | |||||
| * | update CI workflow for go 1.21.0 | Arda Serdar Pektezol | 2023-09-16 | 1 | -6/+6 |
| | | |||||
| * | another rewrite, v1.0.0 | Arda Serdar Pektezol | 2023-09-16 | 74 | -997/+1147 |
| | | |||||
| * | net/svc messages finally getting parsed correctly | Arda Serdar Pektezol | 2023-09-16 | 14 | -68/+54 |
| | | |||||
| * | upgrade bitreader to v1.2.5 | Arda Serdar Pektezol | 2023-09-16 | 2 | -1/+3 |
| | | |||||
| * | upgrade bitreader to v1.2.4 | Arda Serdar Pektezol | 2023-09-16 | 2 | -1/+3 |
| | | |||||
| * | fixed net/svc messages, not reading data atm but working | Arda Serdar Pektezol | 2023-09-16 | 13 | -19/+106 |
| | | |||||
| * | better debugging, still broken | Arda Serdar Pektezol | 2023-09-16 | 5 | -40/+46 |
| | | |||||
| * | remove hexadecimal case statements | Arda Serdar Pektezol | 2023-09-16 | 1 | -10/+10 |
| | | |||||
| * | added almost all net/svc messages - currently broken | Arda Serdar Pektezol | 2023-09-16 | 23 | -4/+440 |
| | | |||||
| * | upgraded to v1.2.3 | Arda Serdar Pektezol | 2023-09-16 | 2 | -3/+3 |
| | | |||||
| * | deleted reduntant length fields - improved struct append | Arda Serdar Pektezol | 2023-09-16 | 4 | -30/+24 |
| | | |||||
| * | net/svc messages | Arda Serdar Pektezol | 2023-09-16 | 16 | -7/+307 |
| | | |||||
| * | put class type into individual files | Arda Serdar Pektezol | 2023-09-16 | 4 | -40/+39 |
| | | |||||
| * | stringtable done, can't see data properly | Arda Serdar Pektezol | 2023-09-16 | 7 | -56/+70 |
| | | |||||
| * | starting stringtable | Arda Serdar Pektezol | 2023-09-16 | 1 | -0/+5 |
| | | |||||
| * | done until the hard part | Arda Serdar Pektezol | 2023-09-16 | 4 | -0/+173 |
| | | |||||
| * | done until the hard part | Arda Serdar Pektezol | 2023-09-16 | 3 | -39/+59 |
| | | |||||
| * | starting fresh for the third time | Arda Serdar Pektezol | 2023-09-16 | 14 | -583/+133 |
| | | |||||
| * | changed github username + other stuff that i don't remember | Arda Serdar Pektezol | 2023-09-16 | 11 | -21/+179 |
| | | |||||
| * | class parses and other stuff | BiSaXa | 2023-09-16 | 5 | -39/+152 |
| | | |||||