kwolekr [Tue, 26 Feb 2013 06:57:59 +0000 (01:57 -0500)]
Fix most warnings, re-fix MSVC compile error
kwolekr [Tue, 26 Feb 2013 04:52:24 +0000 (20:52 -0800)]
Merge pull request #482 from proller/liquid
finite liquid
kwolekr [Sun, 24 Feb 2013 03:45:12 +0000 (22:45 -0500)]
Remove dead code, relocate some code
kwolekr [Sun, 24 Feb 2013 03:06:16 +0000 (22:06 -0500)]
Fix selection of # threads, set default to 1 thread
kwolekr [Sat, 23 Feb 2013 17:30:13 +0000 (12:30 -0500)]
Fix build on Windows
kwolekr [Fri, 22 Feb 2013 03:26:21 +0000 (22:26 -0500)]
Fix most walled-off caves
kwolekr [Thu, 21 Feb 2013 22:44:14 +0000 (17:44 -0500)]
Tune queue limits, some other adjustments
kwolekr [Sun, 17 Feb 2013 07:46:08 +0000 (02:46 -0500)]
Misc. cleanup and minor fixes
kwolekr [Sun, 17 Feb 2013 06:47:49 +0000 (01:47 -0500)]
Add multi-Emerge thread support
kwolekr [Fri, 15 Feb 2013 01:36:58 +0000 (20:36 -0500)]
Add emerge queue limit configuration
kwolekr [Fri, 15 Feb 2013 00:22:43 +0000 (19:22 -0500)]
Fix EmergeThread hang on exit
kwolekr [Thu, 14 Feb 2013 23:32:56 +0000 (18:32 -0500)]
Add global and per-peer queue limits
kwolekr [Thu, 14 Feb 2013 03:43:15 +0000 (22:43 -0500)]
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
Sfan5 [Sun, 24 Feb 2013 18:38:45 +0000 (19:38 +0100)]
Update Copyright Years
PilzAdam [Sun, 24 Feb 2013 17:52:44 +0000 (18:52 +0100)]
Update buildbot
PilzAdam [Sun, 24 Feb 2013 17:40:43 +0000 (18:40 +0100)]
Change Minetest-c55 to Minetest
PilzAdam [Sun, 24 Feb 2013 17:37:38 +0000 (18:37 +0100)]
Update README
proller [Sun, 24 Feb 2013 14:39:07 +0000 (18:39 +0400)]
new adjustable finite liquid
kwolekr [Sun, 24 Feb 2013 02:06:07 +0000 (18:06 -0800)]
Merge pull request #505 from RealBadAngel/master
Add seed parameter for default and L-system trees
RealBadAngel [Sun, 24 Feb 2013 01:26:25 +0000 (02:26 +0100)]
Add seed parameter for default and L-system trees
kwolekr [Sat, 23 Feb 2013 23:58:00 +0000 (15:58 -0800)]
Merge pull request #503 from RealBadAngel/master
Add sound volume controls to ingame menu
PilzAdam [Sat, 23 Feb 2013 21:48:02 +0000 (22:48 +0100)]
Read server_announce from minetest.conf for GUI
RealBadAngel [Sat, 23 Feb 2013 15:01:35 +0000 (16:01 +0100)]
Add sound volume controls to ingame menu
kwolekr [Sat, 23 Feb 2013 00:42:50 +0000 (16:42 -0800)]
Merge pull request #431 from sapier/dtime_clamping
add limit for (collision handling) steps to avoid runaway memory consumption
kwolekr [Sat, 9 Feb 2013 02:52:23 +0000 (21:52 -0500)]
Added debug log level setting
Ilya Zhuravlev [Thu, 21 Feb 2013 22:41:59 +0000 (02:41 +0400)]
Fix json include
proller [Thu, 21 Feb 2013 22:00:44 +0000 (02:00 +0400)]
new auto masterserver
PilzAdam [Sat, 12 Jan 2013 19:18:43 +0000 (20:18 +0100)]
Drop nodes as items when dugged and no room in inventory and dont remove dropped items when no room in inventory
celeron55 [Wed, 20 Feb 2013 19:34:57 +0000 (11:34 -0800)]
Merge pull request #500 from doserj/server_report_missing_deps
Print missing mod dependencies on server start
Jürgen Doser [Wed, 20 Feb 2013 19:06:39 +0000 (20:06 +0100)]
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.
PilzAdam [Tue, 19 Feb 2013 19:16:55 +0000 (20:16 +0100)]
Dont drop tools on rightclick
Jeija [Sun, 27 Jan 2013 09:33:25 +0000 (10:33 +0100)]
Disable placement prediction for nodes that use on_rightclick
Ilya Zhuravlev [Mon, 18 Feb 2013 09:58:55 +0000 (13:58 +0400)]
Set numeric locale for Lua
kwolekr [Sat, 16 Feb 2013 01:45:32 +0000 (17:45 -0800)]
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...
Perttu Ahola [Fri, 15 Feb 2013 21:18:19 +0000 (23:18 +0200)]
Some kind of middleway values for player acceleration for now
Perttu Ahola [Fri, 15 Feb 2013 20:47:03 +0000 (22:47 +0200)]
Restore old acceleration behavior until something is actually agreed on (part 2)
Perttu Ahola [Fri, 15 Feb 2013 20:21:23 +0000 (22:21 +0200)]
Restore old acceleration behavior until something is actually agreed on
Ilya Zhuravlev [Sun, 3 Feb 2013 12:19:09 +0000 (16:19 +0400)]
Add Freetype support
MirceaKitsune [Fri, 8 Feb 2013 20:54:01 +0000 (22:54 +0200)]
Improved Player Physics
PilzAdam [Wed, 13 Feb 2013 17:06:25 +0000 (18:06 +0100)]
Fix minetest.item_place_node() and minetest.item_drop() to always return an ItemStack
RealBadAngel [Tue, 12 Feb 2013 21:51:38 +0000 (22:51 +0100)]
Fix to on_rightclick not able to change wielded_item
Dmitry Marakasov [Wed, 30 Jan 2013 00:07:00 +0000 (04:07 +0400)]
Server requires gettext library as well
PilzAdam [Tue, 12 Feb 2013 18:37:25 +0000 (19:37 +0100)]
Enable multiline signs
PilzAdam [Sun, 20 Jan 2013 15:21:09 +0000 (16:21 +0100)]
Dont remove grass under unloaded blocks
Jürgen Doser [Fri, 25 Jan 2013 14:52:53 +0000 (15:52 +0100)]
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.
ShadowNinja [Mon, 4 Feb 2013 03:22:42 +0000 (22:22 -0500)]
Don't fall off nodes if sneaking with free_move on but without fly privileges
ShadowNinja [Sat, 9 Feb 2013 21:32:59 +0000 (16:32 -0500)]
Don't see through nodes without noclip privileges
Oleg Matveev [Sat, 9 Feb 2013 17:46:44 +0000 (18:46 +0100)]
Translated using Weblate (Russian)
Pilz Adam [Sat, 9 Feb 2013 21:01:11 +0000 (22:01 +0100)]
Translated using Weblate (Portuguese)
Pilz Adam [Sat, 9 Feb 2013 21:18:21 +0000 (22:18 +0100)]
Translated using Weblate (Italian)
pandoro almascarpone [Sat, 9 Feb 2013 10:42:31 +0000 (11:42 +0100)]
Translated using Weblate (Italian)
Weblate [Fri, 8 Feb 2013 15:29:19 +0000 (16:29 +0100)]
Merge remote branch 'origin/master'
Pilz Adam [Tue, 5 Feb 2013 19:37:52 +0000 (20:37 +0100)]
Translated using Weblate (Russian)
Francizca Rodriguez [Thu, 7 Feb 2013 21:21:53 +0000 (22:21 +0100)]
Translated using Weblate (Portuguese)
Mitori Itoshiki [Thu, 7 Feb 2013 16:38:02 +0000 (17:38 +0100)]
Translated using Weblate (Japanese)
Pilz Adam [Tue, 5 Feb 2013 19:38:33 +0000 (20:38 +0100)]
Translated using Weblate (Danish)
Shen Zheyu [Wed, 6 Feb 2013 14:03:12 +0000 (15:03 +0100)]
Translated using Weblate (Chinese (China))
Francizca Rodriguez [Thu, 7 Feb 2013 21:14:10 +0000 (22:14 +0100)]
Translated using Weblate (Spanish)
Francizca Rodriguez [Thu, 7 Feb 2013 21:12:26 +0000 (22:12 +0100)]
Translated using Weblate (Portuguese)
Pilz Adam [Thu, 7 Feb 2013 20:34:15 +0000 (21:34 +0100)]
Translated using Weblate (Portuguese)
Francizca Rodriguez [Thu, 7 Feb 2013 20:34:10 +0000 (21:34 +0100)]
Translated using Weblate (Portuguese)
Pilz Adam [Thu, 7 Feb 2013 20:34:02 +0000 (21:34 +0100)]
Translated using Weblate (Portuguese)
Francizca Rodriguez [Thu, 7 Feb 2013 20:33:57 +0000 (21:33 +0100)]
Translated using Weblate (Portuguese)
Pilz Adam [Thu, 7 Feb 2013 20:33:55 +0000 (21:33 +0100)]
Translated using Weblate (Portuguese)
Francizca Rodriguez [Thu, 7 Feb 2013 20:32:04 +0000 (21:32 +0100)]
Translated using Weblate (Portuguese)
Ilya Zhuravlev [Thu, 7 Feb 2013 13:58:52 +0000 (17:58 +0400)]
Document remote_media setting
Ilya Zhuravlev [Thu, 7 Feb 2013 12:17:55 +0000 (16:17 +0400)]
Fix compile error (MSVC2010).
kwolekr [Tue, 5 Feb 2013 20:01:33 +0000 (15:01 -0500)]
Add flag string settings, flat map option
L JJ [Wed, 6 Feb 2013 02:27:18 +0000 (03:27 +0100)]
Translated using Weblate (Chinese (China))
kwolekr [Tue, 29 Jan 2013 16:46:29 +0000 (11:46 -0500)]
Fix assertion condition in initializePaths()
kwolekr [Tue, 29 Jan 2013 16:44:09 +0000 (11:44 -0500)]
Don't write control character to verbosestream
kwolekr [Tue, 29 Jan 2013 16:43:06 +0000 (11:43 -0500)]
Fix and improve noise map functions
kwolekr [Mon, 28 Jan 2013 04:30:37 +0000 (23:30 -0500)]
Add Perlin noise map Lua API
kwolekr [Wed, 23 Jan 2013 15:13:04 +0000 (10:13 -0500)]
Improve random map seed generation
Mitori Itoshiki [Tue, 5 Feb 2013 19:36:36 +0000 (20:36 +0100)]
Translated using Weblate (Russian)
we prefer instagib metl3 [Tue, 5 Feb 2013 17:25:53 +0000 (18:25 +0100)]
Translated using Weblate (French)
Weblate [Tue, 5 Feb 2013 16:52:07 +0000 (17:52 +0100)]
Merge remote branch 'origin/master'
Marco gonzalez [Mon, 4 Feb 2013 11:46:30 +0000 (12:46 +0100)]
Translated using Weblate (Spanish)
Ilya Zhuravlev [Sat, 2 Feb 2013 18:11:55 +0000 (19:11 +0100)]
Translated using Weblate (Russian)
Pilz Adam [Sat, 2 Feb 2013 17:51:44 +0000 (18:51 +0100)]
Translated using Weblate (German)
L JJ [Tue, 5 Feb 2013 13:49:30 +0000 (14:49 +0100)]
Translated using Weblate (Chinese (China))
Ilya Zhuravlev [Tue, 5 Feb 2013 16:50:26 +0000 (20:50 +0400)]
Add Japanese & Korean languages.
Shen Zheyu [Sun, 3 Feb 2013 08:11:27 +0000 (09:11 +0100)]
Translated using Weblate (Chinese (China))
Lord James [Sun, 3 Feb 2013 20:30:48 +0000 (21:30 +0100)]
Translated using Weblate (Spanish)
Pilz Adam [Sat, 2 Feb 2013 17:39:22 +0000 (18:39 +0100)]
Translated using Weblate (German)
Weblate [Sat, 2 Feb 2013 17:34:12 +0000 (21:34 +0400)]
Merge remote branch 'origin/master'
Lord James [Fri, 1 Feb 2013 22:37:23 +0000 (23:37 +0100)]
Translated using Weblate (Spanish)
Pavel Elagin [Thu, 31 Jan 2013 06:32:13 +0000 (07:32 +0100)]
Translated using Weblate (Russian)
Maciej Kasatkin [Wed, 30 Jan 2013 00:32:03 +0000 (01:32 +0100)]
Translated using Weblate (Polish)
Robert Arkenin [Tue, 29 Jan 2013 21:20:25 +0000 (22:20 +0100)]
Translated using Weblate (Italian)
Pilz Adam [Thu, 31 Jan 2013 13:22:55 +0000 (14:22 +0100)]
Translated using Weblate (German)
sub reptice [Sat, 2 Feb 2013 00:51:38 +0000 (01:51 +0100)]
Translated using Weblate (French)
Ilya Zhuravlev [Sat, 2 Feb 2013 17:27:01 +0000 (21:27 +0400)]
Add Chinese Simplified & Portuguese.
Marco gonzalez [Fri, 1 Feb 2013 12:05:22 +0000 (13:05 +0100)]
Translated using Weblate (Spanish)
Jürgen Doser [Fri, 1 Feb 2013 14:50:33 +0000 (15:50 +0100)]
Remove use of operator[] on a std::map, so no spurious elements get inserted. (fixes #464)
All uses of operator[] in guiConfigureWorld.cpp have been replaced
with .find() operations.
In some places, operator[] had been called with mod names of "Add-Ons"
or "N/A", which would insert a default-constructed ModSpec into the
list of add-on mods. In other places, the use of operator[] was safe
now, but it probably is safer for future changes to use .find()
everywhere.
Diego Martínez [Thu, 31 Jan 2013 05:59:31 +0000 (06:59 +0100)]
Translated using Weblate (Spanish)
Marco gonzalez [Tue, 29 Jan 2013 21:05:01 +0000 (22:05 +0100)]
Translated using Weblate (Spanish)
PilzAdam [Wed, 30 Jan 2013 19:27:26 +0000 (20:27 +0100)]
Translate key functions in key change menu
Maciej Kasatkin [Wed, 30 Jan 2013 00:12:14 +0000 (01:12 +0100)]
Translated using Weblate (Polish)
Robert Arkenin [Tue, 29 Jan 2013 21:25:57 +0000 (22:25 +0100)]
Translated using Weblate (Russian)