aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-03-10Re-add dungeons in new dungeongen.cppkwolekr
2013-03-06Fix Irrlicht includes in scriptapi_*kwolekr
2013-03-05fix link if system json lib existsproller
2013-03-05Added method to get all registered recipes for item(node)RealBadAngel
2013-03-05Allow any character in formspec strings with escape charkwolekr
2013-03-05split scriptapi.cppsapier
Remerge some files in order to reduce number of additional files Make necessary changes for split, rename files, reorganize some bits
2013-03-03Add one more curl_easy_setopt(curl, CURLOPT_NOSIGNAL, 1);Ilya Zhuravlev
2013-03-01Fix "longjmp causes uninitialized stack frame" (serverlist.cpp)Ilya Zhuravlev
2013-02-27Change default settings for log level, texture atlas, document new settingskwolekr
2013-02-27Fix nodeplacement predictionPilzAdam
2013-02-26Fix most warnings, re-fix MSVC compile errorkwolekr
2013-02-25Merge pull request #482 from proller/liquidkwolekr
finite liquid
2013-02-25Remove dead code, relocate some codekwolekr
2013-02-25Fix selection of # threads, set default to 1 threadkwolekr
2013-02-25Fix build on Windowskwolekr
2013-02-25Fix most walled-off caveskwolekr
2013-02-25Tune queue limits, some other adjustmentskwolekr
2013-02-25Misc. cleanup and minor fixeskwolekr
2013-02-25Add multi-Emerge thread supportkwolekr
2013-02-25Add emerge queue limit configurationkwolekr
2013-02-25Fix EmergeThread hang on exitkwolekr
2013-02-25Add global and per-peer queue limitskwolekr
2013-02-25Add emerge.cpp, initial EmergeThread changeskwolekr
- Neatly placed all emerge related code into a new file, emerge.cpp - Greatly cleaned up the code in EmergeThread::Thread() - Reworked Emerge queue. Now an actual std::queue of v3s16 block positions - Removed the completely unnecessary map of peer ids requesting blocks
2013-02-24Update Copyright YearsSfan5
2013-02-24Change Minetest-c55 to MinetestPilzAdam
2013-02-24new adjustable finite liquidproller
2013-02-24Add seed parameter for default and L-system treesRealBadAngel
2013-02-23Merge pull request #503 from RealBadAngel/masterkwolekr
Add sound volume controls to ingame menu
2013-02-23Read server_announce from minetest.conf for GUIPilzAdam
2013-02-23Add sound volume controls to ingame menuRealBadAngel
2013-02-22Merge pull request #431 from sapier/dtime_clampingkwolekr
add limit for (collision handling) steps to avoid runaway memory consumption
2013-02-21Added debug log level settingkwolekr
2013-02-22Fix json includeIlya Zhuravlev
2013-02-22new auto masterserverproller
2013-02-20Print missing mod dependencies on server startJürgen Doser
i.e., not only the mod with missing dependencies, but also the missing dependencies itself. (This already used to be the case before the mod selection gui was added) Also, mods with unsatisfied dependencies are no longer reported as mods that could not be found.
2013-02-19Disable placement prediction for nodes that use on_rightclickJeija
2013-02-15Merge pull request #465 from doserj/mod_selection_empty_modname_fixkwolekr
Remove use of operator[] on a std::map, so no spurious elements get inse...
2013-02-15Some kind of middleway values for player acceleration for nowPerttu Ahola
2013-02-15Restore old acceleration behavior until something is actually agreed on (part 2)Perttu Ahola
2013-02-15Restore old acceleration behavior until something is actually agreed onPerttu Ahola
2013-02-14Add Freetype supportIlya Zhuravlev
2013-02-14Improved Player PhysicsMirceaKitsune
2013-02-12Server requires gettext library as wellDmitry Marakasov
2013-02-12Enable multiline signsPilzAdam
2013-02-10Dont remove grass under unloaded blocksPilzAdam
2013-02-10Disable backface culling for drawtype plantlike and only draw 2 faces ↵Jürgen Doser
instead of 4 This way, plants actually show the real backface on their back side, i.e., the front face mirrored around the vertical axis, instead of showing the front face on both sides. This looked weird when the texture was not symmetrical around the vertical axis.
2013-02-10Don't fall off nodes if sneaking with free_move on but without fly privilegesShadowNinja
2013-02-10Don't see through nodes without noclip privilegesShadowNinja
2013-02-07Fix compile error (MSVC2010).Ilya Zhuravlev
2013-02-06Add flag string settings, flat map optionkwolekr