oweals/minetest.git
2015-06-06 HybridDogDecrease minetest.after globalstep lag
2015-06-03 paramatMgv5/mgv7: Trigger biome recalculation at underwater...
2015-06-02 est31Fix uninitialized variable error
2015-06-02 est31Nicer time setting logging
2015-06-01 est31Fix wrong replace from previous commit
2015-06-01 est31Localize inside whole misc_helpers.lua
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-20 est31Fix documentation for texture override face selector...
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 est31Add more swp files to gitignore
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 LeMagnesiumAdded hour:minute format to time command
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-15 est31Fix libgmp for Android
2015-05-14 tenplus1Don't crash if an item gets dropped into unloaded space
2015-05-14 est31Item entity merging refactor
2015-05-12 est31Fix compiler warning about sign comparison
2015-05-12 SmallJokerBuild and link gmp correctly on MSVC
2015-05-12 NovatuxAdd code to support raillike group names
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-11 MegafReplaced libjpeg dependency on apt-get, it should be...
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-08 paramatConf.example: Update recommended maximum cloud radius...
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 Mahmut ElmasUpdate Turkish Language
2015-05-04 est31Cache enable_3d_clouds flag
2015-05-04 paramatClouds: Make cloud area radius settable in .conf
2015-05-04 Kevin OttAdd a check for animation when getting an extruded...
2015-05-04 obneqFix pathfinder to produce more useful paths
2015-05-04 kwolekrTests: Add ObjDef unittests
2015-05-04 kwolekrObjDefManager: Set replacement object's handle info...
2015-05-03 est31Better version detection for shallow clones
2015-05-03 paramatRotateAlongYAxis: For facedir case, return if param2...
2015-05-01 est31Add .patch files to gitignore
2015-05-01 SmallJokerFix several MSVC issues numeric.h
next