Commit Graph

122 Commits (master)

Author SHA1 Message Date
Jordan Irwin 7464a55cdb Add to TODO list 2021-08-04 11:22:14 -07:00
Jordan Irwin 38cb4357fb Add .gitattributes file to exclude certain files & dirs from archives & releases 2021-08-03 17:10:36 -07:00
Jordan Irwin 433dc9f735 Increment version to 1.1 2021-08-03 17:08:35 -07:00
Jordan Irwin c5559c13bf Fix listmobs command 2021-08-03 17:06:39 -07:00
Jordan Irwin c45c911a0a Update localization template & Spanish translation 2021-08-03 17:05:35 -07:00
Jordan Irwin 37eb8e02b0 Add missing required "textdomain" line to localization files 2021-08-03 02:41:52 -07:00
Jordan Irwin 36e1badbe2 Increment version to 1.0 2021-07-20 20:12:44 -07:00
Jordan Irwin 958eff13c6 Add to TODO list 2021-07-20 20:12:20 -07:00
Jordan Irwin 4ac44bd1a0 Show ore IDs as description 2021-07-20 20:11:11 -07:00
Jordan Irwin cc6f2f9f52 Filter out duplicate ore names 2021-07-20 20:09:42 -07:00
Jordan Irwin aa1741f08d Add to TODO list 2021-07-07 21:11:35 -07:00
Jordan Irwin 6f1f852c30 Move non-API functions into helpers.lua 2021-07-07 21:09:33 -07:00
Jordan Irwin 663a00ee5d Minor optimization 2021-07-07 21:06:07 -07:00
Jordan Irwin 86bbab5f96 Re-generate HTML docs 2021-07-07 20:30:47 -07:00
Jordan Irwin cde3fcb720 Change name of output doc index file 2021-07-07 20:30:35 -07:00
Jordan Irwin ade0a65de4 Fix docstring 2021-07-07 20:28:17 -07:00
Jordan Irwin 5a0098db6e Remove docs index file 2021-07-07 20:25:22 -07:00
Jordan Irwin 56a3b59797 Cleanup README 2021-07-07 20:21:30 -07:00
Jordan Irwin 28ebbb01a6 Re-generate HTML docs 2021-07-07 20:00:54 -07:00
Jordan Irwin 69cd1882b5 Docs cleanup 2021-07-07 20:00:40 -07:00
Jordan Irwin 7454048aab Fix "searching" message to display before search begins 2021-07-07 19:43:32 -07:00
Jordan Irwin f75eb607e1 Rename changelog 2021-07-07 19:41:30 -07:00
Jordan Irwin 2eadaa5e96 Re-format changelog 2021-07-07 19:40:46 -07:00
Jordan Irwin 7bcc5b0f64 Move chat command registration into chat.lua 2021-07-07 19:20:31 -07:00
Jordan Irwin 469dbd257f Cleanup logging 2021-07-07 18:48:38 -07:00
Jordan Irwin 793c097b03 Increment version to 0.7 2021-04-29 06:21:36 -07:00
Jordan Irwin e91991ef5f Add changelog 2021-04-29 06:20:18 -07:00
Jordan Irwin 13797c8167 Add option to register singleword commands 2021-04-29 05:53:25 -07:00
Jordan Irwin f643959113 cleanup 2021-04-29 05:03:04 -07:00
Jordan Irwin 99a829c4ff Add TODO list 2021-04-29 04:53:54 -07:00
Jordan Irwin 05295b078e Additionally parse descriptions for matches...
Disabled with -s option.
2021-04-14 21:34:06 -07:00
Jordan Irwin f992a4db3f Show available options in help output text 2021-04-14 20:32:18 -07:00
Jordan Irwin 991a068965 Don't use setting to enable "mobs" type...
Always enabled if "mobs" mod is found.
2021-04-14 16:13:21 -07:00
Jordan Irwin bc1d7ac7e7 Update README 2021-04-14 15:52:14 -07:00
Jordan Irwin b1347bdde5 Increment version to 0.5 2021-04-14 15:34:49 -07:00
Jordan Irwin 5dd2850cd5 Update to use Minetest's built-in translation engine 2021-04-14 15:31:50 -07:00
Jordan Irwin 07f69c64d0 Fix undeclared global 2021-04-14 14:57:44 -07:00
Jordan Irwin a19947bfb7 Fix bullet list setting 2021-04-14 14:25:25 -07:00
Jordan Irwin 867512a5d3 Simplify by not supporting list<type> format 2021-04-14 13:57:20 -07:00
AntumDeluge 9356503782 Add 'listtools' chat command 2017-08-04 00:32:12 -07:00
AntumDeluge 007a57a7a1 Add 'listnodes' chat command 2017-08-03 21:47:58 -07:00
AntumDeluge 01982957b7 Update HTML documentation generated by LDoc 2017-08-03 18:09:44 -07:00
AntumDeluge 3e0311b61d Add optional support for 'mobs' mod:
Adds 'listmobs' chat command.
2017-08-03 18:09:06 -07:00
AntumDeluge 9b3607c282 Add docstring 'default' tag to 'bullet_list' setting 2017-08-03 18:02:38 -07:00
AntumDeluge f4bf1a6523 Add 'default' docstring tag to 'listitems.enable_generic' 2017-08-03 18:01:40 -07:00
AntumDeluge 6b431c748f LDoc config: Move 'default' tag after 'settype' 2017-08-03 18:00:10 -07:00
AntumDeluge f390586bee Format docstrings for 'listitems.enable_generic' setting 2017-08-03 17:28:37 -07:00
AntumDeluge ad26f196b8 Add config setting 'listitems.enable_generic':
Enables/Disables generic 'list' chat command (default: disabled).
2017-08-03 17:06:10 -07:00
AntumDeluge 8171f1fb54 Move config settings into 'settings.lua' 2017-08-03 16:54:09 -07:00
AntumDeluge ae2105e254 Update HTML documentation generated by LDoc 2017-08-03 16:36:54 -07:00