summaryrefslogtreecommitdiff
path: root/src/map/npc.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-05-12add undefined_gat check to npc_propagate_update()mekolat1-0/+3
2016-04-23dispose orphan puppet if the parent is gonemekolat1-1/+33
2016-04-15do not send BEING_REMOVE when the npc is already removedmekolat1-16/+15
2016-04-15improvements, cleanup, bug fixesmekolat1-21/+26
2016-04-15remove MESSAGE npc subtypemekolat1-21/+1
2016-04-15do not bind trigger detection to map cellsmekolat1-2/+2
2016-04-15fix compilation errorsmekolat1-2/+2
2016-04-15do non-timer events synchronouslymekolat1-1/+1
2016-04-15merge npc_event_do_l into npc_eventmekolat1-84/+56
2016-04-15remove ugly workaroundmekolat1-19/+22
2016-04-15implement puppet npcsmekolat1-13/+24
2016-04-15shrink magic_messagemekolat1-20/+8
2016-04-15Remove old Magicwushin1-15/+43
2016-04-15Magic -> Map Npcswushin1-0/+69
2016-04-15new/modified builtinswushin1-0/+88
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