ChillerDragon
|
a75c95d2ad
|
Run ruff --fix .
|
2023-04-02 20:06:31 +02:00 |
|
ChillerDragon
|
e20fd4c019
|
Use vanilla server defaults for tunes
|
2023-04-02 11:51:21 +02:00 |
|
ChillerDragon
|
029cebcb25
|
Fully support tune params
|
2023-04-02 10:39:52 +02:00 |
|
ChillerDragon
|
da6d0cfc40
|
Prepare test for tune params
|
2023-04-02 09:42:20 +02:00 |
|
ChillerDragon
|
d6727ddcbe
|
Test rcon_cmd and sys input fields
|
2023-04-02 09:22:20 +02:00 |
|
ChillerDragon
|
b2f2ff2f9a
|
Generate system and game message classes
Most of the code is generated by
`./scripts/generate_messages.py`
|
2023-03-31 10:26:04 +02:00 |
|
ChillerDragon
|
e0203ebc78
|
Fix map change msg field rename
`chunks_per_request` -> `msg.num_response_chunks_per_request`
|
2023-03-31 09:32:47 +02:00 |
|
ChillerDragon
|
e77422bf1f
|
Add broadcast packet test (not passing yet)
|
2023-03-29 13:26:34 +02:00 |
|
ChillerDragon
|
992a855a57
|
Fix and finish map change msg
|
2023-03-26 12:22:13 +02:00 |
|
ChillerDragon
|
a55817e8ab
|
Some progress on packing (pack() and unpack raw)
|
2023-03-26 11:19:47 +02:00 |
|
ChillerDragon
|
9d2524c199
|
Support parsing compressed packets
|
2023-03-25 16:12:27 +01:00 |
|
ChillerDragon
|
0988cff4c9
|
Refactor to prepare proper msg unpacking
Rename `name` -> `message_name`
Replaced `GameMessage` and `SysMessage` with duck typed `NetMessage`
Split up packet.py in multiple files
|
2023-03-25 14:22:45 +01:00 |
|
ChillerDragon
|
d96367374e
|
Use map change as the first sample message
|
2023-03-23 13:29:44 +01:00 |
|
ChillerDragon
|
cec1edcaa5
|
First draft of chunk header parsing
|
2023-03-19 18:03:13 +01:00 |
|
ChillerDragon
|
1a0e195060
|
Add tests for int unpacker
|
2023-03-19 14:24:44 +01:00 |
|
ChillerDragon
|
6240dd36e5
|
Polish and test int packer
|
2023-03-19 11:40:15 +01:00 |
|
ChillerDragon
|
dd888341d3
|
Add chunk parsing tests
|
2023-03-18 11:47:20 +01:00 |
|
ChillerDragon
|
c8f8ca6a21
|
Break api packet.parse -> packet.parse7
Rename the main `twnet_parser.packet.parse()` method.
Into more explicit `parse6()` and `parse7()`
|
2023-03-18 10:04:11 +01:00 |
|
ChillerDragon
|
6f2a9eda51
|
Some thoughts on edge cases and performance
|
2023-03-18 09:08:12 +01:00 |
|
ChillerDragon
|
18f5c146b4
|
Overengineer release script
|
2023-03-16 16:51:57 +01:00 |
|
ChillerDragon
|
0abf651b87
|
Add tests
|
2023-03-16 14:04:48 +01:00 |
|