summaryrefslogtreecommitdiff
path: root/src/mmo
AgeCommit message (Expand)AuthorFilesLines
2019-04-15add gm automod toolgumi1-0/+1
2018-12-13add support for sending player HP for protocol >= 9gumi1-2/+5
2018-02-16send non-hidden GM levels to the clientgumi1-1/+1
2018-01-01raise party limitgumi1-1/+1
2016-05-05add MUTE paramsmekolat1-0/+4
2016-04-24add HIDDEN parammekolat1-0/+1
2016-04-24fix npc gender for ManaPlusmekolat1-0/+1
2016-04-24add INVISIBLE parammekolat1-0/+1
2016-04-15improvements, cleanup, bug fixesmekolat1-6/+2
2016-04-15Expose sd->heal_xpwushin1-1/+2
2016-04-15add more params, allow get/set to use char idmekolat1-1/+3
2016-04-15add BL_TYPE parammekolat1-0/+1
2016-04-15misc modificationsmekolat1-0/+2
2016-04-15add POS_X and POS_Y paramsmekolat1-0/+3
2016-04-15Remove old Magicwushin2-11/+0
2016-04-10consolidate client version handlingmekolat4-3/+8
2016-02-08Add third gender to accountwushin1-3/+6
2015-08-03Disable unstable move3 with new manaplusRawng1-0/+1
2015-06-16do not send new stuff to old clientsmekolat1-0/+3
2015-05-19handle old client in login server toomekolat2-44/+3
2015-04-25Add Bitmasked Quest Logwushin3-0/+3
2015-01-23Use generated config for mapBen Longbons4-28/+86
2015-01-22Use Spanned<T> while parsing configBen Longbons4-41/+258
2015-01-22Have I mentioned that I hate ADL?Ben Longbons10-22/+25
2015-01-03Document every network packet's pre, post, and descBen Longbons1-0/+3
2014-11-19use manaplus url formatmekolat1-1/+1
2014-10-26Fix header rankingBen Longbons24-1800/+1170
2014-10-26New ast module for for npc parsingBen Longbons3-1/+277
2014-10-15Split protocol generation headersBen Longbons1-1/+4
2014-10-15Remove the need for empty source files to check headersBen Longbons7-182/+0
2014-10-13Convert container lookups to use Option<Borrowed<T>>Ben Longbons1-7/+5
2014-10-08Don't rebuild atcommand.cpp on version changesBen Longbons2-0/+10
2014-10-08Split npc parse functions in to their own fileBen Longbons1-1/+2
2014-10-06Remove vestigial support for offhanded weaponsBen Longbons1-13/+2
2014-09-30Rename enum Option to Opt0Ben Longbons2-7/+7
2014-09-29Fix a bunch of party corruptionBen Longbons1-1/+2
2014-08-28Compatibility with gdb 7.4Ben Longbons2-2/+10
2014-08-27Debug debuggingBen Longbons4-1/+72
2014-08-05Enums are not usually integers, sorryBen Longbons4-3/+98
2014-07-17Add dir annoyancesBen Longbons1-0/+5
2014-07-16Revert bounds checks and go back to signed integersBen Longbons1-7/+0
2014-07-01Savefile fixesBen Longbons1-2/+18
2014-06-30Finally get around to decoupling the warning systemBen Longbons3-17/+17
2014-06-30It's about time I did thisBen Longbons1-2/+2
2014-06-27This is more reliableBen Longbons13-129/+90
2014-06-26Stick everything in a namespaceBen Longbons27-0/+115
2014-06-26Low hanging fruitBen Longbons5-9/+10
2014-06-26specialize inventory/storage indicesBen Longbons1-29/+29
2014-06-24No one is .neutral() here (except IPv4 addresses)Ben Longbons6-144/+107
2014-06-23Generate the map server protocolBen Longbons1-6/+21