aboutsummaryrefslogtreecommitdiff
path: root/src/wieldmesh.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove use of engine sent texture tiling flags - theyre no longer neededRealBadAngel2015-08-201-1/+1
* src/wieldmesh.cpp: Fix mesh extrusion memory leakBřetislav Štec2015-08-021-3/+4
* Add wielded (and CAOs) shaderRealBadAngel2015-07-211-21/+12
* Fix typo in WieldMesh::setItem()kwolekr2015-05-081-1/+1
* Replace Wieldmesh::setItem assertion that could be triggered by the server wi...kwolekr2015-05-081-2/+7
* Add a check for animation when getting an extruded meshKevin Ott2015-05-041-4/+10
* Move globals from main.cpp to more sane locationsCraig Robbins2015-04-011-1/+0
* Move texture_min_size even further down the pipe. Now, textures are JIT-upsca...Aaron Suen2015-03-311-1/+1
* For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins2015-03-071-2/+2
* 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