Historial de Commits

Autor SHA1 Mensaje Fecha
  cutealien af72aaab0b IGeometryCreator::createCubeMesh has a new parameter to create different types of cube meshes. hace 5 años
  cutealien fd37b7922f spelling fixes. hace 5 años
  cutealien dab280d833 Bugfix: CBillboardTextSceneNode no longer disregards IsVisible flag hace 5 años
  cutealien 28ade36168 FPS-camera movement now smoother. hace 5 años
  cutealien f2be4d1a3c Fix ms3d loader to work on big endian systems which need floats to be aligned in memory. hace 5 años
  cutealien a40a51d154 Bugfix: COBJMeshFileLoder no longer overwrites transparency value with 1.0 when it's set before the diffuse color value in the mtl file. Thanks @Boshen for bugreport (#445). hace 5 años
  cutealien 8d90c1c82c Bugfix: OpenGL no longer antialiasing stencil buffer when driver has antialiasing disabled. hace 5 años
  cutealien 70ae71b043 Add IShadowVolumeSceneNode::setOptimization to allow disabling optimizations for meshes were contour shadows fail. hace 5 años
  cutealien 01ecc26037 Drivers can now try to create textures from images in more exotic color formats (like floating point formats). hace 5 años
  cutealien 2ab2d068de Fix OpenGL to no longer switch colors red and blue in 24-bit RGB format. hace 5 años
  cutealien 00f4c9d559 Merge branch releases/1.8 revisions r5870 through r5878 into trunk hace 5 años
  cutealien 83e4bf7505 No longer try to convert ECF_R5G6B5 to ECF_A1R5G5B5 in OpenGL and D3D9. hace 5 años
  cutealien 4c48a21f22 Regard new SIrrlichtCreationParameters.WindowResizable on Linux/X11 hace 5 años
  cutealien 8f0206ed2f Add flag SIrrlichtCreationParameters.WindowResizable. hace 5 años
  cutealien 5bc00390b9 Merge branch releases/1.8 revisions r5797 through r5866 into trunk hace 5 años
  cutealien fd155bead0 Add operator[] to vector2d and vector3d hace 5 años
  cutealien 1dd0b4338e Bugfix: IrrlichtDevice::isWindowMinimized no longer returns true when it's maximized on Windows. hace 5 años
  cutealien c89676d042 Ignore degenerated faces in obj file loader when they would generate triangles where 2 vertices use identical indices. hace 5 años
  cutealien 294da48122 Add CMatrix4::transformVec4 to transform vectors with 4 elements hace 5 años
  cutealien b3a156b1bb Add ITexture::getOriginalColorFormat to access color format of images used to create a texture. hace 5 años
  cutealien c87c63f31e Add IMemoryReadFile interface which allows direct access to memory block used as file. hace 5 años
  cutealien 0408c9eb52 Add IReadFile::getType() interface to all users to find out what kind of class implements that interface. hace 5 años
  cutealien 39e5fdc3e7 Merge branch releases/1.8 revisions r5633 through r5796 into trunk. hace 5 años
  cutealien 917379f453 Collada loader now handles texture-names with escape characters. hace 5 años
  cutealien 31652f6577 Add function string::insert. hace 5 años
  cutealien ed6d0d58fc IContextManager::activateContext can now also be used to reset the context. hace 5 años
  cutealien 5a9423648c Bugfix: OpenGL prevented completely removing a texture when it was used in the actively set material. hace 5 años
  cutealien d1bddcc1a2 Fixing SViewFrustum::recalculateBoundingBox and CMatrix4::transformPlane. hace 5 años
  cutealien 45be145f9a Add a flag to buildProjectionMatrixPerspective functions to allow creating OpenGL style matrices. hace 5 años
  cutealien c310a8d6ae Bugfix: CCameraSceneNode resets the IsOrthogonal flag to false now when it recalculates a projection matrix. hace 5 años