summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Rename macros with two leading underscoresShadowNinja2015-10-14
| | | | These names are reserved for the compiler/library implementations.
* Always use errorstream for DEBUG_EXCEPTION_HANDLERShadowNinja2015-10-14
|
* Lower log level for benign socket errorsShadowNinja2015-10-14
|
* Use warningstream for log messages with WARNINGShadowNinja2015-10-14
| | | | Remove DTIME macro and its uses, too
* Refactor loggingShadowNinja2015-10-14
| | | | | | | | | - Add warning log level - Change debug_log_level setting to enumeration string - Map Irrlicht log events to MT log events - Encapsulate log_* functions and global variables into a class, Logger - Unify dstream with standard logging mechanism - Unify core.debug() with standard core.log() script API
* Fix how address is logged when a wrong password is suppliedKahrl2015-10-12
| | | | | | - SRP: print the address only once, not twice - Legacy: previously the address was not printed at all - Make both messages structurally the same, to facilitate log analyzers
* Localize digprop_err functionRui2015-10-12
|
* Mgfractal: Independant offset and slice params for mandelbrot and juliaparamat2015-10-11
| | | | | | | Player now spawns on julia set due to julia offset Add commented-out '#include profiler.h' for timetaker use Use v3fs to reduce number of parameters Tune tunnel width to match mgv7
* Fractal mapgen: Fix mysterious bugparamat2015-10-10
|
* Clear list rings when loading a new formspecest312015-10-10
| | | | | | | | | Fixes a bug where the old list ring remained when a new formspec was displayed over the old one. This created the list-ring of the new formspec to be partly ignored. Thanks to @VanessaE to report the bug, and @DonBatman to produce the code that exposed it.
* Mapgen: Use mapgen-specific names for constants in headersparamat2015-10-09
| | | | | Update copyright years in all mapgens Add myself to copyright notices in mgv5 and mgv7
* Fractal mapgen: Add seabed and large pseudorandom cavesparamat2015-10-07
|
* Android/Mapgen: Add fractal mapgen file to android makefilesparamat2015-10-06
|
* Correct SRP documentationest312015-10-06
| | | | Previous statements were wrong.
* Add viewing range GUI settingkilbith2015-10-06
|
* Mapgen: Add 4D fractal mapgenparamat2015-10-06
|
* Mgv5: getGroundLevelAtPoint searches a larger rangeparamat2015-10-05
|
* Translated using Weblate (Spanish)OdnetninI2015-10-05
| | | | Currently translated at 99.6% (277 of 278 strings)
* Translated using Weblate (German)pilino12342015-10-05
| | | | Currently translated at 100.0% (278 of 278 strings)
* Translated using Weblate (German)Luca Gronmaier2015-10-05
| | | | Currently translated at 100.0% (278 of 278 strings)
* Translated using Weblate (German)pilino12342015-10-05
| | | | Currently translated at 100.0% (278 of 278 strings)
* Translated using Weblate (German)Luca Gronmaier2015-10-05
| | | | Currently translated at 100.0% (278 of 278 strings)
* Translated using Weblate (Spanish)andrewgigena2015-10-05
| | | | Currently translated at 100.0% (278 of 278 strings)
* Translated using Weblate (Ukrainian)Olexandr2015-10-05
| | | | Currently translated at 81.6% (227 of 278 strings)
* Translated using Weblate (Ukrainian)Olexandr2015-10-05
| | | | Currently translated at 78.0% (217 of 278 strings)
* Translated using Weblate (Spanish)Laura Arjona Reina2015-10-05
| | | | Currently translated at 100.0% (278 of 278 strings)
* Translated using Weblate (Norwegian Bokmål)Christian Haug2015-10-05
| | | | Currently translated at 3.5% (10 of 278 strings)
* Translated using Weblate (Hungarian)way-hu2015-10-05
| | | | Currently translated at 92.8% (258 of 278 strings)
* Translated using Weblate (Spanish)Laura Arjona Reina2015-10-05
| | | | Currently translated at 100.0% (278 of 278 strings)
* Translated using Weblate (Spanish)Laura Arjona Reina2015-10-05
| | | | Currently translated at 100.0% (278 of 278 strings)
* Translated using Weblate (Ukrainian)Olexandr2015-10-05
| | | | | | Currently translated at 66.5% (185 of 278 strings) Maybe it is better to describe allowed symbols instead of writing regex?
* Translated using Weblate (Ukrainian)Olexandr2015-10-05
| | | | Currently translated at 46.4% (129 of 278 strings)
* Translated using Weblate (German)pilino12342015-10-05
| | | | Currently translated at 99.2% (276 of 278 strings)
* Translated using Weblate (Chinese (Taiwan))Jeff Huang2015-10-05
| | | | Currently translated at 100.0% (278 of 278 strings)
* Translated using Weblate (German)Tim2015-10-05
| | | | Currently translated at 98.9% (275 of 278 strings)
* Translated using Weblate (German)pilino12342015-10-05
| | | | Currently translated at 98.9% (275 of 278 strings)
* Translated using Weblate (German)Tim2015-10-05
| | | | Currently translated at 98.9% (275 of 278 strings)
* Translated using Weblate (German)pilino12342015-10-05
| | | | Currently translated at 98.9% (275 of 278 strings)
* Translated using Weblate (Chinese (Taiwan))Jeff Huang2015-10-05
| | | | Currently translated at 0.0% (0 of 278 strings)
* Translated using Weblate (Chinese (Taiwan))Jeff Huang2015-10-05
| | | | | | Currently translated at 100% (0 of 0 strings) Created new translation.
* Translated using Weblate (Esperanto)Tim2015-10-05
| | | | Currently translated at 99.2% (276 of 278 strings)
* Add new ContentParamType2 "CPT2_DEGROTATE"est312015-10-04
| | | | | | | | | This might break some mods, but it is important for all uses of the param2 to be documented. This doesn't need a serialisation version or network protocol version change, as old clients will still work on new servers, and it is bearable to have new clients getting non rotated plants on old servers.
* Allow setting chunksize in core.set_mapgen_paramskwolekr2015-10-04
|
* Hide mapgens from main menu not intended for end userskwolekr2015-10-04
|
* Add emerge completion callback mechanismkwolekr2015-10-04
| | | | Major refactor of emerge.cpp and Map::init/finishBlockMake
* doc: Update node callback documentationkwolekr2015-10-04
|
* Remove redundant code in player interact handlerkwolekr2015-10-04
|
* Define and use limit constants for Irrlicht fixed-width typeskwolekr2015-10-04
|
* Added minetest.wallmounted_to_dirFernando Carmona Varo2015-10-04
|
* Fix MinGW 32-bit buildShadowNinja2015-10-03
|