Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2014-04-24 | Header cleanup | Ben Longbons | 18 | -51/+52 | |
2014-04-22 | Make travis happy | Ben Longbons | 10 | -22/+22 | |
2014-04-22 | Use strict ID types | Ben Longbons | 11 | -40/+241 | |
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 | 2 | -2/+2 | |
2014-04-19 | Make clang and libc++ happy | Ben Longbons | 2 | -0/+7 | |
2014-04-18 | Merge tag 'v14.4.18' into master | Ben Longbons | 2 | -57/+101 | |
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 | Don't break dyingv14.4.18 | Ben Longbons | 1 | -2/+2 | |
2014-04-18 | Don't die insensibly | Ben Longbons | 1 | -1/+22 | |
2014-04-18 | Die sensibly, take 2 | Ben Longbons | 2 | -58/+65 | |
2014-04-17 | Die sensibly, take 1 | Ben Longbons | 2 | -15/+29 | |
2014-04-16 | Fix memory violation in delayed close | Ben Longbons | 1 | -0/+2 | |
2014-04-14 | Ditch gcc 4.6 support | Ben Longbons | 11 | -383/+383 | |
2014-04-09 | Add all the missing copyright headers | Ben Longbons | 21 | -2/+402 | |
2014-04-09 | Add @source command to help modified verions satisfy the AGPL | Ben Longbons | 1 | -10/+7 | |
2014-03-31 | Be stricter about most arrays | Ben Longbons | 6 | -15/+25 | |
2014-03-16 | Clean up header organization | Ben Longbons | 29 | -0/+4053 | |