| Commit message (Expand) | Author | Age | Files | Lines |
* | util.events: Fix comparison of event_name with nil instead of false (fixes #554) | Matthew Wild | 2016-05-12 | 1 | -1/+1 |
* | util.events: Document data structures | Matthew Wild | 2015-12-23 | 1 | -0/+5 |
* | util.*: Remove use of module() function, make all module functions local and ... | Kim Alvefur | 2015-02-21 | 1 | -3/+5 |
* | Merge | Matthew Wild | 2015-05-06 | 1 | -1/+2 |
|\ |
|
| * | util.events: Add local reference to table.remove (fixes traceback) | Kim Alvefur | 2015-05-05 | 1 | -1/+2 |
* | | util.events: Add get_handlers() method | Matthew Wild | 2015-05-06 | 1 | -0/+4 |
|/ |
|
* | util.events: Change from nil to false to indicate adding a global wrapper | Matthew Wild | 2015-04-28 | 1 | -2/+2 |
* | util.events: Add support for event wrappers, functions which can wrap the cal... | Matthew Wild | 2015-04-28 | 1 | -1/+67 |
* | Remove all trailing whitespace | Florian Zeitz | 2013-08-09 | 1 | -1/+1 |
* | util.events: Remove varargs, event handlers can now only accept a single para... | Matthew Wild | 2013-07-15 | 1 | -3/+3 |
* | util.events: Remove an event's table when it has no more handlers. | Waqas Hussain | 2010-12-19 | 1 | -0/+3 |
* | util.events: Event handler indices are now built lazily (faster server startu... | Waqas Hussain | 2010-09-19 | 1 | -3/+8 |
* | util.events: Create new index on handler change instead of modifying existing... | Waqas Hussain | 2010-09-17 | 1 | -4/+2 |
* | util.events: Fixed the exposed API for adding/removing sets of event handlers. | Waqas Hussain | 2010-09-17 | 1 | -2/+2 |
* | util.events: Removed dispatcher creation functions (these weren't being used). | Waqas Hussain | 2010-09-17 | 1 | -31/+1 |
* | Merge 0.6->0.7 | Matthew Wild | 2010-03-22 | 1 | -2/+2 |
|\ |
|
| * | Update copyright headers for 2010 | Matthew Wild | 2010-03-22 | 1 | -2/+2 |
* | | util.events: Rename add_plugin() and remove_plugin() to add_handlers() and re... | Matthew Wild | 2009-12-31 | 1 | -4/+4 |
|/ |
|
* | Add copyright header to those files missing one | Matthew Wild | 2009-07-10 | 1 | -0/+8 |
* | util.events: Convert from Windows line endings | Matthew Wild | 2009-07-09 | 1 | -99/+99 |
* | util.events: Replaced ipairs with slightly faster numeric for loop - #optimiz... | Waqas Hussain | 2009-06-26 | 1 | -4/+4 |
* | util.events: Dispatch code now accepts a variable number of arguments | Waqas Hussain | 2009-05-17 | 1 | -4/+4 |
* | util.events: Much more efficient index building | Waqas Hussain | 2009-05-17 | 1 | -12/+11 |
* | util.events: handler priorities | Waqas Hussain | 2009-05-16 | 1 | -3/+5 |
* | util.events: event handlers can now return a result, which also interrupts fu... | Waqas Hussain | 2009-05-15 | 1 | -2/+4 |
* | Added: util/events.lua: An event handling library | Waqas Hussain | 2009-03-30 | 1 | -0/+96 |