Bambosh
|
7cbf56c3ae
|
Fixed SpriteSheetFromAtlas out of range sourceIndex
|
2023-01-26 16:28:15 +11:00 |
|
samme
|
cc8dcaaded
|
Fix Texture#has()
|
2023-01-18 17:29:14 -08:00 |
|
Richard Davey
|
2faa1dd824
|
Merge pull request #6337 from samme/feature/canvastexture-update
Add optional update argument to CanvasTexture methods
|
2023-01-18 16:27:40 +00:00 |
|
Richard Davey
|
8dccc85208
|
Updated docs
|
2023-01-11 17:35:17 +00:00 |
|
samme
|
190c3af510
|
Add optional update to CanvasTexture methods
|
2023-01-08 09:25:45 -08:00 |
|
Richard Davey
|
468bf7821d
|
Updated copyright year
|
2023-01-02 17:36:27 +00:00 |
|
Richard Davey
|
a39cebf7dc
|
Removed old code
|
2022-12-09 18:19:53 +00:00 |
|
Richard Davey
|
96bbc1dfd5
|
Revised jsdoc return type
|
2022-12-08 16:23:56 +00:00 |
|
Richard Davey
|
890cf74e8d
|
Move here until it goes into its own example
|
2022-12-05 22:58:30 +00:00 |
|
Richard Davey
|
064e8a3ec2
|
Fixed type issues
|
2022-11-10 16:05:20 +00:00 |
|
Richard Davey
|
e878cebd16
|
Force it to return Color object
|
2022-10-31 22:17:39 +00:00 |
|
Richard Davey
|
598921b638
|
If in debug mode, add texture key to Spector meta data
|
2022-10-28 17:53:55 +01:00 |
|
Richard Davey
|
147479c992
|
Update TextureSource.js
|
2022-10-19 15:33:57 +01:00 |
|
Richard Davey
|
27a4804978
|
Consolidate vars
|
2022-10-19 15:22:53 +01:00 |
|
Richard Davey
|
051dadd02a
|
Add 'willReadFrequently' to CanvasTexture
|
2022-10-14 13:25:01 +01:00 |
|
Richard Davey
|
ead9de5c04
|
Drawing a frame via draw , drawFrame or batchDrawFrame and specifying a tint value would inverse the Red and Blue channels. These are now handled properly. Fix #5509
|
2022-10-10 17:44:00 +01:00 |
|
Richard Davey
|
a970e0bcfb
|
Using DynamicTexture.fill in CANVAS mode only, after using the erase method, wouldn't reset the global composite operation correctly, resulting in fills. Fix #6124
|
2022-10-10 15:39:16 +01:00 |
|
Richard Davey
|
b318cd734f
|
Removed use of UUID from RenderTexture and fixed saveTexture method.
|
2022-10-09 16:01:06 +01:00 |
|
Richard Davey
|
4a44bd6024
|
Update Texture.js
|
2022-10-07 16:23:34 +01:00 |
|
Richard Davey
|
c9e37ed373
|
Remove calls to resetTextures
|
2022-10-07 16:09:23 +01:00 |
|
Richard Davey
|
bfa0a7298a
|
Update TextureSource.js
* The `Textures.TextureSource.glIndex` property has been removed.
* The `Textures.TextureSource.glIndexCounter` property has been removed.
|
2022-10-07 16:08:50 +01:00 |
|
Richard Davey
|
5641bfe48c
|
Update index.js
|
2022-10-07 15:27:50 +01:00 |
|
Richard Davey
|
5aa1584360
|
TextureManager.silentWarnings is a new boolean property that, when set, will prevent the Texture Manager from emiting any warnings or errors to the console in the case of missing texture keys or invalid texture access. The default is to display these warnings, this flag toggles that.
|
2022-10-06 22:04:21 +01:00 |
|
Richard Davey
|
6f68e075ba
|
Update DynamicTexture.js
|
2022-10-04 14:49:10 +01:00 |
|
Richard Davey
|
4db20ffa9e
|
Allow a DynamicTexture to be used as a BitmapMask
|
2022-10-03 23:15:53 +01:00 |
|
Richard Davey
|
c2869d2eb6
|
Scale 1
|
2022-10-03 23:15:40 +01:00 |
|
Richard Davey
|
95cd4f294d
|
Camera is for textures only
|
2022-10-03 18:50:09 +01:00 |
|
Richard Davey
|
dcb1c8a9dd
|
Allowing custom resolution for mask shader
|
2022-09-29 23:35:06 +01:00 |
|
Richard Davey
|
e2c9838896
|
Update StampConfig.js
|
2022-09-29 18:51:31 +01:00 |
|
Richard Davey
|
9ba74e9f8c
|
Added scale, blendMode and erase support
|
2022-09-29 18:51:27 +01:00 |
|
Richard Davey
|
f7196a07c2
|
Added stamp method docs and swap to using config object
|
2022-09-29 17:42:52 +01:00 |
|
Richard Davey
|
4b14d3d6c6
|
Create StampConfig.js
|
2022-09-29 17:42:40 +01:00 |
|
Richard Davey
|
3528354a4b
|
Added handy 'stamp' method
|
2022-09-28 22:43:29 +01:00 |
|
Richard Davey
|
064a1e0f4f
|
Added resetStamp
|
2022-09-28 22:43:20 +01:00 |
|
Richard Davey
|
0d951029b6
|
No need for 'this.frame'
|
2022-09-28 20:57:50 +01:00 |
|
Richard Davey
|
a60660a474
|
Create on READY
|
2022-09-28 20:57:42 +01:00 |
|
Richard Davey
|
e3503ef8b4
|
All of the following Texture Manager methods will now allow you to pass in a Phaser Texture as the source parameter: addSpriteSheet , addAtlas , addAtlasJSONArray , addAtlasJSONHash , addAtlasXML and addAtlasUnity . This allows you to add sprite sheet or atlas data to existing textures, or textures that came from external sources, such as SVG files, canvas elements or Dynamic Textures.
|
2022-09-28 20:34:34 +01:00 |
|
Richard Davey
|
8bfe54287a
|
Updated documentation
|
2022-09-28 19:53:59 +01:00 |
|
Richard Davey
|
676f0db838
|
Added Stamp
|
2022-09-28 19:53:49 +01:00 |
|
Richard Davey
|
0e57db40d4
|
Improved docs
|
2022-09-28 19:09:35 +01:00 |
|
Richard Davey
|
f9ecb2461b
|
Update DynamicTexture.js
|
2022-09-28 17:51:09 +01:00 |
|
Richard Davey
|
d64878736f
|
Testing out the new DynamicTexture
|
2022-09-27 23:39:23 +01:00 |
|
Richard Davey
|
62f3315b1c
|
Trying DynamicTexture (to replace RenderTexture)
|
2022-09-27 18:42:46 +01:00 |
|
Richard Davey
|
e15f2414d6
|
Update TextureManager.js
|
2022-09-26 23:18:12 +01:00 |
|
Richard Davey
|
1283ca8198
|
The TextureManager.get methof can now accept a Frame instance as its parameter, which will return the frames parent Texture.
|
2022-09-26 17:18:04 +01:00 |
|
Richard Davey
|
25ab9f329d
|
TextureManager.parseFrame is a new method that will return a Texture Frame instance from the given argument, which can be a string, array, object or Texture instance.
|
2022-09-26 15:28:41 +01: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
|
023343c789
|
All events have a type of string. Fix #6136
|
2022-09-21 22:01:03 +01:00 |
|
Richard Davey
|
17415902ab
|
The Texture.destroy method will only destroy sources, dataSources and frames if they exist, protecting against previously destroyed instances.
|
2022-09-21 14:06:58 +01:00 |
|
Richard Davey
|
618891bcda
|
The TextureManager.addSpriteSheet method will now allow you to pass in a Phaser Texture as the 2nd parameter. This allows you to add sprite sheet data to textures that came from external sources, such as SVG files or canvas elements.
|
2022-09-15 22:30:59 +01:00 |
|
Richard Davey
|
bdce1b255f
|
Update index.js
|
2022-09-08 21:36:28 +01:00 |
|
Richard Davey
|
bc7e5f9c79
|
Merge pull request #6196 from samme/feature/texture-add-remove-key-events
Add texture add/remove key events
|
2022-08-24 21:20:13 +01:00 |
|
samme
|
7824876bd7
|
Add texture add/remove key events
- Phaser.Textures.Events.ADD_KEY
- Phaser.Textures.Events.REMOVE_KEY
|
2022-08-24 10:13:58 -07:00 |
|
samme
|
01735b5a5c
|
Exclude __WHITE in getTextureKeys()
|
2022-08-23 10:38:51 -07:00 |
|
Richard Davey
|
0258714887
|
Update TextureManager.js
|
2022-08-19 16:44:55 +01:00 |
|
Richard Davey
|
7c4eff9251
|
The CanvasFeatures tests and the TextureManager _tempContext now specify the { willReadFrequently: true } hint to inform the browser the canvas is to be read from, not composited.
|
2022-08-18 18:01:28 +01:00 |
|
Richard Davey
|
59fbcc5ca3
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
|
Richard Davey
|
a4308cfa3a
|
Skips Canvas drawImage calls if invalid frame sizes given. Fix #5951
|
2022-02-03 16:44:24 +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
|
e4bbc4dec7
|
TextureManager#addCompressedTexture is a new method that will add a compressed texture, and optionally atlas data into the Texture Manager and return a Texture object than any Sprite can use.
|
2021-10-06 18:43:20 +01:00 |
|
Richard Davey
|
3a6219914e
|
Now parses compressed textures and sets the algorithm property
|
2021-10-06 18:42:26 +01:00 |
|
Richard Davey
|
8752890c2c
|
Create MipmapType.js
|
2021-10-06 17:47:21 +01:00 |
|
Richard Davey
|
f2d21f26fd
|
Create CompressedTextureData.js
|
2021-10-06 17:47:16 +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 |
|
samme
|
c9cbace6f2
|
Add texture key to the missing frame warning
|
2021-09-02 10:41:16 -07:00 |
|
Sebastian Fast
|
df9f367b95
|
#5689 moved _pending to beginning of function
|
2021-05-13 10:52:06 +02:00 |
|
Richard Davey
|
8a6a4a7219
|
If TextureSource.destroy has a WebGL Texture it will tell the WebGL Renderer to reset the textures first, before deleting its texture.
|
2021-02-17 13:11:12 +00:00 |
|
Matt Jennings
|
d30c1682d2
|
check that renderer exists before accessing renderer.type (fixes #5558)
|
2021-02-11 15:43:16 -06:00 |
|
Richard Davey
|
b71bfcf7ba
|
The error RENDER WARNING: there is no texture bound to the unit ... would be thrown when destroying a Text Game Object, or any Game Object that uses its own custom texture. Destroying such an object will now reset the WebGL Texture cache. Fix #5464
|
2021-01-04 15:51:14 +00:00 |
|
Richard Davey
|
abf90070ba
|
Update TextureManager.js
|
2020-11-26 11:24:32 +00:00 |
|
Richard Davey
|
417f7684c3
|
More integer to number changes
|
2020-11-23 10:32:00 +00:00 |
|
Richard Davey
|
02c34cd64e
|
Replace integer with number
|
2020-11-23 10:22:13 +00:00 |
|
Hexus
|
ef022cd3df
|
Implemented reading WebGL texture dimensions automatically when adding them to the TextureManager
|
2020-11-18 00:49:19 +00:00 |
|
Richard Davey
|
b278916b3e
|
No need to reset during destroy
|
2020-10-27 11:38:34 +00:00 |
|
Richard Davey
|
c8a99f00f2
|
Improved JSDocs
|
2020-10-03 10:15:19 +01:00 |
|
Richard Davey
|
e368c479a0
|
The TextureManager now generates a new texture with the key __WHITE durings its boot process. This is a pure white 4x4 texture used by the Graphics pipelines.
|
2020-09-14 14:54:58 +01: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 |
|
Richard Davey
|
d98d305e2f
|
Frame.setUVs is a new method that allows you to directly set the canvas and UV data for a frame. Use this if you need to override the values set automatically during frame creation.
|
2020-08-05 12:45:07 +01:00 |
|
Richard Davey
|
4baa0522b9
|
Bumping to 3.50
|
2020-07-31 13:41:29 +01:00 |
|
Richard Davey
|
556b5b05be
|
Update TextureSource.js
|
2020-07-23 16:23:14 +01:00 |
|
Richard Davey
|
fd305591ec
|
Added glIndex and glIndexCounter properties
|
2020-07-15 16:52:01 +01:00 |
|
samme
|
00d645e438
|
Print texture key in warning for zero frames
|
2020-05-08 10:31:20 -07:00 |
|
Richard Davey
|
19c53407e5
|
CanvasTexture.setSize forgot to update the width and height properties of the Texture itself. These now match the underlying canvas element. Fix #5054
|
2020-04-27 15:19:00 +01:00 |
|
Richard Davey
|
f4efebfb64
|
Merge pull request #5103 from samme/docs/misc-6
Docs corrections
|
2020-04-27 10:01:33 +01: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 |
|
samme
|
cfe501c338
|
Docs: correct type for CanvasTexture#getPixels
|
2020-04-21 11:05:16 -07:00 |
|
Richard Davey
|
3183f1e7de
|
Finished JSDocs
|
2020-02-04 17:16:19 +00: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 |
|
J.C
|
8d259cd6c2
|
add missing parameters for addGLTexture method for TS def
|
2019-10-23 17:45:48 +08:00 |
|
J.C
|
d56deef62b
|
undo brackets removal
|
2019-10-18 12:03:11 +08:00 |
|
J.C
|
87b54d2f4f
|
fixed a bug: in case if the environment does not support HTMLVideoElement.
|
2019-10-16 13:39:52 +08:00 |
|
J.C
|
96dbb3e11a
|
check to see if the environmet has video element
|
2019-10-15 15:24:36 +08:00 |
|
Richard Davey
|
9659ec2f47
|
Added flipY property and setFlipY method.
|
2019-10-10 12:26:25 +01:00 |
|
Richard Davey
|
69346bb1d3
|
TextureManager.get can now accept either a string-based key, or a Texture instance, as its parameter.
|
2019-10-09 10:49:47 +01:00 |
|