commit | d886527557ee4af9a93e3e4ee38e53df58617793 | [log] [download] |
---|---|---|
author | Florian Nücke <florian@nuecke.de> | Tue Oct 29 23:49:28 2013 +0100 |
committer | Florian Nücke <florian@nuecke.de> | Tue Oct 29 23:49:28 2013 +0100 |
tree | 0c857c0aeb348294e93069a3dd55403d37ddf3ed | |
parent | 1fd375f17f4da01130db0d3d7e31c0fefe16d608 [diff] |
renamed event.wait to event.pull; removed event.fire, instead allowing generating/queuing signals from the Lua side, adding os.pushSignal and renaming os.signal to os.pullSignal. pullSignal now has no filtering capabilities, only a timeout, all filtering is done via event.pull