Commit graph

16 commits

Author SHA1 Message Date
Pavle Goloskokovic
51aaa3e35a Fixed bug with EventBinding which gets destroyed mid execution - removed logic that was already executed either through binding destroy call or dispatcher destroy call
Fixed issue where comparison was performed instead of assignment
2018-01-05 19:38:51 +01:00
Twilrom
2b9c0f4cd3 Bugfix in deleteAll 2017-11-16 13:17:06 +01:00
Richard Davey
999046064d Added optional scope to all event bindings 2017-11-07 17:05:51 +00:00
Richard Davey
f70e3430ee Removed console.log 2017-11-01 23:55:44 +00:00
Richard Davey
8370d7f912 Deleting an event within its dispatch no longer errors. Fix #3073 2017-11-01 22:21:31 +00:00
photonstorm
e119e3a3fc Huge update to move all classes to common Phaser Class format. Tidying up lots. Removing un-needed files. 2017-06-30 15:47:51 +01:00
Richard Davey
fa69035e4f Finished off Key Combo support. All config options now working correctly. 2017-02-21 23:01:05 +00:00
Richard Davey
7cef0e49fd Working through context issues. 2017-02-07 20:47:41 +00:00
Richard Davey
41f0b51b08 Don't tidy an empty set of bindings. 2017-02-07 18:44:35 +00:00
photonstorm
2b3127c405 Cutting out the noise. 2016-12-06 15:25:24 +00:00
photonstorm
048e11bc5e New Loader Events, and sorted out the const assignments. 2016-12-06 15:15:42 +00:00
photonstorm
952d6aa49d You can now use EventDispatcher.filter to scan outgoing events. 2016-12-06 14:08:58 +00:00
Richard Davey
a3e23e5c8a Lots of tidying up. 2016-12-06 02:07:30 +00:00
Richard Davey
6aa620a853 Big refactoring to allow for multi-bindings from a single dispatcher. 2016-12-06 01:39:06 +00:00
photonstorm
fdad2fc3b0 Listeners can be removed during dispatch without breaking the array. 2016-12-05 17:19:12 +00:00
photonstorm
c76c5741e7 Added in the new EventDispatch and Event system. 2016-12-05 15:29:44 +00:00