aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Improve Lua settings menuPilzAdam2015-10-241-165/+231
* Fix compilation under MSVC and remove unnecessary conditional function prototypekwolekr2015-10-243-15/+2
* Fix on_rightclick() being called directly after placing nodeBlockMen2015-10-241-5/+4
* Improve rollback database indexingcheapie2015-10-241-2/+1
* Flush rollback log more oftenest312015-10-241-0/+3
* Fix some threading things and add additional thread unittestskwolekr2015-10-244-55/+137
* Decoration API: Add flag for placement on liquid surfaceparamat2015-10-234-3/+30
* init_log_streams: check if log_filename is empty.Jun Zhang2015-10-191-1/+1
* ABMs: Make catch-up behaviour optionalparamat2015-10-184-10/+25
* Settings tab: double click opens/closes treesKahrl2015-10-181-0/+5
* Settings tab: don't autoscroll when toggling "Show technical names"Kahrl2015-10-181-2/+7
* Remove wstrgettextest312015-10-183-42/+34
* Fix GUITable selection issues with treesKahrl2015-10-171-9/+30
* New settings tab contain all possible settingsPilzAdam2015-10-171-0/+445
* Fix == to =Rui2015-10-171-1/+1
* Fix missing include on AIXkwolekr2015-10-171-1/+4
* Refactor Thread class to improve readability and portabilitykwolekr2015-10-163-205/+350
* Refactor thread utility interfacekwolekr2015-10-166-25/+85
* Fix crash regression when invsize formspec gets usedest312015-10-171-4/+8
* Fix enforcing of nametag hidingest312015-10-151-0/+5
* Add BufReader and vector-based serialization methodskwolekr2015-10-153-2/+573
* Clean up gettext initializationShadowNinja2015-10-152-67/+51
* Use warningstream for deprecated field messages and refactor log_deprecatedShadowNinja2015-10-152-40/+30
* Remove explicit syslog printing for uncaught exceptions on AndroidShadowNinja2015-10-151-18/+17
* Rename macros with two leading underscoresShadowNinja2015-10-1420-113/+109
* Always use errorstream for DEBUG_EXCEPTION_HANDLERShadowNinja2015-10-147-13/+13
* Lower log level for benign socket errorsShadowNinja2015-10-141-3/+2
* Use warningstream for log messages with WARNINGShadowNinja2015-10-1426-94/+92
* Refactor loggingShadowNinja2015-10-1418-599/+550
* 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