khonkhortisan
|
2b1eff7725
|
Allow vertical axis particle rotation constraint
Use tables for adding particles, deprecate former way.
separate particles(pawner) definition, add default values, work with no
arguments
|
2014-01-13 17:34:56 -05:00 |
|
Ilya Zhuravlev
|
a4c5f10ecf
|
Fix some errors reported by clang static analyzer.
|
2014-01-13 03:29:12 +04:00 |
|
ShadowNinja
|
a3586cd18d
|
Add maximum recursion depth to read_json_value
|
2014-01-11 14:08:02 -05:00 |
|
ShadowNinja
|
a9df87ede0
|
Rename get_json_value to read_json_value
|
2014-01-11 13:52:26 -05:00 |
|
ShadowNinja
|
bd8ddf1a52
|
Add InvRef::get/set_lists()
|
2014-01-11 13:52:26 -05:00 |
|
Novatux
|
84b94eb198
|
Add forceloading
|
2014-01-11 17:54:00 +01:00 |
|
Ilya Zhuravlev
|
b8c3221d55
|
Fix absence of images when compiled with RUN_IN_PLACE=0.
|
2014-01-05 12:43:40 +02:00 |
|
kaeza
|
767b2e7b17
|
Fix enum element name in Lua HUD code (position vs. pos)
|
2013-12-31 06:13:54 +01:00 |
|
ShadowNinja
|
829426c714
|
Fix InventoryList reading order
Lua does not guarantee that the indexes of a table will be in numerical order.
|
2013-12-30 14:00:05 -05:00 |
|
RealBadAngel
|
7ae0b90ff7
|
Bugfix to get_all_craft_recipes.
Indexes for empty slots shall not be skipped.
|
2013-12-21 23:03:51 +01:00 |
|
ShadowNinja
|
e1f9ba435f
|
Don't throw a error when writing JSON fails
|
2013-12-18 18:18:43 -05:00 |
|
Kahrl
|
ba8fa0bd42
|
Log guilty node name when allow_metadata_inventory_move/put/take fails
|
2013-12-18 23:04:13 +01:00 |
|
ShadowNinja
|
1ed90c90c3
|
Add 'minetest.write_json'
|
2013-12-18 16:46:53 -05:00 |
|
ShadowNinja
|
49cec3f782
|
Handle LuaErrors in Lua -> C++ calls on LuaJIT
|
2013-12-18 16:35:55 -05:00 |
|
kwolekr
|
c3708b456e
|
Add map feature generation notify Lua API
|
2013-12-14 01:52:24 -05:00 |
|
stujones11
|
d9ef072305
|
Make line_of_sight return blocking node position
|
2013-12-12 16:11:00 -05:00 |
|
kaeza
|
33de69a173
|
Add 'on_prejoinplayer' callback
|
2013-12-12 13:42:14 -05:00 |
|
sapier
|
4ccaa6d0af
|
Implement search tab and version picker
|
2013-12-11 23:07:38 +01:00 |
|
kwolekr
|
3cc45fd8ad
|
Fix leak and possible segfault in minetest.set_mapgen_params
|
2013-12-08 01:37:41 -05:00 |
|
ShadowNinja
|
a0dce51af6
|
Move script_run_callbacks to Lua
|
2013-12-07 22:03:07 -05:00 |
|
PilzAdam
|
e51ad5337f
|
Use a table in set_physics_override()
|
2013-12-03 23:20:00 +01:00 |
|
PilzAdam
|
15be2659ea
|
Add sneak and sneak_glitch to set_physics_override()
|
2013-12-03 23:20:00 +01:00 |
|
RealBadAngel
|
2330267d22
|
Shaders rework.
|
2013-12-03 18:55:25 +01:00 |
|
sapier
|
5004f31575
|
Fix broken async locking in release build
|
2013-12-03 17:50:00 +02:00 |
|
Sfan5
|
6fa3892a71
|
Fix MinGW build
|
2013-12-01 20:58:46 +01:00 |
|
sapier
|
04e9a9d541
|
Cleanup jthread and fix win32 build
|
2013-12-01 16:25:46 +01:00 |
|
kwolekr
|
20e3d550fa
|
Decoration: Add schematic Y-slice probability support
|
2013-12-01 01:24:59 -05:00 |
|
ShadowNinja
|
4696c59a5f
|
Add error handler to async step
|
2013-11-30 13:05:13 -05:00 |
|
ShadowNinja
|
4594ba6522
|
Optimize table creation
|
2013-11-30 13:05:13 -05:00 |
|
Novatux
|
d879a539cd
|
Add minetest.swap_node
|
2013-11-30 18:37:56 +01:00 |
|
Ilya Zhuravlev
|
752e11e114
|
Fix MSVC build.
|
2013-11-30 21:00:18 +04:00 |
|
kwolekr
|
ff7d7080e3
|
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
|
769b2d7c05
|
LuaVoxelManip: Add get_light_data() and set_light_data()
|
2013-11-30 00:01:43 -05:00 |
|
MetaDucky
|
5be786c804
|
Fixed potential NULL pointer and leak when setting node metadata
|
2013-11-29 23:35:16 -05:00 |
|
sapier
|
d19a69cd0d
|
Fix broken thread stop handling
|
2013-11-30 02:15:31 +01:00 |
|
sapier
|
d02ce1cf4d
|
Fix old gcc build
|
2013-11-29 23:36:18 +01:00 |
|
sapier
|
2e66aca357
|
Fix modstore/favourites hang by adding asynchronous lua job support
|
2013-11-29 22:09:14 +01:00 |
|
ShadowNinja
|
7433d65d3e
|
Rollback fixes and get_node_actions
|
2013-11-27 18:13:06 -05:00 |
|
sapier
|
4f246f0e22
|
Fix line_of_sight (AGAIN)
|
2013-11-25 00:04:05 +01:00 |
|
kwolekr
|
5323d800cc
|
Fix possible implicit conversion of NULL to std::string
|
2013-11-21 00:49:32 -05:00 |
|
kwolekr
|
98e4e2b373
|
LuaVoxelManip: Update parameter index of set_lighting()
|
2013-11-21 00:45:17 -05:00 |
|
kwolekr
|
86ef7147b6
|
Fix issue #1009 (minetest.get_connected_players() returns non-existing players)
|
2013-11-17 15:15:59 -05:00 |
|
kwolekr
|
cca4f09ba1
|
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 |
|
sapier
|
90e7832408
|
Fix invalid listname and listsize not handled correctly in set_size
|
2013-11-16 15:52:41 +01:00 |
|
MetaDucky
|
35606cfb67
|
fixed array limit check when reading Lua specialtiles table
|
2013-11-16 15:31:17 +01:00 |
|
ShadowNinja
|
371b39a09a
|
Pass a errfunc to lua_pcall to get a traceback
|
2013-11-15 14:13:31 -05:00 |
|
sapier
|
a935d81053
|
Fix invalid usage of temporary object in mainmenu json conversion
|
2013-11-11 23:23:58 +01:00 |
|
Novatux
|
bd6d4666ab
|
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 |
|
PilzAdam
|
a9c0961e0c
|
Add set_name(), set_count(), set_wear() and set_metadata() to Lua ItemStack
|
2013-09-28 23:46:48 +02:00 |
|
Kahrl
|
8bc7ea61b9
|
Show git hash in version string at top left corner of window
|
2013-09-28 21:30:17 +02:00 |
|