Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-04-24 | add HIDDEN param | mekolat | 1 | -0/+1 | |
2016-04-24 | fix npc gender for ManaPlus | mekolat | 1 | -0/+1 | |
2016-04-24 | add INVISIBLE param | mekolat | 1 | -0/+1 | |
2016-04-15 | improvements, cleanup, bug fixes | mekolat | 1 | -6/+2 | |
2016-04-15 | Expose sd->heal_xp | wushin | 1 | -1/+2 | |
2016-04-15 | add more params, allow get/set to use char id | mekolat | 1 | -1/+3 | |
2016-04-15 | add BL_TYPE param | mekolat | 1 | -0/+1 | |
2016-04-15 | misc modifications | mekolat | 1 | -0/+2 | |
2016-04-15 | add POS_X and POS_Y params | mekolat | 1 | -0/+3 | |
2016-04-15 | Remove old Magic | wushin | 2 | -11/+0 | |
2016-04-10 | consolidate client version handling | mekolat | 4 | -3/+8 | |
2016-02-08 | Add third gender to account | wushin | 1 | -3/+6 | |
Add Gender to char Make gear work proper with new gender Enable legacy clients to use account gender | |||||
2015-08-03 | Disable unstable move3 with new manaplus | Rawng | 1 | -0/+1 | |
2015-06-16 | do not send new stuff to old clients | mekolat | 1 | -0/+3 | |
2015-05-19 | handle old client in login server too | mekolat | 2 | -44/+3 | |
2015-04-25 | Add Bitmasked Quest Log | wushin | 3 | -0/+3 | |
2015-01-23 | Use generated config for map | Ben Longbons | 4 | -28/+86 | |
2015-01-22 | Use Spanned<T> while parsing config | Ben Longbons | 4 | -41/+258 | |
2015-01-22 | Have I mentioned that I hate ADL? | Ben Longbons | 10 | -22/+25 | |
2015-01-03 | Document every network packet's pre, post, and desc | Ben Longbons | 1 | -0/+3 | |
With pretty pictures (not a submodule because large images). Part of this commit was originally made by Rawng. | |||||
2014-11-19 | use manaplus url format | mekolat | 1 | -1/+1 | |
2014-10-26 | Fix header ranking | Ben Longbons | 24 | -1800/+1170 | |
2014-10-26 | New ast module for for npc parsing | Ben Longbons | 3 | -1/+277 | |
Will eventually put most/all parsers there. | |||||
2014-10-15 | Split protocol generation headers | Ben Longbons | 1 | -1/+4 | |
2014-10-15 | Remove the need for empty source files to check headers | Ben Longbons | 7 | -182/+0 | |
2014-10-13 | Convert container lookups to use Option<Borrowed<T>> | Ben Longbons | 1 | -7/+5 | |
2014-10-08 | Don't rebuild atcommand.cpp on version changes | Ben Longbons | 2 | -0/+10 | |
2014-10-08 | Split npc parse functions in to their own file | Ben Longbons | 1 | -1/+2 | |
2014-10-06 | Remove vestigial support for offhanded weapons | Ben Longbons | 1 | -13/+2 | |
2014-09-30 | Rename enum Option to Opt0 | Ben Longbons | 2 | -7/+7 | |
2014-09-29 | Fix a bunch of party corruption | Ben Longbons | 1 | -1/+2 | |
Very much thanks to Rawng for finding this bug and most of the solution. | |||||
2014-08-28 | Compatibility with gdb 7.4 | Ben Longbons | 2 | -2/+10 | |
2014-08-27 | Debug debugging | Ben Longbons | 4 | -1/+72 | |
2014-08-05 | Enums are not usually integers, sorry | Ben Longbons | 4 | -3/+98 | |
2014-07-17 | Add dir annoyances | Ben Longbons | 1 | -0/+5 | |
2014-07-16 | Revert bounds checks and go back to signed integers | Ben Longbons | 1 | -7/+0 | |
2014-07-01 | Savefile fixes | Ben Longbons | 1 | -2/+18 | |
2014-06-30 | Finally get around to decoupling the warning system | Ben Longbons | 3 | -17/+17 | |
2014-06-30 | It's about time I did this | Ben Longbons | 1 | -2/+2 | |
2014-06-27 | This is more reliable | Ben Longbons | 13 | -129/+90 | |
2014-06-26 | Stick everything in a namespace | Ben Longbons | 27 | -0/+115 | |
2014-06-26 | Low hanging fruit | Ben Longbons | 5 | -9/+10 | |
2014-06-26 | specialize inventory/storage indices | Ben Longbons | 1 | -29/+29 | |
2014-06-24 | No one is .neutral() here (except IPv4 addresses) | Ben Longbons | 6 | -144/+107 | |
2014-06-23 | Generate the map server protocol | Ben Longbons | 1 | -6/+21 | |
Sigh, map server will have no smart filters yet | |||||
2014-05-27 | Generate the char server protocol | Ben Longbons | 3 | -4/+47 | |
2014-05-19 | Convert login/char and login/admin server components to proto-v2 | Ben Longbons | 3 | -1/+15 | |
2014-05-12 | Implement proto v2 | Ben Longbons | 7 | -218/+380 | |
2014-05-12 | Split net/ from mmo/ | Ben Longbons | 16 | -2239/+8 | |
2014-04-26 | Stricter grep checks | Ben Longbons | 2 | -2/+2 | |