Richard Davey
|
4e1cbc01d8
|
Removed object creation
|
2018-07-06 12:22:05 +01:00 |
|
Richard Davey
|
cca6cd0b83
|
Fixed trimmed frame crop
|
2018-07-06 12:14:25 +01:00 |
|
Richard Davey
|
9ead9705c4
|
Preparing for trim crop support
|
2018-07-05 23:55:12 +01:00 |
|
Richard Davey
|
5063fe30e5
|
Fixed cropping when texture frame is flipped
|
2018-07-05 23:01:26 +01:00 |
|
Richard Davey
|
9bd8fb34a4
|
Changed canvasData to remove duplicate properties.
|
2018-07-04 17:01:29 +01:00 |
|
Richard Davey
|
43fc988034
|
Moved crop UV handler to the Frame method. Cleaner and easier.
|
2018-07-04 15:18:08 +01:00 |
|
Richard Davey
|
436d92831c
|
Added getCropUVs method
|
2018-07-03 16:47:53 +01:00 |
|
Richard Davey
|
c82c09914e
|
Updated UV values
|
2018-07-02 23:51:42 +01:00 |
|
Richard Davey
|
8a7ead03a8
|
Frame.glTexture is a new property that maps to the WebGL Texture for the Frames Texture Source image. It's used internally by the renderer to avoid expensive object look-ups and is set automatically in the Frame constructor.
|
2018-07-02 13:43:35 +01:00 |
|
Richard Davey
|
29aec01b6f
|
Bumping to 3.7.0
|
2018-05-04 18:51:02 +01:00 |
|
Richard Davey
|
0aa071f734
|
Frame has a new method setSize which allows you to set the frame x, y, width and height and have it update all of the internal properties automatically.
|
2018-04-23 23:40:12 +01:00 |
|
orblazer
|
dca7996179
|
Fix multiple types on Physics, Texture and Input
|
2018-03-20 16:10:19 +01:00 |
|
Richard Davey
|
d1f5f8a82b
|
Added jsdocs
|
2018-02-12 16:01:21 +00:00 |
|
Richard Davey
|
33a67f3aff
|
Added custom pivot boolean.
|
2018-02-09 15:22:43 +00:00 |
|
Richard Davey
|
4c5150a24c
|
Added jsdocs
|
2018-02-08 04:01:44 +00:00 |
|
Richard Davey
|
a802914243
|
Added in destroy methods for all managers and invoked them from Game
|
2018-01-31 03:38:10 +00:00 |
|
Richard Davey
|
4473af243b
|
Frames can now have customData stored in them, as well as the Textures. This is populated by all of the atlas data by default and can be added to, either in the JJSON source files or at run-time. Closes #3165.
|
2018-01-19 18:23:25 +00:00 |
|
Richard Davey
|
d8f1ba03e9
|
Moved repository location
|
2018-01-09 21:43:56 +00:00 |
|
Richard Davey
|
0d90f75b5f
|
Splitting the dev branch up into versions.
|
2016-11-22 01:36:56 +00:00 |
|
Richard Davey
|
2e4e4be68d
|
Added Frame.clone.
|
2016-11-07 00:33:18 +00:00 |
|
photonstorm
|
32e2df93c2
|
Fixed Inverse UV calc.
|
2016-10-19 14:30:23 +01:00 |
|
photonstorm
|
18b12dfc3e
|
Huge amount of work getting the WebGL renderer sorted out, tidied up and merged with the latest Texture and Transform components.
|
2016-10-18 17:03:25 +01:00 |
|
photonstorm
|
ce3308ea1d
|
Hooking the Loader and Cache into the new Texture Manager.
|
2016-10-11 14:52:17 +01:00 |
|
photonstorm
|
1da95994a5
|
First pass of the newly re-structured Canvas Renderer (still using old texture system though).
|
2016-10-03 12:44:54 +01:00 |
|
Richard Davey
|
42b8118fa0
|
All core features of the new Texture classes are now done. Multi-atlas support, Sprite Sheets embedded in atlases, shared source references, shared frame data, and split parsers. Phew.
|
2016-09-30 06:07:00 +01:00 |
|
photonstorm
|
f993769336
|
Lots of work on the new Texture classes.
|
2016-09-29 16:10:22 +01:00 |
|