Make attached objects visible in 3rd person view
[oweals/minetest.git] / src /
2015-06-20 est31Make attached objects visible in 3rd person view
2015-06-18 figecFix wrap_rows at inner byte of multibyte sequence
2015-06-18 paramatBiome API: Add noise defined biome blend
2015-06-18 paramatMgv6: Don't create air gap in tundra at y = 48 in custo...
2015-06-18 est31Don't print an error for valid listring[] formspec
2015-06-17 est31Make wrap_rows not wrap inside utf-8 multibyte sequences
2015-06-17 est31Fail iconv call gracefully
2015-06-16 est31GUIFormSpecMenu::OnEvent code style update and small...
2015-06-16 est31Add list-rings 2795/head
2015-06-16 Nathaniel OlsenRemove unneccessary space for tab completion
2015-06-15 paramatBiome API: Enable biome generation to lower world limit
2015-06-14 SmallJokerIgnore punches with no damage in the actionstream
2015-06-14 est31Automated whitespace error fix for last commit
2015-06-14 RealBadAngelImproved parallax mapping. Generate heightmaps on the...
2015-06-14 est31Add UTF and other utility unit tests
2015-06-14 est31Android: bypass broken wide_to_utf8 with wide_to_narrow
2015-06-13 Ilya ZhuravlevUse utf-8 in formspecs
2015-06-13 est31Add utf-8 conversion utilities and re-add intlGUIEditBox
2015-06-13 TeTpaAkaAdd minetest.register_on_player_hpchange
2015-06-13 TeTpaAkaAdd return list of individual counts to find_node_in_area
2015-06-12 est31dofile error reporting for syntax errors
2015-06-12 paramatMinimal: Add snow biome and jungleleaves nodes. Add...
2015-06-03 paramatMgv5/mgv7: Trigger biome recalculation at underwater...
2015-06-02 est31Fix uninitialized variable error
2015-06-01 est31Make split method static
2015-05-31 est31Mapblock: nodecount refactor
2015-05-30 SmallJokerOnly retrieve always_fly_fast setting once
2015-05-29 Craig Robbins(Android) Only simulate holding down fast key if fast_m...
2015-05-29 kwolekrMake get_biome_list() error message more helpful
2015-05-28 KahrlFix typo in variable name
2015-05-28 TeTpaAkaAdd some missing getter functions to the lua API
2015-05-27 est31Consistent const string params
2015-05-27 est31Spare some string copies
2015-05-26 paramatMgv6: Enable snowbiomes by default. Double biome noise...
2015-05-24 est31Small clientiface ASCII art improvements
2015-05-24 paramatBiome API, mgv7: Increase heat/humidity spreads. Improv...
2015-05-23 paramatMgv5/v7: Fix generateBiomes biome recalculation logic...
2015-05-22 SmallJokerFix Windows build, clean up included headers
2015-05-22 est31Deny empty username early in the protocol
2015-05-21 est31Don't ignore nametag attribute change message for newer...
2015-05-19 kwolekrReplace instances of std::map<std::string, std::string...
2015-05-19 rubenwardyAdd texture overriding
2015-05-19 kwolekrFix build with libstdc++
2015-05-19 kwolekrSplit ObjDef/ObjDefManager out to objdef.cpp
2015-05-18 est31Lower log level for unexpected behaviour
2015-05-18 est31Enforce hiding nametag
2015-05-18 est31Make nametags white again
2015-05-18 kwolekrFix null dereference when loading schematic from defini...
2015-05-18 kwolekrRecord MapBlock modification reasons as flags instead...
2015-05-17 kwolekrSAPI/Noise: Add PerlinNoiseMap:getMapSlice() function
2015-05-17 paramatMapgen v5/v7: Detect sandstone, enable sandstone brick...
2015-05-17 kwolekrAdd optional buffer param for bulk data array writes...
2015-05-17 kwolekrNoise: Fix interpolation at negative coordinates
2015-05-17 ShadowNinjaFix current mod name change missed during rebase
2015-05-17 kwolekrAdd -Wsign-compare for Clang builds and fix some signed...
2015-05-17 kwolekrSAPI: Accept either ARGB8 table or ColorString to speci...
2015-05-16 ShadowNinjaAdd core.get_dir_list
2015-05-16 ShadowNinjaAdd core.request_insecure_environment()
2015-05-16 ShadowNinjaAdd core.mkdir
2015-05-16 ShadowNinjaAdd mod security
2015-05-16 est31Fix build since last commit
2015-05-16 est31Finalize init packets and enable protocol v25
2015-05-15 TeTpaAkaAdd push_ARGB8 to script/common/c_converter
2015-05-15 TeTpaAkaGeneralize core.get/set_nametag_color into core.get...
2015-05-15 kwolekrNoise: Make buffer size parameters unsigned
2015-05-15 kwolekrSchematics: Fix probability values for .mts version 1
2015-05-15 BrandonAdd minetest.register_on_punchplayer
2015-05-15 TeTpaAkaAdd get and set functions for the nametag color
2015-05-15 Craig RobbinsANDROID: Do not limit situations where fast is enabled
2015-05-12 est31Fix compiler warning about sign comparison
2015-05-12 SmallJokerBuild and link gmp correctly on MSVC
2015-05-12 est31is_player() is no player-only function
2015-05-12 paramatMapgen v5/6/7: Cleanup node resolver and aliases
2015-05-11 est31Make early protocol auth mechanism generic, and add SRP
2015-05-11 est31Add LibGMP
2015-05-10 Craig RobbinsChange lower limit of display_gamma to 1.0 (linear...
2015-05-09 kwolekrSchematics: Add per-node force placement option
2015-05-09 kwolekrFix typo in WieldMesh::setItem()
2015-05-08 kwolekrEnsure that Map::findNodesWithMetadata() reports nodes...
2015-05-08 kwolekrReplace Wieldmesh::setItem assertion that could be...
2015-05-08 est31Fix release build warning
2015-05-08 kwolekrFix compilation for non-client builds, and fix signed...
2015-05-08 kwolekrTests: Add schematic unittests
2015-05-08 est31Gracefully handle PacketErrors
2015-05-08 kwolekrFix missing Y component assignment in check_v3f
2015-05-07 Kevin OttRemove duplicate lua_getfield() in c_converter.cpp
2015-05-07 kwolekrSchematics: Add indent-with-space option for schematic...
2015-05-07 kwolekrNodeResolver: Remove NodeResolveMethod
2015-05-06 ShadowNinjaFix connection speed unit names
2015-05-06 ShadowNinjaFix error messages for type-checking Lua reading functions
2015-05-06 ShadowNinjaImprove Redis error messages
2015-05-06 kwolekrFix build on Debian broken by b45df9d (missing include... 2676/head
2015-05-05 kwolekrNodeDefManager: Improve const-correctness of interfaces
2015-05-05 kwolekrAdd core.find_nodes_with_meta() script API
2015-05-05 kwolekrTests: Add NodeResolver unittests
2015-05-05 ShadowNinjaMake Git version detection use VERSION_STRING instead...
2015-05-05 ShadowNinjaFix GCC compiler warning
2015-05-04 Jay ArndtStop NetworkPacket methods from producing bloated packets
2015-05-04 est31Cache enable_3d_clouds flag
2015-05-04 paramatClouds: Make cloud area radius settable in .conf
next