summaryrefslogtreecommitdiff
path: root/src/map/magic-v2.cpp
AgeCommit message (Collapse)AuthorFilesLines
2014-05-20:%s/^\( *\)\([^ ].*\)\?\(LOG\|PRINTF\)[A-Z_]*(\(.*,\n\)\+\zs\(\1 [^ ↵Ben Longbons1-4/+4
]\)\@! */\1 /
2014-05-12Split net/ from mmo/Ben Longbons1-2/+2
2014-04-24Conform magic headers to the decl/def ruleBen Longbons1-0/+2
2014-04-24Header cleanupBen Longbons1-0/+11
2014-04-22Use strict ID typesBen Longbons1-3/+5
Possibly some missing for the far side of the network. AccountId and BlockId are still terribly entangled.
2014-04-14Ditch gcc 4.6 supportBen Longbons1-164/+166
2014-03-31Be stricter about most arraysBen Longbons1-3/+3
2014-03-25Add deprecation warnings for script syntax changesBen Longbons1-1/+1
2014-03-24Hopefully fix the buildBen Longbons1-1/+1
2014-03-24Implement new magic frontend using sexprBen Longbons1-0/+1245