Commit graph

186 commits

Author SHA1 Message Date
3757346c05
fix multi window support 2025-04-22 21:51:37 +02:00
3181a2de73
exit event loop properly 2025-04-22 21:51:34 +02:00
31b3456877
convert the vec of windows to a hashmap 2025-04-22 21:51:30 +02:00
3eb358259d
feat: attempt to close winit window (?) 2025-04-22 21:51:27 +02:00
d26499823b
feat: handle spawning multiple windows 2025-04-22 21:51:23 +02:00
ecb108b694
rename build.nix to default.nix 2025-04-22 21:51:20 +02:00
Caznix
ae2316bb88
Merge pull request 'input_test' from input_test into main 2025-04-22 21:51:16 +02:00
5b3d133261
Merge branch 'rendering' 2025-04-22 21:51:13 +02:00
5f3236caa2
press esc to change bg color 2025-04-22 21:51:09 +02:00
49a442ce38
format rust and nix files 2025-04-22 21:51:06 +02:00
26221406f9
deprecate and remove zlua 2025-04-22 21:51:03 +02:00
ec42d4b6ee
proper 3d projection 2025-04-22 21:50:59 +02:00
0f7f67803a
Merge pull request from Zenyx-Engine/core_update
core update
2025-04-22 21:50:55 +02:00
f27b11bf5d
Merge branch 'main' into core_update 2025-04-22 21:50:52 +02:00
3941535f7d
cube 2025-04-22 21:50:05 +02:00
7ec772e011
remove welcome message to save terminal space 2025-04-22 21:50:02 +02:00
fb4908c0a3
update workflow to use nightly 2025-04-22 21:49:58 +02:00
e4d919ad89
finally fix workflow i hope 2025-04-22 21:49:55 +02:00
3ccb504e8c
remove categories 2025-04-22 21:49:51 +02:00
31edbee25e
Merge pull request from Zenyx-Engine/dependabot/cargo/colored-3.0.0
Update colored requirement from 2.2.0 to 3.0.0
2025-04-22 21:49:48 +02:00
dependabot[bot]
c3c6a8685a
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 21:49:44 +02:00
b31b4c6d42
Merge pull request from GhostedGaming/main
Added Lua standard library
2025-04-22 21:49:41 +02:00
6c19e39cd6
Merge pull request from GhostedGaming/main
Added a file for zlua and made a new function
2025-04-22 21:49:37 +02:00
GhostedGaming
865ed77e3a
Removed Problems 2025-04-22 21:49:34 +02:00
GhostedGaming
818456af5e
add rudimentary Text editor 2025-04-22 21:49:30 +02:00
GhostedGaming
ede3c3e906
Added better syntax 2025-04-22 21:49:27 +02:00
GhostedGaming
77f3b8d25c
Imported the whole library and now we have alot more functtions (sorry caz) 2025-04-22 21:49:23 +02:00
GhostedGaming
47aee197e9
Working if statement
partially
2025-04-22 21:49:20 +02:00
GhostedGaming
067048cf54
Added a file for zlua and made a new function 2025-04-22 21:49:17 +02:00
3766da6bcf
ZLUA REPL!!!!! (#18) 2025-04-22 21:49:13 +02:00
f286a2b624
polish repl (#17)
* add less daunting panic message on release builds
2025-04-22 21:49:10 +02:00
0e255ea359
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 21:48:31 +02:00
c5ce9987b9
windows ARM workflow (#12) 2025-04-22 21:48:28 +02:00
fdb7844149
burn everything to the ground (#11)
🔥🔥🔥🔥🔥
2025-04-22 21:48:24 +02:00
079d507de0
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 21:48:21 +02:00
eda1809be8
Merge pull request from Zenyx-Engine/improve-repl
Improve repl
2025-04-22 21:48:18 +02:00
ce7dd8c54c
apply clippy changes 2025-04-22 21:48:14 +02:00
c38a0ccee3
fix formatting 2025-04-22 21:48:10 +02:00
1fb0ca75ed
fix tokio runtime stack overflow due to recursion 2025-04-22 21:48:07 +02:00
0cf7e3e60d
exec .zenshell files + shell extensions
Co-authored-by: Tristan Poland (Trident_For_U) <tristanpoland@users.noreply.github.com>
2025-04-22 21:48:03 +02:00
8cf6716a09
check command similarity 2025-04-22 21:48:00 +02:00
f4500478fc
change the look of autocompletion 2025-04-22 21:47:57 +02:00
9be3dd2bbf
make repl support strings via both double and single quotes 2025-04-22 21:47:53 +02:00
8f2ff9e9d8
fix unwrap errors 2025-04-22 21:47:50 +02:00
84f334dc49
add rust formatting rules 2025-04-22 21:47:46 +02:00
35e9c7e6de
print logging state upon change 2025-04-22 21:47:43 +02:00
1840f141a6
Merge pull request from eatmynerds/rustyline-keyevents
Rustyline KeyEvents
2025-04-22 21:47:39 +02:00
eatmynerds
bd3ec33392
Control logging using key events 2025-04-22 21:47:36 +02:00
773b9c532b
Merge branch 'main' of https://github.com/Caznix/Zenyx 2025-04-22 21:47:33 +02:00
d184133298
Add release checking to rust workflow 2025-04-22 21:47:29 +02:00