aboutsummaryrefslogtreecommitdiff
path: root/textures/base/pack/logo.png (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-18Use configured bind_address for HTTPFetchShadowNinja2-1/+6
2014-09-18Reduce indentation of HTTPFetchOngoingShadowNinja8-312/+309
2014-09-19Added configurable selectionbox width. Min width = 1, Max = 5TriBlade93-2/+8
2014-09-18Bugfix: don't highlight air nodes.RealBadAngel1-34/+36
2014-09-17Node highlighting.RealBadAngel10-48/+167
2014-09-14Fix typo in comment in chat.cppKahrl1-1/+1
2014-09-11Simplify and optimize schematic replacementsShadowNinja2-29/+29
2014-09-11Fix another typo in example configurationShadowNinja1-1/+1
2014-09-11Fix typo in default configuration fileWilliam Teder1-1/+1
2014-09-06Log unhandled exceptions in connectionthreads to errorstreamsapier1-2/+2
2014-09-06Fix access to invalid data on reception of packet with size 0sapier1-1/+3
2014-09-03Change screenshot colorformat properlyBlockMen1-13/+20
2014-09-03Don't save alpha channel in screenshots (fixes #1451)BlockMen1-1/+1
2014-09-01Add LuaVoxelManip methods: get_node_at() and set_node_at()kwolekr4-6/+41
2014-09-01Update Mapgen VoxelManipulator on buffer invalidationkwolekr6-10/+75
2014-09-01Save previously generated blocks on Mapgen blitbackkwolekr1-1/+1
2014-08-29Fix only one texture being updated on window resize breaking sidebyside and t...sapier1-13/+7
2014-08-29Fix interlaced 3d mode second image being flipped on compiling against irrlic...sapier1-0/+4
2014-08-25Remove invalid doc about minetest.get_time_us()sapier1-2/+0
2014-08-25Add missing doc for minetest.get_us_time()sapier1-0/+2
2014-08-25Allow use all 6 faces for special tiles.RealBadAngel3-28/+134
2014-08-24Fix retval of entity.get_staticdata beeing lost while profiling is enabledsapier1-1/+2
2014-08-23Add lua exception handling test codesapier3-0/+146
2014-08-23Fix LuaJIT exception wrapperKahrl1-1/+3
2014-08-23Fix seg fault if popping from empty stack (L-system trees)Craig Robbins4-10/+45
2014-08-23Add video driver selection to settings menu (based uppon idea from webdesigne...sapier5-27/+92
2014-08-23Minimal game: add /dummyball <count> commandKahrl1-2/+11
2014-08-23Fix chat messages capturing mouse interactions for menu/formspecssapier1-46/+61
2014-08-22Use pause_fps_max also on multiplayerSmallJoker1-3/+1
2014-08-22Add ^[mask texture modifiersfan52-0/+53
2014-08-22Reduce time of red screen when damagedSmallJoker1-2/+2
2014-08-22ban.cpp refactoringSelat1-19/+10
2014-08-22Fix to to too two timessapier2-2/+2
2014-08-22Add player name length checkssapier2-6/+21
2014-08-22Fix "ghost" blocks if block update is "on wire" while player digs nodessapier3-7/+31
2014-08-22Improve timeout calculationsapier3-19/+31
2014-08-22Correct spelling mistakes in documentationrubenwardy4-19/+19
2014-08-22Fix wrong Icon name in minetest.desktopsapier1-1/+1
2014-08-22Remove buildable_to nodes without dropping item when replaced by a falling nodeCasimir1-11/+18
2014-08-21Pass light sources in blue channel of vertex color instead of decoded light f...RealBadAngel2-40/+29
2014-08-21Don't call a player event without having player to do a event forsapier2-1/+9
2014-08-19Fix caption of config mods button (simple menu)sapier1-1/+1
2014-08-19Mod profiling supportsapier7-0/+391
2014-08-16Make scrollbar scale according to DPI and scaling factorsapier1-0/+11
2014-08-16Let lighting be done only CPU side. Remove finalColorBlend implementation fro...RealBadAngel3-64/+9
2014-08-16Revert "Fix inventory items blinking on item preloading"sapier1-1/+3
2014-08-16Fix inventory items blinking on item preloadingsapier1-3/+1
2014-08-16Remove temporary file at safeWriteToFile()selat1-6/+9
2014-08-16Makefile support for build without leveldbsapier2-14/+29
2014-08-16Add sqlite3 backend hack for androidsapier3-9/+45