Sfan5
|
bb58d4f2fb
|
Fix MinGW build
|
2013-12-01 20:58:46 +01:00 |
|
sapier
|
396602432c
|
Cleanup jthread and fix win32 build
|
2013-12-01 16:25:46 +01:00 |
|
kwolekr
|
665b7fe8c4
|
Cavegen: Fix possible out-of-bounds heightmap access
|
2013-12-01 08:57:35 -05:00 |
|
kwolekr
|
017876a37c
|
Decoration: Add schematic Y-slice probability support
|
2013-12-01 01:24:59 -05:00 |
|
sapier
|
a5cd5a3a5f
|
Fix log threadname lookup handling not beeing threadsafe
|
2013-11-30 21:22:15 +01:00 |
|
ShadowNinja
|
6ed9bc0eb2
|
Add error handler to async step
|
2013-11-30 13:05:13 -05:00 |
|
ShadowNinja
|
2741a7e6e0
|
Optimize table creation
|
2013-11-30 13:05:13 -05:00 |
|
Novatux
|
92d806ab21
|
Add minetest.swap_node
|
2013-11-30 18:37:56 +01:00 |
|
Ilya Zhuravlev
|
0bac74a9a4
|
Fix MSVC build.
|
2013-11-30 21:00:18 +04:00 |
|
kwolekr
|
5b10914dcd
|
LuaVoxelManip: Add area parameters back to calc_lighting and set_lighting, made optional this time; also fixed a slight bug with night values being ignored
|
2013-11-30 00:27:39 -05:00 |
|
kwolekr
|
876a1eb687
|
LuaVoxelManip: Add get_light_data() and set_light_data()
|
2013-11-30 00:01:43 -05:00 |
|
MetaDucky
|
7086a6c35b
|
Fixed potential NULL pointer and leak when setting node metadata
|
2013-11-29 23:35:16 -05:00 |
|
kwolekr
|
ea3c3fb481
|
Cavegen: Respect is_ground_content MapNode setting; fix some code formatting issues
|
2013-11-29 20:54:04 -05:00 |
|
sapier
|
3520139afe
|
Fix broken thread stop handling
|
2013-11-30 02:15:31 +01:00 |
|
sapier
|
4afa10f33a
|
Fix old gcc build
|
2013-11-29 23:36:18 +01:00 |
|
sapier
|
b1a9e58d6a
|
Fix modstore/favourites hang by adding asynchronous lua job support
|
2013-11-29 22:09:14 +01:00 |
|
sapier
|
326a3e4f8f
|
Split server/client port setting to avoid port number clashes in mainmenu
|
2013-11-28 21:43:06 +01:00 |
|
ShadowNinja
|
55ebd079f4
|
Don't use variable length arrays
|
2013-11-28 11:22:41 -05:00 |
|
ShadowNinja
|
1b1e315a6a
|
Rollback fixes and get_node_actions
|
2013-11-27 18:13:06 -05:00 |
|
Mario Barrera
|
32094d5ff4
|
SQLite rollback
|
2013-11-27 18:13:06 -05:00 |
|
sapier
|
160348a0ec
|
Fix line_of_sight (AGAIN)
|
2013-11-25 00:04:05 +01:00 |
|
kwolekr
|
a499f5f623
|
Don't continue trying to deserialize blank block data
|
2013-11-24 02:10:15 -05:00 |
|
Kahrl
|
90c3a4b021
|
Fix invalid escape sequence in database migration code
|
2013-11-23 16:09:38 +01:00 |
|
Kahrl
|
ceca056e77
|
Fix crash when pressing Enter key in formspec menu
|
2013-11-23 00:37:32 +01:00 |
|
kwolekr
|
466aba8337
|
Fix possible implicit conversion of NULL to std::string
|
2013-11-21 00:49:32 -05:00 |
|
kwolekr
|
f22eea5c88
|
LuaVoxelManip: Update parameter index of set_lighting()
|
2013-11-21 00:45:17 -05:00 |
|
kwolekr
|
b232fda680
|
Mapgen V6: Respect water_level setting
|
2013-11-21 00:43:27 -05:00 |
|
MetaDucky
|
acf1f2d1c2
|
fix gettext compile issues under win32
|
2013-11-18 21:11:52 -05:00 |
|
kwolekr
|
f1ebd47d5f
|
Fix issue #1009 (minetest.get_connected_players() returns non-existing players)
|
2013-11-17 15:15:59 -05:00 |
|
PilzAdam
|
03a64226c2
|
Increase liquid_loop_max to 10000 again
|
2013-11-17 21:05:14 +01:00 |
|
Perttu Ahola
|
7ff771172d
|
Revert patch 58f036ad1 that causes object duplication (which tried to fix objects getting hidden from client) and fix the original problem correctly. This fixes the second distinct object duplication bug.
|
2013-11-17 14:46:01 -05:00 |
|
sapier
|
4aa8a5c636
|
Fix Result of processed Request was written to invalid (non existent) ResultQueue if requesting thread timed out before
|
2013-11-17 12:46:54 -05:00 |
|
sapier
|
9118954cf4
|
Add missing RequestQueue doc
|
2013-11-17 12:46:43 -05:00 |
|
sapier
|
78cc469411
|
Fix multicaller support in RequestQueue
|
2013-11-17 12:45:58 -05:00 |
|
kwolekr
|
eca52a4016
|
Do the same for LevelDB interface
|
2013-11-17 11:26:34 -05:00 |
|
kwolekr
|
0f390b46a9
|
Handle blank blocks in database
Fix screwed-up indentation
|
2013-11-17 10:57:45 -05:00 |
|
kwolekr
|
345282311f
|
Revert "Don't use msvc libs for mingw build"
This reverts commit 3985c01ad71159b888677d0fe2019d7a05debeed.
|
2013-11-17 10:33:58 -05:00 |
|
kwolekr
|
032913f408
|
Prevent shaders from being created when disabled
|
2013-11-17 02:46:05 -05:00 |
|
sapier
|
eb6e18578b
|
Don't use msvc libs for mingw build
|
2013-11-17 02:27:00 -05:00 |
|
kwolekr
|
9d7840d6c7
|
Decoration: Stop DecoSimple::resolveNodeNames from complaining about no node name if decolist is used
Fix warning message for spawnby nodes
Prevent type-punning warning caused by casting enum to int
|
2013-11-17 02:22:24 -05:00 |
|
kwolekr
|
76f37cadb0
|
Actually fix weather
The real problem was that MapBlocks were not activated before getting sent to the client
|
2013-11-17 01:59:04 -05:00 |
|
sapier
|
cab1a45764
|
Fix invalid listname and listsize not handled correctly in set_size
|
2013-11-16 15:52:41 +01:00 |
|
MetaDucky
|
d37b6b8f43
|
fixed array limit check when reading Lua specialtiles table
|
2013-11-16 15:31:17 +01:00 |
|
ShadowNinja
|
5cb34cf9dd
|
Pass a errfunc to lua_pcall to get a traceback
|
2013-11-15 14:13:31 -05:00 |
|
BlockMen
|
1b7420e0a5
|
Fix formspec background padding when clipped
|
2013-11-14 19:03:55 +01:00 |
|
proller
|
3f4aa81eec
|
Improved default settings for floatland perlin noise 1. Larger, more detailed floatlands.
|
2013-11-14 15:38:32 +04:00 |
|
Sfan5
|
22acd78cce
|
Fix compiling with 32bit MinGW
|
2013-11-12 15:18:20 +01:00 |
|
sapier
|
a0f5cd74d0
|
Fix invalid usage of temporary object in mainmenu json conversion
|
2013-11-11 23:23:58 +01:00 |
|
sapier
|
db54cbd6a4
|
Disable localization workaround in server
|
2013-11-11 19:56:49 +01:00 |
|
sapier
|
f687511f36
|
Fix win32/msvc i18n (quite UGLY version, blame Microsoft)
|
2013-11-11 19:56:49 +01:00 |
|