Commit Graph

  • 5c4d340162 basic implementation of return command develop Moritz Hölting 2025-04-07 17:57:36 +0200
  • ed62e75e89 Merge branch 'feature/scoreboard_management' into develop Moritz Hölting 2025-04-07 14:07:32 +0200
  • 7392887c12 implement custom uninstall commands Moritz Hölting 2025-04-07 13:17:26 +0200
  • e9f2b9b91d remove double nested not's in result of condition truth table generation Moritz Hölting 2025-03-12 13:05:20 +0100
  • c36c87c3db make sure that scoreboards get registered before all other functions Moritz Hölting 2025-03-10 14:37:02 +0100
  • cf8c922704 change function parameter types from &str to impl Into<String> if converted to string anyways Moritz Hölting 2025-03-07 16:45:36 +0100
  • 6fefa27f2f fix zip failing if parent directory does not exists Moritz Hölting 2025-03-05 16:59:14 +0100
  • 811d715082 allow access to registered scoreboards Moritz Hölting 2025-02-27 21:38:32 +0100
  • 1950c29ac3 only generate uninstall function if it contains commands Moritz Hölting 2025-02-27 16:38:23 +0100
  • 9337d09d7b implement registering scoreboards in datapack for automatic creation and deletion Moritz Hölting 2025-02-27 14:18:58 +0100
  • 46499b6abe fix example Moritz Hölting 2025-02-26 09:12:15 +0100
  • 76d58c0766 fix underflow error in get_count Moritz Hölting 2024-11-11 17:13:20 +0100
  • 588bc3f464 only prefix commands with '$' that actually use macros Moritz Hölting 2024-11-10 21:42:53 +0100
  • 8f05fef703 fix using other execute variants after if resulting in `run execute` Moritz Hölting 2024-11-10 15:42:57 +0100
  • 897e85c2d7 add macro string to execute command Moritz Hölting 2024-11-08 00:32:52 +0100
  • 72f98849ea convert debug command to use macro string Moritz Hölting 2024-11-07 14:40:25 +0100
  • 2c9fa613ed pass on macros to group Moritz Hölting 2024-11-06 14:10:02 +0100
  • 84ee2a5295 implement basic macro string Moritz Hölting 2024-11-06 09:45:46 +0000
  • 87a113aa9f
    add condional using "return" command to changelog Moritz Hölting 2024-10-20 18:10:11 +0200
  • f930d8406b improve else if output when using "return" for conditionals Moritz Hölting 2024-10-20 14:08:20 +0200
  • 8faeea61d0 use "return" command instead of data storage for if statements for datapacks with format >=20 Moritz Hölting 2024-10-20 13:36:45 +0200
  • 54d8411fc2 prepare release of version 0.1.0 main v0.1.0 Moritz Hölting 2024-10-01 11:25:32 +0200
  • 6e956fbe74 change to dual license Moritz Hölting 2024-09-30 16:53:01 +0200
  • d9de18892e add CODE_OF_CONDUCT and CONTRIBUTING Moritz Hölting 2024-09-27 17:05:28 +0200
  • a16f1ce105 Generalize VFolder, implement Read & Write for VFile and improve docs Moritz Hölting 2024-09-27 16:05:04 +0200
  • 60458e6b2d fix error in VFolder::add_existing_folder Moritz Hölting 2024-09-22 22:26:48 +0200
  • 4ca0505e35 correclt tag and function directory names depending on pack format Moritz Hölting 2024-09-22 13:21:13 +0200
  • b7f6e2ff24 fix multiple entities being summoned when having multiple commands in summon block Moritz Hölting 2024-09-21 23:02:27 +0200
  • aff342a64a add feature for fs access and more vfs utility methods Moritz Hölting 2024-09-01 19:51:15 +0200
  • 0c4c957d67 add unit tests Moritz Hölting 2024-08-15 22:37:39 +0200
  • a2d20dab8e implement PartialEq, Eq and Hash derive traits Moritz Hölting 2024-06-24 21:27:11 +0200
  • 7efe73eb80 add zip_with_comment for VFolder Moritz Hölting 2024-06-21 09:40:06 +0200
  • d9e3184a0e implement validate function for checking the pack format compatibility Moritz Hölting 2024-06-18 20:50:00 +0200
  • cf62725a5e change tag creation behaviour Moritz Hölting 2024-06-18 15:38:23 +0200
  • 451626312f add comments and refactor Moritz Hölting 2024-06-17 23:58:24 +0200
  • 3ab2037b31 correctly implement nested if-else Moritz Hölting 2024-06-17 21:45:52 +0200
  • 85f46d0453 comment basic example Moritz Hölting 2024-06-17 21:43:36 +0200
  • e31f9f904a add tracing crate for logging Moritz Hölting 2024-06-15 21:46:47 +0200
  • cef1dab727 add basic.rs example file Moritz Hölting 2024-06-10 20:58:37 +0200
  • 86b2b2f2eb add contributing section to readme Moritz Hölting 2024-06-10 16:27:24 +0200
  • b79c9ecd6d return replaced files from vfolder merge Moritz Hölting 2024-06-10 15:50:23 +0200
  • 296502dcc5 update project metadata and license information Moritz Hölting 2024-06-10 10:27:34 +0200
  • a3474acec1 remove unused name field in Datapack struct Moritz Hölting 2024-06-09 21:22:37 +0200
  • edcf80d389 Update dependencies and fix warnings Moritz Hölting 2024-04-25 14:15:35 +0200
  • 19db26efa2 Refactor flatten method to be public Moritz Hölting 2024-04-13 13:31:14 +0200
  • 581e8a3fff Fix conditionals with more than one interpretation of the boolean formula Moritz Hölting 2024-04-07 00:13:49 +0200
  • a1f948dfe3 add comments Moritz Hölting 2024-04-03 00:45:18 +0200
  • e8f7ef9876 Fix bugs in execute if and group command Moritz Hölting 2024-04-02 19:24:40 +0200
  • f0d7f7499f Add ExtendableQueue utility and refactor code Moritz Hölting 2024-04-02 17:10:57 +0200
  • fedb55c50a Implement group command refactor function compilation Moritz Hölting 2024-04-02 16:47:50 +0200
  • 757ff8a54e Correctly implement if/else Moritz Hölting 2024-04-01 20:57:21 +0200
  • c494031163 Basic implementation of execute Moritz Hölting 2024-03-28 00:58:46 +0100
  • 6572243ce4 Add zip feature and make zip method conditional Moritz Hölting 2024-03-27 21:40:14 +0100
  • af2c9dbe09 Add README.md with example usage Moritz Hölting 2024-03-22 12:54:58 +0100
  • 51010a161c Scaffold for execute command Moritz Hölting 2024-03-22 12:47:55 +0100
  • 2560588a17 Basic implementation for datapack including functions and tags Moritz Hölting 2024-03-21 23:07:59 +0100
  • 78a3d8f520 Add TryFrom implementation for VFolder Moritz Hölting 2024-03-21 19:50:00 +0100
  • 7997cd9213 Add serde feature and dependency for (de)serialization Moritz Hölting 2024-03-21 18:42:34 +0100
  • f1484a7b66 Add zip functionality to virtual file system Moritz Hölting 2024-03-21 17:05:48 +0100
  • 179b55ad4d Set lint warnings and add docs Moritz Hölting 2024-03-21 16:48:54 +0100
  • 343f014e6c Add place() method to VFolder for placing virtual file system on disk Moritz Hölting 2024-03-21 16:34:27 +0100
  • 5cc403970b Add virtual file system creation Moritz Hölting 2024-03-21 16:26:13 +0100
  • 5fbf8a9b16 Add initial project files Moritz Hölting 2024-03-21 16:25:57 +0100