summaryrefslogtreecommitdiff
path: root/src/map/npc.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-04-03Item modeHoraK-FDF1-1/+6
2018-03-23fix a bug introduced by wushin, which freeyorp highlighted with his previous ...v18.3.23.1Tezer1-17/+2
2018-03-23automatically de-attach freed NPCsv18.3.23gumi1-3/+12
2018-03-04ignore phony npc event calls (~)gumi1-0/+3
2018-03-03don't blindly trust event npc namegumi1-1/+8
2018-01-03release v18.1.3v18.1.3gumi1-1/+1
2018-01-03mark NPCs as disabled while cleaninggumi1-0/+1
2018-01-03remove mob timers, make areatimer only work on PCgumi1-15/+0
2018-01-03remove npc event queue, always clear npc event timergumi1-3/+5
2018-01-01release v18.1.1v18.1.1gumi1-2/+6
2017-11-12re-fix the puppet despawn buggumi1-0/+8
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