Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 ... | |||||
2013-05-23 | Make block_list a base class | Ben Longbons | 1 | -7/+7 | |
2013-05-23 | Rename fields of block_list in preparation for subclassing | Ben Longbons | 1 | -10/+10 | |
This is necessary because at least some of the subclasses overlap names. | |||||
2013-05-18 | Tweak a little memory management in char-server | Ben Longbons | 1 | -7/+9 | |
2013-04-27 | Enumize ItemLook | Ben Longbons | 1 | -1/+1 | |
2013-04-27 | Force timers to be managed | Ben Longbons | 1 | -3/+7 | |
2013-04-11 | Also implement x32 support | Ben Longbons | 1 | -8/+6 | |
2013-02-12 | Strictify timers | Ben Longbons | 1 | -7/+7 | |
2013-02-07 | Remove some macros | Ben Longbons | 1 | -4/+4 | |