.. |
boot
|
New Input Manager and Keyboard handler in and working.
|
2017-02-21 01:04:37 +00:00 |
cache
|
Game Cache added and tests written and working.
|
2017-01-30 16:56:04 +00:00 |
camera
|
camera follow
|
2017-03-13 15:17:14 -03:00 |
canvas
|
New canvas GetContext function.
|
2017-02-07 18:44:35 +00:00 |
components
|
Swapped Transform undefined style.
|
2017-03-09 00:41:21 +00:00 |
device
|
Removed global scene graph. New system works with camera system
|
2017-02-20 21:38:22 -03:00 |
dom
|
New Graphics.Color functions (in preparation for doing State background color management)
|
2017-02-09 14:48:25 +00:00 |
events
|
Finished off Key Combo support. All config options now working correctly.
|
2017-02-21 23:01:05 +00:00 |
gameobjects
|
Starting on Text
|
2017-03-13 23:38:48 +00:00 |
geom
|
Tidying up.
|
2017-02-13 11:52:01 +00:00 |
graphics
|
Export correct color values.
|
2017-03-08 22:50:00 +00:00 |
input
|
Fixed issue with component private vars being shared.
|
2017-02-24 01:45:24 +00:00 |
loader
|
Moved BitmapText into new folder and added in scale and font size support.
|
2017-03-01 00:16:35 +00:00 |
math
|
Added Simplex Noise functions.
|
2017-02-10 01:28:55 +00:00 |
physics
|
Merged in Matter.js
|
2017-03-08 23:53:58 +00:00 |
polyfills
|
Added new Dynamic FX Generator.
|
2017-01-11 04:38:15 +00:00 |
renderer
|
Added fillTriangle and strokeTriangle to Graphics Game Object
|
2017-03-07 21:51:09 -03:00 |
sound
|
Moved GetObjectValue into utils/object
|
2017-02-04 05:39:37 +00:00 |
state
|
Fixed transform issue when dealing with camera transforms
|
2017-03-06 15:13:39 -03:00 |
structs
|
Implemented RTree spatial sort for the display list handling. Canvas Renderer updated to take advantage of it. Camera updated to extend BaseTransform + add extra properties. Array QuickSelect function added. Frame radius calculation added.
|
2017-01-26 04:06:10 +00:00 |
textures
|
Frame calculates its center automatically now (to avoid Sprites having to do it every time they're created, as it'll never change once the Frame is set).
|
2017-03-02 02:06:53 +00:00 |
time
|
Refactoring Game Loop to include MasterClock and State data packages.
|
2017-02-17 01:43:55 +00:00 |
utils
|
Tidied up Class, fixed a few bounds checks and exposed the utils.
|
2017-02-28 01:10:45 +00:00 |
checksum.js
|
Swapped Transform undefined style.
|
2017-03-09 00:41:21 +00:00 |
const.js
|
Blitter and Sprite game objects updated and added back in with new class system.
|
2017-02-23 03:54:54 +00:00 |
phaser.js
|
Merged in Matter.js
|
2017-03-08 23:53:58 +00:00 |