summaryrefslogtreecommitdiff
path: root/src/map/npc.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-05-02npc -1 => 32767mekolat1-1/+1
2015-04-05remove deprecated cmdothernpcmekolat1-21/+0
2015-01-23Use generated config for mapBen Longbons1-21/+5
2015-01-03Document every network packet's pre, post, and descBen Longbons1-21/+0
2014-11-09Add explicit check for mapless eventsBen Longbons1-4/+3
2014-10-26Fix header rankingBen Longbons1-3/+1
2014-10-13Convert container lookups to use Option<Borrowed<T>>Ben Longbons1-30/+32
2014-10-08Split npc parse functions in to their own fileBen Longbons1-843/+13
2014-10-08Split script.cppBen Longbons1-1/+2
2014-09-30Rename enum Option to Opt0Ben Longbons1-3/+3
2014-06-30It's about time I did thisBen Longbons1-7/+7
2014-06-26Stick everything in a namespaceBen Longbons1-0/+4
2014-06-26Low hanging fruitBen Longbons1-21/+21
2014-06-26specialize inventory/storage indicesBen Longbons1-4/+4
2014-06-24No one is .neutral() here (except IPv4 addresses)Ben Longbons1-1/+1
2014-06-23SwatBen Longbons1-1/+4
2014-06-23Generate the map server protocolBen Longbons1-29/+31
2014-05-12Split net/ from mmo/Ben Longbons1-1/+2
2014-04-24Header cleanupBen Longbons1-3/+3
2014-04-22Use strict ID typesBen Longbons1-40/+49
2014-04-14Ditch gcc 4.6 supportBen Longbons1-69/+66
2014-04-09Add all the missing copyright headersBen Longbons1-0/+20
2014-03-31Be stricter about most arraysBen Longbons1-9/+9
2014-03-25Add deprecation warnings for script syntax changesBen Longbons1-2/+2
2014-03-25Mapflag to override savepoint (ported from wushin)Ben Longbons1-0/+9
2014-03-24Implement new magic frontend using sexprBen Longbons1-1/+1
2014-03-16Clean up header organizationBen Longbons1-6/+9
2014-03-15Remove unused fields to shrink character structBen Longbons1-1/+0
2014-02-22Make mapflags bitmask instead of bitfieldBen Longbons1-2/+2
2014-02-13Name and number mapflags betterBen Longbons1-91/+13
2014-02-08Implement AStringBen Longbons1-12/+12
2014-01-25Implement unified config parsing (mostly)Ben Longbons1-8/+11
2013-11-15Another step towards proper header orderingBen Longbons1-1/+1
2013-11-15Use new IO classesBen Longbons1-20/+15
2013-10-12Disallow unchecked being castsBen Longbons1-24/+24
2013-10-05Split string header into piecesBen Longbons1-3/+8
2013-10-02Remove asserts in npc_checknearv13.10.2Ben Longbons1-2/+5
2013-09-29Silence a warning for temporary NPCsBen Longbons1-0/+2
2013-08-20Add some braces to appease certain gcc versionsBen Longbons1-4/+4
2013-08-20Refactor npc event timers to have an expired stateBen Longbons1-52/+67
2013-08-19Make some npc errors betterBen Longbons1-10/+47
2013-08-01Poison std::string and use the various string classesBen Longbons1-310/+261
2013-06-27Make callfunc/callsub in an if an errorBen Longbons1-0/+6
2013-06-25Fix bugsBen Longbons1-2/+2
2013-06-23add new stuff stuff (with tests!), poison memcmp and strncpyBen Longbons1-6/+3
2013-06-18Also poison memcpy, memmove, and memsetBen Longbons1-46/+30
2013-06-11Allegedly remove all manual memory managementBen Longbons1-375/+236
2013-05-25Switch block_list and subclasses to dumb_ptrBen Longbons1-199/+189
2013-05-23Make block_list a base classBen Longbons1-82/+82
2013-05-23Rename fields of block_list in preparation for subclassingBen Longbons1-82/+82