oweals/minetest.git
2014-12-12 EnkiUpdate Italian translation
2014-12-12 ShadowNinjaFix missing call to std::ostringstream::str
2014-12-12 SmallJokerFix MSVC compiling warnings and remove an unused texture
2014-12-12 kwolekrLog: Silence errorstream during unittests
2014-12-12 AntonUse std::string::empty() instead of size() where applicable
2014-12-12 Jürgen DoserAdd basic support for generating API documentation...
2014-12-12 kwolekrSettings: Fix invalid memory access when setting not...
2014-12-12 kwolekrNodeResolver: Fix some comments and use const reference...
2014-12-12 kwolekrAdd minetest.clear_registered_decorations() and clear_r...
2014-12-12 MirceaKitsuneAllow footstep sounds to play for liquid and ladder...
2014-12-12 KodexkyResponsive tooltip offset for Android.
2014-12-12 Craig RobbinsFix typo in mapblock.h
2014-12-12 kwolekrLuaPerlinNoiseMap: Prevent invalid memory access when...
2014-12-12 kwolekrMapgens: Rename m_emerge to prevent name collisions
2014-12-12 kwolekrAdd support for NoiseParams in minetest.get_perlin...
2014-12-12 Craig RobbinsRevert "Adjust the values of dirs1 and dirs2 so that...
2014-12-12 kwolekrSettings: Fail on invalid sequence and throw exception...
2014-12-12 kwolekrSettings: Sanitize value for multiline terminator tokens
2014-12-12 paramatFix undeclared globals in functions and shorten lines...
2014-12-11 kwolekrClean up Noise macros
2014-12-11 kwolekrNodeResolver: Fix cancelNode and cancelNodeList
2014-12-11 kwolekrNoise: Automatically transform noise maps if needed
2014-12-10 kwolekrMove get_schematic and read_schematic to l_mapgen.cpp
2014-12-10 paramatBiome API: Reduce heat and humidity persistences to 0.5
2014-12-10 kwolekrAdd support for lacunarity in legacy NoiseParams string...
2014-12-10 KahrlAdd paste command (Ctrl-V) in GUIChatConsole
2014-12-10 kwolekrRemove get_noiseparams function. read_noiseparams shoul...
2014-12-10 kwolekrNoise: Create a deep copy of NoiseParams
2014-12-10 kwolekrSettings: Sanitize setting name everywhere, not just...
2014-12-10 kwolekrRename and repurpose minetest.set_noiseparam_defaults...
2014-12-10 kwolekrSettings: Make setting entry group and values mutually...
2014-12-09 SmallJokerRewrite fs:GetDirListing(file) by kahrl
2014-12-09 SmallJokerIgnore .name directories and files
2014-12-09 Craig RobbinsIncrease performance of getLight() by at least 2x
2014-12-09 Pavel PuchkinFix builds failing on BSD-like (such as OSX) due to...
2014-12-09 kwolekrNoise: Update Noise::resizeNoiseBuf to account for...
2014-12-09 kwolekrBiomes: Make biome heat and humidity noise parameters...
2014-12-08 Craig RobbinsFix compiler warning (signed vs. unsigned)
2014-12-08 kwolekrOptimize noise implementations
2014-12-08 KahrlFix struct vs. class in forward declarations
2014-12-08 RealBadAngelFix lighting artifacts (Issue #1887).
2014-12-08 KahrlAlways escape user provided data in mainmenu fields
2014-12-08 kwolekrAdd flags and lacunarity as new noise parameters
2014-12-08 RealBadAngelDisable loading .mtl files. Theyre not used anyway.
2014-12-08 MirceaKitsuneMake directional fog colors respect tonemap
2014-12-07 Craig RobbinsFix f6 debug/profiler display
2014-12-07 CalinouIncrease third person view distance
2014-12-07 Muhammad Rifqi... Add space between client names in status text (client)
2014-12-07 RealBadAngelRestore finalColorBlend implementation in shaders.
2014-12-07 Craig RobbinsFix regression (increase/decrease viewing range with...
2014-12-07 kwolekrMapgen V5: Fix use of uninitialized value in ctor
2014-12-06 kwolekrSchematics: Fix minetest.place_schematic() when defined...
2014-12-06 kwolekrAdd minetest.clear_registered_biomes() api
2014-12-06 KahrlIgnore some mouse events sent from scrollbar to GUITable
2014-12-06 SmallJokerClose settings files and save them correctly
2014-12-06 sfan5Add workaround for failing clang build
2014-12-06 sfan5Build for win32 & win64 on Travis too
2014-12-06 kwolekrRewrite generate notification mechanism
2014-12-06 Craig RobbinsPerformance of main client loop up to 2x faster In...
2014-12-06 SmallJokerAdd Lua helper functions vector.apply(v) math.sign...
2014-12-05 Craig RobbinsAdd name of node 'pointed at' to debug
2014-12-05 SmallJokerFix MSVC build
2014-12-05 RealBadAngelRecalculate normals for mesh #0. Fix for issue #1902.
2014-12-04 Craig Robbins(INTERIM) Make sizes of the font in formspecs consisten...
2014-12-04 Craig RobbinsOptimise VoxelManipulator::copyFrom
2014-12-04 Craig RobbinsRight mouse button behaviour for craft/inventory If...
2014-12-04 CalinouMake dropped items larger and rotate faster
2014-12-04 kwolekrSettings: Various setting group fixes and enhancements
2014-12-04 paramatAdd definable node_stone to biome API, mgv5, mgv7....
2014-12-03 kwolekrSettings: Fix getNoiseParamsFromValue()
2014-12-02 kwolekrUse setting groups for NoiseParams
2014-12-01 KahrlFix style of comment in minetest.conf.example
2014-12-01 KahrlAdd fontengine.cpp to Android.mk
2014-12-01 sapierFix settings callback "call" lost on rebase
2014-12-01 Craig RobbinsFix node 0,0,0 being highlighted when enable_node_highl...
2014-12-01 Craig RobbinsFix build
2014-12-01 kwolekrLuaSettings: Sanitize setting name strings
2014-11-30 KahrlFix segfault at exit caused by non grabbed font
2014-11-30 kwolekrsettings: Add setting groups and multiline entries
2014-11-30 sapierMake hud use fontengine too
2014-11-30 ZeframScale form elements consistently
2014-11-30 sapierImplement proper font handling
2014-11-29 kwolekrnoise: Throw exception on noise allocation failure
2014-11-29 SmallJokerFix MSVC compiling error (argc/argv not available to...
2014-11-28 Ciaran GultnieksImprove Lua API documentation
2014-11-28 RuiUpdate minetest.po (Japanese)
2014-11-28 Craig RobbinsFix regression with command line --go option
2014-11-27 SmallJokerAdd minetest.copy_table(table) To get rid off the ...
2014-11-26 Ciaran GultnieksDon't corrupt stepheight when setting other properties
2014-11-26 KahrlWield: always obey anisotropic_filter setting, not...
2014-11-26 KahrlEMF_USE_MIP_MAPS was introduced in Irrlicht 1.8, don...
2014-11-26 Sokomineadded enable_build_where_you_stand option
2014-11-26 KahrlWieldmesh: don't force anisotropic filtering on, instea...
2014-11-26 Craig DavisonFix some undeclared global variables
2014-11-26 rubenwardyOnly set the camera update keymap when using a debug...
2014-11-26 KodexkyFix Android main menu crash, and user data directory...
2014-11-26 CalinouIncrease step smoothing to fit 1:1 stairs (works well...
2014-11-25 Craig RobbinsFix client "double saving" simple singleplayer local...
2014-11-25 KodexKyFixes for Android build errors. Enable sensor landscape...
2014-11-25 dvereAdjust the values of dirs1 and dirs2 so that rotate_and...
next