aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix l_request_insecure_environment not ignoring all whitespace (#4395)Dorian Wouters2016-08-041-2/+3
* test_map_settings_manager: Fix Wunused-result warningest312016-08-041-1/+1
* Porting: Fix endless loop if image format is not recognizedest312016-08-031-1/+2
* Upright sprite objects: Horizontally flip the front imageSmallJoker2016-07-271-44/+40
* Update minetest.conf.example and the settings translation fileest312016-07-241-6/+26
* Mgvalleys / cavegen: Place riverbed nodes under river waterparamat2016-07-212-9/+20
* Treegen: Improve use of signed vs. unsigned integersparamat2016-07-121-3/+3
* Update minetest.conf.example, and settings_translation_file.cppest312016-07-121-6/+14
* Fix typos (#4298)Snipie2016-07-101-2/+2
* Fix -Wterminate warnings in rollback.cpp as wellest312016-07-081-11/+19
* Fix -Wterminate warning on GCC 6est312016-07-081-3/+9
* Fix warning in porting::setXorgWindowIcon when building without X11 (#4288)Jay Arndt2016-07-071-1/+1
* Adding minetest.clear_craftFoghrye42016-07-054-1/+170
* Use mathematical function to determine yaw directionsfan52016-07-051-14/+3
* Fix for cropped text "Toggle Cinematic"Snipie2016-07-051-1/+1
* Remove cinematic toggle on F8rubenwardy2016-07-051-1/+1
* Finally set a window icon on X11est312016-07-053-0/+93
* Temporarily disable "testStartStopWait" Threading unit test on macest312016-07-041-0/+2
* Fix & make linux conditionals uniform (#4278)Rogier-52016-07-045-10/+14
* Disable joysticks per default for nowest312016-07-041-1/+1
* Remove top left minetest watermarkest312016-07-034-23/+13
* Add MapSettingsManager and new mapgen setting script API functionskwolekr2016-07-0329-314/+868
* Mapgen: Refactor mapgen creation and managementkwolekr2016-07-0312-164/+160
* openbsd's port fix for non Linux systems w/o libRTDavid Carlier2016-07-031-1/+5
* Also shut down when SIGTERM was receivedest312016-06-241-5/+11
* Mgflat/fractal/v7/valleys: Denser 3D noise tunnelsparamat2016-06-244-12/+12
* Player: New get_look, set_look APIraymoo2016-06-243-5/+107
* Dungeons: Generalise use, add capabilities, various modificationsparamat2016-06-174-86/+93
* Move unknown node message when applying texture overrides to infostream (#4218)Yutao Yuan2016-06-141-1/+1
* Sky.cpp: Improve code style. Define sky colours as SColorparamat2016-06-111-259/+268
* Make node timers more efficientEkdohibs2016-06-118-77/+125
* Random misc. warning fixes and cleanupskwolekr2016-06-113-11/+13
* Settings: Clean up settings changed callback codekwolekr2016-06-112-32/+44
* Server: Add reason for leave to `on_leaveplayer` callbacksDiego Martinez2016-06-113-4/+6
* Sky: Darker, bluer sky and improved horizon haze at nightparamat2016-06-091-4/+16
* Sky: Fix sunrisebg texture motion (#4199)Paramat2016-06-081-1/+1
* Mapgen: Optimize biomemap creation by combining with generateBiomeskwolekr2016-06-056-11/+18
* Biome API: Add per-biome riverbed material and depthparamat2016-06-055-17/+27
* Mapgen: Performance improvement and fixes for updateLiquid (#4065)MillersMan2016-06-042-14/+77
* Biomes: Define and use biome_t for biome IDskwolekr2016-06-043-10/+11
* PcgRandom: Fix/improve documentationkwolekr2016-06-041-11/+20
* Change internal type for seeds to s32kwolekr2016-06-0413-54/+68
* Initial Gamepad supportest312016-06-0316-79/+565
* Input related generalisationsest312016-06-033-150/+223
* Sapier's fix for the RESEND RELIABLE problem (#4170)Robert Kiraly2016-06-031-0/+20
* Mgv7: Always carve river channels in mountain terrainparamat2016-06-021-6/+4
* Add colored text (not only colored chat).Ekdohibs2016-05-3124-304/+637
* Colored chat working as expected for both freetype and non-freetype builds. @...TriBlade92016-05-3111-27/+980
* Add minetest.check_password_entry callbackest312016-05-303-1/+34
* Remove unused code in s_security.cpp (#4172)Zeno-2016-05-301-11/+3