提交歷史

作者 SHA1 備註 提交日期
  mcc 67e474d602 Use Zlib 1.2.7 (patch from Niall Moody) 13 年之前
  mcc 8a024fc876 Require cmake 2.8.5 to avoid inscrutable error messages w/ pre-2.8.5 cmakes 14 年之前
  Ivan Safrin e2220c0896 Added a flag to delete Tweens automatically, Texture resizing fix, JS callback support in WebView 14 年之前
  Ivan Safrin 66944e6693 Basic CURL wrapper 14 年之前
  mcc b7e414ee21 Ability to read and set sample offset (playback position) within a Sound, as well as fetch sample length 14 年之前
  mcc e7bae99df2 New constructor for Sound() that allows a sound to be constructed from raw bytes 14 年之前
  mcc 4444d04f37 zlib example programs break mingw build. Since we don't really need them for Polycode, omit them altogether. 14 年之前
  mcc e15ae329af Merge mingw compatiblity fork with 4/14 github; back out zlib cmake patch (1.2.6 incorporates the patch already) 14 年之前
  Ivan Safrin d8fc86bc17 Web rendering to a texture via Awesomium 14 年之前
  Ivan Safrin e0e7648ba3 Merge branch 'master' of github.com:ivansafrin/Polycode 14 年之前
  Ivan Safrin 81b25fc46c Fixed UVs for VPLANE meshes 14 年之前
  Ivan Safrin b91e3e7682 libpng URL fixes and 32-bit build support for Mac 14 年之前
  Ivan Safrin 205dcdffa1 Merge pull request #100 from qpfiffer/master 14 年之前
  Ivan Safrin e998cf2e27 Fixed VPLANE primitive, minor tweaks (forgot exactly what) 14 年之前
  mcc f64acadc1c Fix Windows build broken by 4fc918057f2f 14 年之前
  Quinlan Pfiffer 29dc31be5a Fixed makefile to look for libopenal.so. Fixed several particle constructors. Linux examples build now. 14 年之前
  Quinlan Pfiffer 8965df954f Updated MD5sums and package numbers for png and zlib. Builds on Linux now. 14 年之前
  mcc 4fc918057f Add methods so that shader binding params can be used with Lua 14 年之前
  mcc f9e5bf72fb Material manager 'reload programs' reloads programs (shaders) but not shaders (programs), meaning materials don't actually change after a reload. Fix that. Add a 'grab all resources of type' feature to ResourceManager to support this. 14 年之前
  mcc 9de8332077 Check String inputs for NULL, so that passing in a NULL c string results in an empty string and not a crash 14 年之前
  mcc 6be76b1b21 Repeated calls to Mesh::clearMesh() crash, fix that 14 年之前
  mcc 94f728a23c On Windows WM_CLOSE, call DefWindowProc after shuttong down core 14 年之前
  Ivan Safrin c02b27e9e0 Vertex color support in VBOs when useVertexColors on Mesh set to true, Color + overloading 14 年之前
  Ivan Safrin 774ec0b061 Sound playback status accessor and 3D physics fixes 14 年之前
  Ivan Safrin 4d4235dd40 Tangent support in VBOs 14 年之前
  Ivan Safrin e6a6e49040 Merge branch 'master' of github.com:ivansafrin/Polycode 14 年之前
  Ivan Safrin e9524adcd1 Collision callbacks for 3D Physics 14 年之前
  Ivan Safrin 2d48f5192b Gamepad support in Windows 14 年之前
  Ivan Safrin 0374c77167 Started rewriting ScreenEntity input events, broke UI temporarily 14 年之前
  Ivan Safrin 467369d432 Drag and Drop for UITrees, started on Screen editor in IDE 14 年之前