Richard Davey
|
3f3b6bfd35
|
Brand new highly optimised QuadTree added, populated by the game loop and world ready to be queried as often as you want in your game loop, without creating hundreds of new QuadTrees each frame.
|
2013-09-04 03:48:15 +01:00 |
|
Richard Davey
|
bdc1c2ceb9
|
Sorted out the bounds for when sprites are in trimmed texture atlases to stop the physics checks going insane. Also bundled in Advanced Physics lib, although not hooked up yet.
|
2013-09-03 15:35:40 +01:00 |
|
Richard Davey
|
8a90a87492
|
Text converted and a couple of examples created. Using new extend system, so much smaller classes now.
|
2013-09-03 06:02:47 +01:00 |
|
Richard Davey
|
e28cdbeb6a
|
Moving to using a small extend / mixin method to avoid code repeating now we're extending Pixi display objects.
|
2013-09-03 04:43:26 +01:00 |
|
Richard Davey
|
66e86e7d82
|
Tiling Sprite added
|
2013-09-03 03:19:42 +01:00 |
|
Richard Davey
|
c18de53bab
|
SoundManager converted and playing audio :)
|
2013-09-03 01:24:16 +01:00 |
|
Richard Davey
|
22847f6ade
|
DebugUtils converted, re-name spaced the Input classes and started on Camera culling.
|
2013-08-31 21:50:34 +01:00 |
|
Richard Davey
|
70ee753859
|
The complete Phaser Input Manager suite is now ported across. Not tested in earnest yet, but all the grunt work is at least done.
|
2013-08-31 13:54:59 +01:00 |
|
Richard Davey
|
936118bd91
|
AnimationManager done and in, need to fix texture update bug, otherwise finished.
|
2013-08-30 04:20:14 +01:00 |
|
Richard Davey
|
5b036557c0
|
The start of World, also moved Game/Stage into core.
|
2013-08-29 21:57:36 +01:00 |
|
Richard Davey
|
6bf7bab917
|
Fixed some errors in Rectangle and more Pixi hooks added, now creating the Stage properly and rendering sprites.
|
2013-08-29 19:20:04 +01:00 |
|
Richard Davey
|
19483bafed
|
Canvas and Stage added and starting to merge in Pixi deeply.
|
2013-08-29 17:20:59 +01:00 |
|
Richard Davey
|
3d4783980e
|
StateManager improving in leaps and bounds.
|
2013-08-29 14:38:51 +01:00 |
|
Richard Davey
|
4bbcc380c5
|
State handling done. Refactored the Game constructor a LOT. Now works from within closures, outside of them, with Phaser.State objects or normal Objects with the right functions inside. Also fixed some small bugs in PluginManager and various scope issues with RAF.
|
2013-08-29 07:06:16 +01:00 |
|