summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2014-06-27Shut up alreadyBen Longbons6-5/+123
2014-06-27Port the Variant junkBen Longbons12-0/+885
2014-06-26changing the rules in a clean environment doesn't rebuildBen Longbons3-0/+13
2014-06-26Stick everything in a namespaceBen Longbons281-18/+1079
2014-06-26Everybody gets a dateBen Longbons1-2/+4
2014-06-26Low hanging fruitBen Longbons72-1353/+1317
2014-06-26Add null pointer checks for disconnected internalsBen Longbons4-15/+73
2014-06-26specialize inventory/storage indicesBen Longbons29-431/+883
2014-06-24No one is .neutral() here (except IPv4 addresses)Ben Longbons36-316/+750
2014-06-24Don't crash when giving invalid ID to @itemBen Longbons1-0/+2
2014-06-23SwatBen Longbons3-5/+6
2014-06-23Compatibility with libc++Ben Longbons2-0/+4
2014-06-23Remove vomitBen Longbons5-378/+27
2014-06-23Use the generated char server protocol in the map serverBen Longbons9-484/+597
2014-06-23Generate the map server protocolBen Longbons37-2010/+11699
Sigh, map server will have no smart filters yet
2014-05-27Was the bug in my code or in the compiler? Who knows?Ben Longbons2-7/+9
2014-05-27Generate the char server protocolBen Longbons39-1201/+6512
2014-05-20:%s/^\( *\)\([^ ].*\)\?\(LOG\|PRINTF\)[A-Z_]*(\(.*,\n\)\+\zs\(\1 [^ ↵Ben Longbons17-155/+155
]\)\@! */\1 /
2014-05-20Generate client half of login/admin protocolBen Longbons1-265/+324
2014-05-20Generate login/user protocolBen Longbons12-175/+1127
2014-05-19make packets be non-type templatesBen Longbons8-1073/+1369
2014-05-19Fix a couple of real bugs and also some gcc 4.7 compatibilityBen Longbons2-4/+12
2014-05-19Fuck dokoBen Longbons1-4/+4
2014-05-19Convert login/char and login/admin server components to proto-v2Ben Longbons40-2542/+3568
2014-05-12split out the horrible unchecked buffer accessorsBen Longbons13-241/+295
2014-05-12Implement proto v2Ben Longbons36-219/+4242
2014-05-12Split net/ from mmo/Ben Longbons66-93/+224
2014-05-12Implement network protocol generation (incomplete wip)Ben Longbons2-16/+16
2014-04-26Stricter grep checksBen Longbons7-7/+7
2014-04-24Conform magic headers to the decl/def ruleBen Longbons19-208/+173
2014-04-24Header cleanupBen Longbons129-320/+369
2014-04-22Fix parsing of comments in const dbBen Longbons1-5/+9
2014-04-22Make travis happyBen Longbons73-393/+410
2014-04-22Use strict ID typesBen Longbons81-1767/+2339
Possibly some missing for the far side of the network. AccountId and BlockId are still terribly entangled.
2014-04-19Wouldn't it be nice to have some integers too?Ben Longbons25-94/+2677
2014-04-19Make clang and libc++ happyBen Longbons16-10/+40
2014-04-18Merge tag 'v14.4.18' into masterBen Longbons9-185/+262
Conflicts: src/admin/ladmin.cpp src/char/char.cpp src/login/login.cpp src/map/chrif.cpp src/map/clif.cpp src/mmo/socket.cpp
2014-04-18Don't break dyingv14.4.18Ben Longbons1-2/+2
2014-04-18Don't die insensiblyBen Longbons1-1/+22
2014-04-18Die sensibly, take 2Ben Longbons7-141/+140
2014-04-17Die sensibly, take 1Ben Longbons8-124/+178
2014-04-16Revert "Don't broadcast messages to players who are disconnecting"Ben Longbons1-3/+0
I discovered the *actual* source of the bug elsewhere.
2014-04-16Don't broadcast messages to players who are disconnectingBen Longbons1-0/+3
2014-04-16Fix array out-of-bounds in tradesBen Longbons1-1/+4
2014-04-16Fix memory violation in delayed closeBen Longbons2-4/+4
2014-04-14Ditch gcc 4.6 supportBen Longbons89-4030/+4080
2014-04-13Remove last traces of generated source filesBen Longbons10-7509/+0
2014-04-13"Fix" ItkaBen Longbons1-5/+1
2014-04-09Add all the missing copyright headersBen Longbons161-38/+3041
2014-04-09Add @source command to help modified verions satisfy the AGPLBen Longbons4-12/+41