aboutsummaryrefslogtreecommitdiff
path: root/builtin (unfollow)
Commit message (Expand)AuthorFilesLines
2013-12-16Fix broken httpfetch due to SimpleThread removalsapier1-0/+3
2013-12-16Fix MSVC compiling issueBlockMen1-1/+1
2013-12-16Reduce cloud coloring for colored fog and cloud modesapier1-1/+1
2013-12-15Remove an unused function and include from client.cppPilzAdam1-9/+0
2013-12-15Add setting to disable direction dependent fog and sky colorssapier4-41/+62
2013-12-15Directional fog + horizon colors, based on sun & moon positions at sunrise / ...MirceaKitsune3-24/+96
2013-12-15Replace SimpleThread by JThread now implementing same featuressapier9-88/+30
2013-12-14Add alpha setting to font shadowBlockMen5-4/+12
2013-12-14Update mapgen params in ServerMap after Mapgen initkwolekr3-4/+6
2013-12-14Handle Lua errors in on_generate callbacks instead of throwing SIGABRTkwolekr1-1/+3
2013-12-14Add map feature generation notify Lua APIkwolekr12-151/+252
2013-12-13Remove support for optdepends.txtShadowNinja2-17/+0
2013-12-13Don't call curl_global_init twiceKahrl1-9/+0
2013-12-13Replace any direct curl usage by httpfetchsapier6-85/+44
2013-12-13Use httpfetch_async in serverlist announce codeKahrl3-26/+17
2013-12-13Implement urlencode and urldecodeKahrl4-6/+57
2013-12-13Rewrite client media download and support hash-based remote downloadKahrl12-345/+931
2013-12-13Implement httpfetch module and initialize it from main()Kahrl6-6/+860
2013-12-13Fix a bug in GenericCAO GENERIC_CMD_UPDATE_POSITION parsing.Ilya Zhuravlev1-0/+2
2013-12-12Make line_of_sight return blocking node positionstujones114-6/+16
2013-12-12Add 'on_prejoinplayer' callbackkaeza5-0/+36
2013-12-12Add configurable font shadow.Ilya Zhuravlev5-3/+20
2013-12-11Implement search tab and version pickersapier8-187/+463