Age | Commit message (Expand) | Author | Files | Lines |
2016-04-20 | add client version to packet 0x2b02 | mekolat | 1 | -1/+2 |
2016-04-10 | consolidate client version handling | mekolat | 1 | -1/+1 |
2016-02-08 | Add third gender to account | wushin | 1 | -4/+1 |
2015-05-17 | use client version | mekolat | 1 | -2/+2 |
2015-05-07 | wait for the player to be added to block list | mekolat | 1 | -1/+1 |
2015-05-06 | Merge pull request #75 from mekolat/oncharif | Wushin | 1 | -5/+0 |
2015-05-01 | Edits for server messages | Nick Ashley | 1 | -42/+42 |
2015-04-30 | remove useless OnInterIfInit | mekolat | 1 | -3/+0 |
2015-04-30 | remove OnCharIfInit duplicate | mekolat | 1 | -2/+0 |
2015-04-29 | Merge pull request #58 from mekolat/changesex | Wushin | 1 | -4/+3 |
2015-04-20 | do not recalc all at once | mekolat | 1 | -1/+2 |
2015-04-20 | change sex without disconnecting | mekolat | 1 | -3/+1 |
2015-04-18 | remove @gm atcommand | mekolat | 1 | -51/+0 |
2015-01-23 | Use generated config for map | Ben Longbons | 1 | -58/+10 |
2015-01-22 | Remove unsupportable config settings | Ben Longbons | 1 | -2/+0 |
2015-01-03 | Document every network packet's pre, post, and desc | Ben Longbons | 1 | -132/+1 |
2014-11-04 | Perform divorces asynchronously to avoid crashes | Ben Longbons | 1 | -8/+3 |
2014-10-26 | Fix header ranking | Ben Longbons | 1 | -3/+4 |
2014-10-13 | Convert container lookups to use Option<Borrowed<T>> | Ben Longbons | 1 | -4/+4 |
2014-09-30 | Rename enum Option to Opt0 | Ben Longbons | 1 | -1/+1 |
2014-06-30 | It's about time I did this | Ben Longbons | 1 | -4/+4 |
2014-06-26 | Stick everything in a namespace | Ben Longbons | 1 | -0/+3 |
2014-06-26 | Low hanging fruit | Ben Longbons | 1 | -12/+12 |
2014-06-26 | Add null pointer checks for disconnected internals | Ben Longbons | 1 | -0/+18 |
2014-06-26 | specialize inventory/storage indices | Ben Longbons | 1 | -6/+6 |
2014-06-24 | No one is .neutral() here (except IPv4 addresses) | Ben Longbons | 1 | -3/+3 |
2014-06-23 | Swat | Ben Longbons | 1 | -3/+1 |
2014-06-23 | Use the generated char server protocol in the map server | Ben Longbons | 1 | -224/+301 |
2014-05-27 | Generate the char server protocol | Ben Longbons | 1 | -1/+2 |
2014-05-20 | :%s/^\( *\)\([^ ].*\)\?\(LOG\|PRINTF\)[A-Z_]*(\(.*,\n\)\+\zs\(\1 [^ ]\... | Ben Longbons | 1 | -1/+1 |
2014-05-12 | split out the horrible unchecked buffer accessors | Ben Longbons | 1 | -0/+1 |
2014-05-12 | Split net/ from mmo/ | Ben Longbons | 1 | -3/+4 |
2014-04-24 | Header cleanup | Ben Longbons | 1 | -4/+3 |
2014-04-22 | Make travis happy | Ben Longbons | 1 | -1/+1 |
2014-04-22 | Use strict ID types | Ben Longbons | 1 | -54/+49 |
2014-04-18 | Merge tag 'v14.4.18' into master | Ben Longbons | 1 | -12/+15 |
2014-04-18 | Die sensibly, take 2 | Ben Longbons | 1 | -2/+11 |
2014-04-17 | Die sensibly, take 1 | Ben Longbons | 1 | -10/+4 |
2014-04-14 | Ditch gcc 4.6 support | Ben Longbons | 1 | -62/+60 |
2014-04-09 | Add all the missing copyright headers | Ben Longbons | 1 | -0/+20 |
2014-03-16 | Clean up header organization | Ben Longbons | 1 | -4/+6 |
2014-03-15 | Remove unused fields to shrink character struct | Ben Longbons | 1 | -2/+1 |
2014-03-15 | Split out the keys from character data to have better paging performance | Ben Longbons | 1 | -11/+14 |
2014-02-08 | Implement AString | Ben Longbons | 1 | -2/+2 |
2014-02-06 | Wrap remaining FDs in a class | Ben Longbons | 1 | -12/+13 |
2014-02-04 | Convert fd to Session* where meaningful | Ben Longbons | 1 | -213/+228 |
2014-01-25 | Implement unified config parsing (mostly) | Ben Longbons | 1 | -3/+1 |
2013-11-15 | Another step towards proper header ordering | Ben Longbons | 1 | -1/+2 |
2013-10-12 | Disallow unchecked being casts | Ben Longbons | 1 | -3/+3 |
2013-10-10 | Enumify sex | Ben Longbons | 1 | -4/+7 |