3458028064
fix: sudo not intalled on runners
2025-04-19 21:09:50 +02:00
00ec1350b7
feat: basic GUI terminal when pressing F12
2025-04-19 21:09:32 +02:00
07871b77f3
chore: run clippy and cargo fmt on pending changes
2025-04-19 21:09:10 +02:00
db3d078935
fix: build script generates dead code warnings if versioning data is not used
2025-04-19 21:08:47 +02:00
71bdff0854
build: remove regex dependency in favor of rust iterators
2025-04-19 21:08:46 +02:00
970e9757c9
feat: add more useful debug information to system metadata
2025-04-19 21:08:40 +02:00
ed23402212
update panic handler with system information
2025-04-19 21:08:00 +02:00
ed93baa404
add window icon
2025-04-19 21:07:54 +02:00
81e6b5cc4b
fix creating two event loops at once
2025-04-19 21:07:16 +02:00
1413bd213f
Merge branch 'main' of codeberg.org:Caznix/Zenyx
2025-04-19 21:06:07 +02:00
42f9c669c8
improve error handling and add metadata
2025-04-19 21:05:05 +02:00
6eae536478
improve error handling
2025-04-19 21:05:03 +02:00
2d4736f12e
show dialog on panic
2025-04-19 21:04:59 +02:00
11194e863e
formatting
2025-04-19 21:04:46 +02:00
d0d0e7c016
remove unneeded clone
2025-04-19 21:04:43 +02:00
cae3b40541
load arbitrary model data
2025-04-19 21:04:41 +02:00
a853c24bc3
refactor renderer into smaller functions
2025-04-19 21:04:40 +02:00
6b1b0d30f4
close all windows if the main window is destroyed
2025-04-19 21:04:32 +02:00
ceefdaf46b
fix selecting wrong window for key events
2025-04-19 21:04:31 +02:00
8c6051c79d
fix multi window support
2025-04-19 21:04:11 +02:00
883bd7ea69
exit event loop properly
2025-04-19 21:04:09 +02:00
06de4a85e5
convert the vec of windows to a hashmap
2025-04-19 21:04:08 +02:00
8f0c8dbb3d
feat: attempt to close winit window (?)
2025-04-19 21:04:02 +02:00
d6806d4dbe
feat: handle spawning multiple windows
2025-04-19 21:03:54 +02:00
49178e89c9
press esc to change bg color
2025-04-19 21:03:21 +02:00
a6fa240e5d
format rust and nix files
2025-04-19 21:03:19 +02:00
d694fa1eb9
deprecate and remove zlua
2025-04-19 21:03:17 +02:00
40792592b0
proper 3d projection
2025-04-19 21:03:15 +02:00
15b148df37
Merge branch 'main' into core_update
2025-04-19 21:03:03 +02:00
32a5c46f8c
cube
2025-04-19 21:02:42 +02:00
593b9ef119
remove welcome message to save terminal space
2025-04-19 21:02:41 +02:00
487897cdb9
finally fix workflow i hope
2025-04-19 21:02:35 +02:00
c563119c77
remove categories
2025-04-19 21:02:34 +02:00
dependabot[bot]
6770d28454
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-19 21:02:24 +02:00
GhostedGaming
96c383cb39
Removed Problems
2025-04-19 21:02:04 +02:00
GhostedGaming
8d6bb42e83
add rudimentary Text editor
2025-04-19 21:01:53 +02:00
GhostedGaming
9e7d8dff13
Added better syntax
2025-04-19 21:01:49 +02:00
GhostedGaming
cb52ce8de0
Imported the whole library and now we have alot more functtions (sorry caz)
2025-04-19 21:01:48 +02:00
GhostedGaming
f39df7d29d
Working if statement
...
partially
2025-04-19 21:01:45 +02:00
GhostedGaming
7e940200c6
Added a file for zlua and made a new function
2025-04-19 21:01:43 +02:00
173da4c14a
ZLUA REPL!!!!! ( #18 )
2025-04-19 21:01:42 +02:00
c57e5c2d49
polish repl ( #17 )
...
* add less daunting panic message on release builds
2025-04-19 21:01:37 +02:00
08f090b6fe
burn everything to the ground ( #11 )
...
🔥 🔥 🔥 🔥 🔥
2025-04-19 21:01:29 +02:00
3d87381f55
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
2c389c356a
apply clippy changes
2025-04-19 21:01:08 +02:00
ae62990e90
fix formatting
2025-04-19 21:01:05 +02:00
c163860c0a
fix tokio runtime stack overflow due to recursion
2025-04-19 21:01:04 +02:00
7adf770d54
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
acf22483a8
check command similarity
2025-04-19 21:00:59 +02:00
a599ef7df9
change the look of autocompletion
2025-04-19 21:00:57 +02:00