Commit graph

59 commits

Author SHA1 Message Date
GhostedGaming
c61c8b8051 Added a file for zlua and made a new function 2024-12-23 23:14:11 -05:00
93995ac62a
ZLUA REPL!!!!! (#18) 2024-12-21 16:28:32 -05:00
dba07c4adf
polish repl (#17)
* add less daunting panic message on release builds
2024-12-21 14:35:55 -05:00
a1d8b65397
change cargo.toml name (#14)
* 🔥🔥🔥🔥🔥

* make workflow use nightly

* remove code quality checks temporarily

* fix check version i think

* build for windowsARM

* forgot to specify target

* change cargo.toml to zenyx to fix workflow
2024-12-19 21:29:33 -05:00
b071481093
specify windows arm target (#13)
* 🔥🔥🔥🔥🔥

* make workflow use nightly

* remove code quality checks temporarily

* fix check version i think

* build for windowsARM

* forgot to specify target
2024-12-19 21:21:39 -05:00
915a738b0c
windows ARM workflow (#12) 2024-12-19 21:07:08 -05:00
470b934fb8
burn everything to the ground (#11)
🔥🔥🔥🔥🔥
2024-12-19 20:54:46 -05:00
3aba3aea1c
Improve repl autocorrect and error handling
* Combine comparison algorithims for autocorrect

* clear zephyr functions

* remove redundant comments because co-pilot is stupid and i probably will never try to use it again

* implement basic tab completion

* fix unused items

* Make workflow check code quality

* split code quality into its own file

* make action fail on bad formatting

* change workflow to nightly

* f it, code quality is considered breaking

* fix forgetting to set toolchain back to nightly when rewriting workflow (😔)

* Add condition for too little arguments

* run cargo fmt

* remove unneeded feature directive
2024-12-09 20:28:28 -05:00
b4f31785d4
Merge pull request #8 from Zenyx-Engine/improve-repl
Improve repl
2024-12-06 19:44:36 -05:00
e4a45eee82 apply clippy changes 2024-12-06 16:57:52 -05:00
8d1f838a68 fix formatting 2024-12-06 16:55:49 -05:00
4d2383d54c fix tokio runtime stack overflow due to recursion 2024-12-06 16:20:16 -05:00
48bdd140e2 exec .zenshell files + shell extensions
Co-authored-by: Tristan Poland (Trident_For_U) <tristanpoland@users.noreply.github.com>
2024-12-06 15:54:31 -05:00
b289e3d26b check command similarity 2024-12-06 11:19:12 -05:00
8dc0765f78 change the look of autocompletion 2024-12-06 10:56:18 -05:00
e1aad59ab5 make repl support strings via both double and single quotes 2024-12-05 17:05:20 -05:00
4926e03fdc fix unwrap errors 2024-12-05 11:16:40 -05:00
ecad886ed9 add rust formatting rules 2024-12-05 11:00:08 -05:00
8dd059871a print logging state upon change 2024-12-05 10:46:36 -05:00
ac94f494d8
Merge pull request #7 from eatmynerds/rustyline-keyevents
Rustyline KeyEvents
2024-12-05 10:29:55 -05:00
eatmynerds
4e688729e6 Control logging using key events 2024-12-05 01:33:44 -06:00
3749bc3e19 Merge branch 'main' of https://github.com/Caznix/Zenyx 2024-12-03 18:19:52 -05:00
6f1595e6aa Add release checking to rust workflow 2024-12-03 18:19:40 -05:00
e76f7ccf34
Create dependabot.yml 2024-12-03 18:15:01 -05:00
ef79572d4f update main readme and add readme for Zephyr 2024-12-03 14:22:27 -05:00
341c141ade add zephyr ECS subcrate 2024-12-03 01:12:33 -05:00
e1d3537b6f Add press kit section 2024-12-03 01:12:03 -05:00
7bb01d9b91 Remove seperate editor and xtask 2024-12-02 18:57:00 -05:00
41ebe4bbd5 replace reedline with rustyline 2024-12-02 15:43:39 -05:00
507af5f23e improve formatting 2024-12-02 15:10:17 -05:00
40a0022584 bump logo size 2024-12-02 14:26:37 -05:00
fd9cc13108 WIP readme with branding 2024-12-02 14:19:00 -05:00
ce29304de5 Merge branch 'main' of https://github.com/Caznix/Zenyx 2024-12-02 12:51:37 -05:00
Jason Spalti
ceeec877c7
Refactor logging system to switch between stdout and file logging
* Refactor logging to switch between stdout and file logging

* Use "clear" instead of "tput reset" for unix

* Remove redundant comments
2024-12-02 12:51:39 -05:00
7e19c4e08c remove --verbose from tests 2024-12-02 12:49:08 -05:00
f76dc9cf24
Merge pull request #1 from eatmynerds/repl
Add descriptions to commands and improve REPL display formatting
2024-12-02 01:05:14 -05:00
Jason Spalti
7846128567 Add descriptions to commands and improve REPL display formatting 2024-12-01 23:52:12 -06:00
11dd39349d draw with wgpu 2024-12-01 22:58:52 -05:00
78a980c9c3 WINIT WINDOW!!!! 2024-12-01 20:50:11 -05:00
9176ac48a0 no windows on arm 😔 2024-12-01 19:58:26 -05:00
2d7b5b9687 test of github actions will actually use aarch64 this time 2024-12-01 19:53:17 -05:00
754c2c21d3 rename output file to bin instead of binary 2024-12-01 19:46:45 -05:00
7443bb6917 un seperate them cuz they compile twice? 2024-12-01 19:45:15 -05:00
05c43422e9 seperate jobs 2024-12-01 19:35:48 -05:00
a97cbd3cb0 run aarch64 in qemu??? im running out of ideas 2024-12-01 19:01:09 -05:00
519d85b1f5 disable fail-fast 2024-12-01 18:54:26 -05:00
b5c07eb283 idfk at this point 2024-12-01 18:53:22 -05:00
e41731ee0b cross tools 2024-12-01 18:50:47 -05:00
583681cd71 only include binaries 2024-12-01 18:47:33 -05:00
882e8b2f2f nvm 2024-12-01 18:43:33 -05:00