Conversation
|
|
|
Can't look at the engine code right now to find the place where we actually write size_t to a net packet, so I just briefly say that we should never use size_t in net packets and binary formats, so we need to change the code to write u32 as it was before. |
|
I would stick with u32. Then |
|
We write size of magazine here And get Should I just do static cast to u32 to make it work? |
|
@Neloreck I agree! |
…ity in 32 and 64 bit.
|
Now we need to analyze all changes we have and merge everything that breaks saves compatibility within one time period (e.g. a day?) |
143d1ca to
118d39d
Compare
5b2ec76 to
6fffce9
Compare
e89fcc8 to
f6fd5cc
Compare
c3ffa4d to
09b0b99
Compare
e38d9d8 to
94d0261
Compare
Changes