Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-25 | Add multi-Emerge thread support | kwolekr | |
2013-02-25 | Add emerge queue limit configuration | kwolekr | |
2013-02-25 | Fix EmergeThread hang on exit | kwolekr | |
2013-02-25 | Add global and per-peer queue limits | kwolekr | |
2013-02-25 | Add emerge.cpp, initial EmergeThread changes | kwolekr | |
- 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-24 | Update Copyright Years | Sfan5 | |
2013-02-24 | Update buildbot | PilzAdam | |
2013-02-24 | Change Minetest-c55 to Minetest | PilzAdam | |
2013-02-24 | Update README | PilzAdam | |
2013-02-24 | new adjustable finite liquid | proller | |
2013-02-23 | Merge pull request #505 from RealBadAngel/master | kwolekr | |
Add seed parameter for default and L-system trees | |||
2013-02-24 | Add seed parameter for default and L-system trees | RealBadAngel | |
2013-02-23 | Merge pull request #503 from RealBadAngel/master | kwolekr | |
Add sound volume controls to ingame menu | |||
2013-02-23 | Read server_announce from minetest.conf for GUI | PilzAdam | |
2013-02-23 | Add sound volume controls to ingame menu | RealBadAngel | |
2013-02-23 | Translated using Weblate (Chinese (China)) | yuqian wang | |
2013-02-22 | Merge pull request #431 from sapier/dtime_clamping | kwolekr | |
add limit for (collision handling) steps to avoid runaway memory consumption | |||
2013-02-22 | Translated using Weblate (Polish) | Maciej Kasatkin | |
2013-02-21 | Added debug log level setting | kwolekr | |
2013-02-22 | Fix json include | Ilya Zhuravlev | |
2013-02-22 | new auto masterserver | proller | |
2013-02-21 | Translated using Weblate (German) | Pilz Adam | |
2013-02-21 | Drop nodes as items when dugged and no room in inventory and dont remove ↵ | PilzAdam | |
dropped items when no room in inventory | |||
2013-02-20 | Merge pull request #500 from doserj/server_report_missing_deps | celeron55 | |
Print missing mod dependencies on server start | |||
2013-02-20 | Print missing mod dependencies on server start | Jü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-20 | Translated using Weblate (Japanese) | Mitori Itoshiki | |
2013-02-19 | Translated using Weblate (Japanese) | Tomona Nanase | |
2013-02-19 | Dont drop tools on rightclick | PilzAdam | |
2013-02-19 | Disable placement prediction for nodes that use on_rightclick | Jeija | |
2013-02-18 | Set numeric locale for Lua | Ilya Zhuravlev | |
2013-02-17 | Translated using Weblate (Russian) | Artem Sinkevich | |
2013-02-15 | Merge pull request #465 from doserj/mod_selection_empty_modname_fix | kwolekr | |
Remove use of operator[] on a std::map, so no spurious elements get inse... | |||
2013-02-15 | Some kind of middleway values for player acceleration for now | Perttu Ahola | |
2013-02-15 | Restore old acceleration behavior until something is actually agreed on (part 2) | Perttu Ahola | |
2013-02-15 | Restore old acceleration behavior until something is actually agreed on | Perttu Ahola | |
2013-02-14 | Add Freetype support | Ilya Zhuravlev | |
2013-02-14 | Improved Player Physics | MirceaKitsune | |
2013-02-13 | Fix minetest.item_place_node() and minetest.item_drop() to always return an ↵ | PilzAdam | |
ItemStack | |||
2013-02-13 | Fix to on_rightclick not able to change wielded_item | RealBadAngel | |
2013-02-12 | Server requires gettext library as well | Dmitry Marakasov | |
2013-02-12 | Enable multiline signs | PilzAdam | |
2013-02-10 | Dont remove grass under unloaded blocks | PilzAdam | |
2013-02-10 | Disable 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-10 | Don't fall off nodes if sneaking with free_move on but without fly privileges | ShadowNinja | |
2013-02-10 | Don't see through nodes without noclip privileges | ShadowNinja | |
2013-02-10 | Translated using Weblate (Russian) | Oleg Matveev | |
2013-02-10 | Translated using Weblate (Portuguese) | Pilz Adam | |
2013-02-10 | Translated using Weblate (Italian) | Pilz Adam | |
2013-02-09 | Translated using Weblate (Italian) | pandoro almascarpone | |
2013-02-08 | Merge remote branch 'origin/master' | Weblate | |