Historique des commits

Auteur SHA1 Message Date
  cutealien 6a7c09d6be Add updateBoundingBox parameter to IMeshBuffer::append and some fixes and optimizations il y a 1 an
  cutealien 0871bf3a05 Don't let MeshBuffer append functions shrink memory as this prevents optimizations il y a 1 an
  cutealien 9e41460b4f Get (more) append functions working for CMeshBuffer and CDynamicMeshBuffer il y a 1 an
  cutealien d207a64429 Add IMeshBuffer::getColor functions il y a 2 ans
  cutealien 267ccbc4ca Add IMeshBufffer::clone for buffer copies, use it in CMeshManipulator::createMeshCopy il y a 2 ans
  cutealien 7263a1e6f0 Adding comments. il y a 2 ans
  cutealien b79e35ed66 Add IMeshBuffer::getType il y a 2 ans
  cutealien 66e5547709 Prefer static_cast to reinterpret_cast where possible. il y a 2 ans
  cutealien e75d2904b1 Replace public header guards to avoid using indentifiers reserved by c++ il y a 3 ans
  cutealien f73f9501f0 API BREAKER: Replacing defines in irrTypes.h which are conflicting with c++ reserved identifier rules. il y a 3 ans
  cutealien ede858d56f Make S3DVertex::getType a static instead of const function. Same for other vertex classes. il y a 5 ans
  cutealien b5f139f8a7 Use _IRR_OVERRIDE_throughout. il y a 5 ans
  cutealien 966712c571 Add alternavive BoundingBox calculation for BillboardSceneNode which can take in a camera node. Thx @Seven and @JacKDuRdEn for bugreports. il y a 7 ans
  cutealien de1bbfdc50 - Add support for different geometric primitivs to meshbuffers. il y a 7 ans
  cutealien 3ea43f605e Correct debug-name for CMeshBuffer. il y a 9 ans
  hybrid 0a2330890a Bump copyright to 2012 il y a 12 ans
  hybrid 5e4d495dcc Bump copyright dates to 2011. il y a 13 ans
  hybrid 3ef1b18308 Fix eol-style for all code files to CRLF for simpler file handling. il y a 15 ans
  hybrid 7e5822ec2c Fix eol-style for all code files to native. il y a 15 ans
  hybrid 7472bcd83c Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. il y a 15 ans
  hybrid a9b64e9e5c Removed some consts from POD type return values. Added missing imlementations in SSkinMeshBuffer. il y a 16 ans
  hybrid fd61d6dd19 Removed some consts from POD type return values. il y a 16 ans
  lukeph 341dc16566 -added support for 32bit buffers in the opengl and directx9 drivers :) hopefully not buggy... il y a 16 ans
  hybrid 57485235b9 Added some vector operations which take just one scalar as argument. il y a 16 ans
  hybrid b5d6000f8d Added new mMeshManipulator method scaleTCoords to scale texture coords of a mesh. Added two new access methods to texture coords of vertices of a meshbuffer. This allowed to replace the template for planar mapping as well. il y a 16 ans
  hybrid e80e76c763 Fixed line endings and a little bug in the if check. il y a 16 ans
  lukeph e903f2ca6b -Made drivers update vertex and index VBOs independently. Massive speed up for terrain nodes. Interface isn’t so clean yet, but will be when vertex and index buffers are separated. il y a 16 ans
  hybrid cdffc4a5d6 Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. il y a 16 ans
  lukeph 580c3f5365 terrains can now use VBOs, but index and vertex data will need to be updated independently for any speed gain il y a 16 ans
  hybrid 99aa627e76 Merged from 1.4 branch revisions 1174:1188 il y a 16 ans