Commit graph

152 commits

Author SHA1 Message Date
497953f758
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
2025-04-19 21:01:28 +02:00
55ed41ee73
Merge pull request from Zenyx-Engine/improve-repl
Improve repl
2025-04-19 21:01:12 +02:00
2585ae3383
apply clippy changes 2025-04-19 21:01:08 +02:00
382f3c1ef2
fix formatting 2025-04-19 21:01:05 +02:00
0a4a89d142
fix tokio runtime stack overflow due to recursion 2025-04-19 21:01:04 +02:00
9750cefb29
exec .zenshell files + shell extensions
Co-authored-by: Tristan Poland (Trident_For_U) <tristanpoland@users.noreply.github.com>
2025-04-19 21:01:02 +02:00
e41464c653
check command similarity 2025-04-19 21:00:59 +02:00
9f095783a2
change the look of autocompletion 2025-04-19 21:00:57 +02:00
df08cc5378
make repl support strings via both double and single quotes 2025-04-19 21:00:56 +02:00
9c4d5f2769
fix unwrap errors 2025-04-19 21:00:52 +02:00
74cc9bccaa
add rust formatting rules 2025-04-19 21:00:50 +02:00
63b983b08f
print logging state upon change 2025-04-19 21:00:49 +02:00
0689a91237
Merge pull request from eatmynerds/rustyline-keyevents
Rustyline KeyEvents
2025-04-19 21:00:43 +02:00
eatmynerds
4c942c5a23
Control logging using key events 2025-04-19 21:00:39 +02:00
bb40a32bfc
Merge branch 'main' of https://github.com/Caznix/Zenyx 2025-04-19 21:00:33 +02:00
88bef95bb2
Add release checking to rust workflow 2025-04-19 21:00:25 +02:00
151d2aa826
Create dependabot.yml 2025-04-19 21:00:24 +02:00
921c925fcf
update main readme and add readme for Zephyr 2025-04-19 21:00:22 +02:00
a8c8a8c468
add zephyr ECS subcrate 2025-04-19 21:00:19 +02:00
cfdd6f2158
Add press kit section 2025-04-19 21:00:17 +02:00
7b185a94d4
Remove seperate editor and xtask 2025-04-19 21:00:15 +02:00
1797bc7cda
replace reedline with rustyline 2025-04-19 21:00:10 +02:00
004da12855
improve formatting 2025-04-19 21:00:08 +02:00
165ec8c9c7
bump logo size 2025-04-19 21:00:07 +02:00
1e858e1f49
add readme with branding 2025-04-19 21:00:00 +02:00
a750ee5aef
Merge branch 'main' of https://github.com/Caznix/Zenyx 2025-04-19 20:59:54 +02:00
c77b1d9590
remove --verbose from tests 2025-04-19 20:59:49 +02:00
Jason Spalti
cfe961ab71
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
2025-04-19 20:59:48 +02:00
b36fd151b5
Merge pull request from eatmynerds/repl
Add descriptions to commands and improve REPL display formatting
2025-04-19 20:58:56 +02:00
Jason Spalti
fede81b5b1
Add descriptions to commands and improve REPL display formatting 2025-04-19 20:58:50 +02:00
71ad70917e
draw with wgpu 2025-04-19 20:58:49 +02:00
ae85be1699
WINIT WINDOW!!!! 2025-04-19 20:58:42 +02:00
e19efd8b84
no windows on arm 😔 2025-04-19 20:58:41 +02:00
480a35808b
test of github actions will actually use aarch64 this time 2025-04-19 20:58:39 +02:00
bc91c74053
rename output file to bin instead of binary 2025-04-19 20:58:30 +02:00
6a4958c02b
un seperate them cuz they compile twice? 2025-04-19 20:58:28 +02:00
008425553b
seperate jobs 2025-04-19 20:58:27 +02:00
3b375a37bc
run aarch64 in qemu??? im running out of ideas 2025-04-19 20:58:25 +02:00
525671f913
disable fail-fast 2025-04-19 20:58:23 +02:00
6616ed4140
idfk at this point 2025-04-19 20:58:22 +02:00
a8ba480a29
cross tools 2025-04-19 20:58:17 +02:00
8c83cc1936
only include binaries 2025-04-19 20:58:15 +02:00
61dfc34846
nvm 2025-04-19 20:58:14 +02:00
c692ae038f
maybe arm? 2025-04-19 20:58:05 +02:00
a241ace788
fix cross compilation? 2025-04-19 20:58:04 +02:00
3ce71ac864
fix foreign architectures 2025-04-19 20:58:02 +02:00
fafff265fa
Merge branch 'main' of https://github.com/Caznix/Zenyx 2025-04-19 20:57:41 +02:00
b1c4cfc642 add multiple architectures 2024-12-01 18:23:20 -05:00
5f30f9db45
Rename cargo.toml to Cargo.toml 2024-12-01 18:10:14 -05:00
8ae327fec7 test new workflow 2024-12-01 18:09:41 -05:00