aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-02-05Revert "Fix settings to honor numeric conversion errors"kwolekr
This reverts commit 3f376a092e1c16429fb52f24736e9da98aff4cd5.
2014-02-04Fix another heap-use-after-free in pause menu.Ilya Zhuravlev
2014-02-04Fix unexpected preprocessor directive in gettext.cppIlya Zhuravlev
2014-02-04Fix settings to honor numeric conversion errorssapier
Rename try* non exceptioning functions to *NoEx
2014-02-03Update minetest.conf.examplekwolekr
2014-02-03Huge overhaul of the entire MapgenParams systemkwolekr
MapgenParams is no longer a polymorphic class, eliminating the need for messy and bug-prone reallocations. Separation between the common and mapgen-specific parameters is now strongly defined. Mapgen parameters objects are now properly encapsulated within the proper subsystems.
2014-02-03Settings: Add no-exception variants of each get methodkwolekr
2014-02-03Fix crash when a error occurs in a globalstep callbackShadowNinja
2014-02-03Escape texture pack namesShadowNinja
2014-02-03Add minetest.kick_player(name, reason)sapier
2014-02-03Remove noisy error messages, prepend "pathfinder: " to pathfinder messagessapier
2014-02-02Add missing "-" to list of allowed chars in media filenamessapier
2014-02-02Add additional check to avoid broadcasting private messages in error conditionssapier
2014-02-01Add player:override_day_night_ratio() for arbitrarily controlling sunlight ↵Perttu Ahola
brightness
2014-02-01Add player:set_sky() with simple skybox supportPerttu Ahola
2014-01-31Add propper client initializationsapier
-add client states to avoid server sending data to uninitialized clients -don't show uninitialized clients to other players -propper client disconnect handling Minor comment fixes in server Minor bugfixes in connection -improved peer id calculation -honor NDEBUG flag -improved disconnect handling -increased initial send window Remove some dead code
2014-01-26New HUD element - waypoint.RealBadAngel
2014-01-26Fix bug only half of unreliable queue handled per step in worst casesapier
2014-01-26Fix use of previously deallocated EmergeManagerkwolekr
2014-01-24Fix error on mod download failureShadowNinja
2014-01-23Pass pointed_thing to on_punch and minetest.register_on_punchnode callbacksShadowNinja
2014-01-23Include system info in the HTTP user agent on WindowsSfan5
2014-01-21Add pointed_thing to minetest.register_on_placenodeShadowNinja
As suggested by qwrwed.
2014-01-21Connection: Stop processing malformed packet when encounteredkwolekr
2014-01-21Fix curl dll not getting installed when sound is disabledSfan5
2014-01-19Fix minetest.rotate_and_place() calling on_rightclick() with nil/random ↵PilzAdam
param for node
2014-01-19Update lua_api.txt documentationkwolekr
2014-01-19LuaVoxelManip: Add get_param2_data and set_param2_datakwolekr
2014-01-19Schematic: Read slice probability table from schematic descriptorskwolekr
2014-01-18Fixed mainmenu lua errors because of changes in get_textlist_indexDániel Varga
Fixed lua error when none of the worlds or servers selected are and connect, delete or configure buttons used.
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