aboutsummaryrefslogtreecommitdiff
path: root/src/itemdef.cpp
AgeCommit message (Collapse)Author
2013-11-17Fix multicaller support in RequestQueuesapier
2013-07-20Bump protocol versionPilzAdam
2013-07-20Make range of tools configureablePilzAdam
2013-07-14Change ContentFeatures array to a vectorKahrl
2013-07-07Fix many formspec menu bugssapier
2013-07-03Move generateTextureFromMesh to TextureSource to fix a texture leakKahrl
TextureSource has a list of textures to delete (m_texture_trash) so this provides a proper, non-hacky way to delete RTT textures. Also, the prior, hacky way of deleting them seems to be broken (see pull request #803). To avoid header file clutter by repeating the same long list of arguments over and over again, store the arguments of generateTextureFromMesh in a struct called TextureFromMeshParams. Also fix issue #782 (Only use bilinear (and others) on item textures when settings allow it).
2013-07-02Remove texture atlas / AtlasPointer, rename getTextureRaw to getTextureKahrl
2013-05-09Really fix itemdef memory leaksapier
2013-04-28Fix itemdef drop on NULL texturekwolekr
2013-04-09fix extruded items texture leaksapier
2013-04-07fix memory leak in itemdefsapier
cleanup useless code
2013-03-29Add different place sound for nodesPilzAdam
2013-03-29New damage system, add damageGroups to ToolCapabilities, bump protocol versionPilzAdam
2013-03-11Migrate to STL containers/algorithms.Ilya Zhuravlev
2013-02-27Fix nodeplacement predictionPilzAdam
2013-02-24Update Copyright YearsSfan5
2013-02-24Change Minetest-c55 to MinetestPilzAdam
2013-02-19Disable placement prediction for nodes that use on_rightclickJeija
2012-12-02Handle day-night transition in shader and make light sources brighter when ↵Perttu Ahola
shaders are used
2012-12-02On-demand item meshes and texturesPerttu Ahola
2012-06-17Properly and efficiently use split utility headersPerttu Ahola
2012-06-16Node texture animationPerttu Ahola
2012-06-10Node placement client-side predictionPerttu Ahola
2012-06-05Switch the license to be LGPLv2/later, with small parts still remaining as ↵Perttu Ahola
GPLv2/later, by agreement of major contributors
2012-03-20Attempt to fix some minor memory leaksPerttu Ahola
2012-03-15MapBlockMesh, mesh animation system, urgent mesh updates, athmospheric ↵Kahrl
light, removed footprints
2012-03-11Clean up log messages everywherePerttu Ahola
2012-03-10Digging time groups WIPPerttu Ahola
2012-02-24itemdef: handle the !render-to-target caseJonathan Neuschäfer
2012-01-12The huge item definition and item namespace unification patch (itemdef), see ↵Kahrl
http://c55.me/minetest/wiki/doku.php?id=changes:itemdef