phaser/src
2018-05-25 19:28:02 +01:00
..
actions Fix JSDoc parameter type in Actions.GridAlign 2018-04-29 16:25:44 +08:00
animations Fixed 'all frames' check 2018-05-16 14:35:30 +01:00
boot lint fix 2018-05-18 17:43:12 +01:00
cache The BaseCache has a new method exists that will return a boolean if an entry for the given key exists in the cache or not. 2018-04-25 17:07:39 +01:00
cameras Updated SmoothStep and SmootherStep documentation. Fixed lint errors. 2018-05-24 18:11:18 +01:00
create Initial Commit 2018-03-30 13:46:44 -04:00
curves Updated method names 2018-05-23 23:09:31 +01:00
data Polished some DataManagerPlugin and EachActiveSoundCallback descriptions. 2018-05-23 08:18:49 +01:00
device Added additional check for node 2018-04-13 15:22:59 +02:00
display Bumping to 3.7.0 2018-05-04 18:51:02 +01:00
dom adding documentation to some files with only one [description] tag 2018-04-08 14:13:02 -05:00
events All systems now register themselves with the new PluginCache 2018-05-15 12:51:50 +01:00
gameobjects Merge pull request #3687 from thomastanck/thomastanck-typedefupdates 2018-05-24 13:49:30 +01:00
geom Polygon.setTo would fail if given an array of arrays as a list of points. Fix #3619 2018-04-26 15:55:27 +01:00
input Added identifier properties for multi-touch 2018-05-25 19:28:02 +01:00
loader New mapping property 2018-05-18 18:43:35 +01:00
math Minor parameter renaming for SmoothStep interpolation functions. 2018-05-24 19:06:57 +01:00
physics Merge pull request #3687 from thomastanck/thomastanck-typedefupdates 2018-05-24 13:49:30 +01:00
plugins Fixed jsdoc errors 2018-05-25 17:20:50 +01:00
polyfills The AudioContextMonkeyPatch has been updated to use an iife. Fix #3437 2018-05-24 23:17:33 +01:00
renderer The Particle tint value was incorrectly calculated, causing the color channels to be inversed. Fix #3643 2018-05-18 13:16:17 +01:00
scene New registerFileType argument, new Global Plugin mapping and createEntry method 2018-05-18 18:43:27 +01:00
sound Polished some DataManagerPlugin and EachActiveSoundCallback descriptions. 2018-05-23 08:18:49 +01:00
structs Recoded how RTree generations its functions. Solves perf issue introduced in 3.4 Fix #3594 2018-04-18 22:32:52 +01:00
textures All systems now register themselves with the new PluginCache 2018-05-15 12:51:50 +01:00
tilemaps Camera.shake would not effect dynamic tilemap layers. Fix #3669 2018-05-24 23:02:59 +01:00
time All systems now register themselves with the new PluginCache 2018-05-15 12:51:50 +01:00
tweens All systems now register themselves with the new PluginCache 2018-05-15 12:51:50 +01:00
utils Utils.Array.BringToTop failed to move the penultimate item in an array due to an index error. Fix #3658 2018-05-15 08:45:39 +01:00
const.js Preparing for 3.10 dev work 2018-05-25 00:21:01 +01:00
phaser-arcade-physics.js Added fixed core build and updated AP config 2018-05-16 14:53:15 +01:00
phaser-core.js Added fixed core build and updated AP config 2018-05-16 14:53:15 +01:00
phaser.js Remapped EventEmitter correctly to Phaser.Events.EventEmitter 2018-05-11 14:05:34 +01:00