Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-21 | fix event priority sorting | Jesse Plamondon-Willard | |
2020-06-16 | improve new event code | Jesse Plamondon-Willard | |
This commit... * debounces the has-custom-priorities check; * fixes collection-modified-during-enumeration errors if an event handler is added or removed while the event is being raised; * fixes Remove(handler) removing all instances of the handler instead of the last one. | |||
2020-06-15 | refactor & optimize event code a bit, drop old support for unknown event ↵ | Jesse Plamondon-Willard | |
handlers |