62 Commits
Author SHA1 Message Date
gitea de72cfc0f8 sets z when unprojecting with a new point 2015-11-29 15:12:17 +08:00
gitea 257e0c424c moveToPointer doesn't change the Z velocity 2015-11-28 20:43:54 +08:00
gitea f13e3fcc20 Cleaned console.log 2015-11-28 17:58:00 +08:00
gitea adf1a9cdb3 Updated help 2015-11-28 17:28:20 +08:00
gitea e9809e3e9f Merge branch 'master' of https://github.com/lewster32/phaser-plugin-isometric 2015-11-28 17:26:47 +08:00
gitea 5929c114b3 Update build 2015-11-28 17:25:06 +08:00
gitea af287cc2de Added arcade-physics utility functions 2015-11-28 17:24:27 +08:00
gitea 4cc748b339 Stops sprites flying off if isoPosition is changed during update 2015-11-28 14:48:11 +08:00
gitea 09a213c493 bugfix 2015-11-28 14:41:02 +08:00
gitea b2f54c30f5 outOfBounds kill uses isometric bounds 2015-11-28 13:35:25 +08:00
gitea d3d00c1624 sprite.body.facing snaps to fastest movement direction 2015-11-28 13:03:41 +08:00
Lewis Lane 540e4b1877 Update README.md 2015-11-23 10:24:59 +00:00
Lewis Lane 66c6a83915 Update README.md 2015-11-23 10:23:26 +00:00
Lewis Lane b735d47ed4 Merge pull request #29 from wassname/master
Fixed typo
2015-11-23 10:08:21 +00:00
M Clark e9c72140dc Fixed typo 2015-11-21 08:22:07 +08:00
Lewis Lane 57b69f4171 Merge pull request #26 from promadesign/isometrictype-bugfix
Allow initialisation with alternative projection angle.
2015-09-30 14:30:27 +01:00
Martijn van de Sande 1bf1913005 Update Isometric.js 2015-09-16 12:32:29 +02:00
Martijn van der Sande ca0487d40a isometric type bugfix 2015-09-15 15:38:47 +02:00
Lewis Lane 60ab5071b6 Merge pull request #21 from mfpierre/fix-min
👍
2015-07-16 22:38:46 +01:00
Pierre 2cc46c82e8 Fix minified file 2015-07-16 23:33:39 +02:00
lewster32 f1566e1a6b Fixed version number on minified dist 2015-05-21 21:06:39 +01:00
lewster32 00af750f9f Fixed a conflict in dist file 2015-05-21 21:01:00 +01:00
lewster32 4dfacf4e0d Fixed inaccurate unprojection if world boundaries do not start at 0, 0 (spotted by oboforty on the forums). 2015-05-21 20:54:54 +01:00
Lewis Lane 499e8fb87a Update README.md 2015-04-02 16:38:56 +01:00
Lewis Lane 545f801ead Update README.md 2015-04-02 16:37:14 +01:00
Lewis Lane 8f71b61315 Update README.md 2015-04-02 16:37:01 +01:00
Lewis Lane cbad1cd4c0 Merge pull request #18 from mfpierre/fix-phaser
Phaser 2.3 Compatibility
2015-04-02 16:34:17 +01:00
Pierre 16491724d0 Update dist files 2015-03-26 16:23:56 +01:00
Pierre 4b199a384b Fix compatibility with Phaser 2.3 2015-03-26 16:22:54 +01:00
Lewis Lane 0cc0561d23 Merge pull request #14 from clark-stevenson/patch-2
Update phaser.plugin.isometric.d.ts
2014-10-21 09:47:31 +01:00
Clark Stevenson 7677af9f6e Update phaser.plugin.isometric.d.ts
Fixed small typo.
2014-10-20 12:31:12 +01:00
Lewis Lane dbf0677136 Merge pull request #13 from clark-stevenson/patch-1
Update phaser.plugin.isometric.d.ts
2014-10-20 09:35:18 +01:00
Clark Stevenson 71cc243d0b Update phaser.plugin.isometric.d.ts
I expanded on @edgarjcfn original work. There are some issues as detailed at the top of the file which are not done mostly for the same reason as before (opened ended classes). I still hope to get time to play with this library in the next week or so to give it a test :D
2014-10-19 00:24:40 +01:00
Lewis Lane 535a6dbbff Merge pull request #12 from edgarjcfn/master
Added Support for Typescript
2014-10-16 13:26:27 +01:00
Edgar Neto e12516f6b6 Updated README 2014-10-15 07:17:53 +02:00
edgarjcfn e66a1140a4 Cleaned logs. Updated Typescript definitions file.
Built after deleting logs

Updated .d.ts file with more definitions

Added more definitions to .d.ts file
2014-10-14 00:25:28 +02:00
edgarjcfn 97e28ac92f Added the bare-minimum .d.ts file for Typescript Interoperability 2014-10-13 23:27:03 +02:00
edgarjcfn 75e75d676c Decoupled References to Enable Typescript
Added a Reference to Projector to Phaser.Plugin.Isometric.
Added a delegate addIsoSprite() to Phaser.Plugin.Isometric.
2014-10-13 23:17:57 +02:00
Lewis Lane ecdd3a6b61 Merge pull request #10 from mfpierre/fix_containsXY
Fix Cube.ontainsXY
2014-09-24 14:53:20 +01:00
Pierre 8532f655f3 Update dist files 2014-09-24 11:50:13 +02:00
Pierre e1e86f6943 Remove height check for containsXY 2014-09-24 11:49:31 +02:00
lewster32 98a6d01799 Fixed debug output relying on there being a global 'game' object. 2014-09-13 20:29:53 +01:00
Lewis Lane 730720e1e1 Merge pull request #6 from mfpierre/fix_unproject
Fixed unproject Point3 namespace.
2014-08-28 15:41:35 +01:00
Pierre 81eb97f613 Update dist files 2014-08-28 16:08:53 +02:00
Pierre 7d58e9c500 Fix Point3 namespace 2014-08-28 16:08:40 +02:00
lewster32 cd02a3faf6 Added new dist files! 2014-08-28 13:30:46 +01:00
lewster32 190d3bbf3e Fixed default Z coordinate for Projector.unproject. 2014-08-28 13:29:56 +01:00
lewster32 fed085c721 Fixed new projection routine to correctly handle unprojection. Added contains and containsXY methods to Cube. 2014-08-28 13:00:35 +01:00
lewster32 5f767474a9 Further refined projection and unprojection code - small drift on Y axis to be fixed still. 2014-08-23 15:33:47 +01:00
lewster32 8a6f02acef Changed TRUE projection to ISOMETRIC and added MILITARY as a third projection preset const. 2014-08-23 14:43:18 +01:00