]> git.lizzy.rs Git - minetest.git/shortlog
minetest.git
2014-12-25 kwolekrBump version to 0.4.11 0.4.11
2014-12-25 paramatConf.example: Correct grammar and spelling. Shorten...
2014-12-24 ShadowNinjaFix fs::GetRecursiveSubPaths trying to get directory...
2014-12-24 Craig RobbinsLarge increase in performance
2014-12-24 paramatIncrease indentation throughout file for clarity. Corre...
2014-12-24 paramatState biome API heat and humidity noise parameters...
2014-12-23 paramatConf.example: Fix typo
2014-12-23 sfan5Update MinGW toolchain downloads used by travis
2014-12-23 kwolekrSilence misc. warnings
2014-12-23 Craig RobbinsMake limiting of the reflow liquids queue size optional
2014-12-23 paramatUpdate mapgen stuff in minetest.conf
2014-12-23 kwolekrTemporarily fix always bright wieldhand with shaders...
2014-12-21 KahrlRegenerate server_flags_creative.png from XCF
2014-12-21 KahrlFix weird (and wrong) comment in test.cpp
2014-12-20 paramatlua_api.txt: improve noise documentation. Remove previo...
2014-12-20 paramatRe-add hacky fix for underwater grass, to fix mgv7...
2014-12-20 unknownChange TileSpec::frames to be std::vector not std::map
2014-12-19 Vanessa EzekowitzFix visual_scale for plantlike nodes (again)
2014-12-18 kwolekrTemporarily set default biome in builtin
2014-12-18 Craig RobbinsFix visual_scale for NDT_PLANTLIKE being set too small
2014-12-18 Craig RobbinsSuppress compiler warning
2014-12-17 kwolekrRemove manual biome noise translation
2014-12-17 Craig RobbinsDo not allow the m_transforming_liquid queue to increas...
2014-12-16 Pavel PuchkinFix OSX packaging finally
2014-12-15 kwolekrSet WM_CLASS window hint for Xorg
2014-12-14 kwolekrExpose mapgen chunksize in on_mapgen_init callbacks
2014-12-14 CalinouUpdate French translation
2014-12-14 Diego MartinezUpdate Spanish language.
2014-12-14 Pavel PuchkinFixes #1687 by extra semaphore retval handle code for OSX
2014-12-14 Craig RobbinsFix typo in lua_api.txt
2014-12-14 kwolekrNoise: Don't assume Noise is used for 2D unless gradien...
2014-12-14 KahrlFix background of creative icon (was black, now transpa...
2014-12-13 KahrlRevert "Update Russian translation"
2014-12-13 Craig RobbinsFix misleading error when exiting the client from the...
2014-12-13 Craig RobbinsProvide more info if a subgame is not valid/found
2014-12-13 PilzAdamUpdate german translation
2014-12-13 kwolekrLuaPerlinNoiseMap: Fix 3d noise safety check
2014-12-12 KahrlFix segfault when dragging mouse out of mainmenu window...
2014-12-12 KahrlRemove vertlabels from main menu and relayout a bit
2014-12-12 KahrlDisplay serverlist flags as icons
2014-12-12 ShadowNinjaUpdate po files
2014-12-12 AntonBoch1244Update Russian translation
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
next