Commit Graph

74 Commits

Author SHA1 Message Date
ErrorNoInternet 7d1996306c feat: add proper nix flake 2026-04-13 19:23:33 -04:00
ErrorNoInternet d6c16f0d5d fix(replay): rename paths to compile
Haven't tested yet though.
2026-04-13 16:59:54 -04:00
ErrorNoInternet 63cfc7c9c0 build(deps)!: update azalea and fix ecs changes 2026-04-13 16:59:53 -04:00
ErrorNoInternet f9495a36f2 refactor: cargo clippy improvements 2025-04-15 12:37:44 -04:00
ErrorNoInternet 170c1194ef refactor: remove redundant pub 2025-03-26 17:09:52 -04:00
ErrorNoInternet 4da563ae0e style: set group_imports rustfmt option 2025-03-24 16:55:06 -04:00
ErrorNoInternet e3cdf4260e refactor: bring azalea-hax crate in-tree 2025-03-18 17:53:50 -04:00
ErrorNoInternet 2040eb0078 refactor: tweak script file handling 2025-03-15 23:44:44 -04:00
ErrorNoInternet 638dc75cb7 style: minor changes 2025-03-15 16:59:17 -04:00
ErrorNoInternet 9886f251b8 ci: check and build with features 2025-03-15 16:20:41 -04:00
ErrorNoInternet e70b8eca84 feat: add matrix support 2025-03-15 15:08:54 -04:00
ErrorNoInternet 823a63e93d fix: add HaxPlugin for proper AntiKnockback 2025-03-14 17:29:04 -04:00
ErrorNoInternet a957aaeaec refactor: minor changes 2025-03-13 21:34:43 -04:00
ErrorNoInternet 477790db0e refactor(arguments): directly set default value for script in arguments 2025-03-13 17:34:11 -04:00
ErrorNoInternet ac5533834d refactor: minor changes 2025-03-12 22:03:22 -04:00
ErrorNoInternet f5e787f2df refactor: use .display() on PathBuf 2025-03-11 20:18:57 -04:00
ErrorNoInternet e81fab7bf8 refactor(replay): move recorder into separate module 2025-03-11 17:33:23 -04:00
ErrorNoInternet 6600edabe6 feat: add feature for mimalloc 2025-03-11 17:33:23 -04:00
ErrorNoInternet c2d1b415aa fix: properly print error when script read fails 2025-03-11 17:33:23 -04:00
ErrorNoInternet 5c052de95d feat!: allow executing code after loading script 2025-03-11 17:33:22 -04:00
ErrorNoInternet 18540aa223 refactor(http)!: get address from lua 2025-03-11 17:33:21 -04:00
ErrorNoInternet caec5fa7f8 feat: add replaymod compatible recorder 2025-03-10 18:41:26 -04:00
ErrorNoInternet a0fda6f285 refactor: print client error without formatting 2025-03-08 15:39:26 -05:00
ErrorNoInternet cce75bd8b9 refactor: clean up a few things 2025-03-06 20:34:29 -05:00
ErrorNoInternet 4d3947c4ef feat: expose build information 2025-03-06 19:31:13 -05:00
ErrorNoInternet b20beb6e88 refactor: slight log message tweaking 2025-03-06 19:02:46 -05:00
ErrorNoInternet 59e0d597a1 feat: allow loading all (C) modules 2025-03-01 23:25:59 -05:00
ErrorNoInternet 89091a3fd5 feat: add level particles event 2025-03-01 16:02:06 -05:00
ErrorNoInternet bf9891247f refactor: style and micro performance improvements 2025-02-28 22:34:01 -05:00
ErrorNoInternet b55207a559 perf: put lua behind an arc
This prevents it from running garbage collection on every event,
drastically reducing CPU usage.
2025-02-28 20:04:27 -05:00
ErrorNoInternet f572aaf958 feat: add console-subscriber feature 2025-02-27 20:22:53 -05:00
ErrorNoInternet 2b9bf1987b refactor: minor improvements 2025-02-25 18:07:01 -05:00
ErrorNoInternet 247612fad0 refactor: use a RwLock for event listeners 2025-02-24 16:56:10 -05:00
ErrorNoInternet 36054ced03 refactor: random cleanups and efficiency improvements 2025-02-24 01:31:51 -05:00
ErrorNoInternet b1dbfa6110 feat: add file logging via LOG_FILE environment variable 2025-02-23 15:20:15 -05:00
ErrorNoInternet 164ccd3a7f refactor: only capitalize initial for globals 2025-02-22 16:44:24 -05:00
ErrorNoInternet bd6698c4b4 feat: add event listeners 2025-02-21 21:52:04 -05:00
ErrorNoInternet c2da997b71 refactor: a few small efficiency improvements 2025-02-21 21:29:20 -05:00
ErrorNoInternet 2373d6500e refactor: rename a few things 2025-02-17 12:00:46 -05:00
ErrorNoInternet 8e89f8e9ea feat(client): add remaining miscellaneous fields and methods 2025-02-16 22:06:32 -05:00
ErrorNoInternet 2e1736af25 refactor: clean up locking and convert to async 2025-02-16 15:43:27 -05:00
ErrorNoInternet 645483c98f refactor: clean up and restructure 2025-02-16 15:12:16 -05:00
ErrorNoInternet 5752e94ad2 feat: run http server to receive commands 2025-02-16 01:08:50 -05:00
ErrorNoInternet a937db0be6 feat: add basic logging 2025-02-16 01:08:50 -05:00
ErrorNoInternet 4fa508ec81 feat: start work on 0.2.0 2025-02-16 01:08:49 -05:00
ErrorNoInternet 04cd440c50 Oxidize code 2023-02-23 16:59:55 +08:00
ErrorNoInternet 280c23f3e3 Remove processing message 2023-02-23 16:58:09 +08:00
ErrorNoInternet 360e869f11 Add StopScript command 2023-02-21 20:57:16 +08:00
ErrorNoInternet d4fb8be963 Add decimal points 2023-02-04 18:32:15 +08:00
ErrorNoInternet 70108247d4 Add a loop to Matrix login 2023-01-29 13:59:18 +08:00