Commit graph

63 commits

Author SHA1 Message Date
a4a87a15a4
move Cross.toml to engine folder 2025-04-21 20:14:23 -04:00
Speedy_Lex
eabbe726f1
Fix getting cache info on aarch64 2025-04-21 20:14:12 -04:00
Speedy_Lex
71059d449c
Fix windows hanging on main window close 2025-04-21 20:14:01 -04:00
cccf08a414
fix: sudo not intalled on runners 2025-04-21 20:13:58 -04:00
e39043ff93
feat: basic GUI terminal when pressing F12 2025-04-21 20:13:44 -04:00
06cb7f9bec
chore: run clippy and cargo fmt on pending changes 2025-04-21 20:13:42 -04:00
2b71c2d63b
fix: build script generates dead code warnings if versioning data is not used 2025-04-21 20:13:40 -04:00
3277c86d6e
build: remove regex dependency in favor of rust iterators 2025-04-21 20:13:38 -04:00
03b9ae2595
feat: add more useful debug information to system metadata 2025-04-21 20:13:35 -04:00
f7272d143e
update panic handler with system information 2025-04-21 20:13:33 -04:00
cda8f9aa03
add window icon 2025-04-21 20:13:31 -04:00
6cc7780104
fix creating two event loops at once 2025-04-21 20:13:30 -04:00
211aaafe0f
improve error handling 2025-04-21 20:13:28 -04:00
59cbf29dff
improve error handling and add metadata 2025-04-21 20:13:24 -04:00
befbeafe5d
show dialog on panic 2025-04-21 20:13:23 -04:00
4103cf925b
formatting 2025-04-21 20:13:21 -04:00
e2d6a10b09
remove unneeded clone 2025-04-21 20:13:19 -04:00
5f538de605
load arbitrary model data 2025-04-21 20:13:17 -04:00
72a083cd5c
refactor renderer into smaller functions 2025-04-21 20:13:16 -04:00
dbb53e31f7
close all windows if the main window is destroyed 2025-04-21 20:13:12 -04:00
2ebf823926
fix selecting wrong window for key events 2025-04-21 20:13:10 -04:00
98e214e86c
fix multi window support 2025-04-21 20:13:07 -04:00
9b0ce10d64
exit event loop properly 2025-04-21 20:13:05 -04:00
8403f09a2c
convert the vec of windows to a hashmap 2025-04-21 20:13:03 -04:00
e17eb89aaa
feat: attempt to close winit window (?) 2025-04-21 20:13:02 -04:00
0350810641
feat: handle spawning multiple windows 2025-04-21 20:13:00 -04:00
e8ad717e49
press esc to change bg color 2025-04-21 20:12:58 -04:00
628da25cf5
format rust and nix files 2025-04-21 20:12:56 -04:00
ab56a40768
deprecate and remove zlua 2025-04-21 20:12:55 -04:00
8c0308d105
proper 3d projection 2025-04-21 20:12:53 -04:00
dependabot[bot]
ca726bb7ee
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-21 20:12:51 -04:00
2cf2fb047b
cube 2025-04-21 20:12:49 -04:00
a6dc215779
remove welcome message to save terminal space 2025-04-21 20:12:48 -04:00
9e06487bb0
finally fix workflow i hope 2025-04-21 20:12:44 -04:00
3b17e2b362
remove categories 2025-04-21 20:12:42 -04:00
GhostedGaming
b59c829f5e
Removed Problems 2025-04-21 20:12:41 -04:00
GhostedGaming
4766297808
add rudimentary Text editor 2025-04-21 20:12:39 -04:00
GhostedGaming
6529ec594d
Added better syntax 2025-04-21 20:12:37 -04:00
GhostedGaming
56505ecb50
Imported the whole library and now we have alot more functtions (sorry caz) 2025-04-21 20:12:35 -04:00
GhostedGaming
a7595402fd
Working if statement
partially
2025-04-21 20:12:34 -04:00
GhostedGaming
21233500b0
Added a file for zlua and made a new function 2025-04-21 20:12:32 -04:00
ac6b17f717
ZLUA REPL!!!!! (#18) 2025-04-21 20:12:30 -04:00
ae339f4f06
polish repl (#17)
* add less daunting panic message on release builds
2025-04-21 20:12:28 -04:00
5b0683dc94
burn everything to the ground (#11)
🔥🔥🔥🔥🔥
2025-04-21 20:12:07 -04:00
2bc2c53379
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-21 20:12:05 -04:00
77a13cc11b
apply clippy changes 2025-04-21 20:12:04 -04:00
b1a6ad4f08
fix formatting 2025-04-21 20:12:02 -04:00
ae2d2ed858
fix tokio runtime stack overflow due to recursion 2025-04-21 20:12:00 -04:00
52aafba7cf
exec .zenshell files + shell extensions
Co-authored-by: Tristan Poland (Trident_For_U) <tristanpoland@users.noreply.github.com>
2025-04-21 20:11:58 -04:00
db38ef317e
check command similarity 2025-04-21 20:11:57 -04:00