Chad Engler
e63c2b9c2c
Merge pull request #630 from mattdesl/interactionmanager-fix
...
InteractionManager hit test now checks bottom-to-top
2014-03-07 11:27:39 -08:00
Chad Engler
67db97c924
Merge pull request #632 from ekelokorpi/dev
...
Fixed AssetLoader undefined evt.loader
2014-03-05 13:16:08 -08:00
Eemeli Kelokorpi
f3792f44c2
Fixed AssetLoader undefined evt.loader
2014-03-05 19:43:23 +02:00
Chad Engler
d2e300038d
Merge pull request #631 from mattdesl/grunt-watch
...
Grunt Watch to use concat_sourcemap
2014-03-05 09:05:57 -08:00
mattdesl
d3b1c45ad1
Adding grunt-watch into Gruntfile and package.json. watch uses source maps for development
2014-03-05 11:38:09 -05:00
mattdesl
3d35d1d934
InteractionManager now traverses in reverse when looking for a hit-test. This produces more accurate results with layered containers.
2014-03-05 11:16:06 -05:00
Mat Groves
138c3b11d0
Fixed cross domain bug
2014-03-04 21:03:51 +00:00
Mat Groves
73d3bc0e11
Merge pull request #623 from photonstorm/dev
...
Fixed the 'short cut' version of Math.floor in setTransform
2014-03-03 15:06:02 +00:00
photonstorm
9ba4539a90
Fixed the 'short cut' version of Math.floor in setTransform if roundPixels is true.
2014-03-03 15:01:08 +00:00
Mat Groves
ad73c5fa20
Lowered the default size of WebGLSpriteBatch
2014-03-01 16:46:22 +00:00
Mat Groves
710b0fbe5e
Merge pull request #579 from photonstorm/dev
...
Fix for Tiling Sprites that use trimmed frames.
2014-02-28 11:14:24 +00:00
photonstorm
1599b15c21
Fixed bug in gl.bindTexture which tried to use an undefined private var.
2014-02-27 23:21:47 +00:00
Mat Groves
d52f360f15
Fixed issue where visibility was not being respected in sprite batch
2014-02-23 18:44:14 +00:00
photonstorm
e4bd364a9f
Small documentation fix.
2014-02-21 13:18:28 +00:00
photonstorm
1b9184d679
Merge branch 'pixidev/dev'
2014-02-18 02:55:40 +00:00
Mat Groves
8419c199df
Merge pull request #591 from cacheflowe/dev
...
Fix PIXI.Texture.removeTextureFromCache()
2014-02-17 21:54:31 +00:00
Mat Groves
951865f219
Tweaked so cacheAsBitmap does not render the filters
...
rebuilt files
2014-02-17 21:43:58 +00:00
Mat Groves
d33dbb4304
Tweaked tiling texture
2014-02-17 21:30:23 +00:00
Mat Groves
0154dff2e2
Merge cachAsBitmap Branch
2014-02-17 21:24:23 +00:00
CacheFlowe
fe7646b6dd
Fix PIXI.Texture.removeTextureFromCache()
...
Fixes a couple of issues:
* Cached textures should also be removed from PIXI.BaseTextureCache to be fully removed. This was discussed here: http://www.html5gamedevs.com/topic/2182-pixi-web-app-slows-down-after-loading-20mb-of-images-on-ipad-mini2/?p=14945
* Base64-encoded images use the full base64 string as the hash key (rather than a much smaller image URL string for "normal" texture loading). This essentially doubles the browser memory usage for each cached image. Previously, when setting the value as null, the key remained, leaving an image worth of data still in the TextureCache. This fix is essential if loading & clearing lots of base64-encoded images.
2014-02-16 20:56:32 -07:00
photonstorm
dd9fd183fb
Merge branch 'pixidev/dev'
...
Conflicts:
src/pixi/extras/TilingSprite.js
2014-02-16 14:29:59 +00:00
Mat Groves
be97309b3d
Added CacheAsbitmap Example
2014-02-15 15:51:58 +00:00
Mat Groves
9c911161d3
Merge pull request #585 from ekelokorpi/dev
...
Fixed issue with mouseupoutside not firing, when mouse is out of body
2014-02-15 12:32:26 +00:00
Eemeli Kelokorpi
cfbb7bc8e1
Fixed issue with mouseupoutside not firing, when mouse is out of document body
2014-02-15 13:38:15 +02:00
Mat Groves
2b6d8bdc2c
Fixes #563
...
positionOffset is now correct
2014-02-15 11:12:35 +00:00
Mat Groves
dfd621a24d
Merge dev
2014-02-14 12:52:50 +00:00
Mat Groves
91b23a130a
Fixed setTexture bug with TilingSprite and Fixed SpriteBatch canvas transform bug
2014-02-14 12:49:03 +00:00
photonstorm
661c5bc137
Fix for Tiling Sprites that use trimmed frames. Before they would use the trimmed frame size, rather than the actual frame size. This updates generateTilingTexture to resolve it.
2014-02-13 22:51:05 +00:00
Chad Engler
49c2ce1ca0
Merge pull request #577 from anissen/examples-clean-up
...
Clean up code for examples
2014-02-13 12:59:45 -08:00
Anders Nissen
c781ebaab6
Merged dev into examples-clean-up
2014-02-13 20:22:54 +01:00
Anders Nissen
8a0036178e
Even more clean-up
2014-02-13 20:17:03 +01:00
Chad Engler
58f9cf44bb
merge dev into master
2014-02-13 08:06:25 -08:00
Mat Groves
818f709764
Merge branch 'dev' of https://github.com/GoodBoyDigital/pixi.js into dev
2014-02-13 16:02:39 +00:00
Chad Engler
963ea0b4af
Merge pull request #572 from anissen/fix-autoDetectRenderer-constructor
...
Changed parameter ordering to be consistent with WebGLRenderer and CanvasRenderer
2014-02-13 07:55:45 -08:00
Mat Groves
9706622bce
updated pixi version number
2014-02-13 15:50:16 +00:00
Anders Nissen
564f883640
More clean-up
2014-02-13 16:47:28 +01:00
Mat Groves
abceb5cb71
Merge branch 'dev' of https://github.com/GoodBoyDigital/pixi.js into dev
2014-02-13 15:46:42 +00:00
Mat Groves
f8a6285f7f
Fixed FF tiling sprite bug
...
added chaining to graphics object
2014-02-13 15:44:26 +00:00
Chad Engler
86e3e0a003
Merge pull request #574 from iirelu/dev
...
Changed karma to have a 60,000 ms capture timeout
2014-02-12 17:30:48 -08:00
iirelu
057563cc51
Changed karma to have a 60000ms capture timeout
...
The previous captureTimeout was so short that on computers with even
average hardware couldn't open firefox fast enough for Karma's liking,
mostly killing the process whilst firefox was still starting up.
2014-02-13 01:12:22 +00:00
Anders Nissen
fcd2033d40
First batch of examples cleaned up
...
Mostly cosmetic improvements
2014-02-12 23:23:44 +01:00
Anders Nissen
a9927ae70b
Updated examples to reflect API change
2014-02-12 22:54:12 +01:00
Anders Nissen
ebd20c6de9
Changed parameter ordering to be consistent with WebGLRenderer and CanvasRenderer
2014-02-12 22:36:48 +01:00
Mat Groves
2d74436c00
Merge branch 'pr/569' into dev
2014-02-12 10:50:14 +00:00
Tim Robinson
e8d509482d
Fixed updateTransform bug.
2014-02-12 18:57:04 +00:00
Mat Groves
c759801b2e
Rebuild Files
2014-02-12 10:33:55 +00:00
Mat Groves
80688885b5
Merge pull request #569 from timjrobinson/updatetransform-fix
...
Fixed updateTransform bug.
2014-02-12 10:31:34 +00:00
Mat Groves
d558a7b222
Update README.md
2014-02-11 20:48:52 +00:00
Mat Groves
f2c6d1427b
Merge branch 'dev' of https://github.com/GoodBoyDigital/pixi.js into dev
2014-02-11 11:37:36 +00:00
Chad Engler
cb400573d4
Add new v1.5.0 builds
2014-02-10 11:57:37 -08:00