Log

util/events.lua @ 10120:756b8821007a

description author age
Merge 0.10->trunk Matthew Wild 2018-04-24
util.events: Fix loop construct (negative step required) Matthew Wild 2018-04-24
vairious: Add annotation when an empty environment is set [luacheck] Kim Alvefur 2018-02-28
util: Various minor changes to please [luacheck] Kim Alvefur 2017-11-10
util.events: Fix comparison of event_name with nil instead of false (fixes #554) Matthew Wild 2016-05-12
util.events: Document data structures Matthew Wild 2015-12-23
util.*: Remove use of module() function, make all module functions local and return them in a table at the end Kim Alvefur 2015-02-21
Merge Matthew Wild 2015-05-06
util.events: Add get_handlers() method Matthew Wild 2015-05-06
util.events: Add local reference to table.remove (fixes traceback) Kim Alvefur 2015-05-04
util.events: Change from nil to false to indicate adding a global wrapper Matthew Wild 2015-04-28
util.events: Add support for event wrappers, functions which can wrap the calling of event handlers to run code before/after an event (for debugging, statistics, logging purposes, etc.) Matthew Wild 2015-04-28
Remove all trailing whitespace Florian Zeitz 2013-08-09
util.events: Remove varargs, event handlers can now only accept a single parameter Matthew Wild 2013-07-15