summaryrefslogtreecommitdiff
path: root/src/map/magic-expr.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-04-15Remove old Magicwushin1-1874/+0
2015-01-23Use generated config for mapBen Longbons1-0/+3
2015-01-03Switch MATCH to separate begin/end macrosBen Longbons1-67/+77
2014-10-26Fix header rankingBen Longbons1-1/+2
2014-10-13Convert container lookups to use Option<Borrowed<T>>Ben Longbons1-25/+20
2014-10-08Split script.cppBen Longbons1-0/+1
2014-09-30Rename enum Option to Opt0Ben Longbons1-1/+1
2014-09-05Fix a couple of bugs exposed by stricter server checksBen Longbons1-1/+1
2014-08-27The downside of hiding a loop in a macroBen Longbons1-1/+0
2014-08-27Debug debuggingBen Longbons1-16/+11
2014-08-25Kill those dumb stringsBen Longbons1-19/+17
2014-08-05In magic, use Variant for all the old anonymous nested unionsBen Longbons1-493/+587
2014-08-05Move magic to its own namespaceBen Longbons1-0/+3
2014-08-05Enums are not usually integers, sorryBen Longbons1-0/+1
2014-06-26Stick everything in a namespaceBen Longbons1-0/+4
2014-06-26Low hanging fruitBen Longbons1-14/+14
2014-06-26specialize inventory/storage indicesBen Longbons1-2/+2
2014-06-24No one is .neutral() here (except IPv4 addresses)Ben Longbons1-5/+5
2014-05-20:%s/^\( *\)\([^ ].*\)\?\(LOG\|PRINTF\)[A-Z_]*(\(.*,\n\)\+\zs\(\1 [^ ]\...Ben Longbons1-12/+12
2014-05-12Split net/ from mmo/Ben Longbons1-2/+1
2014-04-24Conform magic headers to the decl/def ruleBen Longbons1-7/+12
2014-04-24Header cleanupBen Longbons1-2/+6
2014-04-22Use strict ID typesBen Longbons1-8/+8
2014-04-19Wouldn't it be nice to have some integers too?Ben Longbons1-4/+4
2014-04-14Ditch gcc 4.6 supportBen Longbons1-105/+105
2014-04-09Add all the missing copyright headersBen Longbons1-0/+19
2014-03-31Check the equip index arrayBen Longbons1-3/+4
2014-03-31Be stricter about most arraysBen Longbons1-87/+87
2014-03-24Implement new magic frontend using sexprBen Longbons1-3/+30
2014-03-16Clean up header organizationBen Longbons1-2/+4
2014-03-15Remove unused fields to shrink character structBen Longbons1-1/+0
2014-03-15Split out the keys from character data to have better paging performanceBen Longbons1-1/+1
2014-03-15Allow any script variable to be accessed from magic (mostly)Ben Longbons1-1/+17
2014-02-08Implement AStringBen Longbons1-5/+5
2013-12-06Add basic source formatting toolsBen Longbons1-15/+15
2013-11-15Another step towards proper header orderingBen Longbons1-1/+2
2013-10-18Fix totally bogus status_option magic functionBen Longbons1-1/+1
2013-10-12Disallow unchecked being castsBen Longbons1-10/+10
2013-10-05Split string header into piecesBen Longbons1-0/+5
2013-08-01Poison std::string and use the various string classesBen Longbons1-152/+118
2013-06-25Silence travisBen Longbons1-0/+1
2013-06-18Also poison memcpy, memmove, and memsetBen Longbons1-8/+8
2013-06-11Allegedly remove all manual memory managementBen Longbons1-163/+164
2013-05-25Switch block_list and subclasses to dumb_ptrBen Longbons1-34/+33
2013-05-23Rename fields of block_list in preparation for subclassingBen Longbons1-10/+10
2013-04-27Force timers to be managedBen Longbons1-3/+2
2013-03-01Convince skills to workBen Longbons1-4/+8
2013-02-20Strictify map cellsBen Longbons1-6/+3
2013-02-12Replace mt_rand with <random>Ben Longbons1-37/+10
2013-02-12Strictify timersBen Longbons1-1/+1