aboutsummaryrefslogtreecommitdiff
path: root/src/base64.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-08-15Fix the *CDP displaySmallJoker1-4/+4
2014-08-14Fix mainmenu game initialisationBlockMen1-0/+5
2014-08-14Make faces shading correct for all possible modes.RealBadAngel2-17/+17
Skip shading for lightsources and top of the nodes. Fixes liquid sources and flowing surfaces having different brightness.
2014-08-10Move #includes from version.h to version.cppKahrl3-13/+17
2014-08-05Formspec escape fixed seen in world creation menuShadowNinja1-0/+1
2014-08-05Disable preload_item_visuals by defaultShadowNinja1-1/+1
This can delay connections by several minutes.
2014-07-29Fix issue 1527Craig Robbins1-34/+34
https://github.com/minetest/minetest/issues/1527
2014-07-29Add ZLIBWAPI_DLL and LEVELDB_DLL CMake options Remove legacy MINGWM10_DLL ↵sfan55-40/+67
CMake option Update 32-bit buildbot (OpenAL updated, zlib updated) Change build directory for buildbots to '_build' to prevent removal of Android build files Use -win64 suffix for 64-bit Windows builds Fixes #1476
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
Fixes https://github.com/minetest/minetest/issues/1514
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
These were initially added to get tracebacks for invalid vector errors, but it didn't work and tracebacks have since been properly fixed in the core.
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
Fix android makefile to provide a correct dummy githash if detection fails
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
Improve error handling in saveBlock()
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 ↵sapier4-17/+20
mapblock there
2014-07-06Improve error reporting in leveldb backendsfan51-8/+13
2014-07-06Fix non-smooth non-shader node shading (Fixes #1436, regression by commit ↵Perttu Ahola1-0/+4
a0f78659f31abd)
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