Compiler will currently allow duplicate settings parameter names in Send
etc. calls. Add a check to catch these duplicates and fail compilation
for the file.
Commit 2
Fix cases where send calls had duplicate arguments that were not being
checked properly by the compiler.
Commit 3
user_offer_busy was always being used with the wrong parameters, and was
never displayed.
Combined extra AddPacket calls where it was safe to do so. Loses a
little readability in places for a sizeable decrease in the number of calls
to AddPacket - up to 40% less when logging on.
Commit 1
Compiler will currently allow duplicate settings parameter names in Send etc. calls. Add a check to catch these duplicates and fail compilation for the file.
Commit 2
Fix cases where send calls had duplicate arguments that were not being checked properly by the compiler.
Commit 3
user_offer_busy was always being used with the wrong parameters, and was never displayed.
Combined extra AddPacket calls where it was safe to do so. Loses a little readability in places for a sizeable decrease in the number of calls to AddPacket - up to 40% less when logging on.