summaryrefslogtreecommitdiff
path: root/src/map/script.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-10-08Split script.cppBen Longbons1-5191/+0
2014-10-07Minimize script headerBen Longbons1-0/+92
2014-10-06Switch script indexing from 2-based to 0-basedBen Longbons1-224/+224
2014-10-06Remove vestigial support for offhanded weaponsBen Longbons1-1/+0
2014-09-30Rename enum Option to Opt0Ben Longbons1-2/+2
2014-08-28Prevent skills from being set out of bounds by privileged usersBen Longbons1-0/+2
2014-08-27Yes, I doBen Longbons1-5/+19
2014-08-27The downside of hiding a loop in a macroBen Longbons1-10/+4
2014-08-25Kill those dumb stringsBen Longbons1-67/+50
2014-08-25Bust the last evil unionBen Longbons1-355/+352
2014-08-25Remove CONSTSTR optimization for nowBen Longbons1-31/+25
2014-08-05Move magic to its own namespaceBen Longbons1-1/+1
2014-08-05Enums are not usually integers, sorryBen Longbons1-0/+1
2014-07-23Be more strict about function/statement mismatchesBen Longbons1-141/+134
2014-06-30It's about time I did thisBen Longbons1-3/+3
2014-06-26Stick everything in a namespaceBen Longbons1-0/+4
2014-06-26Low hanging fruitBen Longbons1-29/+29
2014-06-26specialize inventory/storage indicesBen Longbons1-17/+17
2014-06-24No one is .neutral() here (except IPv4 addresses)Ben Longbons1-2/+2
2014-06-23Generate the map server protocolBen Longbons1-1/+1
2014-05-27Generate the char server protocolBen Longbons1-1/+1
2014-05-20:%s/^\( *\)\([^ ].*\)\?\(LOG\|PRINTF\)[A-Z_]*(\(.*,\n\)\+\zs\(\1 [^ ]\...Ben Longbons1-1/+1
2014-05-12Split net/ from mmo/Ben Longbons1-2/+3
2014-04-24Conform magic headers to the decl/def ruleBen Longbons1-1/+1
2014-04-24Header cleanupBen Longbons1-4/+5
2014-04-22Fix parsing of comments in const dbBen Longbons1-5/+9
2014-04-22Use strict ID typesBen Longbons1-65/+84
2014-04-19Wouldn't it be nice to have some integers too?Ben Longbons1-1/+1
2014-04-14Ditch gcc 4.6 supportBen Longbons1-295/+295
2014-04-13"Fix" ItkaBen Longbons1-5/+1
2014-04-09Add all the missing copyright headersBen Longbons1-0/+22
2014-04-04Fix travisBen Longbons1-0/+1
2014-04-01Add script warnings about labelsBen Longbons1-6/+25
2014-03-31Check the equip index arrayBen Longbons1-5/+11
2014-03-31Be stricter about most arraysBen Longbons1-20/+20
2014-03-25Add deprecation warnings for script syntax changesBen Longbons1-5/+38
2014-03-25fix script/magic interactionBen Longbons1-2/+2
2014-03-24Implement new magic frontend using sexprBen Longbons1-7/+7
2014-03-16Clean up header organizationBen Longbons1-9/+12
2014-03-15Remove unused fields to shrink character structBen Longbons1-21/+1
2014-03-15Split out the keys from character data to have better paging performanceBen Longbons1-4/+4
2014-03-15Allow any script variable to be accessed from magic (mostly)Ben Longbons1-5/+49
2014-02-22Make mapflags bitmask instead of bitfieldBen Longbons1-17/+9
2014-02-13Name and number mapflags betterBen Longbons1-174/+6
2014-02-08Implement AStringBen Longbons1-18/+19
2014-02-06Wrap remaining FDs in a classBen Longbons1-6/+8
2014-02-04Convert fd to Session* where meaningfulBen Longbons1-2/+2
2014-01-26Also do db/const.txt and data/resnametable.txtv14.1.27Ben Longbons1-10/+10
2014-01-25Implement unified config parsing (mostly)Ben Longbons1-17/+15
2013-12-21fix travis errorsBen Longbons1-1/+1