History for pixi.js / src / core / textures / BaseTexture.js
2016-09-27
@Chad Engler
clean up to be specific
Chad Engler committed on 27 Sep 2016
@Chad Engler
Huge refactor to match a new shiny eslint file.
Chad Engler committed on 27 Sep 2016
2016-09-26
@Peter Ward
Fix issue when creating a BaseTexture with a 'null' source value, then using .loadSource() with an already-loaded IMG element. The 'loaded' event is never fired in that case and Texture objects are forever waiting for the 'loaded' event to be emitted
Peter Ward committed on 26 Sep 2016
2016-09-25
@Juha Rantanen
Better SVG support (#2614) ...
Juha Rantanen authored on 25 Sep 2016 Chad Engler committed on 25 Sep 2016
2016-09-24
@Steffen Bär
small jsdoc fix - added some missing (#3008)
Steffen Bär authored on 24 Sep 2016 Chad Engler committed on 24 Sep 2016
@Steffen Bär
Prefer const (#3002) ...
Steffen Bär authored on 24 Sep 2016 Chad Engler committed on 24 Sep 2016
2016-09-20
@Steffen Bär
some more es6 changes (#2969) ...
Steffen Bär authored on 20 Sep 2016 Matt Karl committed on 20 Sep 2016
2016-09-13
@Matt Karl
Update imports and exports, getters and setters
Matt Karl committed on 13 Sep 2016
@Matt Karl
Disallow the use of `var`
Matt Karl committed on 13 Sep 2016
@Leonardo Silva
Implementing classes using the new ES6 syntax (#2936) ...
Leonardo Silva authored on 13 Sep 2016 Matt Karl committed on 13 Sep 2016
2016-08-24
@Mat Groves
Merge branch 'dev' ...
Mat Groves committed on 24 Aug 2016
2016-07-10
@Chad Engler
Multiple documentation fixes
Chad Engler committed on 10 Jul 2016
2016-06-15
@Dave
Docs update (#2651) ...
Dave authored on 15 Jun 2016 Mat Groves committed on 15 Jun 2016
2016-06-12
@Janne Hyytiä
pixijs#2541 resolution means pixel ratio too
Janne Hyytiä committed on 12 Jun 2016
2016-05-15
@Ivan Popelyshev
wrap -> wrapMode. WebGLRenderer already has wrapMode reference inside.
Ivan Popelyshev committed on 15 May 2016
2016-04-09
@Pat Shanahan
More JSDoc fixes.
Pat Shanahan committed on 9 Apr 2016
@Pat Shanahan
Merge remote-tracking branch 'upstream/dev' into jsdoc-fixes ...
Pat Shanahan committed on 9 Apr 2016
2016-04-08
@Pat Shanahan
Updated and fixed JSDocs
Pat Shanahan committed on 8 Apr 2016
2016-04-04
@Janne Hyytiä
BaseTexture.scaleMode default should be PIXI.SCALE_MODES.DEFAULT, not PIXI.SCALE_MODES.LINEAR
Janne Hyytiä committed on 4 Apr 2016
2016-03-31
@Mat Groves
fixed video issue
Mat Groves committed on 31 Mar 2016
2016-03-20
@Mat Groves
add TextureGC
Mat Groves committed on 20 Mar 2016
2016-03-13
@Mat Groves
added auto detect crossorigin
Mat Groves committed on 13 Mar 2016
2016-02-17
@Mat Groves
added wrap modes to base textures
Mat Groves committed on 17 Feb 2016
@Mat Groves
added mipmaps ...
Mat Groves committed on 17 Feb 2016
2016-02-10
@Mat Groves
Merge branch 'dev' into dev-v4.0.0 ...
Mat Groves committed on 10 Feb 2016
2016-02-06
@Mat Groves
removed a for loop in sprite renderer
Mat Groves committed on 6 Feb 2016
2016-01-30
@Ivan Popelyshev
Revert "Trying to fix additive blending in v3" ...
Ivan Popelyshev committed on 30 Jan 2016
2016-01-23
@Mat Groves
tweaked render texture
Mat Groves committed on 23 Jan 2016
2016-01-16
@Mat Groves
new multi texture render
Mat Groves committed on 16 Jan 2016
2015-11-06
@Chad Engler
Track textures in renderer to ensure they are all deleted properly
Chad Engler committed on 6 Nov 2015