ascendedguard / sc2replay-csharp

C# Library for parsing Starcraft 2 Replay files
MIT License
56 stars 20 forks source link

AddChatMessage should support longer strings #8

Closed ascendedguard closed 12 years ago

ascendedguard commented 13 years ago

This requires adding a proper opcode when inserting the string and padding the proper string length. Shouldn't require much work, and will allow longer strings to be inserted.

ascendedguard commented 12 years ago

This was added in the latest commit, you can now add chat messages up to 255 characters.