48 Commits

Author SHA1 Message Date
Jordan Irwin
e75ee0ccd8 Add Lua docstrings 2021-07-12 08:58:30 -07:00
Jordan Irwin
261d0ed5e7 Add API 2021-07-12 08:40:45 -07:00
Jordan Irwin
774b22a55b Use register_on_mods_loaded 2021-07-12 06:17:59 -07:00
Jordan Irwin
7280c2a538 Add to TODO list 2021-07-12 06:06:01 -07:00
Jordan Irwin
3ee5184958 Increment version to 1.1 2021-05-27 20:44:01 -07:00
Jordan Irwin
2c127af4af Use "register_lbm" with "run_at_every_load" instead of...
..."register_abm" to save resources. Suggested by bell07: https://forum.minetest.net/viewtopic.php?p=325519#p325519
2021-05-27 20:42:04 -07:00
Jordan Irwin
6b50d1c52a Add ContentDB link to README 2021-05-26 22:16:09 -07:00
Jordan Irwin
f247118c63 Add to TODO list...
Suggestion by bell07 ( https://forum.minetest.net/viewtopic.php?p=325519#p325519 )
2021-05-26 22:11:41 -07:00
Jordan Irwin
80e70900b2 Update TODO list 2021-05-26 21:29:46 -07:00
Jordan Irwin
540ee14930 Increment version to 1.0 2021-05-26 21:27:39 -07:00
Jordan Irwin
51e76caeb2 Update README 2021-05-26 21:25:02 -07:00
Jordan Irwin
7a2d38a64c Add some LuaDoc 2021-05-26 20:55:00 -07:00
Jordan Irwin
0daee12f57 Add method for cleaning/replacing items 2021-05-26 20:54:43 -07:00
Jordan Irwin
8b5d09283e Add to TODO list 2021-05-26 20:18:54 -07:00
Jordan Irwin
9876268545 Rename "CHANGES.txt" to "changelog.txt" 2021-05-26 20:18:08 -07:00
Jordan Irwin
e8359d8db3 Use single ABM with group for replacing nodes 2021-05-18 21:31:13 -07:00
Jordan Irwin
35f409c5c0 Support replacing nodes 2021-05-18 20:50:14 -07:00
Jordan Irwin
8a7fc3ca04 Update changelog 2021-05-18 20:12:41 -07:00
Jordan Irwin
d69e47ca2a Convert to json format for clean_nodes file 2021-05-18 20:11:38 -07:00
Jordan Irwin
871981ddd7 Convert to json format for clean_entities file 2021-05-18 19:57:56 -07:00
Jordan Irwin
00ab41d6de Fix logging method 2021-05-18 19:57:24 -07:00
Jordan Irwin
839c32f5c0 Move node & entity functions into segregated modules 2021-05-18 18:11:24 -07:00
Jordan Irwin
5c58fd8f5d Clean up logging a tad 2021-05-18 18:04:33 -07:00
Jordan Irwin
5a918081e2 Cleanup 2021-05-18 17:57:07 -07:00
Jordan Irwin
9130ca1034 Add changelog & TODO list 2021-05-18 17:55:36 -07:00
Jordan Irwin
1f169c5774 Change license to MIT 2021-05-18 17:46:18 -07:00
Jordan Irwin
6d4fb21114 Move description into mod.conf 2021-05-18 17:44:59 -07:00
Jordan Irwin
68222b1479 Increment version to 0.4 2017-08-30 15:34:10 -07:00
Jordan Irwin
076211d48c Add log debug message for registering node to clean 2017-08-30 15:33:53 -07:00
Jordan Irwin
388e5481e7 Re-add functionality to clean nodes:
Nodes to clean can be listed in 'clean_nodes.txt' file in world path.
2017-08-30 15:26:59 -07:00
Jordan Irwin
04338946da README: List requirements 2017-08-30 15:16:14 -07:00
Jordan Irwin
0fcbdb8edf Rename to 'cleaner' 2017-08-30 15:15:03 -07:00
Jordan Irwin
c5e9b10fcb README: Fix Markdown formatting 2017-08-30 15:01:24 -07:00
Jordan Irwin
5054f4c185 Increment version to 0.3 2017-08-30 14:58:28 -07:00
Jordan Irwin
6622ea8bab Remove functionality for cleaning anything other than entities:
For cleaning other objects it is recommended to use 'override' mod:
https://github.com/AntumMT/mod-override
2017-08-30 14:57:18 -07:00
Jordan Irwin
49fc2c6315 Rename to 'cleane' (Clean Entities) 2017-08-30 14:55:07 -07:00
Jordan Irwin
f7e12b5f77 Increment version to 0.2 2017-08-30 14:39:40 -07:00
Jordan Irwin
a0a3dc370d Load entities to clean from file in world path 2017-08-30 14:39:12 -07:00
Jordan Irwin
9200ed9c20 Add objects & functions for outputting log info 2017-08-30 14:38:48 -07:00
Jordan Irwin
3b02b109f5 Small formatting changes 2017-08-30 14:14:55 -07:00
Jordan Irwin
d9c7f9bab5 Call 'core' object instead of 'minetest' 2017-08-30 14:12:44 -07:00
Jordan Irwin
1efe6ea229 Change license to CC0 2017-08-30 14:11:35 -07:00
Jordan Irwin
287ecfe996 Set version to 0.1 2017-08-30 14:06:56 -07:00
AntumDeluge
2404594aa3 Add function to replace old nodes 2017-08-12 11:15:18 -07:00
AntumDeluge
0e1a47551c Initialize 'old_nodes' as empty table 2017-08-12 11:13:06 -07:00
AntumDeluge
cb8701b219 Replace double-quotes with singles 2017-08-12 11:12:56 -07:00
AntumDeluge
096ae76d16 Replace deprecated call to 'minetest.env' 2017-08-12 11:12:29 -07:00
Jordan Irwin
ff382bba88 Add original code by PilzAdam:
@ forum post updated: June 08, 2013
2017-08-12 11:10:01 -07:00