Alexander Weber
3105f65ece
next modutils update for same_recipe
...
Now the def.mod_origin is preferred to get the mod for item. Thanks to Rui-Minetest
2016-11-05 17:25:01 +01:00
bell07
bf9205b1fe
Merge pull request #5 from Wuzzy2/global
...
Use minetest.global_exists to check for mobs
2016-11-05 15:17:12 +01:00
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
Alexander Weber
541b51748d
Merge branch 'master' of https://github.com/bell07/minetest-qa_block
2016-11-05 10:25:23 +01:00
bell07
1fde55f9d9
Merge pull request #2 from Wuzzy2/newcheckers
...
Add many new checkers
Thank you!
2016-11-05 10:20:24 +01:00
Wuzzy
b9973db2d5
Replace horribly platform-dependent file listing
2016-11-05 04:57:45 +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
f0bf759655
block is dig_immediate=2. old_print is now local
2016-11-05 01:08:01 +01:00
Alexander Weber
d8695f9922
small smartfs update (still in development version used)
2016-11-04 22:30:37 +01:00
Alexander Weber
7650bc4f02
default dependency removed
2016-11-04 15:26:48 +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
dc16766228
the last fix for today :/
2016-10-25 16:24:20 +02:00
Alexander Weber
5a768bf7a4
fixed bug with smarts compatibility change
2016-10-25 16:07:51 +02:00
Alexander Weber
7b3efdf067
smartfs.lua updated
2016-10-25 15:58:50 +02:00
Alexander Weber
695404147f
builtin smartfs included
2016-10-25 15:33:39 +02:00
Alexander Weber
3972cb1aa6
*.md understanding 2
2016-10-24 23:53:04 +02:00
Alexander Weber
491db63b43
*.md style understanding...
2016-10-24 23:48:34 +02:00
Alexander Weber
555c85458d
change readme headerline
2016-10-24 23:46:20 +02: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
cc2d10593e
change to hardlink instead of softlink of modutils
2016-10-19 09:24:04 +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
2f4a24545e
remove temporary debug print
2016-09-13 00:52:53 +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
bell07
baa143d0ec
Merge pull request #1 from HybridDog/chatcmd
...
add qa_block chatcommand and execute get_motpath only once
2016-09-12 23:12:08 +02:00
HybridDog
0649f26b82
add qa_block chatcommand and execute get_motpath only once
...
M init.lua
2016-09-12 20:59:29 +02:00
Alexander Weber
7a6d91a489
Upload
2016-09-09 22:49:51 +02:00
bell07
5227f105ed
Initial commit
2016-09-09 22:40:43 +02:00