Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 - ↵ | Waqas Hussain | 2009-06-26 | 1 | -4/+4 |
| | | | | #optimization | ||||
* | 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 ↵ | Waqas Hussain | 2009-05-15 | 1 | -2/+4 |
| | | | | further handling of the event | ||||
* | Added: util/events.lua: An event handling library | Waqas Hussain | 2009-03-30 | 1 | -0/+96 |