aboutsummaryrefslogtreecommitdiff
path: root/src/filecache.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-07-03Update wiki urlBlockMen2-2/+2
2013-07-03Move generateTextureFromMesh to TextureSource to fix a texture leakKahrl5-230/+202
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-02Fix possible 0 pointer accesssapier1-2/+4
2013-07-02Replace C++ mainmenu by formspec powered onesapier37-3927/+8036
2013-07-01Cavegen: Prevent caves from occuring above ground level, and superfluous ↵kwolekr2-2/+21
mixing of lava and water in caves
2013-07-02Remove texture atlas / AtlasPointer, rename getTextureRaw to getTextureKahrl18-753/+260
2013-07-02Remove unnecessary debug output in node_dig()PilzAdam1-3/+0
2013-07-02Infinite tools in creative modeLord89James1-4/+6
2013-07-02Fix i18n of some strings.arsdragonfly22-1088/+1252
2013-07-01Decoration: Add schematic rotation supportkwolekr5-45/+113
2013-07-01Disable collision fix, its broke unit testsproller1-1/+2
2013-06-30Fix sand, gravel falling stuckproller1-15/+18
2013-06-29LuaVoxelManip: Fix minor bug with set_lighting, remove coordinate params for ↵kwolekr4-31/+35
light and liquid updates
2013-06-30Optimize liquid queue on generate map for liquid_finiteproller2-6/+11
2013-06-29Update documentation for get_mapgen_objectkwolekr1-2/+2
2013-06-28Add Lua VoxelArea methods: contains, containsp, containsikwolekr1-0/+16
2013-06-28Make generated water a shade darker to match up with older versionskwolekr1-6/+6
2013-06-28Add voxelarea.lua helper to builtinkwolekr3-1/+57
2013-06-28Dont write player files all the timePilzAdam5-1/+71
2013-06-27Apply various fixes to several thingskwolekr4-6/+15
2013-06-27LuaVoxelManip: Separate VoxelManip data get/set from emerging/blitting data ↵kwolekr4-37/+57
back to map
2013-06-27Add Lua on_mapgen_init callback, and minetest.set_mapgen_params APIkwolekr18-14/+163
2013-06-27Add Lua PerlinNoiseMap:get#dMap_flat APIkwolekr3-1/+56
2013-06-27Add minetest.get_mapgen_object to APIkwolekr14-9/+188
2013-06-27Fix issue of VManip occasionally not blitting back blocks, and pitch black ↵kwolekr2-15/+26
lighting bug
2013-06-27Add LuaVoxelManipkwolekr11-8/+413
2013-06-24Fix ipv6 on windowsproller1-1/+31
2013-06-23Cavegen: fix division by 0 with abnormal max tunnel diameter sizeskwolekr1-1/+1
2013-06-23Math mapgen fix, ip show on connect, pathfinder segfault fixproller7-34/+21
2013-06-23New math mapgen with fractal based worldsproller7-4/+448
2013-06-23Add support for IPv6proller16-209/+475
Two new configuration options are added: - "enable_ipv6" to enable/disable the overall use of IPv6 - "ipv6_server" to enable/disable the use of IPv6 sockets when running a server (when "enable_ipv6" is enabled)
2013-06-22Decoration: Add support for zero probability, fix breakage from last commitkwolekr4-15/+35
2013-06-22Print playername when failing to read playerfile and ignore files starting ↵PilzAdam3-7/+7
with .
2013-06-22A handful of minor fixes to various thingskwolekr6-34/+27
2013-06-22Decoration: Add Schematic decoration typekwolekr8-22/+589