Update minetest.conf.example and settings_translation_file.cpp
[oweals/minetest.git] / src /
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...
2016-03-30 paramatMgv7: Decrease cliff steepness
2016-03-29 kwolekrMapgen: Spread both night and day light banks in spread...
2016-03-29 sfan5Fix small formatting issue in SRP debug output
2016-03-21 Auke KokFix connected nodes' selection boxes.
2016-03-21 paramatMgv7/flat/fractal: Stop tunnel-floor biome nodes being...
2016-03-20 ShadowNinjaClean up Strfnd
2016-03-19 paramatMgv7: Limit pseudorandom caves to surface mapchunk...
2016-03-19 Auke KokAllow NodeTimer, ABM and block mgmt interval changes.
2016-03-15 EkdohibsRemove chat escape sequences from chat messages, for...
2016-03-15 est31Add option to not send pre v25 init packet 3855/head
2016-03-15 est31Fix two reconnect bugs
2016-03-15 est31Much better API for auth.{cpp, h}
2016-03-14 paramatMapgen: Fix light in tunnels at mapchunk borders
2016-03-14 HybridDogFix player teleportation bug whilst sneaking
2016-03-14 Auke KokConnected nodes: fix 2 minor bugs
2016-03-12 JeijaResend blocks when modified while sending to client
2016-03-12 Diego MartinezAdd options for screenshot format and quality
2016-03-12 Auke KokAllow nodes to specify which sides to connect to.
2016-03-12 Auke KokNodebox: Allow nodeboxes to "connect"
2016-03-12 ShadowNinjaFix chat console not opening after formspec opened...
2016-03-12 paramatDocumentation: Auto-update conf.example and settings_tr...
2016-03-11 orwell96Fix ask_reconnect_on_crash option being ignored
2016-03-09 Auke KokAvoid try/catch for settings.
2016-03-09 Auke KokAdd consistent monotonic day counter - get_day_count()
2016-03-07 ShadowNinjaAdd AreaStore custom ID API
2016-03-07 ShadowNinjaImplement AreaStore serialization
2016-03-07 ShadowNinjaFix SpatialAreaStore not freeing removed areas
2016-03-07 ShadowNinjaAdd basic AreaStore method documentation
2016-03-07 ShadowNinjaSort AreaStore header
2016-03-07 ShadowNinjaClean up VectorAreaStore
2016-03-07 ShadowNinjaMove AreaStore container selection logic into getOptima...
2016-03-07 ShadowNinjaMove AreaStore to util
2016-03-07 ShadowNinjaMake AreaStore cache setting private
2016-03-07 ShadowNinjaSimplify AreaStore ID management
2016-03-07 est31s_env.{cpp, h} cleanups 3677/head
2016-03-07 est31Add minetest.register_lbm() to run code on block load...
2016-03-07 ShadowNinjaUse LuaErrors in security check macros
2016-03-04 Duane RobertsonMgvalleys: Correct spawn problems
2016-03-04 paramatDecoration API: Allow force_placement of simple decorations
next