Felipe Alfonso
|
668ef3c058
|
Fixed scissor issue on BitmapText
|
2017-06-08 16:18:35 -04:00 |
|
photonstorm
|
22875376b7
|
Moved scissor values to object so they can be read from batches.
Almost got Dynamic Text working with scissor (doesn't restore correctly on exit).
|
2017-06-08 17:15:02 +01:00 |
|
photonstorm
|
25b75ec1cf
|
Added scrollX/Y to WebGL BitmapText renderer.
|
2017-06-08 16:27:50 +01:00 |
|
Richard Davey
|
1e409d7e95
|
Added glyph data object for callback use
|
2017-06-08 02:24:50 +01:00 |
|
Richard Davey
|
3852c9c359
|
BitmapText can take a contents array now. Also fixed scroll rect.
|
2017-06-08 01:56:46 +01:00 |
|
Richard Davey
|
798ffa9c16
|
Added scroll offset
|
2017-06-08 00:55:54 +01:00 |
|
Richard Davey
|
da0ddeab54
|
Fixed WebGL renderer when no display callback was specified
|
2017-06-08 00:55:42 +01:00 |
|
Richard Davey
|
e5f5b557b1
|
Added Retro Font to BitmapText convertor
|
2017-06-07 23:49:22 +01:00 |
|
Felipe Alfonso
|
9244b271cc
|
Fixed issue when creating EffectLayer and RenderPass
|
2017-06-02 12:27:51 -04:00 |
|
photonstorm
|
ea44513fda
|
ESLint updates.
|
2017-06-02 17:08:22 +01:00 |
|
Felipe Alfonso
|
9a1bb506ee
|
Camera Scroll added to Tile map
|
2017-06-01 18:42:57 -04:00 |
|
Felipe Alfonso
|
ea71909b4e
|
Tile rendering correctly
|
2017-06-01 17:29:51 -04:00 |
|
Felipe Alfonso
|
dc035ddaab
|
Tilemap Rendering
|
2017-06-01 17:05:50 -04:00 |
|
Felipe Alfonso
|
d19d1f6b8d
|
Tilemap Static Mesh Construction
|
2017-05-31 13:40:51 -04:00 |
|
Felipe Alfonso
|
c470df9db5
|
Static Tilemap Base
|
2017-05-30 12:55:15 -04:00 |
|
photonstorm
|
f5d97f488b
|
Call toString to avoid crashes if numbers are passed in.
|
2017-05-24 05:59:14 +01:00 |
|
photonstorm
|
4a71309335
|
Added missing properties and methods to Quad class.
Updated to use new Mesh Color and Alpha arrays.
|
2017-05-23 13:29:40 +01:00 |
|
Felipe Alfonso
|
73ff899ce2
|
vertex color and alpha properties
|
2017-05-22 15:29:27 -04:00 |
|
Felipe Alfonso
|
d216793595
|
Texture Filtering and Repeat property
|
2017-05-19 21:16:45 -04:00 |
|
Richard Davey
|
129a045d69
|
Start of Quad class.
|
2017-05-19 20:07:30 +01:00 |
|
Felipe Alfonso
|
399e12b2ca
|
Indexed Mesh Rendering
|
2017-05-18 15:57:05 -04:00 |
|
Felipe Alfonso
|
198fc359f7
|
Mesh WebGL Renderer
|
2017-05-17 12:12:17 -04:00 |
|
Felipe Alfonso
|
d71d7d50bc
|
Fixed a couple of bugs on Graphics renderer and added should Flush to all webgl renderers
|
2017-05-17 11:09:06 -04:00 |
|
Felipe Alfonso
|
8f422503a2
|
Mesh GameObject base
|
2017-05-16 19:07:52 -04:00 |
|
Felipe Alfonso
|
70802cedcb
|
upload to GPU graphics
|
2017-05-10 23:52:32 -03:00 |
|
Felipe Alfonso
|
f84f4e626c
|
Graphics canvas texture generation
|
2017-05-10 21:24:57 -03:00 |
|
Felipe Alfonso
|
8be3ee40c9
|
Graphics Emtpy Texture generation
|
2017-05-10 20:36:11 -03:00 |
|
Richard Davey
|
422468ec29
|
Reminder docs and jshint fixes.
|
2017-05-10 00:43:12 +01:00 |
|
Felipe Alfonso
|
946266d715
|
Render to texture
|
2017-05-08 18:03:18 -03:00 |
|
Felipe Alfonso
|
6511b4b0d5
|
Internal Transform Stack for Graphics
|
2017-05-08 17:13:48 -03:00 |
|
Felipe Alfonso
|
d3b1081da7
|
Added destroy to tileSprite
|
2017-05-03 21:28:49 -03:00 |
|
Felipe Alfonso
|
da9a6de007
|
Canvas TileSprite
|
2017-05-03 21:14:14 -03:00 |
|
Felipe Alfonso
|
12d3771c0a
|
Tile Sprite rendering on WebGL
|
2017-05-02 17:57:21 -03:00 |
|
Richard Davey
|
9d1640063b
|
Added tabIndex property.
|
2017-05-01 01:27:35 +01:00 |
|
Felipe Alfonso
|
e6fefdab24
|
Using canvas buffer for generating tile texture
|
2017-04-28 15:10:32 -03:00 |
|
photonstorm
|
8264351f75
|
Renamed GetObjectValue to GetValue and replaced through-out entire codebase. More consistent now with GetAdvancedValue, etc.
|
2017-04-26 16:03:22 +01:00 |
|
photonstorm
|
427018d291
|
You can now provide the TextMetrics as part of the config object, to avoid the expensive canvas scanning needed.
Text.getTextMetrics and TextStyle.getTextMetrics added to faciliate this. Plus added to toJSON.
|
2017-04-26 15:54:23 +01:00 |
|
photonstorm
|
e2576fe512
|
Text.padding supported and working.
|
2017-04-26 15:34:15 +01:00 |
|
Richard Davey
|
3f6c74c1f7
|
More work on Text Metrics.
|
2017-04-26 03:55:42 +01:00 |
|
Felipe Alfonso
|
4073db3551
|
TileSprite base and renderer
|
2017-04-25 19:09:13 -03:00 |
|
Richard Davey
|
0df585f7d5
|
Testing various text measuring options.
|
2017-04-25 19:46:13 +01:00 |
|
Richard Davey
|
a4dc2d28aa
|
Added TextStyle.toJSON and merged the output with Text.toJSON.
|
2017-04-25 18:24:37 +01:00 |
|
Richard Davey
|
ad0ff4d64b
|
Added BuildFromConfig for Text object.
Updated TextStyle to use advanced object getter.
|
2017-04-25 18:07:23 +01:00 |
|
Felipe Alfonso
|
d4e4509e22
|
Render off-screen and on-screen for EffectLayer
|
2017-04-20 21:30:19 -03:00 |
|
Richard Davey
|
b3fb6d64f2
|
Added ability to create EffectLayer via config object.
|
2017-04-21 00:54:57 +01:00 |
|
Felipe Alfonso
|
8df65e7270
|
changed renderTexture name
|
2017-04-20 20:50:47 -03:00 |
|
Felipe Alfonso
|
1742ec0f12
|
RenderPass Update
|
2017-04-20 15:06:57 -03:00 |
|
Felipe Alfonso
|
18e3b9379d
|
Render Pass rendering on the screen
|
2017-04-20 13:18:14 -03:00 |
|
Felipe Alfonso
|
fd4d25a3b6
|
RenderPass update
|
2017-04-18 19:15:10 -03:00 |
|
Felipe Alfonso
|
88c599cb28
|
Fixed render target issue with BitmapText
|
2017-04-13 12:55:25 -03:00 |
|