aboutsummaryrefslogtreecommitdiff
path: root/src/debug.h (unfollow)
Commit message (Expand)AuthorFilesLines
2014-01-09Set locale properly when built without gettext supportPerttu Ahola1-3/+5
2014-01-08Document "wielditem" visualShadowNinja1-1/+1
2014-01-07Don't lookup node texts in a endless recursion loopsapier1-2/+2
2014-01-06Revert "Improve (re)spawn, add cache_block_before_spawn and max_spawn_height ...ShadowNinja5-55/+40
2014-01-06Pass pointed_thing to after_place_nodeShadowNinja2-2/+8
2014-01-06Add protection support to auto-rotated nodesShadowNinja1-0/+6
2014-01-06Prevent auto-rotated nodes replacing the nodes they are placed onShadowNinja1-66/+74
2014-01-07Fix wrong named masterserver announce variableproller1-1/+1
2014-01-07Send long announce as POST, show OS in useragentproller9-24/+45
2014-01-06Escape error messages in error dialogPilzAdam1-1/+1
2014-01-06Actually pause singleplayer game in pause menu and use lower maximum FPS in itPerttu Ahola7-16/+40
2014-01-06Add function to deregister a profiler from profiler listsapier1-0/+7
2014-01-06Create new instance of mesh every time it's required (Solves #703)Perttu Ahola4-24/+44
2014-01-06Fix main menu error message dialog: Now multi-line messages aren't cut at hal...Perttu Ahola1-1/+1
2014-01-05BUILD: fix cmake list parsinghasufell2-3/+6
2014-01-05BUILD: prefer pkg-config for freetype2 detectionhasufell2-11/+41
2014-01-05Add option to link to OpenGL ES, fixes #1051Sfan51-1/+6
2014-01-05Fix absence of images when compiled with RUN_IN_PLACE=0.Ilya Zhuravlev3-3/+14
2014-01-03Reenable -dev suffixKahrl1-1/+1
2014-01-02Fix objects being selected behind a nodeNovatux1-2/+3
2014-01-01Bump version to 0.4.9kwolekr3-4/+4
2013-12-31Fix exception caused by destroying sockets on Server shutdownkwolekr1-3/+6
2013-12-31Fix enum element name in Lua HUD code (position vs. pos)kaeza1-1/+2
2013-12-30Initialize world before creating BanManager and RollbackManagerShadowNinja1-4/+4
2013-12-30Fix InventoryList reading orderShadowNinja1-5/+10
2013-12-30Revert "Fix minetest.facedir_to_dir when param2 is 5 or 7."Novatux1-1/+1
2013-12-25Remove FPS from window titlePilzAdam1-16/+9
2013-12-25Make SHA1::addBytes(..., 0) a no-op instead of an assertion failureKahrl1-1/+1
2013-12-24Use sleep_ms instead of select in httpfetch when max_fd == -1, fixes WSAEINVALKahrl1-13/+21
2013-12-23Fix particle code ignoring return value of std::vector::erase(). Wat.Kahrl1-4/+4
2013-12-22Fix wrong names for parallax settings in config example.RealBadAngel1-2/+2
2013-12-21Bugfix to get_all_craft_recipes.RealBadAngel1-2/+2
2013-12-19Check for denied access in itemdef/nodedef/media fetch loopKahrl1-0/+6
2013-12-18Don't throw a error when writing JSON failsShadowNinja3-9/+15
2013-12-18Log guilty node name when allow_metadata_inventory_move/put/take failsKahrl1-15/+18
2013-12-18Add 'minetest.write_json'ShadowNinja5-1/+92
2013-12-18Handle LuaErrors in Lua -> C++ calls on LuaJITShadowNinja18-134/+113
2013-12-17Fix formspec field labelsBlockMen1-3/+3
2013-12-16Fix broken httpfetch due to SimpleThread removalsapier1-0/+3
2013-12-16Fix MSVC compiling issueBlockMen1-1/+1
2013-12-16Reduce cloud coloring for colored fog and cloud modesapier1-1/+1
2013-12-15Remove an unused function and include from client.cppPilzAdam1-9/+0
2013-12-15Add setting to disable direction dependent fog and sky colorssapier4-41/+62
2013-12-15Directional fog + horizon colors, based on sun & moon positions at sunrise / ...MirceaKitsune3-24/+96
2013-12-15Replace SimpleThread by JThread now implementing same featuressapier9-88/+30
2013-12-14Add alpha setting to font shadowBlockMen5-4/+12
2013-12-14Update mapgen params in ServerMap after Mapgen initkwolekr3-4/+6
2013-12-14Handle Lua errors in on_generate callbacks instead of throwing SIGABRTkwolekr1-1/+3
2013-12-14Add map feature generation notify Lua APIkwolekr12-151/+252
2013-12-13Remove support for optdepends.txtShadowNinja2-17/+0