Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-23 | Use generated config for map | Ben Longbons | 2 | -2/+4 | |
2015-01-23 | Use generated config for login | Ben Longbons | 2 | -7/+18 | |
2015-01-03 | Switch MATCH to separate begin/end macros | Ben Longbons | 1 | -2/+4 | |
The for loop trick turned out to be very prone to infinite loops at runtime. It's better to force compiler errors even if it's ugly. | |||||
2015-01-03 | Merge remote-tracking branch 'origin/hotfix' | Ben Longbons | 1 | -2/+2 | |
Conflicts: src/map/chrif.cpp | |||||
2015-01-03 | Fix clang builds | Ben Longbons | 1 | -1/+4 | |
2014-11-19 | Magically allow "break" within WITH_VAR | Ben Longbons | 1 | -2/+2 | |
2014-10-26 | Fix header ranking | Ben Longbons | 3 | -69/+4 | |
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 | -14/+24 | |
2014-10-08 | Split script.cpp | Ben Longbons | 3 | -4/+6 | |
2014-10-06 | Switch script indexing from 2-based to 0-based | Ben Longbons | 1 | -0/+7 | |
2014-08-28 | Compatibility with gdb 7.4 | Ben Longbons | 1 | -1/+1 | |
2014-08-27 | Debug debugging | Ben Longbons | 1 | -0/+22 | |
2014-08-25 | Kill those dumb strings | Ben Longbons | 2 | -83/+0 | |
2014-08-25 | Remove CONSTSTR optimization for now | Ben Longbons | 1 | -9/+0 | |
2014-08-05 | In magic, use Variant for all the old anonymous nested unions | Ben Longbons | 1 | -2/+2 | |
2014-06-30 | Finally get around to decoupling the warning system | Ben Longbons | 4 | -9/+1 | |
2014-06-27 | This is more reliable | Ben Longbons | 13 | -106/+67 | |
2014-06-27 | Shut up already | Ben Longbons | 1 | -2/+0 | |
2014-06-26 | Stick everything in a namespace | Ben Longbons | 27 | -1/+110 | |
2014-06-26 | Low hanging fruit | Ben Longbons | 5 | -3/+13 | |
2014-06-26 | specialize inventory/storage indices | Ben Longbons | 6 | -65/+386 | |
2014-05-12 | Split net/ from mmo/ | Ben Longbons | 3 | -0/+295 | |
2014-04-26 | Stricter grep checks | Ben Longbons | 1 | -1/+1 | |
2014-04-24 | Header cleanup | Ben Longbons | 8 | -12/+66 | |
2014-04-22 | Make travis happy | Ben Longbons | 8 | -9/+9 | |
2014-04-22 | Use strict ID types | Ben Longbons | 2 | -1/+27 | |
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 | -1/+1 | |
2014-04-19 | Make clang and libc++ happy | Ben Longbons | 1 | -0/+1 | |
2014-04-14 | Ditch gcc 4.6 support | Ben Longbons | 2 | -14/+14 | |
2014-04-09 | Add all the missing copyright headers | Ben Longbons | 17 | -0/+320 | |
2014-03-31 | Be stricter about most arrays | Ben Longbons | 5 | -144/+37 | |
2014-03-16 | Clean up header organization | Ben Longbons | 20 | -0/+1143 | |