Wuzzy
dcfcc28b07
Use minetest.global_exists to check for mobs
2016-11-05 14:57:07 +01:00
Alexander Weber
e9f344751d
bugfix in same_recipe.lua related to modutils update
2016-11-05 12:33:31 +01:00
Alexander Weber
1a726dbc76
modutils updated in checks/same_recipe
2016-11-05 12:07:17 +01:00
Wuzzy
c297d7f0a0
Add checker for (probably) useless items
2016-11-05 04:33:52 +01:00
Wuzzy
871c9c1272
Add checker for items which can (probably) not be obtained
2016-11-05 04:33:27 +01:00
Wuzzy
969320724a
Add checker for missing descriptions
2016-11-05 04:33:08 +01:00
Wuzzy
a42d20d546
Add checker for listing entities
2016-11-05 04:32:54 +01:00
Wuzzy
982b440738
Add light_source >= 15 checker
2016-11-05 04:32:33 +01:00
Wuzzy
ccaf76616d
Add is_ground_content checker
2016-11-05 04:32:20 +01:00
Alexander Weber
ef1812371d
add some minetest_game to global_variables blacklist
2016-11-05 01:37:08 +01:00
Alexander Weber
20613e1ad1
checks updated
2016-11-05 01:14:43 +01:00
Alexander Weber
65a3c9de47
checks/list_spawning_mobs.lua updated
2016-11-04 15:25:40 +01:00
Alexander Weber
839a84d96b
global_variables.lua check script added
2016-11-04 15:08:39 +01:00
Alexander Weber
ebe2cb8184
added optional support for smartfs forms and more enhancements
2016-10-24 23:43:44 +02:00
Alexander Weber
931953b5b6
Take the modutils changes to same_recipe.lua
...
framework stuff added to modutils.lua to allow usage of modutils in other mods at the same time
2016-10-19 23:31:52 +02:00
Alexander Weber
435ff84120
added modules dependency check to same_recipe
...
(can be disabled by changing hardcoded enable_dependency_check = true)
2016-10-19 09:21:49 +02:00
Alexander Weber
db3463db04
small enhancements and whitespace fixes
...
- check same_recipe: hardcoded parameter enable_groupcheck=false to disable group checks by default but can be enabled again by changing the parameter
- qa_block: hardcoded parameter print_to_chat=true to be able to disable the print redefinition by changing the parameter
2016-10-19 08:31:19 +02:00
Alexander Weber
dfacc97a9b
in modules print() can be used instead of qa_block.out (override functionality). The output is copied to chatlog.
...
qa_block.out() removed
2016-09-13 14:14:32 +02:00
Alexander Weber
effb2ed486
framework enhancement
...
- multi modules support in chat command
- robust against syntax or runtime errors in module
- output in addition to the chat trough new function qa_block.out(...)
2016-09-13 00:49:18 +02:00
Alexander Weber
7a6d91a489
Upload
2016-09-09 22:49:51 +02:00