summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dat/clua/lm_trig.lua
Commit message (Expand)AuthorAgeFilesLines
* Let message_at_spot accept props; function_at_spot.Jude Brown2009-12-041-2/+12
* Allow reactivation of lua marker.Robert Vollmert2009-11-241-1/+2
* Add "wall_hit" to possible DgnTriggerer types.Jude Brown2009-11-201-1/+9
* lm_trig.lua: monster_dies can look for "any"Matthew Cline2009-11-131-3/+3
* lm_trig.lua: monster_dies fix, slaved marker fixMatthew Cline2009-11-111-2/+2
* lm_trig.lua: "listen_to_slaves" not for globalsMatthew Cline2009-11-081-3/+13
* item_pickup_change_flags: "auto" item nameMatthew Cline2009-11-081-6/+22
* lm_trig.lua: Forgot to remove master listenerMatthew Cline2009-11-081-1/+4
* lm_trig.lua: Master markers can listen to slavesMatthew Cline2009-11-081-6/+50
* Make TriggerableFunction's data parameter always a table.Jude Brown2009-11-071-4/+4
* lm_trig.lua: turn and enter event, listenersMatthew Cline2009-11-071-9/+194
* lm_trig.lua: do_trigger(): simplifyMatthew Cline2009-11-041-20/+4
* Slave/master handling in the Triggerable classMatthew Cline2009-11-041-8/+119
* Chained FogMachine convenience function, documentation, minor corrections.Bookofjude2009-11-031-1/+1
* Use lm_trig.lua instead of lm_func. lua for msgsMatthew Cline2009-11-011-0/+66
* lm_trig.lua: Handle player_move, player_losMatthew Cline2009-11-011-0/+17
* lm_trig.lua: event() uses method dispatchMatthew Cline2009-11-011-39/+50
* Observerable/observer-ish pattern for Lua markersMatthew Cline2009-10-221-0/+352