Sfan5
3fab3825aa
Update Copyright Years
2013-02-24 20:15:24 +01:00
PilzAdam
269f01224b
Change Minetest-c55 to Minetest
2013-02-24 18:49:03 +01:00
proller
22ec55cd9e
new adjustable finite liquid
2013-02-24 18:39:07 +04: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
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
Jeija
d077333a77
Disable placement prediction for nodes that use on_rightclick
2013-02-19 20:02:40 +01: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
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
Ilya Zhuravlev
4f1d643faa
Fix compile error (MSVC2010).
2013-02-07 16:17:55 +04:00
kwolekr
2b8f043a8a
Add flag string settings, flat map option
2013-02-06 16:52:48 -05:00
kwolekr
b954e75880
Fix assertion condition in initializePaths()
2013-02-06 01:13:19 -05:00
kwolekr
20d30aedc2
Don't write control character to verbosestream
2013-02-06 01:12:56 -05:00
kwolekr
cbffb26491
Fix and improve noise map functions
2013-02-06 01:12:36 -05:00
kwolekr
233369a126
Add Perlin noise map Lua API
2013-02-06 01:11:56 -05:00
kwolekr
ffd7d31f35
Improve random map seed generation
2013-02-06 01:10:37 -05:00
Jürgen Doser
1bcb0a1031
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.
2013-02-01 15:50:33 +01:00
PilzAdam
49e8f4ac96
Translate key functions in key change menu
2013-01-30 20:27:26 +01:00
kwolekr
3a9ae70376
Merge pull request #442 from kwolekr/mingw_compile_fix
...
Fix compile under MingW
2013-01-29 13:07:47 -08:00
kwolekr
992e7267ac
Merge pull request #441 from kwolekr/mapgen_factories
...
Make mapgen factory setup more elegant, add mapgen_v6.h
2013-01-29 13:05:56 -08:00
Jeija
bf459c00c9
Place block when holding sneak while right-clicking nodes with formspec
2013-01-28 00:44:42 +04:00
kwolekr
9243c3a028
Merge pull request #447 from sapier/add_lua_log_parameter_check
...
BUGFIX: check parameters for minetest.log lua function
2013-01-26 10:58:53 -08:00
sapier
8a87294eab
check parameters for minetest.log lua function
2013-01-26 10:32:08 +00:00
kwolekr
868752dba4
Slightly improved version of mystrtok_r
2013-01-23 17:37:53 -05:00
kwolekr
1e433928bd
Fix compile under MingW
2013-01-23 16:28:15 -05:00
kwolekr
022d563f71
Make mapgen factory setup more elegant, add mapgen_v6.h
2013-01-23 16:16:49 -05:00
RealBadAngel
319d61f0fb
Treegen update. Some new symbols. Speed up code a bit.
2013-01-23 20:40:09 +02:00
Jürgen Doser
7a3db12509
Make sure that settings are written to config file when settings are removed.
...
Previously, settings where only written when a value has changed, and
removal of a setting value didn't count as a change.
2013-01-22 19:05:46 +01:00
Jürgen Doser
e735dcdd49
Fix crash when pressing delete button in server browser and no server is selected.
...
A check for that was there, but was comparing an unsigned variable to
-1, which doesn't work.
2013-01-22 19:05:46 +01:00
Jürgen Doser
a87c86dced
Improve behaviour for empty modpacks and when no mods at all are installed:
...
Only show enable all / disable all buttons for all add-ons when at
least one add-on is installed. When no add-on ist installed, don't
show any buttons or checkboxes.
Added is_modpack flag to ModSpec to distinguish empty modpacks from
normal mods and check this flag in mod selection gui so that empty
modpacks are not treated like mods that can be enabled or disabled.
2013-01-22 19:05:28 +01:00
Jürgen Doser
edce432751
Fix crash when no world is selected and configure button is pressed.
...
by moving return statement out of if-then-else clause...
2013-01-22 17:47:12 +01:00
Ilya Zhuravlev
b946e191b4
Fix msvc build
2013-01-22 01:16:29 +04:00
sapier
69876576cc
add support for saving settings by lua command (server doesn't autosave on exit)
2013-01-21 22:44:41 +02:00
kwolekr
a4e4846ffa
Use a string identifier for a mapgen instead of version
2013-01-21 21:41:37 +02:00