aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-01-16Deindent HTTPFetchRequest::HTTPFetchRequest()ShadowNinja
2014-01-16Prevent player jumping into nodes from belowBlockMen
Fixes camera glitch and cheating at drowning
2014-01-15Prevent placing node when player would be inside new nodeBlockMen
2014-01-15Fix win32 reading semaphore count not working (broke all queues)sapier
2014-01-15Make default User-agent follow RFC 2616ShadowNinja
2014-01-15Fix building with MinGWSfan5
2014-01-14Fix building under MSVCBlockMen
2014-01-13Fix spelling of "attempt"ShadowNinja
2014-01-13Add minetest.override_itemShadowNinja
2014-01-13Add formspec tableKahrl
2014-01-13Allow vertical axis particle rotation constraintkhonkhortisan
Use tables for adding particles, deprecate former way. separate particles(pawner) definition, add default values, work with no arguments
2014-01-13Fix some errors reported by clang static analyzer.Ilya Zhuravlev
2014-01-12Mapgen V6: Add flag to stop mud flowkwolekr
2014-01-12Fix doc and forceloading crash.Novatux
2014-01-11Add maximum recursion depth to read_json_valueShadowNinja
2014-01-11Rename get_json_value to read_json_valueShadowNinja
2014-01-11Add InvRef::get/set_lists()ShadowNinja
2014-01-11Compare values instead of pointers in Inventory::operator==Kahrl
2014-01-11Add operator!= to Inventory(List), make operator== a const methodKahrl
2014-01-11Add forceloadingNovatux
2014-01-11Deepcopy pointed_thing for after_place_node, give it to on_rightclick too.Novatux
2014-01-10Fix check for max_fd == -1 should actually be max_fd != -1sapier
2014-01-10Fixed minetest reliable udp implementation (compatible to old clients)sapier
2014-01-10Make MutexQueue use jsemaphore for signalingsapier
2014-01-09Set locale properly when built without gettext supportPerttu Ahola
2014-01-08Document "wielditem" visualShadowNinja
2014-01-07Don't lookup node texts in a endless recursion loopsapier
2014-01-06Revert "Improve (re)spawn, add cache_block_before_spawn and max_spawn_height ↵ShadowNinja
settings" The commit didn't work because the blocks weren't loaded yet. This reverts commit 22dbbf0a6fc9547f0dbdb7f6076337b8c6acd48b. Conflicts: minetest.conf.example
2014-01-06Pass pointed_thing to after_place_nodeShadowNinja
2014-01-06Add protection support to auto-rotated nodesShadowNinja
2014-01-06Prevent auto-rotated nodes replacing the nodes they are placed onShadowNinja
2014-01-07Fix wrong named masterserver announce variableproller
2014-01-07Send long announce as POST, show OS in useragentproller
Add lag reporting to masterserver (average dtime) StyledWriter -> FastWriter in masterserver announce
2014-01-06Escape error messages in error dialogPilzAdam
2014-01-06Actually pause singleplayer game in pause menu and use lower maximum FPS in itPerttu Ahola
2014-01-06Add function to deregister a profiler from profiler listsapier
2014-01-06Create new instance of mesh every time it's required (Solves #703)Perttu Ahola
2014-01-06Fix main menu error message dialog: Now multi-line messages aren't cut at ↵Perttu Ahola
half of second line
2014-01-05BUILD: fix cmake list parsinghasufell
because cmake is unable to parse it's own lists properly
2014-01-05BUILD: prefer pkg-config for freetype2 detectionhasufell
This can solve numerous problems such as: http://www.cmake.org/Bug/view.php?id=13959 http://www.cmake.org/Bug/view.php?id=14601 If pkg-config or freetype2.pc is not found, then fall back to the FindFreetype.cmake module logic. Restrict to UNIX since I only tested it here.
2014-01-05Add option to link to OpenGL ES, fixes #1051Sfan5
2014-01-05Fix absence of images when compiled with RUN_IN_PLACE=0.Ilya Zhuravlev
2014-01-03Reenable -dev suffixKahrl
2014-01-02Fix objects being selected behind a nodeNovatux
2014-01-01Bump version to 0.4.90.4.9kwolekr
2013-12-31Fix exception caused by destroying sockets on Server shutdownkwolekr
2013-12-31Fix enum element name in Lua HUD code (position vs. pos)kaeza
2013-12-30Initialize world before creating BanManager and RollbackManagerShadowNinja
2013-12-30Fix InventoryList reading orderShadowNinja
Lua does not guarantee that the indexes of a table will be in numerical order.
2013-12-30Revert "Fix minetest.facedir_to_dir when param2 is 5 or 7."Novatux
This reverts commit 4e5760a5416cbca6945b1b4484cbd96bea7b250c.