297 Commits

Author SHA1 Message Date
ShadowNinja
ca030eee5a Fix error on mod download failure 2014-01-24 15:22:22 -05:00
ShadowNinja
ca5b6594b9 Pass pointed_thing to on_punch and minetest.register_on_punchnode callbacks 2014-01-23 19:21:56 -05:00
ShadowNinja
6a6a7e8fd3 Add pointed_thing to minetest.register_on_placenode
As suggested by qwrwed.
2014-01-21 22:06:40 -05:00
PilzAdam
06c5b8a8b1 Fix minetest.rotate_and_place() calling on_rightclick() with nil/random param for node 2014-01-19 23:16:22 +01:00
Dániel Varga
d0df784d3d Fixed mainmenu lua errors because of changes in get_textlist_index
Fixed lua error when none of the worlds or servers selected are and connect,
delete or configure buttons used.
2014-01-18 10:41:43 +01:00
ShadowNinja
224168ef76 Fix spelling of "attempt" 2014-01-13 22:11:31 -05:00
ShadowNinja
487c8aaf56 Add minetest.override_item 2014-01-13 21:41:00 -05:00
Kahrl
d58f5a0878 Add formspec table 2014-01-13 18:11:08 -05:00
Novatux
65fa1fa276 Fix doc and forceloading crash. 2014-01-12 14:31:32 +01:00
Novatux
0a96131bf4 Add forceloading 2014-01-11 17:54:00 +01:00
Novatux
cd1033d41f Deepcopy pointed_thing for after_place_node, give it to on_rightclick too. 2014-01-11 17:23:28 +01:00
ShadowNinja
306041087c Pass pointed_thing to after_place_node 2014-01-06 21:25:10 -05:00
ShadowNinja
1bb4a3d5a9 Add protection support to auto-rotated nodes 2014-01-06 21:25:10 -05:00
ShadowNinja
d38d7bc7fe Prevent auto-rotated nodes replacing the nodes they are placed on 2014-01-06 21:25:10 -05:00
PilzAdam
8a9f45f905 Escape error messages in error dialog 2014-01-06 18:59:14 +01:00
Perttu Ahola
fa4a2a249a Fix main menu error message dialog: Now multi-line messages aren't cut at half of second line 2014-01-06 02:37:36 +02:00
Ilya Zhuravlev
7c1c3e1f7b Fix absence of images when compiled with RUN_IN_PLACE=0. 2014-01-05 12:43:40 +02:00
Novatux
15c6aabfef Revert "Fix minetest.facedir_to_dir when param2 is 5 or 7."
This reverts commit 4e5760a5416cbca6945b1b4484cbd96bea7b250c.
2013-12-30 18:45:34 +01:00
kaeza
ba7af927a7 Add 'on_prejoinplayer' callback 2013-12-12 13:42:14 -05:00
sapier
723f6e156a Implement search tab and version picker 2013-12-11 23:07:38 +01:00
ShadowNinja
7861d84bcb Move script_run_callbacks to Lua 2013-12-07 22:03:07 -05:00
ShadowNinja
e3785074a3 Only create one alias metatable 2013-12-04 14:31:55 -05:00
RealBadAngel
c18af13697 Shaders rework. 2013-12-03 18:55:25 +01:00
0gb.us
6db0a87763 Assume a selection box for fences
Similar to assuming a selection box for the nodebox drawtype, minetest.register_item() now assumes a selection box for the fencelike drawtype.
2013-11-30 13:22:50 -05:00
kwolekr
d239e2e468 Change default value of is_ground_content to true
Most modders would otherwise forget to explicitly define this, and generated nodes aliased from mods would wall-off caves
2013-11-30 02:37:10 -05: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
1b1e315a6a Rollback fixes and get_node_actions 2013-11-27 18:13:06 -05:00
sapier
9345e006c3 Temporary disable local install button due to irrlicht dialog breaking localization 2013-11-24 02:15:25 +01:00
Novatux
1afc4bfdf0 Fix my name (doesn't display correctly because of utf8 characters) 2013-11-23 20:05:07 +01:00
Sfan5
e0d7b47f33 Fix rename modpack button not working, fixes #1019 2013-11-23 19:06:35 +01:00
Sfan5
1e4aec30b5 Prevent enabling Shaders if Direct3D is used 2013-11-23 15:41:47 +01:00
ShadowNinja
1e61dd0951 Fix usage of 'minetest' where 'engine' was intended 2013-11-21 21:24:04 -05:00
BlockMen
1ecc5c1b2d Fix modmanager screenshot path 2013-11-19 15:39:40 +01:00
kwolekr
f1ebd47d5f Fix issue #1009 (minetest.get_connected_players() returns non-existing players) 2013-11-17 15:15:59 -05:00
PilzAdam
bce94e4448 Replace print()s with minetest.log() in builtin 2013-11-17 12:11:44 +01:00
sapier
6b98489ed9 Fix "TODO read modinfo" in modmanager to improve ui usability 2013-11-10 19:37:45 +01:00
PilzAdam
9b5ca79365 Add BlockMen to core dev list 2013-11-09 14:28:00 +01:00
sapier
2e3c39b952 Fix game buttons not beeing 48x48 2013-11-09 13:58:57 +01:00
sapier
09e13aeeef Fix crash updating gametype without game 2013-11-09 13:30:44 +01:00
4Evergreen4
317945eb1e Add wrapper for minetest.rotate_and_place. 2013-11-07 20:14:26 -05:00
Cy
a26fbd0c6a Don't assert scalars must be vectors. 2013-11-06 23:16:49 -05:00
Vanessa Ezekowitz
88f7896480 Fix orient_flags to be optional. 2013-11-06 22:23:00 -05:00
Vanessa Ezekowitz
adef84e93d Add 6d facedir rotation prediction routine 2013-11-06 21:08:36 -05:00
kwolekr
85fe6f5be8 Add seed entry to world creation dialog 2013-11-05 00:00:01 -05:00
BlockMen
18314f400f Reworked formspecs and kahrl's hexcolor parser 2013-11-03 22:14:37 +01:00
ShadowNinja
1850e0ecb7 Add basic protection support to builtin 2013-11-02 14:01:10 -04:00
Novatux
e219892623 Move the sapling growing and grass adding/removing ABMs to Lua 2013-11-02 10:50:11 +01:00
ShadowNinja
29d10c3f54 Add my email address to the main menu credits 2013-11-01 16:30:30 -04:00
ShadowNinja
5b729a7ba4 Add more checks to vector functions 2013-11-01 13:16:07 -04:00