Commit graph

65 commits

Author SHA1 Message Date
5d67247241
move Cross.toml to engine folder 2025-04-22 21:02:40 +02:00
Speedy_Lex
5df988e918
Fix getting cache info on aarch64 2025-04-22 21:01:54 +02:00
Speedy_Lex
43290a7ef6
Fix windows hanging on main window close 2025-04-22 21:01:28 +02:00
6dc4b937dc
fix: sudo not intalled on runners 2025-04-22 21:01:20 +02:00
87b9d7c7bd
feat: basic GUI terminal when pressing F12 2025-04-22 21:00:41 +02:00
9fb729569f
chore: run clippy and cargo fmt on pending changes 2025-04-22 21:00:36 +02:00
f5f45a9d1b
fix: build script generates dead code warnings if versioning data is not used 2025-04-22 21:00:31 +02:00
e97ec2aec1
build: remove regex dependency in favor of rust iterators 2025-04-22 21:00:28 +02:00
8f7eaa0b2b
feat: add more useful debug information to system metadata 2025-04-22 21:00:15 +02:00
a15b4e2785
update panic handler with system information 2025-04-22 21:00:12 +02:00
4df5ef2dfa
add window icon 2025-04-22 21:00:07 +02:00
668ca6d6b9
fix creating two event loops at once 2025-04-22 21:00:01 +02:00
248adc085d
Merge branch 'main' of codeberg.org:Caznix/Zenyx 2025-04-22 20:59:57 +02:00
ab8985b2c1
improve error handling and add metadata 2025-04-22 20:58:32 +02:00
3c7e677108
improve error handling 2025-04-22 20:58:26 +02:00
4eb31aaadb
show dialog on panic 2025-04-22 20:58:17 +02:00
2bd4349c6c
formatting 2025-04-22 20:58:07 +02:00
1205e95009
remove unneeded clone 2025-04-22 20:58:04 +02:00
33e2c3825a
load arbitrary model data 2025-04-22 20:57:52 +02:00
cc4e3e6bb5
refactor renderer into smaller functions 2025-04-22 20:57:45 +02:00
024c1749aa
close all windows if the main window is destroyed 2025-04-22 20:57:37 +02:00
2a32ec316b
fix selecting wrong window for key events 2025-04-22 20:57:33 +02:00
306c670b71
fix multi window support 2025-04-22 20:57:14 +02:00
f205c9de9e
exit event loop properly 2025-04-22 20:57:10 +02:00
5193a1544c
convert the vec of windows to a hashmap 2025-04-22 20:57:06 +02:00
84d7744062
feat: attempt to close winit window (?) 2025-04-22 20:57:00 +02:00
4662f442c3
feat: handle spawning multiple windows 2025-04-22 20:56:57 +02:00
771134fbe5
press esc to change bg color 2025-04-22 20:56:34 +02:00
1b015cc705
format rust and nix files 2025-04-22 20:56:21 +02:00
f50054aeb7
deprecate and remove zlua 2025-04-22 20:56:17 +02:00
b9d1a403fc
proper 3d projection 2025-04-22 20:56:12 +02:00
3e96888b97
Merge branch 'main' into core_update 2025-04-22 20:56:04 +02:00
6184227d22
cube 2025-04-22 20:55:30 +02:00
3814a9fb8e
remove welcome message to save terminal space 2025-04-22 20:55:26 +02:00
788c168f81
finally fix workflow i hope 2025-04-22 20:55:15 +02:00
95bc048ec1
remove categories 2025-04-22 20:55:12 +02:00
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
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
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
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