aboutsummaryrefslogtreecommitdiff
path: root/src/wieldmesh.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace std::list to std::vector into tile.cpp (m_texture_trash) and move til...Loic Blot2015-03-051-1/+1
* Remove workaround in itemdef.cpp to enable/disable/enable "enable_shaders" se...Craig Robbins2015-02-111-1/+3
* Revert "Remove workaround in itemdef.cpp to enable/disable/enable "enable_sha...Craig Robbins2015-02-111-3/+1
* Remove workaround in itemdef.cpp to enable/disable/enable "enable_shaders" se...Craig Robbins2015-02-111-1/+3
* Prevent client crashing if an NDT_AIRLIKE node is droppedCraig Robbins2015-01-051-13/+13
* Silence misc. warningskwolekr2014-12-231-1/+1
* Temporarily fix always bright wieldhand with shaders enabledkwolekr2014-12-221-2/+12
* Change TileSpec::frames to be std::vector not std::mapunknown2014-12-211-3/+3
* Wield: always obey anisotropic_filter setting, not just for hi res texturesKahrl2014-11-261-3/+2
* EMF_USE_MIP_MAPS was introduced in Irrlicht 1.8, don't use in 1.7.3 or belowKahrl2014-11-261-0/+2
* Wieldmesh: don't force anisotropic filtering on, instead disable mipmapsKahrl2014-11-261-2/+5
* Wielded fixes. Add shaders support.RealBadAngel2014-11-131-43/+83
* Implement WieldMeshSceneNode which improves wield mesh renderingKahrl2014-11-081-0/+380