aboutsummaryrefslogtreecommitdiff
path: root/textures (unfollow)
Commit message (Expand)AuthorFilesLines
2014-07-29Rework texture generating code, add texture grouping via ( ... )sfan54-229/+233
2014-07-25Don't include cmake_config_githash.h into files that don't need itsfan53-7/+5
2014-07-24Dont display interior of glasslike_framed node when its not defined.RealBadAngel1-1/+1
2014-07-24Allow full circle rotation with 2degs step for plantlike drawtype.RealBadAngel1-2/+2
2014-07-22Add rotation for plantlike drawtype.RealBadAngel1-2/+2
2014-07-20Bugfix in makeCuboid - apply rotations to all faces when 1 tile is given.RealBadAngel1-2/+2
2014-07-19Remove vector assertionsShadowNinja1-21/+0
2014-07-17Speedup mapblock_meshRealBadAngel4-100/+114
2014-07-17Fix texture glitches for plants with visual scale > 1.0 (jungle grass).RealBadAngel1-2/+2
2014-07-17Fix texture hack in fences.RealBadAngel1-9/+4
2014-07-16Fix error handling on inconsistent client ready messagesapier2-3/+13
2014-07-16Make tooltip_show_delay=0 workZefram1-4/+6
2014-07-16Permit non-integer sizes for item_image[]Zefram1-2/+2
2014-07-16Fix indexing error in timer processingZefram1-1/+5
2014-07-16Fix flipped textures for drawtype "glasslike"sapier1-4/+4
2014-07-16Add srollbar formspec elementsapier5-50/+222
2014-07-16Fix android build after removal of indev and math mapgensapier1-2/+0
2014-07-13Fix crash reported here: https://forum.minetest.net/viewtopic.php?f=6&t=9726Novatux1-1/+1
2014-07-12Move MapBlock (de)serializing code out of Database classsfan512-494/+120
2014-07-12Remove proller from creditsproller1-1/+0
2014-07-12Remove indev mapgenproller6-529/+2
2014-07-12Remove math mapgenproller7-444/+1
2014-07-07Update default control documentationBlockMen1-4/+23
2014-07-07Switch back repository to dev-mode after 0.4.10 release.sapier1-1/+1
2014-07-07Faces shading fixesRealBadAngel3-99/+27
2014-07-07Don't copy back already generated blocks on map generationkwolekr2-7/+8
2014-07-07Don't unload blocks if save failedkwolekr11-68/+109
2014-07-07Fix regression in leveldb backendsapier1-3/+3
2014-07-06Update version numbers for 0.4.10sapier3-4/+4
2014-07-06Fix client crash on deletion of an object the clients localplayer is attached tosapier1-1/+8
2014-07-06Switch android to leveldb as sqlite3 is broken and fails to save any mapblock...sapier4-17/+20
2014-07-06Improve error reporting in leveldb backendsfan51-8/+13
2014-07-06Fix non-smooth non-shader node shading (Fixes #1436, regression by commit a0f...Perttu Ahola1-0/+4
2014-07-06Fix errors/warnings reported by valgrindsfan54-32/+32
2014-07-06Fix memory leak in EmergeManagerPilzAdam1-0/+5
2014-07-06Fix warnings reported by clangsfan55-16/+8
2014-07-05Fix typos in doc/lua-api.txtsfan51-83/+82
2014-07-05Remove FPS from being next to the version stringPerttu Ahola1-2/+1
2014-07-05Fix typo in doc/lua_api.txtKahrl1-1/+1
2014-07-02Fix memory leaks in GenericCAO, ShaderSource and Player classessapier3-3/+8
2014-07-02Fix inversion of full_punch_intervalNovatux1-1/+1
2014-06-30Move master server to seperate repositoryShadowNinja6-564/+0
2014-06-30Fix regression in light calculationsapier1-1/+4
2014-06-30Fix serverlist code style, const-correctness, and typesShadowNinja3-89/+89
2014-06-30Fix server list boolean typing and alignmentShadowNinja1-30/+40
2014-06-30Add support for multipart/form-data to HTTPFetch for server announcingShadowNinja4-18/+63
2014-06-30Masterserver: Fix compiling servers.jstproller1-2/+2
2014-06-29Add redis options to documentationsfan51-0/+3
2014-06-29Copy zlib and freetype dll to windows package toosapier1-0/+6
2014-06-29Add support for Android 2.3+sapier66-161/+4424