]> git.lizzy.rs Git - dragonfireclient.git/shortlog
dragonfireclient.git
2014-12-30 kwolekrFix some lingering code style issues
2014-12-30 kwolekrMapgen: Use getBlockSeed2() for blockseeds (much better...
2014-12-30 kwolekrAdd core.get_mapgen_names() to Main Menu API (and use it)
2014-12-29 kwolekrExpose mapgen parameters on scripting init
2014-12-29 KahrlIgnore downloaded public serverlist if public_serverlis...
2014-12-29 KodexkyCenter status text for better visibility.
2014-12-29 KodexkyAdd extra buttons to Android GUI. All icons are license...
2014-12-29 RuiUpdate Japanese Translation
2014-12-29 KahrlAdd util/bump_version.sh
2014-12-29 Craig RobbinsFix -Wtype-limits warnings and remove disabling of...
2014-12-29 kwolekrPrint unit test failures to dstream
2014-12-29 kwolekrFontEngine: Don't use file extension to check font...
2014-12-29 kwolekrLuaVoxelManip: Remove blank allocator
2014-12-29 kwolekrLuaItemStack: Fix and document behavior of set_name...
2014-12-29 sapierFix MSVC compiler warning about passing this pointer...
2014-12-29 Diego MartinezFaster string.split implementation.
2014-12-29 fz72MainMenu: Save 'hide gamemods' and 'hide modpack conten...
2014-12-29 Christophe... Skip further loading of client if there was an exit...
2014-12-29 kwolekrDecoration: Add height_min and height_max parameters
2014-12-29 kwolekrCavegen: Fix copy & paste error (solves #2020)
2014-12-29 paramatBiome API: Add shore top and shore filler nodes, underw...
2014-12-29 kwolekrOre: Add Vein ore type
2014-12-28 kwolekrOre: Add Blob ore type
2014-12-28 kwolekrPseudoRandom: Expose constant PSEUDORANDOM_MAX
2014-12-28 kwolekrLuaVoxelManip: Add option to allocate blank data
2014-12-28 kwolekrVoxelManipulator: Remove unnecessary deallocation steps
2014-12-28 kwolekrSet fallback content if resolving content vector requir...
2014-12-27 kwolekrRedefine NodeResolver interface and replace with callba...
2014-12-26 kwolekrUncomment version patch field
2014-12-25 kwolekrBump version to 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...
next