summaryrefslogtreecommitdiff
path: root/src/wieldmesh.cpp
Commit message (Expand)AuthorAge
* Fix typo in WieldMesh::setItem()kwolekr2015-05-08
* Replace Wieldmesh::setItem assertion that could be triggered by the server wi...kwolekr2015-05-08
* Add a check for animation when getting an extruded meshKevin Ott2015-05-04
* Move globals from main.cpp to more sane locationsCraig Robbins2015-04-01
* Move texture_min_size even further down the pipe. Now, textures are JIT-upsca...Aaron Suen2015-03-31
* For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins2015-03-07
* Replace std::list to std::vector into tile.cpp (m_texture_trash) and move til...Loic Blot2015-03-05
* Remove workaround in itemdef.cpp to enable/disable/enable "enable_shaders" se...Craig Robbins2015-02-11
* Revert "Remove workaround in itemdef.cpp to enable/disable/enable "enable_sha...Craig Robbins2015-02-11
* Remove workaround in itemdef.cpp to enable/disable/enable "enable_shaders" se...Craig Robbins2015-02-11
* Prevent client crashing if an NDT_AIRLIKE node is droppedCraig Robbins2015-01-05
* Silence misc. warningskwolekr2014-12-23
* Temporarily fix always bright wieldhand with shaders enabledkwolekr2014-12-22
* Change TileSpec::frames to be std::vector not std::mapunknown2014-12-21
* Wield: always obey anisotropic_filter setting, not just for hi res texturesKahrl2014-11-26
* EMF_USE_MIP_MAPS was introduced in Irrlicht 1.8, don't use in 1.7.3 or belowKahrl2014-11-26
* Wieldmesh: don't force anisotropic filtering on, instead disable mipmapsKahrl2014-11-26
* Wielded fixes. Add shaders support.RealBadAngel2014-11-13
* Implement WieldMeshSceneNode which improves wield mesh renderingKahrl2014-11-08