aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fix how address is logged when a wrong password is suppliedKahrl2015-10-121-5/+6
* Mgfractal: Independant offset and slice params for mandelbrot and juliaparamat2015-10-112-51/+53
* Fractal mapgen: Fix mysterious bugparamat2015-10-101-1/+6
* Clear list rings when loading a new formspecest312015-10-101-0/+1
* Mapgen: Use mapgen-specific names for constants in headersparamat2015-10-098-26/+30
* Fractal mapgen: Add seabed and large pseudorandom cavesparamat2015-10-074-50/+371
* Mapgen: Add 4D fractal mapgenparamat2015-10-064-0/+733
* Mgv5: getGroundLevelAtPoint searches a larger rangeparamat2015-10-051-9/+10
* Add new ContentParamType2 "CPT2_DEGROTATE"est312015-10-043-51/+54
* Allow setting chunksize in core.set_mapgen_paramskwolekr2015-10-043-1/+16
* Hide mapgens from main menu not intended for end userskwolekr2015-10-043-9/+14
* Add emerge completion callback mechanismkwolekr2015-10-046-562/+614
* Remove redundant code in player interact handlerkwolekr2015-10-041-7/+9
* Define and use limit constants for Irrlicht fixed-width typeskwolekr2015-10-0411-16/+31
* Fix MinGW 32-bit buildShadowNinja2015-10-031-0/+1
* Add get_biome_id(biome_name) callbackDuane Robertson2015-10-022-0/+29
* Add environment variable MINETEST_WORLD_PATHSmallJoker2015-10-022-20/+28
* Mapnode: Replace rotateAlongYAxis with improved versionparamat2015-10-023-27/+6
* Fix some SRP issuesest312015-09-304-82/+153
* Some map border related fixesest312015-09-291-7/+17
* Don't serialize StaticObjectList with > 65535 objectsKahrl2015-09-291-1/+13
* Decorations: Remove error message 'chunksize not divisable by sidelen'paramat2015-09-261-4/+2
* Abort at uncatched exceptionsest312015-09-271-6/+6
* Fix redis erroring on non found blocksest312015-09-261-0/+5
* Fix falling through nodes on world load (fixes #2784)Christof Kaufmann2015-09-261-1/+9
* redis: throw error if block request failednetinetwalker2015-09-261-4/+13
* Add /emergeblocks command and core.emerge_area() Lua APIkwolekr2015-09-235-20/+67
* Save and remove player by pointerLoic Blot2015-09-233-29/+9
* Mapnode: Add rotateAlongYAxisFull supporting 24 facedirsparamat2015-09-223-2/+57
* Various style cleanups + unused code removalest312015-09-1911-169/+75
* Little optimization on getAdded/Removed activeobjects per player loop.Loic Blot2015-09-193-46/+36
* Mgv5/6/7: Re-add #include profiler.h as commented-out optionparamat2015-09-193-0/+3
* Blob ore: Fix partial blobsparamat2015-09-191-3/+3
* Send proper block to old clients for swap_node callsest312015-09-171-1/+1
* Ore: Add puff ore typekwolekr2015-09-173-22/+155
* Fix object position border checkingest312015-09-162-9/+11
* Disallow placing entities outside safe boundariesest312015-09-152-0/+21
* Firelike drawtype: Improve codeparamat2015-09-141-92/+60
* Serialisation: documentation fixes, clarifying renames and whitespace fixesest312015-09-145-18/+18
* Ore: Add ore sheet column height range selectionkwolekr2015-09-133-6/+23
* networkprotocol.h: remove "u16 command" from docest312015-09-101-47/+1
* Improve locale directory detectionest312015-09-101-3/+24
* Change m_client_event_queue's type to std::queueLoic Blot2015-09-082-4/+4
* Mgv5/mgv7 biomes: Reduce heat and humidity noise spreads to former value of 750paramat2015-09-071-2/+2
* Use CUSTOM_LOCALEDIR if specifiedShadowNinja2015-09-064-4/+16
* Fix building on OSX, broken since "Clean up threading"Pavel Puchkin2015-09-062-11/+10
* Areastore: fix "attempt to index a number value"est312015-09-031-0/+1
* Warn when building without cURLShadowNinja2015-09-011-0/+9
* Enable server build when no builds are enabledShadowNinja2015-09-011-0/+6
* Hide minimap if it has been disabled by serverest312015-09-015-2/+22