aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bugfix: don't highlight air nodes.RealBadAngel2014-09-181-34/+36
* Node highlighting.RealBadAngel2014-09-1710-48/+167
* Fix typo in comment in chat.cppKahrl2014-09-141-1/+1
* Simplify and optimize schematic replacementsShadowNinja2014-09-112-29/+29
* Fix another typo in example configurationShadowNinja2014-09-111-1/+1
* Fix typo in default configuration fileWilliam Teder2014-09-111-1/+1
* Log unhandled exceptions in connectionthreads to errorstreamsapier2014-09-061-2/+2
* Fix access to invalid data on reception of packet with size 0sapier2014-09-061-1/+3
* Change screenshot colorformat properlyBlockMen2014-09-031-13/+20
* Don't save alpha channel in screenshots (fixes #1451)BlockMen2014-09-031-1/+1
* Add LuaVoxelManip methods: get_node_at() and set_node_at()kwolekr2014-09-014-6/+41
* Update Mapgen VoxelManipulator on buffer invalidationkwolekr2014-09-016-10/+75
* Save previously generated blocks on Mapgen blitbackkwolekr2014-09-011-1/+1
* Fix only one texture being updated on window resize breaking sidebyside and t...sapier2014-08-291-13/+7
* Fix interlaced 3d mode second image being flipped on compiling against irrlic...sapier2014-08-291-0/+4
* Remove invalid doc about minetest.get_time_us()sapier2014-08-251-2/+0
* Add missing doc for minetest.get_us_time()sapier2014-08-251-0/+2
* Allow use all 6 faces for special tiles.RealBadAngel2014-08-253-28/+134
* Fix retval of entity.get_staticdata beeing lost while profiling is enabledsapier2014-08-241-1/+2
* Add lua exception handling test codesapier2014-08-233-0/+146
* Fix LuaJIT exception wrapperKahrl2014-08-231-1/+3
* Fix seg fault if popping from empty stack (L-system trees)Craig Robbins2014-08-234-10/+45
* Add video driver selection to settings menu (based uppon idea from webdesigne...sapier2014-08-235-27/+92
* Minimal game: add /dummyball <count> commandKahrl2014-08-231-2/+11
* Fix chat messages capturing mouse interactions for menu/formspecssapier2014-08-231-46/+61
* Use pause_fps_max also on multiplayerSmallJoker2014-08-221-3/+1
* Add ^[mask texture modifiersfan52014-08-222-0/+53
* Reduce time of red screen when damagedSmallJoker2014-08-221-2/+2
* ban.cpp refactoringSelat2014-08-221-19/+10
* Fix to to too two timessapier2014-08-222-2/+2
* Add player name length checkssapier2014-08-222-6/+21
* Fix "ghost" blocks if block update is "on wire" while player digs nodessapier2014-08-223-7/+31
* Improve timeout calculationsapier2014-08-223-19/+31
* Correct spelling mistakes in documentationrubenwardy2014-08-224-19/+19
* Fix wrong Icon name in minetest.desktopsapier2014-08-221-1/+1
* Remove buildable_to nodes without dropping item when replaced by a falling nodeCasimir2014-08-221-11/+18
* Pass light sources in blue channel of vertex color instead of decoded light f...RealBadAngel2014-08-212-40/+29
* Don't call a player event without having player to do a event forsapier2014-08-212-1/+9
* Fix caption of config mods button (simple menu)sapier2014-08-191-1/+1
* Mod profiling supportsapier2014-08-197-0/+391
* Make scrollbar scale according to DPI and scaling factorsapier2014-08-161-0/+11
* Let lighting be done only CPU side. Remove finalColorBlend implementation fro...RealBadAngel2014-08-163-64/+9
* Revert "Fix inventory items blinking on item preloading"sapier2014-08-161-1/+3
* Fix inventory items blinking on item preloadingsapier2014-08-161-3/+1
* Remove temporary file at safeWriteToFile()selat2014-08-161-6/+9
* Makefile support for build without leveldbsapier2014-08-162-14/+29
* Add sqlite3 backend hack for androidsapier2014-08-163-9/+45
* Fix the *CDP displaySmallJoker2014-08-151-4/+4
* Fix mainmenu game initialisationBlockMen2014-08-141-0/+5
* Make faces shading correct for all possible modes.RealBadAngel2014-08-142-17/+17