Richard Davey
|
fe6664eac7
|
Fixed the Body collide issues and optimised the process at the same time. Now the QuadTree appears to work perfectly as a result. Bonus!
|
2013-09-08 01:24:59 +01:00 |
|
Richard Davey
|
128bdccd79
|
Sorted out the QuadTree issues and resolved a small but vital bug in separateX, also re-organised the collision flags in Body.
|
2013-09-04 13:54:55 +01:00 |
|
Richard Davey
|
b2263c16c6
|
Patched the QuadTree, now working a whole lot better but am worried it's still working out too many collisions.
|
2013-09-04 04:54:43 +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
|
c18de53bab
|
SoundManager converted and playing audio :)
|
2013-09-03 01:24:16 +01:00 |
|
Richard Davey
|
ed13283f0f
|
Tided up the cull / bounds demo.
|
2013-09-03 00:42:17 +01:00 |
|
Richard Davey
|
7c597999d4
|
Camera culling now in and working, although you need to enable it on a per sprite basis. Also fixed a few small bugs in the Animation Manager.
|
2013-09-02 23:22:24 +01:00 |
|
Richard Davey
|
d31777972c
|
Camera culling
|
2013-09-01 19:52:50 +01:00 |
|
Richard Davey
|
6ef89826df
|
Phew.. lots of transform matrix math over and I can finally get all 4 points of a Sprite, regardless of rotation, translation or scale of itself or any of its parents.
|
2013-09-01 05:29:53 +01:00 |
|
Richard Davey
|
12e5d2aceb
|
...
|
2013-09-01 05:22:08 +01:00 |
|
Richard Davey
|
801c2af9d4
|
Updated world so the update run uses the linked list. Sprite.getLocalPosition now almost working, but falls over for children.
|
2013-09-01 03:57:24 +01:00 |
|
Richard Davey
|
99e0934244
|
More late-night math.
|
2013-09-01 02:28:51 +01:00 |
|
Richard Davey
|
5d4da0ce66
|
Working out culling
|
2013-09-01 00:35:29 +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 |
|