sapier
6b98489ed9
Fix "TODO read modinfo" in modmanager to improve ui usability
2013-11-10 19:37:45 +01:00
proller
d41eee4bb6
Fix spaces float islands code
2013-11-10 18:46:57 +04:00
0gb.us
1e34d2c16a
FIxed floating isle generation at chunk boundaries
...
A mapgen fix authored by paramat, as mentioned here: https://github.com/minetest/minetest/issues/989
2013-11-10 18:45:14 +04:00
kwolekr
56b59eda5c
Weather: Fix uninitialized weather_update_time (sorry proller)
2013-11-09 15:29:22 -05:00
proller
faa3e90283
Correct useragent in http queries
...
Net struct init
2013-11-06 00:50:32 +04:00
kwolekr
d970581efd
Accept hexadecimal and string values for seeds
2013-11-04 23:59:26 -05:00
sapier
e04d4ec3e0
Fix invalid use of pointer to temporary object in json2lua conversion
2013-11-04 19:11:11 +01:00
proller
7062ed9bbb
Masterserver show privs and js autoload
2013-11-04 04:56:39 +04:00
sapier
6e0a806c0c
Fix invalid usage of texture->getSize() where actually texture->getOriginalSize() was meant
2013-11-03 23:00:54 +01:00
BlockMen
395bc5c25e
Fix typo
2013-11-03 22:33:06 +01:00
BlockMen
18314f400f
Reworked formspecs and kahrl's hexcolor parser
2013-11-03 22:14:37 +01:00
Novatux
5db8c1b5d9
Send a on_receive_fields event when formspec is closed, with fields.quit = "true"
2013-11-03 11:53:59 +01:00
Aaron Suen
e4149c5a05
Portability fixes for OpenBSD (and possibly NetBSD and others).
2013-11-02 13:41:26 -04:00
PilzAdam
fd0b6ac837
Fix liquid_range
...
* Prevent graphical glitches on old servers
* Fix flowing of liquids with viscosity != 1 and range != 8
* Fix range = 0, no flowing nodes will appear
2013-11-02 15:47:44 +01:00
Novatux
e219892623
Move the sapling growing and grass adding/removing ABMs to Lua
2013-11-02 10:50:11 +01:00
Novatux
0f0a497d0f
Add a callback: minetest.register_on_craft(itemstack, player,
...
old_craft_grid, craft_inv) and
minetest.register_craft_predict(itemstack, player, old_craft_grid,
craft_inv)
2013-11-01 15:55:34 +01:00
ShadowNinja
9c424fadee
Raise the maximum node limit to 0x7fff
...
As agreed to by kahrl
2013-11-01 10:27:23 -04:00
proller
670ac4ac88
Masterserver update
2013-10-18 01:32:49 +04:00
Perttu Ahola
a50409875f
Fix object duplication bug (at least in the most reproducible UFO case)
2013-10-17 00:10:16 +03:00
Sokomine
d7fc2a18b2
Add support for parameter 'visual_scale' for drawtypes 'signlike' and 'torchlike' like used for drawtype 'plantlike'
2013-10-14 21:38:56 +03:00
RealBadAngel
773cf884e3
FIx wrong error message on invalid use of the formspec element image_button
2013-10-07 22:50:26 +02:00
0gb.us
63d8e18b3b
Remove mapgen_air alias ( #935 )
2013-10-05 18:42:31 +02:00
Kahrl
6e21371b31
Pass VERSION_EXTRA to GenerateVersion.cmake
2013-09-29 16:05:09 +02:00
PilzAdam
714d83e833
Add set_name(), set_count(), set_wear() and set_metadata() to Lua ItemStack
2013-09-28 23:46:48 +02:00
Kahrl
13ccce3a03
Add --version option
2013-09-28 21:30:17 +02:00
Kahrl
99ae783310
Show git hash in version string at top left corner of window
2013-09-28 21:30:17 +02:00
ShadowNinja
746c404a72
Lower the default max_users from 100 to 15
2013-09-28 21:09:52 +02:00
PilzAdam
d5516f2f76
Add curl, freetype and luaJIT to CMAKE_BUILD_INFO
2013-09-28 15:41:37 +02:00
kwolekr
260d16200b
Re-fix hud_change stat argument retrieval
...
Conflicts:
src/script/lua_api/l_object.cpp
2013-09-26 04:39:10 +02:00
BlockMen
ea1f940a8e
Fix compiling issue of MSVC
2013-09-23 11:51:14 +02:00
BlockMen
89896b73fb
Add option to scale image to percentage values
2013-09-20 20:03:58 +02:00
proller
d737e2924a
Fix null dereference in weather update functions
2013-09-18 01:37:47 +04:00
kwolekr
4a3d0d8569
Fix some warnings and other minor details
2013-09-16 23:52:42 -04:00
kwolekr
d8e65be2d3
Weather: Clean up getHeat/getHumidity somewhat
2013-09-16 23:33:53 -04:00
proller
1097b3f219
Use cached "weather" setting
2013-09-17 02:57:36 +04:00
proller
602788984e
Fog depend on humidity
2013-09-17 02:43:24 +04:00
proller
d01bb79c86
Add configurable PRAGMA synchronous =
2013-09-17 02:11:30 +04:00
kwolekr
d017bf220a
Always use builtin JThread library
2013-09-15 23:00:01 -04:00
Kahrl
fb1f510c3f
Change mainmenu texture handling + small misc changes
...
Texture names must now be escaped in formspec elements image[],
background[], image_button[], image_button_exit[].
Instead of special-case handling of texture loading (and unloading
which was missing) in guiFormSpecMenu.cpp, use the newly created
ISimpleTextureSource interface which is a minimal subset of
ITextureSource. There is an implementation of this interface
used by GUIEngine (MenuTextureSource).
Fix an off-by-one bug in unescape_string; it caused requests for a
texture called "\0".
2013-09-11 00:08:56 +02:00
BlockMen
9fd8f6091e
Fix hotbar padding at bottom
2013-09-10 23:39:38 +02:00
PilzAdam
20e1cc7140
Add offset to automatic_face_movement_dir
2013-09-10 23:31:44 +02:00
PilzAdam
56f58ccf3b
Allow non-string arguments for minetest.is_yes()
2013-09-10 21:38:44 +02:00
PilzAdam
14d20ac1a4
Add Settings interface for Lua
2013-09-10 18:31:38 +02:00
Kahrl
ce8baac952
Handle --migrate even when compiled without leveldb support
2013-09-10 18:29:51 +02:00
Kahrl
04e4f11a43
Remove assert warning in leveldb wonderland
2013-09-10 18:28:26 +02:00
Kahrl
c3771a8605
Fix loading leveldb worlds
2013-09-10 18:16:36 +02:00
Kahrl
50fd513b37
Fix broken build due to missing mapsector.h include
2013-09-10 17:49:53 +02:00
Kahrl
7f7f54b581
Add license headers and remove useless includes
2013-09-10 16:09:30 +02:00
Sfan5
db4ee4dd84
Use system-wide LevelDB instead of bundled one
2013-09-09 22:50:51 +02:00
Sfan5
c57188f53d
Make --migrate update world.mt too
2013-09-09 22:50:51 +02:00