aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Biome API: Add 'get_biome_name(biome_id)' APIparamat2018-03-114-3/+29
* Add Voxelarea unittests (#7121)Loïc Blot2018-03-112-0/+375
* Android: typo fix since recent gradle update, as output path changedLoic Blot2018-03-111-4/+4
* Finally fix android buildLoic Blot2018-03-112-3/+2
* Fix Android build, but there is a remaining linking issue in guiConfirmRegist...Loic Blot2018-03-114-20/+31
* Android build fixes for c++11stujones112018-03-1115-53/+139
* Android: update tools (gradle, NDK) & prepare to switch to clangLoic Blot2018-03-114-7/+15
* Drop texture file list cache (#6660)Vitaliy2018-03-102-5/+3
* Fix typo in lighting code since bcdb3d5SmallJoker2018-03-101-1/+1
* Lua_api.txt: Split long lines part 2paramat2018-03-101-151/+220
* Spawn level: Add 'get_spawn_level(x, z)' APIparamat2018-03-103-0/+34
* Formspecs: Unify textarea and field parsing functions, fix wrong fallback textSmallJoker2018-03-093-103/+75
* VoxelArea: add_{x,y,z,p} must be staticLoic Blot2018-03-0911-61/+72
* Drop unused struct ModLicenseInfo & ModAuthorInfo + default constructor in Mo...Loic Blot2018-03-091-11/+2
* ServerEnvironment & StaticObject cleanupsLoic Blot2018-03-094-30/+48
* Drop unused Server::m_ignore_map_edit_events_peer_idLoic Blot2018-03-091-6/+0
* Variable name fix + structure creation unrolling in lighting codeLoic Blot2018-03-092-25/+30
* Drop less performant Server::setBlockNotSent for ClientInterface::markBlockpo...Loic Blot2018-03-094-20/+17
* Lua_api.txt: Split long lines part 1paramat2018-03-091-69/+94
* Gennotify docs: Clarify returned positions for decorationsparamat2018-03-091-1/+4
* Biomes: Document xyz biome limitsparamat2018-03-091-2/+9
* Getv3intfield: Fix logic of return boolparamat2018-03-091-3/+3
* Biomes: Add 'min_pos'/'max_pos' xyz biome limitsparamat2018-03-094-34/+47
* Cleanup & bugfixLoic Blot2018-03-083-71/+25
* Cleanup: drop Server::hudGetHotbarSelectedImage()Loic Blot2018-03-083-7/+1
* Cleanup: drop Server::hudGetHotbarImage()Loic Blot2018-03-084-10/+2
* Cleanup: drop Server::hudGetHotbarItemcount()Loic Blot2018-03-083-10/+2
* mods.cpp/h: little performance improvement in getModsInPath (+ codestyle) (#7...Loïc Blot2018-03-082-7/+20
* Fix bad markdown in lua_api.txtpauloue2018-03-051-21/+24
* Fix missing warningstream (or similar problem) (#7034)you2018-03-045-18/+38
* Allow for getting world name and path separately on the command line (#6555)Brian2018-03-041-14/+25
* Gennotify: Add 'minetest.get_decoration_id' APIparamat2018-03-033-1/+35
* Generate Notifier: Clear events once after all 'on generated' functionsparamat2018-03-033-6/+14
* MapgenValleys: Fixed submarine valleys shapeGael-de-Sailly2018-03-031-1/+2
* c_converter: Function template for numeric fields, add v3s16 default (#7090)SmallJoker2018-03-032-77/+39
* Slippery: Simplify, make more efficient (#7086)SmallJoker2018-03-032-36/+9
* Cleanup in flat lighting (#7051)Vitaliy2018-03-032-42/+2
* Fix liquid post effect colour behaviour in third person viewred-0012018-02-271-2/+3
* Place schematic (on vmanip): Enable use of 'place center' flagsparamat2018-02-274-18/+40
* CollisionMoveSimple: Collide with 'ignore' nodesparamat2018-02-261-2/+5
* SAO limits: Allow SAOs to exist outside the set 'mapgen limit'paramat2018-02-266-48/+5
* Fix CMake error (#7074) by bumping the required CMake version past 3.8.1 (#7075)nOOb31672018-02-251-1/+3
* is_area_protected: Rename from intersects_protection (#7073)SmallJoker2018-02-252-11/+18
* CMakeLists use the source_group command to improve look and feel when generat...nOOb31672018-02-231-0/+5
* CMakeLists pass windows sources (manifest and resource file) to executable ta...nOOb31672018-02-231-4/+4
* Registration dialog: Larger text field with scrollbars (#7047)SmallJoker2018-02-231-7/+14
* Find nodes in area (under air): Raise volume limit and document itparamat2018-02-212-14/+8
* Settingtypes.txt: Fix valleys dungeon ymax errorparamat2018-02-211-1/+1
* Vertical biome blend: Tune blend patternsparamat2018-02-201-4/+5
* Dungeons: Add Y limits in all mapgensparamat2018-02-2015-14/+142