]> git.lizzy.rs Git - dragonfireclient.git/history - src
Add MapSettingsManager and new mapgen setting script API functions
[dragonfireclient.git] / src /
2016-07-03 kwolekrAdd MapSettingsManager and new mapgen setting script...
2016-07-03 kwolekrMapgen: Refactor mapgen creation and management
2016-07-03 David Carlieropenbsd's port fix for non Linux systems w/o libRT
2016-06-24 est31Also shut down when SIGTERM was received
2016-06-24 paramatMgflat/fractal/v7/valleys: Denser 3D noise tunnels
2016-06-24 raymooPlayer: New get_look, set_look API
2016-06-17 paramatDungeons: Generalise use, add capabilities, various...
2016-06-13 Yutao YuanMove unknown node message when applying texture overrid...
2016-06-11 paramatSky.cpp: Improve code style. Define sky colours as...
2016-06-11 EkdohibsMake node timers more efficient
2016-06-11 kwolekrRandom misc. warning fixes and cleanups
2016-06-11 kwolekrSettings: Clean up settings changed callback code
2016-06-11 Diego MartinezServer: Add reason for leave to `on_leaveplayer` callbacks
2016-06-09 paramatSky: Darker, bluer sky and improved horizon haze at...
2016-06-08 ParamatSky: Fix sunrisebg texture motion (#4199)
2016-06-05 kwolekrMapgen: Optimize biomemap creation by combining with...
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
2016-05-22 Loic BlotFix a m_camera not used warning fix pointed by clang
2016-05-22 Loic BlotImplement a PostgreSQL backend
2016-05-20 Craig RobbinsFix tooltip height for versions of irrlicht < 1.8.2
2016-05-17 nerzhulImplement DatabaseException for databases
2016-05-17 Loic BlotDB::loadBlock copy removal & DB backend cleanup
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
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
next