Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-04-18 | remove @gm atcommand | mekolat | 1 | -87/+0 | |
2015-01-23 | Use generated config for login | Ben Longbons | 7 | -572/+403 | |
2015-01-22 | Use Spanned<T> while parsing config | Ben Longbons | 1 | -79/+82 | |
2015-01-22 | Have I mentioned that I hate ADL? | Ben Longbons | 1 | -1/+1 | |
2015-01-22 | Remove unsupportable config settings | Ben Longbons | 3 | -97/+52 | |
2015-01-03 | Document every network packet's pre, post, and desc | Ben Longbons | 1 | -214/+5 | |
With pretty pictures (not a submodule because large images). Part of this commit was originally made by Rawng. | |||||
2014-10-26 | Fix header ranking | Ben Longbons | 5 | -53/+21 | |
2014-10-13 | Convert container lookups to use Option<Borrowed<T>> | Ben Longbons | 1 | -4/+3 | |
2014-10-08 | Split script.cpp | Ben Longbons | 1 | -2/+2 | |
2014-08-27 | Debug debugging | Ben Longbons | 1 | -2/+9 | |
2014-06-30 | Finally get around to decoupling the warning system | Ben Longbons | 1 | -3/+3 | |
2014-06-30 | It's about time I did this | Ben Longbons | 1 | -10/+10 | |
2014-06-30 | Finish packet naming | Ben Longbons | 1 | -32/+0 | |
2014-06-27 | This is more reliable | Ben Longbons | 3 | -18/+9 | |
2014-06-26 | Stick everything in a namespace | Ben Longbons | 5 | -0/+22 | |
2014-06-26 | Everybody gets a date | Ben Longbons | 1 | -2/+4 | |
2014-06-26 | Low hanging fruit | Ben Longbons | 1 | -3/+3 | |
2014-06-24 | No one is .neutral() here (except IPv4 addresses) | Ben Longbons | 1 | -2/+2 | |
2014-06-23 | Use the generated char server protocol in the map server | Ben Longbons | 1 | -1/+2 | |
2014-06-23 | Generate the map server protocol | Ben Longbons | 4 | -27/+6 | |
Sigh, map server will have no smart filters yet | |||||
2014-05-27 | Generate the char server protocol | Ben Longbons | 1 | -1/+1 | |
2014-05-20 | Generate login/user protocol | Ben Longbons | 3 | -175/+207 | |
2014-05-19 | make packets be non-type templates | Ben Longbons | 1 | -83/+83 | |
2014-05-19 | Fix a couple of real bugs and also some gcc 4.7 compatibility | Ben Longbons | 1 | -2/+2 | |
2014-05-19 | Convert login/char and login/admin server components to proto-v2 | Ben Longbons | 1 | -766/+891 | |
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-05-12 | Implement network protocol generation (incomplete wip) | Ben Longbons | 1 | -15/+15 | |
2014-04-24 | Header cleanup | Ben Longbons | 2 | -7/+5 | |
2014-04-22 | Make travis happy | Ben Longbons | 2 | -4/+4 | |
2014-04-22 | Use strict ID types | Ben Longbons | 2 | -162/+158 | |
Possibly some missing for the far side of the network. AccountId and BlockId are still terribly entangled. | |||||
2014-04-19 | Wouldn't it be nice to have some integers too? | Ben Longbons | 1 | -2/+2 | |
2014-04-18 | Merge tag 'v14.4.18' into master | Ben Longbons | 1 | -34/+39 | |
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 | -21/+18 | |
2014-04-17 | Die sensibly, take 1 | Ben Longbons | 1 | -31/+39 | |
2014-04-14 | Ditch gcc 4.6 support | Ben Longbons | 1 | -418/+410 | |
2014-04-09 | Add all the missing copyright headers | Ben Longbons | 3 | -2/+64 | |
2014-03-31 | Unbreak @npcmove | Ben Longbons | 1 | -0/+1 | |
2014-03-31 | Be stricter about most arrays | Ben Longbons | 1 | -15/+19 | |
2014-03-16 | Clean up header organization | Ben Longbons | 3 | -19/+15 | |
2014-02-28 | Lower process priority when saving login/char databases | MadCamel | 1 | -0/+6 | |
In the event of CPU contention this will make forked database writes take a back-seat to the actual running server. | |||||
2014-02-08 | Implement AString | Ben Longbons | 1 | -17/+17 | |
2014-02-07 | Name the terminal escapes | Ben Longbons | 1 | -5/+6 | |
2014-02-04 | Convert fd to Session* where meaningful | Ben Longbons | 1 | -511/+510 | |
2014-01-26 | Also do db/const.txt and data/resnametable.txtv14.1.27 | Ben Longbons | 1 | -1/+1 | |
2014-01-25 | Implement unified config parsing (mostly) | Ben Longbons | 1 | -86/+106 | |
2014-01-20 | Implement core formatter | Ben Longbons | 1 | -3/+3 | |
2013-11-15 | Another step towards proper header ordering | Ben Longbons | 1 | -1/+1 | |
2013-11-15 | Use new IO classes | Ben Longbons | 1 | -77/+59 | |
2013-10-15 | Use config for internal server userid/passwd instead of accounts.txt | Ben Longbons | 1 | -19/+23 | |
This requires updated config files in the data repo. |