Commit Graph

  • e6712d9bf6
    Update path.lua dev VorTechnix 2024-10-25 16:58:36 -0700
  • 82d8fd8c31
    path.new ==> path.norm & fixed errors VorTechnix 2024-10-25 16:57:49 -0700
  • 3c88ae9e23
    wea_core.path added VorTechnix 2024-10-25 09:06:15 -0700
  • 9f85a7ca0d
    Update init.lua VorTechnix 2024-10-23 16:12:19 -0700
  • cbfd695d72
    created wea_core.path VorTechnix 2024-10-23 16:11:43 -0700
  • 97e8bd1361
    added format.file_path VorTechnix 2024-10-23 15:19:25 -0700
  • 8f54522e20
    Create file_path.lua VorTechnix 2024-10-23 15:18:35 -0700
  • 449f12d5d7
    //reset refactor VorTechnix 2024-10-22 22:00:53 -0700
  • ec32f944ed
    small refactor VorTechnix 2024-10-22 06:46:23 -0700
  • a7f98e07e1
    Update .gitignore VorTechnix 2024-10-21 09:45:05 -0700
  • e8ad24e8bd
    run_command: formatting Starbeamrainbowlabs 2024-10-18 21:15:06 +0100
  • 698ca09336
    implement options.override VorTechnix 2024-10-18 11:49:58 -0700
  • 1de0402a02
    no more need for craft want setting VorTechnix 2024-10-18 10:38:55 -0700
  • 98b3e9d391
    fixed test dir path VorTechnix 2024-10-17 21:16:02 -0700
  • 2354e51ba6
    moved handle_fn_result VorTechnix 2024-10-17 17:01:39 -0700
  • 3d205fadb7
    Merge branch 'dev' of github.com:sbrl/Minetest-WorldEditAdditions into dev Starbeamrainbowlabs 2024-10-17 23:44:57 +0100
  • 3d1c1b8674
    run_command: accept 1 (bool) return value from main func() Starbeamrainbowlabs 2024-10-17 23:44:31 +0100
  • f6b072237b
    tweak to test handling VorTechnix 2024-10-17 11:12:53 -0700
  • 67e1e957d4
    tidy up init.lua VorTechnix 2024-10-17 09:11:04 -0700
  • 8ef1d348d2
    added anti-nil safety measure VorTechnix 2024-10-17 09:06:10 -0700
  • 9efaecc13a
    first usage of handle_fn_result VorTechnix 2024-10-17 09:02:49 -0700
  • 0915a83151
    notify suppression test VorTechnix 2024-10-17 08:51:18 -0700
  • 0076010f35
    WE compatibility for Notify VorTechnix 2024-10-17 08:50:57 -0700
  • ae5d18248f
    sorted init and added handle_fn_result VorTechnix 2024-10-17 08:49:14 -0700
  • 0ffdb47b54
    more doc refixes VorTechnix 2024-10-16 19:57:55 -0700
  • 63bdbdfac9
    switched to unpack method VorTechnix 2024-10-16 19:53:10 -0700
  • c86319d94e
    wea_c.notify main changeover VorTechnix 2024-10-16 19:22:34 -0700
  • 644510a9ca
    documentation redo... again VorTechnix 2024-10-16 19:22:09 -0700
  • 440dae68a1
    Notify.suppress_for_function now actually returns results! VorTechnix 2024-10-16 19:13:22 -0700
  • 5331b32159
    register_command: add since 1.15 for async support Starbeamrainbowlabs 2024-10-17 03:11:46 +0100
  • bed5ec3add
    Merge branch 'dev' of github.com:sbrl/Minetest-WorldEditAdditions into dev Starbeamrainbowlabs 2024-10-17 02:40:31 +0100
  • 74377c7285
    safe_function: update docs, add todo ref implementing wea_core.safe_after() Starbeamrainbowlabs 2024-10-17 02:40:07 +0100
  • a5affb1ea7
    unbreak worldedit.player_notify VorTechnix 2024-10-16 18:34:31 -0700
  • 6ea9a5acc8
    //subdivide: upgrade to use new async & notify core APIs Starbeamrainbowlabs 2024-10-17 02:26:44 +0100
  • 6ef17fed27
    core/notify: fix crash in suppression system Starbeamrainbowlabs 2024-10-17 02:25:31 +0100
  • 8a2c26d395
    Merge branch 'dev' of github.com:sbrl/Minetest-WorldEditAdditions into dev Starbeamrainbowlabs 2024-10-17 02:01:10 +0100
  • 52c30a8dd1
    safe_function: fix docblock docs Starbeamrainbowlabs 2024-10-17 02:01:04 +0100
  • 1ae48f3a52
    run_command: implement support for async functions. Also update //for to make use of this new functionality. Starbeamrainbowlabs 2024-10-17 01:54:32 +0100
  • 6ecbeccd54
    doc update VorTechnix 2024-10-16 17:04:37 -0700
  • a06136812f
    split_shell: use @example Starbeamrainbowlabs 2024-10-17 00:34:42 +0100
  • 1677c68a7b
    update some commands to the new notification system ....there's a bug in run_command tho with respect to return value handling Starbeamrainbowlabs 2024-10-17 00:27:33 +0100
  • 36a6bf6b49
    weac.notify: fix __call When you do weac.notify(player_name, "info", "msg"), Lua auto-inserts a self table which refers to the main Notify table there. Starbeamrainbowlabs 2024-10-17 00:21:42 +0100
  • 547cdb943a
    CHANGELOG: note addition of new notification system Starbeamrainbowlabs 2024-10-16 23:52:06 +0100
  • a45c119945
    run_command: update result_message handling from execution to be more exhaustive Starbeamrainbowlabs 2024-10-16 23:49:40 +0100
  • ecafb69486
    switched run_command to wea core notify VorTechnix 2024-10-16 15:15:47 -0700
  • 522ab724c3
    Merge be38238ca346d9b148954352c5bdb85bc24a2536 into c35244622656f9b14caca4e1097835baa4295fed VorTechnix 2024-10-16 20:30:02 +0100
  • c352446226
    Merge branch 'dev' of github.com:sbrl/Minetest-WorldEditAdditions into dev Starbeamrainbowlabs 2024-10-16 20:19:11 +0100
  • bfc22ae6dd
    website: fix missing target_dir error Starbeamrainbowlabs 2024-10-16 20:18:51 +0100
  • 41577de416
    doc updates VorTechnix 2024-10-16 12:04:20 -0700
  • 112364e767
    refactor of test registry VorTechnix 2024-10-15 17:32:14 -0700
  • 66dcd6bbd7
    added suppression VorTechnix 2024-10-15 17:31:40 -0700
  • 565dc81994
    website: update moondoc, fix Lua API docs sitename Starbeamrainbowlabs 2024-10-16 01:22:01 +0100
  • fbb3d5096c
    tokenise_commands: use @example Starbeamrainbowlabs 2024-10-16 01:00:01 +0100
  • 9101d32bd5
    website: update dependencies Starbeamrainbowlabs 2024-10-15 22:37:29 +0100
  • c84fa5f152
    Notify, Notify.validate: correct docblock comments so they work with moondoc moondoc is the system we use for auto-generating Lua API docs Starbeamrainbowlabs 2024-10-15 22:36:47 +0100
  • 57d09a766b
    Merge branch 'feature/pcall-protection' into dev Starbeamrainbowlabs 2024-10-15 20:15:17 +0100
  • 2f1332739e
    added notify_bad test VorTechnix 2024-10-14 19:14:18 -0700
  • e0f6d9d9ce
    Update notify.lua VorTechnix 2024-10-14 19:13:47 -0700
  • a9307d3725
    Update validate.lua VorTechnix 2024-10-14 19:13:20 -0700
  • a0f3fb5a3d
    folderized notify VorTechnix 2024-10-14 15:41:43 -0700
  • 287d448d03
    promise_tech: fix remaining LuaCheck errors Starbeamrainbowlabs 2024-10-14 21:07:55 +0100
  • 514a9346ac
    promise_tech: disable unnecessary luacheck errors Starbeamrainbowlabs 2024-10-14 21:03:26 +0100
  • 0ca3842b40
    fix busted error Starbeamrainbowlabs 2024-10-14 20:59:42 +0100
  • 45711764da
    //maze3d: fix crash Starbeamrainbowlabs 2024-10-14 20:58:50 +0100
  • e0ba5d9810
    Revert "//count: deliberately introduce a crash for testing purposes" Starbeamrainbowlabs 2024-10-14 20:56:20 +0100
  • 4bd278d6b9
    //maze, //maze3d: update to WEA pos API Starbeamrainbowlabs 2024-10-14 20:50:31 +0100
  • ea1c17a6e3
    safe_function: only log error when there's actually an error Starbeamrainbowlabs 2024-10-14 20:48:55 +0100
  • b6c41395f6
    core: tidy up new safe_function implementation; bugfix Starbeamrainbowlabs 2024-10-14 20:46:26 +0100
  • 00b1aed1ff
    abstract new xpcall wrapper into new API function safe_function Starbeamrainbowlabs 2024-10-14 19:25:53 +0100
  • c01eb23488
    newline Starbeamrainbowlabs 2024-10-14 18:53:32 +0100
  • 938a617dc3
    run_command: add prototype wrapper around command parsing. Starbeamrainbowlabs 2024-10-14 18:51:33 +0100
  • d006a91eaa
    better error tracebacks VorTechnix 2024-10-14 10:32:11 -0700
  • 5381c31abb
    Update notify.lua VorTechnix 2024-10-13 21:18:57 -0700
  • a9a7a5a9f1
    Fixed some problems VorTechnix 2024-10-13 15:01:53 -0700
  • cd8a034333
    more tests VorTechnix 2024-10-13 14:23:34 -0700
  • ef1189e6db
    Update notify.lua VorTechnix 2024-10-13 14:23:05 -0700
  • c218242190
    added //test VorTechnix 2024-10-13 13:54:02 -0700
  • f15d2e31f7
    added test handler VorTechnix 2024-10-13 13:53:24 -0700
  • 5e54d112ce
    added wea_c.notify VorTechnix 2024-10-13 13:52:27 -0700
  • 39b3ef428d
    //count: deliberately introduce a crash for testing purposes YOU DO NOT WANT THIS COMMIT! TODO REVERT THIS COMMIT VIA REBASE WHEN DONE. Starbeamrainbowlabs 2024-10-12 01:05:38 +0100
  • cd22c710b2
    start working on implementing some kind of system to catch error messages ....it works, but: - We can't capture stack traces like this - It's messy - We need to implement an escape/encodeURIComponent function ourselves from scratch 'cause the one I ripped from Stack Overflow sucks Starbeamrainbowlabs 2024-10-12 01:04:27 +0100
  • be38238ca3
    .luacheckrc: add worldeditadditions_tools as a global farwand-refactor Starbeamrainbowlabs 2024-10-11 03:25:36 +0100
  • 86fd6a560d
    split_shell: document properly Starbeamrainbowlabs 2024-10-11 03:19:31 +0100
  • 270cbd5aae
    split_shell: remove unused argument Starbeamrainbowlabs 2024-10-11 03:12:14 +0100
  • 9761fec6e7
    promise.lua: add luacheck directive Starbeamrainbowlabs 2024-10-11 03:11:45 +0100
  • 90f97234a8
    fixup Starbeamrainbowlabs 2024-10-11 00:56:17 +0100
  • b57b3e85ee
    multiwand: don't call commpate_worldedit_get Starbeamrainbowlabs 2024-10-11 00:56:05 +0100
  • bb0d92ec36
    multiwand: update dangling call to wea.farwand Starbeamrainbowlabs 2024-10-11 00:12:11 +0100
  • 30e154944d
    Update promise_tech.lua VorTechnix 2024-10-10 09:22:27 -0700
  • f2a6b5531a
    code documentation tweaks VorTechnix 2024-10-10 09:21:34 -0700
  • 8ab8bf2ed9
    use locals VorTechnix 2024-10-10 09:21:08 -0700
  • d638a349a9
    weatool priv & docs update VorTechnix 2024-10-09 21:07:14 -0700
  • d53f4f8702
    Initial refactor VorTechnix 2024-10-09 20:35:45 -0700
  • 9d85645444
    renamed edit folder to .edit VorTechnix 2024-10-08 15:01:04 -0700
  • 269a73be48
    Fixed CLRF Issues (I hope) VorTechnix 2024-10-07 16:11:35 -0700
  • 29bac504b0
    migrated mtools to WEA pos system VorTechnix 2024-10-07 15:40:34 -0700
  • 72ab9e0d64
    README: document building the website locally Starbeamrainbowlabs 2024-10-07 20:41:56 +0100
  • 3e0bed11f0
    worldeditadditions: add comment about Ctrl + S in docs to main @namespace Starbeamrainbowlabs 2024-10-07 19:51:33 +0100
  • 5358c7237f
    Merge branch 'dev' of github.com:sbrl/Minetest-WorldEditAdditions into dev Starbeamrainbowlabs 2024-10-07 19:08:07 +0100
  • 7b43e4b201
    weac.parse.map: add nil check via assertion Starbeamrainbowlabs 2024-10-07 19:07:49 +0100