aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* noise: Throw exception on noise allocation failurekwolekr2014-11-293-9/+38
* Fix MSVC compiling error (argc/argv not available to pass to init_gettext)SmallJoker2014-11-291-3/+3
* Fix regression with command line --go optionCraig Robbins2014-11-281-3/+10
* Don't corrupt stepheight when setting other propertiesCiaran Gultnieks2014-11-261-2/+2
* Wield: always obey anisotropic_filter setting, not just for hi res texturesKahrl2014-11-261-3/+2
* EMF_USE_MIP_MAPS was introduced in Irrlicht 1.8, don't use in 1.7.3 or belowKahrl2014-11-261-0/+2
* added enable_build_where_you_stand optionSokomine2014-11-272-0/+2
* Wieldmesh: don't force anisotropic filtering on, instead disable mipmapsKahrl2014-11-262-2/+6
* Only set the camera update keymap when using a debug buildrubenwardy2014-11-261-1/+6
* Fix Android main menu crash, and user data directory check.Kodexky2014-11-261-0/+2
* Increase step smoothing to fit 1:1 stairs (works well on slabs too)Calinou2014-11-261-1/+1
* Fix client "double saving" simple singleplayer local mapsCraig Robbins2014-11-263-4/+9
* Fixes for Android build errors. Enable sensor landscape rotation.KodexKy2014-11-252-6/+6
* Port createForsythOptimizedMesh from Irrlicht 1.8RealBadAngel2014-11-232-0/+654
* Fix regression with USE_REDIS (refactor_main)Craig Robbins2014-11-231-1/+1
* refactor main.cppCraig Robbins2014-11-231-916/+1210
* Fix smooth lighting (ambient occlusion)Craig Robbins2014-11-221-13/+18
* Fix compiling if no endian.h foundPavel Puchkin2014-11-221-0/+3
* serialize.h: use machine native byte swapping if available, fall-back to prev...Rafael Reilova2014-11-218-85/+115
* Optimise functions from CNodeDefManager and VoxelManipulatorCraig Robbins2014-11-214-22/+28
* Optimise getTileInfo()Craig Robbins2014-11-212-46/+40
* Mgv5 1 up 1 down overgeneration for biome surface continuityparamat2014-11-201-16/+18
* Mgv5 get ground level at point function. Fast spawn player versionparamat2014-11-202-4/+38
* Simplify loading of Android version of menuShadowNinja2014-11-203-1/+44
* Fix raillike bug (currently manifests itself on Android), and minor improveme...Kodexky2014-11-201-7/+8
* Clean up rollbackShadowNinja2014-11-1912-1215/+848
* Fix wallmounted mesh rotationsShadowNinja2014-11-192-3/+3
* Add (optional) client-side saving of server map to disksfan52014-11-193-0/+46
* Remove unused rangelim function (the macro still exists)Kahrl2014-11-191-9/+0
* Fix double free bug when server is shut downCraig Robbins2014-11-151-0/+1
* Fix NoisePerlin3DEased return valuekwolekr2014-11-141-1/+1
* Fix warnings and other misc. minor changeskwolekr2014-11-1411-64/+36
* Remove most exceptions from getNode() (and variants)Craig Robbins2014-11-1412-434/+408
* Add option 'eased' to NoiseParamsSmallJoker2014-11-133-3/+6
* Fix compilation under some Linux distributionskwolekr2014-11-131-1/+1
* Mapgen v7: Fix uninitialized spflagskwolekr2014-11-122-5/+6
* Add eased 3d point-value noise functionskwolekr2014-11-122-12/+24
* Add Generator Element Management frameworkkwolekr2014-11-1222-460/+616
* Wielded fixes. Add shaders support.RealBadAngel2014-11-132-43/+88
* Fix profiler values not being updated (F6) and not being loggedCraig Robbins2014-11-111-1/+34
* Serverlist: announce mg_name from map_meta.txt instead of minetest.confKahrl2014-11-103-1/+4
* Merge pull request #1825 from Zeno-/control_key_cacheZeno-2014-11-104-53/+202
|\
| * Create faster key cache for main game loop (client)Craig Robbins2014-11-104-53/+202
* | Tune cave noise scales to 6. Fix blobs spflag, now enabled. Update conf.exampleparamat2014-11-092-19/+22
|/
* Implement WieldMeshSceneNode which improves wield mesh renderingKahrl2014-11-0821-630/+693
* Stop inserting empty lines at end of minetest.conf file each time it is rewri...Craig Robbins2014-11-081-2/+3
* Fix regressions and minor improvements in refactor_the_gameCraig Robbins2014-11-081-32/+25
* Add mgv5. New noise code, uses biome API. Eased 3d noise for terrain, caves, ...paramat2014-11-086-1/+617
* Speed up removing a node (less block mesh updates).RealBadAngel2014-11-081-6/+5
* Replace setting unlimited_player_transfer_distance with player_transfer_distanceSmallJoker2014-11-088-28/+39