summaryrefslogtreecommitdiff
path: root/tools/protocol.py
AgeCommit message (Expand)AuthorFilesLines
2015-01-22Remove unsupportable config settingsBen Longbons1-1/+1
2015-01-03Fix building without docsBen Longbons1-0/+4
2015-01-03Document every network packet's pre, post, and descBen Longbons1-391/+2816
2014-11-19Avoid loops when generating protocol, to make description/ordering easierBen Longbons1-34/+52
2014-10-26Fix header rankingBen Longbons1-13/+50
2014-10-15Split protocol generation headersBen Longbons1-138/+219
2014-10-15Remove the need for empty source files to check headersBen Longbons1-29/+0
2014-10-13Convert container lookups to use Option<Borrowed<T>>Ben Longbons1-0/+1
2014-09-30Rename enum Option to Opt0Ben Longbons1-2/+2
2014-07-16Revert bounds checks and go back to signed integersBen Longbons1-35/+43
2014-06-30Finish packet namingBen Longbons1-169/+187
2014-06-27Packet names for all public packetsEvets1-295/+295
2014-06-26Stick everything in a namespaceBen Longbons1-2/+10
2014-06-26specialize inventory/storage indicesBen Longbons1-57/+90
2014-06-24No one is .neutral() here (except IPv4 addresses)Ben Longbons1-26/+237
2014-06-23Generate the map server protocolBen Longbons1-24/+1546
2014-05-27Generate the char server protocolBen Longbons1-17/+900
2014-05-20Generate login/user protocolBen Longbons1-4/+113
2014-05-19make packets be non-type templatesBen Longbons1-9/+19
2014-05-19Convert login/char and login/admin server components to proto-v2Ben Longbons1-96/+177
2014-05-12Implement proto v2Ben Longbons1-0/+1343