1. 29 Jun, 2012 1 commit
  2. 28 Jun, 2012 3 commits
  3. 27 Jun, 2012 5 commits
  4. 26 Jun, 2012 6 commits
  5. 25 Jun, 2012 1 commit
    • hybrid's avatar
      Add support for MAX_COMBINED_TEXTURES, which allows more texture support than... · 5feef493
      hybrid authored
      Add support for MAX_COMBINED_TEXTURES, which allows more texture support than with the original fixed pipeline texture check under OpenGL. Now, more than 4 textures should also work with newer gfx cards and drivers, which often only support 4 fixed pipeline textures.
      Moreover, now you can also set more than the maximal texture layers defined in IrrCompileConfig, simply by calling setTexture in the driver. The MAX_MATERIAL_TEXTURES thus only defines how many textures and configurations are stored in material properties. Currently only used under OpenGL.
      
      git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4200 dfc29bdd-3216-0410-991c-e03cc46cb475
      5feef493
  6. 22 Jun, 2012 6 commits
  7. 15 Jun, 2012 4 commits
  8. 13 Jun, 2012 3 commits
  9. 11 Jun, 2012 1 commit
    • cutealien's avatar
      Fix tests triangle3d: · 94968c4a
      cutealien authored
      - triangle3d::isPointInsideFast now using some epsilon to catch all points on the borders.
      - triangle3d::getIntersectionOfPlaneWithLine calculates now with higher precision for more exact results.
      - triangle3d::isOnSameSide (used by isPointInside) calculates now with higher precision and uses some epsilon to make it work with larger integers and less floating point troubles. Slightly slower now.
      
      
      git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4183 dfc29bdd-3216-0410-991c-e03cc46cb475
      94968c4a
  10. 06 Jun, 2012 1 commit
    • cutealien's avatar
      Fix time for animated model in anti-aliasing test (we should kick out... · 2ea75542
      cutealien authored
      Fix time for animated model in anti-aliasing test (we should kick out animations from such tests completely!). Results still not as in reference image, but model is anti-aliased. Lines not anti-aliased at value 2 (starts around 10 here). I suspect that's too much driver dependent. Increased requiredMatch to 99.4 as animation might have been reason for low test-value - decrease again if it still fails on other system and is really OK.
      
      git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4182 dfc29bdd-3216-0410-991c-e03cc46cb475
      2ea75542
  11. 05 Jun, 2012 6 commits
  12. 04 Jun, 2012 3 commits