Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-23 | Use generated config for map | Ben Longbons | 1 | -4/+4 | |
2015-01-03 | Switch MATCH to separate begin/end macros | Ben Longbons | 4 | -95/+60 | |
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. | |||||
2014-11-19 | Magically allow "break" within WITH_VAR | Ben Longbons | 4 | -9/+82 | |
2014-11-04 | Use the new ASTs | Ben Longbons | 1 | -0/+16 | |
2014-10-26 | Fix header ranking | Ben Longbons | 4 | -2/+176 | |
2014-10-26 | New ast module for for npc parsing | Ben Longbons | 2 | -0/+157 | |
Will eventually put most/all parsers there. | |||||
2014-10-18 | Fix bug where Option destroys too much | Ben Longbons | 2 | -1/+39 | |
2014-10-16 | Tweak for travis | Ben Longbons | 1 | -1/+1 | |
2014-10-16 | Split tests a lot | Ben Longbons | 1 | -0/+2 | |
This probably takes longer for a from-scratch compile, but saves big on incremental recompiles. | |||||
2014-10-15 | Remove the need for empty source files to check headers | Ben Longbons | 7 | -182/+0 | |
2014-10-15 | Always print symbols if known for pointers | Ben Longbons | 1 | -1/+1 | |
2014-10-13 | Convert container lookups to use Option<Borrowed<T>> | Ben Longbons | 7 | -4/+154 | |
2014-10-13 | Add OPTION_IS_SOME branching macro | Ben Longbons | 4 | -1/+38 | |
2014-10-04 | Implement Option<T> and Borrowed<T> | Ben Longbons | 6 | -0/+937 | |
2014-06-30 | Finally get around to decoupling the warning system | Ben Longbons | 1 | -2/+0 | |
2014-06-27 | This is more reliable | Ben Longbons | 9 | -68/+41 | |
2014-06-26 | Stick everything in a namespace | Ben Longbons | 16 | -0/+65 | |
2014-06-26 | Low hanging fruit | Ben Longbons | 2 | -3/+8 | |
2014-05-27 | Was the bug in my code or in the compiler? Who knows? | Ben Longbons | 2 | -7/+9 | |
2014-05-19 | Convert login/char and login/admin server components to proto-v2 | Ben Longbons | 2 | -0/+107 | |
2014-05-12 | Split net/ from mmo/ | Ben Longbons | 2 | -0/+48 | |
2014-04-24 | Header cleanup | Ben Longbons | 4 | -64/+3 | |
2014-04-22 | Make travis happy | Ben Longbons | 7 | -10/+7 | |
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 | 2 | -3/+7 | |
2014-04-09 | Add all the missing copyright headers | Ben Longbons | 14 | -2/+265 | |
2014-03-16 | Clean up header organization | Ben Longbons | 15 | -0/+419 | |