aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Mgv7: Add optional floatlands, disabled by defaultparamat2016-11-152-62/+174
* Revert "Adding particle blend, glow and animation (#4705)"sfan52016-11-1413-577/+78
* Adding particle blend, glow and animation (#4705)Foghrye42016-11-1513-78/+577
* Fix crash when attached object no longer existsRogier2016-11-131-2/+3
* Add control information to player interacts (#4685)raymoo2016-11-124-49/+76
* Halo: Highlight selected faceRealBadAngel2016-11-125-2/+39
* Fixed tooltips not resizing with \n (#4766)lisacvuk2016-11-111-1/+1
* Fix incorrect distance computation for visible blocks (#4765)Rogier-52016-11-112-8/+9
* Fix mob deserialization errors in the client (#4743)Rogier-52016-11-101-16/+32
* Occlusion culling: Add comments, minor code improvementsparamat2016-11-091-4/+9
* Sky: Draw bottom of the sky box in 'cloudy fog color'Lars Hofhansl2016-11-081-0/+8
* Retrieve mapblocks from the server in a sphere, not a cubeLars Hofhansl2016-11-081-1/+2
* Occlusion culling: Fix 'end offset' distance, half this for centre pointLars Hofhansl2016-11-081-2/+3
* Don't use reduced vertical limits for mapblock send and generationLars Hofhansl2016-11-071-10/+0
* Windows: Add manifest file and set "High DPI Aware" trueadrido2016-11-071-1/+2
* MSVC: Generate debug information for release builds (#4674)SmallJoker2016-11-061-2/+2
* PlayerSAO saving fix (#4734)Ner'zhul2016-11-054-17/+20
* Fix memory leak in ::safeLoadFile (#4730)Zeno-2016-11-051-0/+3
* Remove unused shader matrices. (#4723)lhofhansl2016-11-041-16/+0
* Cycle directly to nothing shown instead of showing the profiler graph againlhofhansl2016-11-041-1/+1
* Add debug priv, and allow player to display the scene as wire-frame. (#4709)lhofhansl2016-11-043-9/+25
* Add minetest.get_server_uptime() function to Lua API (#4702)Brandon2016-11-023-0/+14
* Add version APIShadowNinja2016-10-314-11/+32
* Lua voxelmanip: Add optional buffer param for 'get param2 data'paramat2016-10-311-1/+7
* Optionally disable optimization that causes underwater and cave rendering gli...lhofhansl2016-10-302-1/+4
* Fix overloading problems mentioned by clangLoic Blot2016-10-306-34/+39
* PlayerSAO/LocalPlayer refactor: (#4612)Ner'zhul2016-10-3018-335/+353
* Rename testsounds/ directory to sounds/ (#1984)Hugo Locurcio2016-10-301-1/+1
* Add missing keyname_to_keycode function (needed on Android)sfan52016-10-281-0/+5
* Add unittests to test player saving/loading (#4679)Ner'zhul2016-10-272-0/+82
* CleanupDániel Juhász2016-10-272-27/+23
* Use node lighting for liquid spreadingDániel Juhász2016-10-273-121/+144
* Improved lightingDániel Juhász2016-10-276-443/+643
* Adding LuaError on attempt to assign vectors with values out of rangeFoghrye42016-10-252-2/+14
* ParticleSpawner: fix offset being added twiceGael-de-Sailly2016-10-251-2/+1
* Windows: dont link to libraries that are already linked by cmakeadrido2016-10-251-9/+2
* Damage flash: Reduce maximum alpha. Avoid fade overloadparamat2016-10-211-8/+5
* Changes to static object storage limit and error messageparamat2016-10-202-8/+8
* Fix crash on attaching player to entityFoghrye42016-10-192-22/+23
* Revert changes to toggleNoClip and toggleFreeMoveLars Hofhansl2016-10-171-8/+8
* Don't use day light sky unless noclip and free_move are enabledLars Hofhansl2016-10-171-5/+18
* Enable mod security by defaultShadowNinja2016-10-161-1/+1
* Emergeblocks: Fix occasional crashRogier2016-10-162-1/+7
* Use range-based fog instead of z-plane based.Lars Hofhansl2016-10-131-1/+1
* Attached particle spawnersraymoo2016-10-1312-37/+130
* Don't use unordered maps for ProfilerGraph (fixes flickering)sfan52016-10-121-4/+6
* Disable cmake message concerning WIN32 on non-windows systemsRogier2016-10-111-1/+1
* A little cleanup since previous commitLoic Blot2016-10-091-4/+1
* Environment cleanupLoic Blot2016-10-098-162/+97
* Remove unused parameter of GUIVolumeChangeRui2016-10-093-50/+37