1. 12 4月, 2015 1 次提交
  2. 08 4月, 2015 1 次提交
  3. 07 4月, 2015 2 次提交
  4. 03 4月, 2015 1 次提交
  5. 02 4月, 2015 2 次提交
  6. 31 3月, 2015 3 次提交
  7. 25 3月, 2015 1 次提交
  8. 20 3月, 2015 2 次提交
  9. 17 3月, 2015 1 次提交
  10. 12 3月, 2015 1 次提交
    • J
      Make js build script work with sourcemaps · aefaf417
      Joshua Koo 提交于
      - sourcemaps now work with build.js
      - sourcemaps also point to glsl shader files
      - enable sourcemaps by default
      - display uglify-js unused variable warnings
      aefaf417
  11. 11 3月, 2015 1 次提交
  12. 10 3月, 2015 1 次提交
    • J
      Fix build.js compilation (shaders weren't packaged correctly) · 7cb225bf
      Joshua Koo 提交于
      - shaders are now encoded as a string
      - works with node.js eg
      -  node build.js --include common --include extras --output
         ../../build/three.js
      -  node build.js --include common --include extras --minify --output
         ../../build/three.min.js
      7cb225bf
  13. 20 2月, 2015 1 次提交
  14. 25 1月, 2015 1 次提交
  15. 12 1月, 2015 1 次提交
  16. 20 12月, 2014 1 次提交
  17. 14 11月, 2014 1 次提交
  18. 12 11月, 2014 1 次提交
  19. 22 10月, 2014 1 次提交
  20. 21 10月, 2014 1 次提交
  21. 14 10月, 2014 1 次提交
  22. 10 10月, 2014 1 次提交
  23. 08 10月, 2014 1 次提交
  24. 07 10月, 2014 1 次提交
  25. 06 10月, 2014 1 次提交
    • J
      Fix a encoding error · 835f60d8
      Jarvis Niu 提交于
      When I use this build tool, it occurs this error:
      
      	D:\3rd_projects\three.js-master\utils\build>python build.py --include common --i
      	nclude extras --output ../../build/three.js
      	 * Building ../../build/three.js
      	Traceback (most recent call last):
      	  File "build.py", line 106, in <module>
      	    main()
      	  File "build.py", line 65, in main
      	    tmp.write(f.read())
      	UnicodeDecodeError: 'gbk' codec can't decode byte 0x92 in position 5904: illegal
      	 multibyte sequence
      
      It seems that the reason lies in the default encoding of the `open` function. On my computer it's `GBK` rather than `UTF8`. So I add the `encoding` parameter to it, and then it's just all right.
      835f60d8
  26. 23 9月, 2014 3 次提交
  27. 17 9月, 2014 1 次提交
  28. 12 9月, 2014 1 次提交
  29. 09 9月, 2014 1 次提交
  30. 08 9月, 2014 1 次提交
  31. 06 9月, 2014 1 次提交
  32. 04 9月, 2014 1 次提交
  33. 03 9月, 2014 1 次提交