Richard Davey
|
dada2ad181
|
Now parses Texture Packer 7.1.0 scale9 data and stores it on the Frames
|
2023-11-09 18:23:44 +00:00 |
|
Bambosh
|
7cbf56c3ae
|
Fixed SpriteSheetFromAtlas out of range sourceIndex
|
2023-01-26 16:28:15 +11:00 |
|
Richard Davey
|
468bf7821d
|
Updated copyright year
|
2023-01-02 17:36:27 +00:00 |
|
Richard Davey
|
064e8a3ec2
|
Fixed type issues
|
2022-11-10 16:05:20 +00:00 |
|
Richard Davey
|
5320402a07
|
The endFrame and startFrame properties of the SpriteSheet parser wouldn't correctly apply themselves, the Texture would still end up with all of the frames. It will now start at the given startFrame so that is frame zero and end at endFrame , regardless how many other frames are in the sheet.
|
2022-09-24 21:35:58 +01:00 |
|
Richard Davey
|
59fbcc5ca3
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
|
Richard Davey
|
07f0bd4184
|
The JSON Hash and Array Texture Parsers will now throw a console.warn if the JSON is invalid and contains identically named frames.
|
2021-11-03 13:49:24 +00:00 |
|
Richard Davey
|
615321582f
|
Expose the parsers
|
2021-10-06 18:44:19 +01:00 |
|
Richard Davey
|
97be6a965d
|
Textures.Parsers.PVRParser is a new parser for the PVR compression container format.
|
2021-10-06 18:44:13 +01:00 |
|
Richard Davey
|
94906435c2
|
Textures.Parsers.KTXParser is a new parser for the KTX compression container format.
|
2021-10-06 18:44:03 +01:00 |
|
Richard Davey
|
a2428e1424
|
Create PVRParser.js
|
2021-10-05 18:30:24 +01:00 |
|
Richard Davey
|
6f9471f40d
|
Create KTXParser.js
|
2021-10-05 18:30:21 +01:00 |
|
Richard Davey
|
02c34cd64e
|
Replace integer with number
|
2020-11-23 10:22:13 +00:00 |
|
Richard Davey
|
80c571963c
|
Textures.Parsers.JSONHash will now perform a hasOwnProperty check when iterating the frames, skipping anything that isn't a direct property. This should allow you to use generated atlas data that comes from JSON.parse . Fix #4768
|
2020-08-26 13:06:04 +01:00 |
|
samme
|
00d645e438
|
Print texture key in warning for zero frames
|
2020-05-08 10:31:20 -07:00 |
|
Richard Davey
|
6c47e3d9e1
|
Formatting fixes
|
2020-04-27 09:59:40 +01:00 |
|
Ben Randall
|
c4e9860c4b
|
Fixes to JSON texture parsers
Add support for anchors to JSON Hash
Accept pivot value from anchor property or pivot property.
|
2020-04-26 22:12:06 -07:00 |
|
Richard Davey
|
8f52fe59bb
|
Completed JSDocs
|
2020-02-04 14:56:28 +00:00 |
|
Richard Davey
|
ff65e69cd1
|
Changed copyright date to 2020
|
2020-01-15 12:07:09 +00:00 |
|
Richard Davey
|
c91ed91ce3
|
License link update
|
2019-05-10 16:15:04 +01:00 |
|
Richard Davey
|
73dc7899b9
|
Removed commented logs
|
2019-04-08 10:19:22 +01:00 |
|
Cirras
|
9a38ddf7b8
|
Add __BASE texture entry to spritesheets created with SpriteSheetFromAtlas parser
|
2019-02-10 01:33:30 +11:00 |
|
Richard Davey
|
aa341854c7
|
Happy New Year
|
2019-01-15 16:20:22 +00:00 |
|
Richard Davey
|
e9b22500c0
|
Merge pull request #4097 from Cirras/atlas-to-spritesheet-trimming
Improved trim handling for Spritesheets created from trimmed Texture Atlas Frames
|
2018-10-19 13:38:24 +01:00 |
|
Richard Davey
|
4c4421c47f
|
Docjam merge
|
2018-10-19 12:32:43 +01:00 |
|
Richard Davey
|
4b1c762296
|
Updated @memberOf to @memberof
|
2018-10-10 10:49:13 +01:00 |
|
Cirras
|
82da94bd46
|
Improved trim handling for Spritesheets created from trimmed Texture Atlases frames
Fixes issue #4096.
|
2018-10-06 18:37:37 +10:00 |
|
Andrew Groff
|
5c853c640f
|
Fixing code style and making console warning more concise
|
2018-07-08 15:12:02 -07:00 |
|
Andrew Groff
|
cca6dd605c
|
Adding console warning to notify users when their frame config does not create any frames
|
2018-07-08 03:22:04 -07:00 |
|
Richard Davey
|
c34de6acdf
|
lint fixes and console removal
|
2018-05-04 02:46:38 +01:00 |
|
Richard Davey
|
77250b1ba3
|
Shorter warning.
|
2018-05-04 02:37:41 +01:00 |
|
Richard Davey
|
e1b252e4fd
|
Removed un-used texture parsers and added in new AtlasXML parser.
|
2018-05-04 02:37:32 +01:00 |
|
Richard Davey
|
ea0bdce26a
|
Updated jsdocs
|
2018-04-16 16:37:07 +01:00 |
|
Richard Davey
|
9e0f113c92
|
Added jsdocs
|
2018-04-07 16:16:03 +01:00 |
|
Evan
|
582a742373
|
filling in most of the jsdocs for GetFastValue and SpriteSheetFromAtlas
|
2018-04-05 14:21:40 -05:00 |
|
orblazer
|
7fba122321
|
Fix "any" types
|
2018-03-20 17:15:49 +01:00 |
|
Richard Davey
|
1b20232bd1
|
Exposed consts and added jsdocs
|
2018-03-16 17:35:01 +00:00 |
|
Richard Davey
|
05a4385cd7
|
jsdoc fixes
|
2018-03-16 17:29:39 +00:00 |
|
Joachim Grill
|
22ecd23f09
|
fixed multiatlas loader to support new TexturePacker atlas format introduced for Phaser 3
|
2018-02-27 14:48:45 +01:00 |
|
Richard Davey
|
86f00eeb52
|
eslint fixes
|
2018-02-16 18:17:51 +00:00 |
|
Richard Davey
|
e1554c34d6
|
eslint fixes
|
2018-02-16 18:07:49 +00:00 |
|
Richard Davey
|
d1f5f8a82b
|
Added jsdocs
|
2018-02-12 16:01:21 +00:00 |
|
Richard Davey
|
3225367240
|
Check for new TP3 structure.
|
2018-02-09 15:23:03 +00:00 |
|
Richard Davey
|
4c5150a24c
|
Added jsdocs
|
2018-02-08 04:01:44 +00:00 |
|
Richard Davey
|
107cd8426f
|
Updated spacing addition issue.
|
2018-01-29 16:12: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 |
|
photonstorm
|
4f8e509f91
|
Fixed JSON Hash parsing.
|
2016-10-19 14:29:52 +01:00 |
|
photonstorm
|
ce3308ea1d
|
Hooking the Loader and Cache into the new Texture Manager.
|
2016-10-11 14:52:17 +01:00 |
|