Alex Ford
8c50c091bb
Change whitespace to more clearly indicate operator precedence
2017-06-26 20:47:18 +01:00
Richard Davey
5fff7c4c55
Removed console.log and fixed Wrap function.
2017-06-17 04:15:02 +01:00
photonstorm
ea44513fda
ESLint updates.
2017-06-02 17:08:22 +01:00
photonstorm
2fbbee5dc6
Revised Seeking to handle repeats (almost)
2017-05-25 17:16:20 +01:00
Richard Davey
4baf3264dd
Fixed Linear ease map entry.
2017-05-17 02:47:14 +01:00
Richard Davey
418af7351e
Fixed EaseMap.
2017-05-10 04:29:42 +01:00
Richard Davey
1fd4eb13a1
Added a string-lookup EaseMap.
2017-05-10 00:42:59 +01:00
photonstorm
a232e6c97d
Created VariableTimeStep loop and integrated it into the Game and State Systems.
...
Added GetSpeed Math util.
2017-04-27 17:03:19 +01:00
Richard Davey
81aa09d732
Added Layer actions for create, createMultiple, rotation around a fixed point, rotation by distance, and positioning around a circle.
2017-03-28 03:09:59 +01:00
Richard Davey
3e3b327bda
Added Simplex Noise functions.
2017-02-10 01:28:55 +00:00
Richard Davey
426e5af447
Adding vec2 files.
2017-02-04 04:41:17 +00:00
photonstorm
9371753b2c
New Anchor component.
...
DrawImage now takes anchor arguments.
GameObject.angle fixed and all the other Transform accessors added back in (except Pivot).
Wrap fixed to not wrap if value is within range already.
2017-01-31 14:55:15 +00:00
photonstorm
0b63a4fa01
Removed log.
2017-01-25 12:16:53 +00:00
photonstorm
65ead45dab
Moved RNG into Math.
2017-01-25 12:01:38 +00:00
vulvulune
323a4af72a
fix signature
2017-01-16 23:02:33 +01:00
Richard Davey
196f57c869
Added RotateAroundDistance and tidied up other Rotate functions.
2017-01-03 22:47:26 +00:00
photonstorm
d557d13d25
Added in new Util functions, and fixed some left-over ES6 values.
2016-12-15 17:15:47 +00:00
photonstorm
275badf1ed
Removed Phaser global use from modules.
2016-12-13 16:38:47 +00:00
photonstorm
6585297fbf
Lots of Math component exports added.
...
Restructured Phaser export file, finally removing it out of the Boot folder.
Fixed several broken math functions.
2016-12-13 16:12:25 +00:00
Richard Davey
ba76c2225d
Added new Angle functions.
2016-12-07 20:37:03 +00:00
photonstorm
0fce66c6f2
Added in all of the Phaser Math functions. Phew!
2016-12-07 17:16:59 +00:00
Richard Davey
2d90ae2b08
Images now parse into Blobs properly.
2016-12-07 00:27:56 +00:00
photonstorm
ff5273d01c
Adding in the start of the Math functions.
2016-12-06 16:18:12 +00:00
Richard Davey
1d4cdbd56a
Added and refactored the Random Data Generator. Working nicely, removed some redundant apply calls, and made the private vars properly private.
2016-11-25 05:12:02 +00:00