1. 30 9月, 2015 1 次提交
  2. 23 9月, 2015 2 次提交
  3. 16 9月, 2015 1 次提交
  4. 14 9月, 2015 1 次提交
  5. 11 9月, 2015 2 次提交
  6. 04 9月, 2015 1 次提交
  7. 03 9月, 2015 2 次提交
  8. 28 8月, 2015 1 次提交
  9. 26 8月, 2015 2 次提交
  10. 21 8月, 2015 3 次提交
  11. 20 8月, 2015 2 次提交
  12. 18 8月, 2015 2 次提交
  13. 13 8月, 2015 1 次提交
  14. 11 8月, 2015 1 次提交
    • D
      Updated clone + copy methods; rearranged methods; fix CubeTexture's clone method · ba65769d
      Daniel Hritzkiv 提交于
      - Better inheriting of `clone` + `copy` methods where appropriate. This is done by calling `new this.constructor()` in parent classes. `this.constructor` refers to the current instance's constructor, so it should all compose nicely;
      
      - Pass in attributes directly as arguments to constructor when cloning, where appropriate (if arguments pattern is different from parent class). This mean `copy` isn't relied on to set those attributes.
      
      - Change order of `clone` in some files (for better visibility into its relationship with `copy`, and to maintain consistency; can return to previous order if necessary);
      
      - Fix CubeTexture's clone method
      ba65769d
  15. 09 8月, 2015 1 次提交
  16. 30 7月, 2015 2 次提交
  17. 27 7月, 2015 2 次提交
  18. 25 7月, 2015 3 次提交
  19. 20 7月, 2015 2 次提交
  20. 17 7月, 2015 2 次提交
  21. 16 7月, 2015 4 次提交
  22. 07 7月, 2015 2 次提交