]> git.lizzy.rs Git - dragonfireclient.git/shortlog
dragonfireclient.git
2016-07-12 TimBuiltin/profiler: Replace game profiler (#4245)
2016-07-12 DuaneLua_api.txt: Fix description of node drop behaviour
2016-07-12 paramatTreegen: Improve use of signed vs. unsigned integers
2016-07-12 est31Run updatepo.sh
2016-07-12 est31Update minetest.conf.example, and settings_translation_...
2016-07-12 Onyx SteinheimTranslated using Weblate (French)
2016-07-12 ikmaakTranslated using Weblate (Dutch)
2016-07-12 Muhammad Rifqi... Translated using Weblate (Indonesian)
2016-07-12 Roberto Mengíbar... Translated using Weblate (Spanish)
2016-07-12 Guillaume RobertTranslated using Weblate (French)
2016-07-12 arsdragonflyTranslated using Weblate (Chinese (China))
2016-07-12 Лазар ВукановићTranslated using Weblate (Serbian (cyrillic))
2016-07-12 Лазар ВукановићAdded translation using Weblate (Serbian (cyrillic))
2016-07-12 TimTranslated using Weblate (Esperanto)
2016-07-12 susanTranslated using Weblate (Chinese (China))
2016-07-09 SnipieFix typos (#4298)
2016-07-08 est31Ubuntu build HOWTO: Suggest to install git instead...
2016-07-08 est31Fix -Wterminate warnings in rollback.cpp as well
2016-07-08 est31Fix -Wterminate warning on GCC 6
2016-07-07 Jay ArndtFix warning in porting::setXorgWindowIcon when building...
2016-07-05 Foghrye4Adding minetest.clear_craft
2016-07-05 sfan5Use mathematical function to determine yaw direction
2016-07-05 SnipieFix for cropped text "Toggle Cinematic"
2016-07-05 rubenwardyRemove cinematic toggle on F8
2016-07-05 est31Finally set a window icon on X11
2016-07-04 est31Temporarily disable "testStartStopWait" Threading unit...
2016-07-04 Rogier-5Fix & make linux conditionals uniform (#4278)
2016-07-04 est31Disable joysticks per default for now
2016-07-03 est31Remove top left minetest watermark
2016-07-03 kwolekrAdd MapSettingsManager and new mapgen setting script...
2016-07-03 kwolekrMapgen: Refactor mapgen creation and management
2016-07-03 Pavel PuchkinRemove old docs. We have VCS history anyways. (#4266)
2016-07-03 David Carlieropenbsd's port fix for non Linux systems w/o libRT
2016-06-28 HybridDogOnly allow strings to be passed to minetest.global_exis...
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-17 Auke KokBuiltin/game/item: Add `place_param2` nodedef field
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 est31Fix android build
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-07 paramatLua_api.txt: Split long lines. Capitalise 'Biome API...
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 yuval hremanTranslated using Weblate (Hebrew)
2016-05-30 Andrey KTranslated using Weblate (Russian)
2016-05-30 Emon OmenTranslated using Weblate (Italian)
2016-05-30 FixerTranslated using Weblate (Ukrainian)
2016-05-30 SergeyTranslated using Weblate (Russian)
2016-05-30 Vasily PavlovTranslated using Weblate (Russian)
2016-05-30 WuzzyTranslated using Weblate (German)
2016-05-30 est31Add minetest.check_password_entry callback
2016-05-30 Sokomineprotection_bypass priv can now be revoked in singleplay...
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-22 HybridDogGitignore: ignore idea and ninja files
2016-05-22 paramatItem entities: Don't show description as infotext
next