Commit graph

66 commits

Author SHA1 Message Date
dependabot[bot]
e74a0d11b3
Update colored requirement from 2.2.0 to 3.0.0
Updates the requirements on [colored](https://github.com/mackwic/colored) to permit the latest version.
- [Release notes](https://github.com/mackwic/colored/releases)
- [Changelog](https://github.com/colored-rs/colored/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mackwic/colored/compare/v2.2.0...v3.0.0)

---
updated-dependencies:
- dependency-name: colored
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-22 20:55:03 +02:00
e2b321cc27
Merge pull request from GhostedGaming/main
Added Lua standard library
2025-04-22 20:55:00 +02:00
a9f694fd71
Merge pull request from GhostedGaming/main
Added a file for zlua and made a new function
2025-04-22 20:54:54 +02:00
GhostedGaming
decdd27b12
Removed Problems 2025-04-22 20:54:50 +02:00
GhostedGaming
326fecff9f
add rudimentary Text editor 2025-04-22 20:54:46 +02:00
GhostedGaming
bcf005007c
Added better syntax 2025-04-22 20:54:40 +02:00
GhostedGaming
a7afa7e8d4
Imported the whole library and now we have alot more functtions (sorry caz) 2025-04-22 20:54:31 +02:00
GhostedGaming
2c502cf1c8
Working if statement
partially
2025-04-22 20:54:28 +02:00
GhostedGaming
d31978cdc1
Added a file for zlua and made a new function 2025-04-22 20:54:23 +02:00
be418c1b18
ZLUA REPL!!!!! (#18) 2025-04-22 20:54:17 +02:00
d9cd447ecb
polish repl (#17)
* add less daunting panic message on release builds
2025-04-22 20:54:14 +02:00
0fe426851d
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
2025-04-22 20:52:22 +02:00
e7c008175e
windows ARM workflow (#12) 2025-04-22 20:52:18 +02:00
8416e48ab2
burn everything to the ground (#11)
🔥🔥🔥🔥🔥
2025-04-22 20:52:10 +02:00
dca88dc1db
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-22 20:52:06 +02:00
56f20f841e
Merge pull request from Zenyx-Engine/improve-repl
Improve repl
2025-04-22 20:52:03 +02:00
e408187bee
apply clippy changes 2025-04-22 20:51:57 +02:00
cf932adbc2
fix formatting 2025-04-22 20:51:53 +02:00
76ab2017f4
fix tokio runtime stack overflow due to recursion 2025-04-22 20:51:50 +02:00
ac08dbc3d2
exec .zenshell files + shell extensions
Co-authored-by: Tristan Poland (Trident_For_U) <tristanpoland@users.noreply.github.com>
2025-04-22 20:51:43 +02:00
48a02a70e6
check command similarity 2025-04-22 20:51:38 +02:00
259264ba78
change the look of autocompletion 2025-04-22 20:51:34 +02:00
757d6e715b
make repl support strings via both double and single quotes 2025-04-22 20:51:30 +02:00
1ad0ac7d9f
fix unwrap errors 2025-04-22 20:51:24 +02:00
26ec19294e
add rust formatting rules 2025-04-22 20:51:21 +02:00
9a2c17df90
print logging state upon change 2025-04-22 20:51:16 +02:00
6db64ee79e
Merge pull request from eatmynerds/rustyline-keyevents
Rustyline KeyEvents
2025-04-22 20:51:11 +02:00
eatmynerds
2c20f05a10
Control logging using key events 2025-04-22 20:51:08 +02:00
04c795eb11
Merge branch 'main' of https://github.com/Caznix/Zenyx 2025-04-22 20:51:03 +02:00
e955ce1480
Add release checking to rust workflow 2025-04-22 20:50:58 +02:00
ec84873450
Create dependabot.yml 2025-04-22 20:50:54 +02:00
0670995fbc
update main readme and add readme for Zephyr 2025-04-22 20:50:50 +02:00
2acf8f9452
add zephyr ECS subcrate 2025-04-22 20:50:45 +02:00
8e0fbe5ef5
Add press kit section 2025-04-22 20:50:39 +02:00
62b433668c
Remove seperate editor and xtask 2025-04-22 20:50:35 +02:00
1898e6ff42
replace reedline with rustyline 2025-04-22 20:50:27 +02:00
8eea0680e8
improve formatting 2025-04-22 20:50:23 +02:00
c4adc9f898
bump logo size 2025-04-22 20:50:20 +02:00
be7cb7f321
add readme with branding 2025-04-22 20:50:09 +02:00
12812aa83e
Merge branch 'main' of https://github.com/Caznix/Zenyx 2025-04-22 20:50:03 +02:00
50d562d2d3
remove --verbose from tests 2025-04-22 20:49:59 +02:00
Jason Spalti
80d5ef22e2
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-22 20:49:54 +02:00
8abf4d88fb
Merge pull request from eatmynerds/repl
Add descriptions to commands and improve REPL display formatting
2025-04-22 20:49:51 +02:00
Jason Spalti
b4090dc4ad
Add descriptions to commands and improve REPL display formatting 2025-04-22 20:49:45 +02:00
42aa44d156
draw with wgpu 2025-04-22 20:49:41 +02:00
63e7c42820
WINIT WINDOW!!!! 2025-04-22 20:49:37 +02:00
8fc77ba881
no windows on arm 😔 2025-04-22 20:49:33 +02:00
93f9b14075
test of github actions will actually use aarch64 this time 2025-04-22 20:49:26 +02:00
af8a37ec48
rename output file to bin instead of binary 2025-04-22 20:49:20 +02:00
3c5e8ef75b
un seperate them cuz they compile twice? 2025-04-22 20:49:17 +02:00