aboutsummaryrefslogtreecommitdiff
path: root/EventManager.py
Commit message (Expand)AuthorAgeFilesLines
* move priority constants to root of EventManager namespaceGravatar jesopo2018-07-151-7/+6
* Added EventHook.call_for_result to get a result or default from an eventGravatar jesopo2018-07-151-0/+3
* Implemented delimited "event chains" and changed pong.py to use itGravatar jesopo2018-07-081-1/+14
* Added an event hook priority systemGravatar jesopo2018-07-021-3/+11
* Added a "replay" system to EventManager hooks, to replay missed .callsGravatar jesopo2017-12-261-2/+10
* Change line handlingGravatar Evelyn2017-07-161-0/+1
* logging EventManager errors with EventManger is a bad ideaGravatar jesopo2017-01-271-3/+3
* implemented error logging to EventManager (WIP)Gravatar jesopo2016-07-141-3/+11
* added logs.py and changed EventHook objects to know their name.Gravatar jesopo2016-07-131-4/+7
* added a very unreliable and BAD IDEA way to unload modules.Gravatar jesopo2016-04-141-0/+2
* first commit.Gravatar jesopo2016-03-291-0/+87