Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-05-01 | Edits for server messages | Nick Ashley | 1 | -42/+42 | |
Modified server messages in chrif.cpp and script-fun.cpp | |||||
2015-04-29 | Merge pull request #58 from mekolat/changesex | Wushin | 1 | -4/+3 | |
change sex without disconnecting | |||||
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 | |
With pretty pictures (not a submodule because large images). Part of this commit was originally made by Rawng. | |||||
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 | |
]\)\@! */\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 | |
Possibly some missing for the far side of the network. AccountId and BlockId are still terribly entangled. | |||||
2014-04-18 | Merge tag 'v14.4.18' into master | Ben Longbons | 1 | -12/+15 | |
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-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 | |
Despite the fact that that's what the code always did, it was sometimes wrong. | |||||
2013-10-10 | Enumify sex | Ben Longbons | 1 | -4/+7 | |
It's amazing some of this code ever worked ... | |||||
2013-10-05 | Split string header into pieces | Ben Longbons | 1 | -0/+3 | |
2013-09-09 | Use IP4 classes and rename conf variables | Ben Longbons | 1 | -54/+25 | |
2013-08-28 | Fix bug with mapnames being falsy | Ben Longbons | 1 | -1/+1 | |
Fixes #7 | |||||
2013-08-01 | Poison std::string and use the various string classes | Ben Longbons | 1 | -59/+36 | |
2013-06-23 | add new stuff stuff (with tests!), poison memcmp and strncpy | Ben Longbons | 1 | -11/+30 | |
2013-06-18 | Also poison memcpy, memmove, and memset | Ben Longbons | 1 | -14/+13 | |
2013-06-11 | Allegedly remove all manual memory management | Ben Longbons | 1 | -15/+18 | |
2013-05-25 | Switch block_list and subclasses to dumb_ptr | Ben Longbons | 1 | -23/+23 | |
Now we're well-defined, since we're actually calling ctors and dtors. Most of this code will not survive long ... |