Richard Davey
|
8d17e1f963
|
Sound duration fixes.
|
2013-09-30 12:17:21 +01:00 |
|
Richard Davey
|
9d84429960
|
Group length checks
|
2013-09-24 15:49:21 +01:00 |
|
Richard Davey
|
891369b197
|
Preparing for 1.0.6 release, but moving physics changes to dev.
|
2013-09-24 15:28:29 +01:00 |
|
Richard Davey
|
51049128f5
|
Collision fixes for testing
|
2013-09-23 22:23:17 +01:00 |
|
Richard Davey
|
257cbe3be8
|
Much more stable collision, just need to refactor the Tilemap handling - see if I can optimise it a bit too.
|
2013-09-23 03:26:08 +01:00 |
|
Richard Davey
|
bc02a1a05e
|
Fixing collision issues
|
2013-09-23 01:06:09 +01:00 |
|
Richard Davey
|
a415e779d1
|
Final 1.0.5 release.
|
2013-09-20 13:55:33 +01:00 |
|
Richard Davey
|
f069107e55
|
1.0.1 release - fixes issues in tile map collision, additional Animation stop checks and updated package license.
|
2013-09-15 03:58:38 +01:00 |
|
Richard Davey
|
62d77e7038
|
Small new demo and refactored collision list - now far less comparisons to perform!
|
2013-09-13 04:22:12 +01:00 |
|
Richard Davey
|
0a42269479
|
Group vs. Group collision working - also fixed a bug in the Body.reset function that was causing some lovely physics errors :)
|
2013-09-13 03:52:05 +01:00 |
|
Richard Davey
|
ecc91fb4e0
|
More collision test cases and fixing a few issues as I go :)
|
2013-09-13 03:07:39 +01:00 |
|
Richard Davey
|
f812b92b8a
|
Creating test cases.
|
2013-09-13 02:07:58 +01:00 |
|
Richard Davey
|
a1450680a4
|
Part way through re-factoring the collision handler
|
2013-09-13 00:53:03 +01:00 |
|
Richard Davey
|
9f687b4f8a
|
Adding Type support for collision checks.
|
2013-09-12 21:54:41 +01:00 |
|
Richard Davey
|
79dc3566f4
|
Fixed some issues in Tilemap collision, updated the Emitter so x/y controls the point of emission (to stop collision getting out of whack) and fixed the postUpdate in body.
|
2013-09-12 20:59:56 +01:00 |
|
Richard Davey
|
92e86494e3
|
Tilemap Collision in and working :) Needs testing against Groups now.
|
2013-09-12 15:39:52 +01:00 |
|
Richard Davey
|
fba731e740
|
Added optional "pixel perfect" input checks and tested against static sprites, animated sprites, physics sprites and sprites positioned outside the screen (needing camera shift to appear).
|
2013-09-11 16:25:46 +01:00 |
|
Richard Davey
|
f260108433
|
Tidying up source code for release. Also refactored World to use a Group instance, rather tha duplicate functions.
|
2013-09-11 13:21:07 +01:00 |
|
Richard Davey
|
5d3fe891cd
|
Particle Emitter in and working. Nice and fast, and a lot more flexible than before.
|
2013-09-10 01:26:50 +01:00 |
|
Richard Davey
|
78598ae54a
|
Implemented my own LinkedList class to make the new Input Handler easier to work with. And also just generally useful to have too.
|
2013-09-08 11:24:41 +01:00 |
|
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
|
bb5d8ca170
|
a
|
2013-09-07 21:12:47 +01:00 |
|
Richard Davey
|
eb7af3d2a2
|
Group nearly done. Sprite.anchor appears to be broken though, must fix.
|
2013-09-06 20:20:58 +01:00 |
|
Richard Davey
|
822a2df289
|
Lots of work on Group and also resolved the issue of the core game loop structure not being quite right.
|
2013-09-06 15:00:05 +01:00 |
|
Richard Davey
|
0c97e8e151
|
Starting work on Group.
|
2013-09-05 21:07:44 +01:00 |
|
Richard Davey
|
10bc22b717
|
Motion helper functions added to the ArcadePhysics class.
|
2013-09-04 16:12:58 +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
|
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
|
2a353a0327
|
Flixel physics optimised about as much as it can be. Also added world and local gravity support and flag to toggle it on / off.
|
2013-09-04 01:10:01 +01:00 |
|
Richard Davey
|
0f438d5221
|
separateX up and working sweet with gc spike removal too
|
2013-09-03 19:34:38 +01:00 |
|
Richard Davey
|
a27f6d6562
|
Forces working, collision half way there.
|
2013-09-03 17:28:12 +01:00 |
|
Richard Davey
|
2fe8a3a0a7
|
Physics integration and a fix to Tween that stopped the repeat/yoyo from working.
|
2013-09-03 17:07:05 +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 |
|