2455 Commits

Author SHA1 Message Date
kwolekr
4c634210d1 Add global and per-peer queue limits 2013-02-25 22:58:11 -05:00
kwolekr
e2466d6b69 Add emerge.cpp, initial EmergeThread changes
- 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-25 22:56:18 -05:00
Sfan5
3fab3825aa Update Copyright Years 2013-02-24 20:15:24 +01:00
PilzAdam
0acf1a5573 Update buildbot 2013-02-24 18:52:44 +01:00
PilzAdam
269f01224b Change Minetest-c55 to Minetest 2013-02-24 18:49:03 +01:00
PilzAdam
095a180f4d Update README 2013-02-24 18:48:51 +01:00
kwolekr
53feec688b Merge pull request #505 from RealBadAngel/master
Add seed parameter for default and L-system trees
2013-02-23 18:06:07 -08:00
RealBadAngel
1d3f601547 Add seed parameter for default and L-system trees 2013-02-24 02:26:25 +01:00
kwolekr
d5efea006c Merge pull request #503 from RealBadAngel/master
Add sound volume controls to ingame menu
2013-02-23 15:58:00 -08:00
PilzAdam
b465e52d4f Read server_announce from minetest.conf for GUI 2013-02-23 22:48:02 +01:00
RealBadAngel
b1c3676e11 Add sound volume controls to ingame menu 2013-02-23 16:01:35 +01:00
kwolekr
a26d7e294d Merge pull request #431 from sapier/dtime_clamping
add limit for (collision handling) steps to avoid runaway memory consumption
2013-02-22 16:42:50 -08:00
kwolekr
2b5464c1c5 Added debug log level setting 2013-02-21 22:35:04 -05:00
Ilya Zhuravlev
cdb41f3298 Fix json include 2013-02-22 02:41:59 +04:00
proller
a06297e4e7 new auto masterserver 2013-02-22 02:04:53 +04:00
PilzAdam
04e83d5584 Drop nodes as items when dugged and no room in inventory and dont remove dropped items when no room in inventory 2013-02-21 16:58:50 +01:00
celeron55
2648e2e148 Merge pull request #500 from doserj/server_report_missing_deps
Print missing mod dependencies on server start
2013-02-20 11:34:57 -08:00
Jürgen Doser
3c1df27a26 Print missing mod dependencies on server start
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 20:06:39 +01:00
PilzAdam
61d9e641f6 Dont drop tools on rightclick 2013-02-19 20:16:55 +01:00
Jeija
d077333a77 Disable placement prediction for nodes that use on_rightclick 2013-02-19 20:02:40 +01:00
Ilya Zhuravlev
592087a73b Set numeric locale for Lua 2013-02-18 13:58:55 +04:00
kwolekr
e81d34629c Merge pull request #465 from doserj/mod_selection_empty_modname_fix
Remove use of operator[] on a std::map, so no spurious elements get inse...
2013-02-15 17:45:32 -08:00
Perttu Ahola
9c11ef6f46 Some kind of middleway values for player acceleration for now 2013-02-15 23:18:19 +02:00
Perttu Ahola
c206fb85fb Restore old acceleration behavior until something is actually agreed on (part 2) 2013-02-15 22:47:23 +02:00
Perttu Ahola
0370d32b2d Restore old acceleration behavior until something is actually agreed on 2013-02-15 22:25:23 +02:00
Ilya Zhuravlev
33c207e54d Add Freetype support 2013-02-14 18:46:08 +01:00
MirceaKitsune
f0f07b20f0 Improved Player Physics 2013-02-14 06:21:30 +10:00
PilzAdam
2c6cfb193b Fix minetest.item_place_node() and minetest.item_drop() to always return an ItemStack 2013-02-13 18:06:25 +01:00
RealBadAngel
8fcf2eab4b Fix to on_rightclick not able to change wielded_item 2013-02-13 02:06:36 +04:00
Dmitry Marakasov
2f1586c088 Server requires gettext library as well 2013-02-12 20:27:50 +01:00
PilzAdam
e0ff17a000 Enable multiline signs 2013-02-12 19:37:25 +01:00
PilzAdam
5d5a794b5d Dont remove grass under unloaded blocks 2013-02-10 12:52:59 +01:00
Jürgen Doser
b8c81cd515 Disable backface culling for drawtype plantlike and only draw 2 faces 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 12:45:25 +01:00
ShadowNinja
0755f0fc73 Don't fall off nodes if sneaking with free_move on but without fly privileges 2013-02-10 12:35:04 +01:00
ShadowNinja
1fa7dc044e Don't see through nodes without noclip privileges 2013-02-10 12:29:46 +01:00
Oleg Matveev
c67be302ac Translated using Weblate (Russian) 2013-02-10 10:22:43 +01:00
Pilz Adam
6dbdf6bb9e Translated using Weblate (Portuguese) 2013-02-10 10:22:43 +01:00
Pilz Adam
04495d891e Translated using Weblate (Italian) 2013-02-10 10:22:42 +01:00
pandoro almascarpone
411c23677e Translated using Weblate (Italian) 2013-02-09 22:18:20 +01:00
Weblate
dcae647a46 Merge remote branch 'origin/master' 2013-02-08 16:29:19 +01:00
Pilz Adam
77174d078c Translated using Weblate (Russian) 2013-02-08 16:29:13 +01:00
Francizca Rodriguez
9b7ea27a58 Translated using Weblate (Portuguese) 2013-02-08 16:29:13 +01:00
Mitori Itoshiki
8c4e3d3270 Translated using Weblate (Japanese) 2013-02-08 16:29:13 +01:00
Pilz Adam
72a54e1269 Translated using Weblate (Danish) 2013-02-08 16:29:13 +01:00
Shen Zheyu
e3b0a1f57c Translated using Weblate (Chinese (China)) 2013-02-08 16:29:12 +01:00
Francizca Rodriguez
9427d5e4bc Translated using Weblate (Spanish) 2013-02-07 22:14:11 +01:00
Francizca Rodriguez
eb300c0a84 Translated using Weblate (Portuguese) 2013-02-07 22:12:26 +01:00
Pilz Adam
ec273015f0 Translated using Weblate (Portuguese) 2013-02-07 21:34:19 +01:00
Francizca Rodriguez
ebae7be8a2 Translated using Weblate (Portuguese) 2013-02-07 21:34:14 +01:00
Pilz Adam
4ece92f93d Translated using Weblate (Portuguese) 2013-02-07 21:34:06 +01:00