aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Stop NetworkPacket methods from producing bloated packetsJay Arndt2015-05-052-19/+7
* Update Turkish LanguageMahmut Elmas2015-05-051-58/+233
* Cache enable_3d_clouds flagest312015-05-042-3/+5
* Clouds: Make cloud area radius settable in .confparamat2015-05-044-22/+28
* Add a check for animation when getting an extruded meshKevin Ott2015-05-042-5/+11
* Fix pathfinder to produce more useful pathsobneq2015-05-031-18/+7
* Tests: Add ObjDef unittestskwolekr2015-05-033-0/+109
* ObjDefManager: Set replacement object's handle info after calling set()kwolekr2015-05-032-3/+15
* Better version detection for shallow clonesest312015-05-031-2/+11
* RotateAlongYAxis: For facedir case, return if param2 >= 4paramat2015-05-031-0/+3
* Add .patch files to gitignoreest312015-05-011-0/+3
* Fix several MSVC issues numeric.hSmallJoker2015-05-013-2/+16
* Fix MSVC compatibilitykwolekr2015-04-294-20/+14
* Tests: Add random unittestskwolekr2015-04-293-1/+279
* Add Russian comment translation to minetest.desktopmich12015-04-271-0/+1
* Revert the upper-case PROJECT_NAME nonsense that was part of #2402sfan52015-04-2713-52/+53
* Revert "Only lowercase project name at compile time"sfan52015-04-274-11/+11
* Noise: Fix PcgRandom::randNormalDist() when range contains negative numberskwolekr2015-04-271-1/+1
* Replace PRNG assertions with PrngExceptionkwolekr2015-04-273-4/+13
* Fix minetest.clear_* creating new LOCAL table instead of clearing the existin...Tomas Brod2015-04-261-1/+3
* Update .gitignorekwolekr2015-04-261-0/+4
* Remove craftdef serialisationest312015-04-262-177/+2
* Craftdef refactorest312015-04-261-268/+217
* Tests: Modularize unit testingkwolekr2015-04-2625-2502/+3402
* Update chinese translationfishyWET2015-04-271-58/+58
* Fix fast leaves with texture_clean_transparent enabled.Aaron Suen2015-04-262-17/+37
* Fix player pitch and yaw not being set properlyKevin Ott2015-04-261-1/+1
* Remove fly mode in simple main menuMuhammad Rifqi Priyo Susanto2015-04-261-13/+6
* German translation: shorter setting nameest312015-04-241-1/+1
* Remove unused variable Client::m_active_blocksnerzhul2015-04-241-1/+0
* DecoSchematic: Fix missing trees in rough terrainparamat2015-04-231-12/+9
* Protocol 25: wstring -> string for custom access denial reasonsest312015-04-224-8/+6
* Re-apply 972d17baea81ffe6d508b291ef97207a4822e1da...nerzhul2015-04-222-3/+4
* Fix crash on startup (Windows)SmallJoker2015-04-221-9/+6
* Only lowercase project name at compile timeShadowNinja2015-04-214-11/+11
* Revert "m_active_object_messages is used like a queue. Use std::queue instead...kwolekr2015-04-212-6/+5
* m_active_object_messages is used like a queue. Use std::queue instead of std:...Loic Blot2015-04-212-5/+6
* Add minetest.global_exists()ShadowNinja2015-04-212-1/+9
* Noise: Add noise unittestskwolekr2015-04-212-16/+273
* Fix sign-compare compiler warnings in mg_ore.cppShadowNinja2015-04-201-4/+4
* Fix mod store ratingShadowNinja2015-04-201-12/+4
* Ore: Add biomes parameterkwolekr2015-04-204-23/+69
* Fix build on OS X (Thanks neoascetic)kwolekr2015-04-201-1/+2
* Add 'persistence' alias for Lua noiseparams and validate more vector parameterskwolekr2015-04-194-14/+74
* Noise: Correct noise objects created with invalid dimensionskwolekr2015-04-191-0/+7
* Porting: Refactor initalizePaths()kwolekr2015-04-193-184/+294
* Disable connection timeout for singleplayer and server tabsest312015-04-191-1/+2
* Biome API: Add biome-specific river waterparamat2015-04-193-19/+23
* fix infinite spawnersobneq2015-04-181-1/+2
* Schematics: Fix core.schematic_create()kwolekr2015-04-171-0/+1