Biome API: Add per-biome riverbed material and depth
[oweals/minetest.git] / src /
2016-06-05 paramatBiome API: Add per-biome riverbed material and depth
2016-06-04 MillersManMapgen: Performance improvement and fixes for updateLiq...
2016-06-04 kwolekrBiomes: Define and use biome_t for biome IDs
2016-06-04 kwolekrPcgRandom: Fix/improve documentation
2016-06-04 kwolekrChange internal type for seeds to s32
2016-06-03 est31Initial Gamepad support
2016-06-03 est31Input related generalisations
2016-06-03 Robert KiralySapier's fix for the RESEND RELIABLE problem (#4170)
2016-06-02 paramatMgv7: Always carve river channels in mountain terrain
2016-05-31 EkdohibsAdd colored text (not only colored chat).
2016-05-31 TriBlade9Colored chat working as expected for both freetype...
2016-05-30 est31Add minetest.check_password_entry callback
2016-05-30 Zeno-Remove unused code in s_security.cpp (#4172)
2016-05-28 Auke KokParticles: Add option to remove particles on collision
2016-05-28 red-001Add base64 encoding and decoding to the lua api. (...
2016-05-28 kwolekrDisallow external linkage for default Cavegen NoiseParams
2016-05-28 kwolekrDungeongen: Remove dependency on Mapgen
2016-05-28 kwolekrMapgen: Combine dungeon generation code
2016-05-28 kwolekrMapgen: Deduplicate common constructor code
2016-05-28 kwolekrMapgen: Remove calculateNoise from most mapgens
2016-05-28 kwolekrMapgen V7: Remove now-unused ridge heightmap
2016-05-28 kwolekrCavegen: Move V5-style caves to CavesNoiseIntersection
2016-05-28 kwolekrCavegen: Minor misc. fixes
2016-05-28 kwolekrFix undefined evaluation order when constructing random...
2016-05-28 kwolekrCavegen: Re-add small caves to CavesRandomWalk
2016-05-28 kwolekrCavegen: Remove CavesRandomWalk dependency on Mapgen
2016-05-28 kwolekrCavegen: Merge instances of repetitive surface level...
2016-05-28 kwolekrCavegen: Remove CavesV6 dependency on Mapgen
2016-05-28 kwolekrCavegen: Rename CaveV6 to CavesV6
2016-05-28 kwolekrCavegen: Merge CaveV5 and CaveV7 into CavesRandomWalk
2016-05-28 kwolekrFix MgStoneType and BiomeType enum names
2016-05-28 kwolekrMapgen: Combine generateBiomes, dustTopNodes, and gener...
2016-05-28 kwolekrMove biome calculation to BiomeGen
2016-05-26 est31Tell irrlicht if we handle a key or not.
2016-05-23 ShadowNinjaFix rollback.txt migration
2016-05-23 Craig RobbinsFix irrlicht version checking macro for tooltip_height...
2016-05-23 EkdohibsMove updateTextures and fillTileAttribs to ContentFeatures
2016-05-22 est31Tolerate packet reordering in the early init process 4140/head
2016-05-22 Loic BlotFix a m_camera not used warning fix pointed by clang 4154/head
2016-05-22 Loic BlotImplement a PostgreSQL backend 4124/head
2016-05-20 Craig RobbinsFix tooltip height for versions of irrlicht < 1.8.2
2016-05-17 nerzhulImplement DatabaseException for databases 4136/head
2016-05-17 Loic BlotDB::loadBlock copy removal & DB backend cleanup 4125/head
2016-05-11 Craig RobbinsFix typo in the info printed by --version
2016-05-11 Craig RobbinsAdd platform name to --version information
2016-05-11 kwolekrMapgen V6: Synchronize spflags with defaultsettings
2016-05-09 SmallJokerAdd [resize texture modifier Resizes the texture to...
2016-05-08 paramatDefaultsettings/Android: Increase 'max block generate...
2016-05-08 gregorycuFixes #4098 ce8a9ed didn't quite go far enough, and...
2016-05-08 KahrlChat: Keep scroll position constant in ChatBuffer:...
2016-05-07 Maksim GamarnikOptimize default settings for Android build
2016-05-07 EkdohibsRun unescape_enriched *after* unescape_string.
2016-05-07 EkdohibsMake dropdowns show the string that was their argument.
2016-05-05 Maksim GamarnikAndroid: Increase player_stepheight for thicker snow...
2016-05-05 est31Update settings translation file and minetest.conf...
2016-05-04 Craig RobbinsFix holding down F10 (open console) causing GUI to...
2016-05-02 paramatSettings_translation_file: Update mapgen with cave...
2016-05-02 Craig RobbinsFix Windows build
2016-05-01 KahrlFileSelectMenu: Fix formspec parsing broken by Irrlicht...
2016-05-01 Auke Kokfind_path: consider walkable instead of CONTENT_AIR 4037/head
2016-05-01 est31Pathfinder: improve GridNode storage
2016-05-01 est31Pathfinder: use core::aabbox3d instead of own type
2016-05-01 est31Pathfinder: Fix style
2016-05-01 est31Move pathfinder classes to cpp file
2016-05-01 Craig RobbinsFix use of uninitialised variable in class Event
2016-05-01 gregorycuUse MoveFileEx to rename files on Windows (not rename)
2016-04-30 ShadowNinjaFix POSIX C++11 build
2016-04-30 Craig RobbinsFix prepreprocessor error in thread.h (related to C...
2016-04-29 paramatMapgen: Make 3D noise tunnels' width settable
2016-04-28 ShadowNinjaFix race on thread creation
2016-04-28 SmallJokerMainmenu: Standardize the menu button order and sizes
2016-04-27 obneqHandle particle spawners in env and delete expired ids
2016-04-26 XuntoInventory: Make ItemStack with different metadata not...
2016-04-25 SmallJokertile.cpp: Automatically upscale lower resolution texture
2016-04-24 gregorycuMake GUIEngine use pause_fps_max not fps_max
2016-04-23 EkdohibsEscape more strings: formspecs, item descriptions,...
2016-04-23 XuntoFix bug that was leading to oversized tooltips containi...
2016-04-21 EkdohibsMake logging use a fixed-length buffer to avoid race...
2016-04-21 paramatBiomes: Make dust fallback 'ignore' to fix y = 63 lighting
2016-04-20 paramatMgv7: Combine mountain terrain generation with base...
2016-04-14 TriBlade9Add option to disable entity selectionboxes. (#3992)
2016-04-12 rubenwardyFix inventory hud scaling
2016-04-12 paramatMgv7, mgflat, mgfractal: Tunnel generation code optimis...
2016-04-12 paramatMgv5: Optimise tunnels, add biome material in entrances
2016-04-12 paramatMgvalleys: Don't let cavegen place biome nodes everywhere
2016-04-11 PilzAdamFix hotbar placement on displays with low screen density
2016-04-11 kwolekrHud: Cache hud_scaling, fix minor style issues
2016-04-11 rubenwardyHud: Fix offset being ignored by inventory bar
2016-04-10 est31Update CSRP-GMP to commit deaa11a7c29a73008
2016-04-08 paramatMapgen: Optimise cave noises and tunnel excavation
2016-04-07 kwolekrRe-add and disable blit_with_interpolate_overlay
2016-04-05 Nathanaƫl CourantFix #3955 (player dying on login).
2016-04-05 Samuel SiebFix compiler warnings from "Add an option to colorize...
2016-04-03 Samuel SiebAdd an option to colorize to respect the destination...
2016-04-03 kinokoioDungeongen: Update disabled torch placement code
2016-04-02 est31Fix nametag hiding
2016-03-30 gregorycuRemove expensive copy of ContentFeatures
2016-03-30 Loic BlotParticleManager::handleParticleEvent: use switch
2016-03-30 est31mg_schematic: fix leak in lua API, and small cleanup
2016-03-30 kwolekrMapgen: Don't spread light of nodes outside the desired...
next