68 Commits

Author SHA1 Message Date
Jordan Irwin
df3428059c Add localization support...
Breaks compatibility with Minetever versions 0.4.x
2021-07-12 20:02:03 -07:00
Jordan Irwin
50db695476 Add to TODO list 2021-07-12 18:21:42 -07:00
Jordan Irwin
1495ebea16 Update README 2021-07-12 18:21:25 -07:00
Jordan Irwin
02489ec530 Re-generate HTML docs 2021-07-12 18:12:00 -07:00
Jordan Irwin
bb36a723d3 add support for unregistering ores via world path file 2021-07-12 18:11:37 -07:00
Jordan Irwin
efc5ef2660 use single json file for cleaning all types 2021-07-12 18:09:54 -07:00
Jordan Irwin
37ca2b7dab Rename API methods 2021-07-12 17:04:24 -07:00
Jordan Irwin
d065c3f7ae Add to TODO list 2021-07-12 16:20:36 -07:00
Jordan Irwin
ad2fc046a1 Re-generate HTML docs 2021-07-12 15:47:31 -07:00
Jordan Irwin
13a6fd04be Support "chatcmd" & "setting" types in LDoc generation 2021-07-12 15:46:33 -07:00
Jordan Irwin
2d7c5aee1f Add support for unregistering ores 2021-07-12 15:44:43 -07:00
Jordan Irwin
69f87b6b73 Add setting for enabling "unsafe" methods & commands 2021-07-12 15:41:53 -07:00
Jordan Irwin
7f042330b1 Add chat commands 2021-07-12 15:40:30 -07:00
Jordan Irwin
7d5f61756e Minor cleanup 2021-07-12 15:36:01 -07:00
Jordan Irwin
bf37b2e4a5 Add to TODO list 2021-07-12 09:38:24 -07:00
Jordan Irwin
0d4b29573c Link to API reference in README 2021-07-12 09:04:00 -07:00
Jordan Irwin
2afbdd55e2 Re-generate HTML docs 2021-07-12 09:02:51 -07:00
Jordan Irwin
fe80682515 Change API directory name 2021-07-12 09:02:33 -07:00
Jordan Irwin
bb94fa86a2 Generate HTML docs with LDoc 2021-07-12 08:59:14 -07:00
Jordan Irwin
958d45775c Add script & config for generating HTML docs with LDoc 2021-07-12 08:58:55 -07:00
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