You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added EntityMouseEnter and EntityMouseLeave events.
Refactored dispatcher and unique naming.
Created generic HandlerList to maintain the list of all event handlers. This greatly simplifies the Dispatcher.
Moved unique naming to separate class that is now used by all EventHandlers.
Refactored handler list management.
No external ramifications.
Refactored handler list management enabling the Director to look up the frontMost entity rather than doing this in the Dispatcher, improving code organization.