Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-23 | Use generated config for map | Ben Longbons | 1 | -5/+4 | |
2015-01-03 | Switch MATCH to separate begin/end macros | Ben Longbons | 1 | -4/+6 | |
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-09 | Make it easier to debug scripts, especially from coredumps | Ben Longbons | 1 | -1/+1 | |
2014-11-04 | Use the new ASTs | Ben Longbons | 1 | -1/+16 | |
2014-10-13 | Convert container lookups to use Option<Borrowed<T>> | Ben Longbons | 1 | -6/+6 | |
2014-10-08 | Split script.cpp | Ben Longbons | 1 | -0/+1 | |
2014-10-07 | Minimize script header | Ben Longbons | 1 | -0/+2 | |
2014-08-25 | Kill those dumb strings | Ben Longbons | 1 | -1/+1 | |
2014-08-05 | In magic, use Variant for all the old anonymous nested unions | Ben Longbons | 1 | -124/+131 | |
2014-08-05 | Move magic to its own namespace | Ben Longbons | 1 | -0/+3 | |
2014-06-26 | Stick everything in a namespace | Ben Longbons | 1 | -0/+4 | |
2014-06-26 | Low hanging fruit | Ben Longbons | 1 | -1/+1 | |
2014-05-20 | :%s/^\( *\)\([^ ].*\)\?\(LOG\|PRINTF\)[A-Z_]*(\(.*,\n\)\+\zs\(\1 [^ ↵ | Ben Longbons | 1 | -4/+4 | |
]\)\@! */\1 / | |||||
2014-05-12 | Split net/ from mmo/ | Ben Longbons | 1 | -2/+2 | |
2014-04-24 | Conform magic headers to the decl/def rule | Ben Longbons | 1 | -0/+2 | |
2014-04-24 | Header cleanup | Ben Longbons | 1 | -0/+11 | |
2014-04-22 | Use strict ID types | Ben Longbons | 1 | -3/+5 | |
Possibly some missing for the far side of the network. AccountId and BlockId are still terribly entangled. | |||||
2014-04-14 | Ditch gcc 4.6 support | Ben Longbons | 1 | -164/+166 | |
2014-03-31 | Be stricter about most arrays | Ben Longbons | 1 | -3/+3 | |
2014-03-25 | Add deprecation warnings for script syntax changes | Ben Longbons | 1 | -1/+1 | |
2014-03-24 | Hopefully fix the build | Ben Longbons | 1 | -1/+1 | |
2014-03-24 | Implement new magic frontend using sexpr | Ben Longbons | 1 | -0/+1245 | |