Ngl i dont remember exactly what i did but it was mostly polishing up and fixing bugs, theres now an install script so you can add the .desktop file automatically
Log in to leave a comment
Ngl i dont remember exactly what i did but it was mostly polishing up and fixing bugs, theres now an install script so you can add the .desktop file automatically
Log in to leave a comment
You can now join the world! Because this is a queue server its supposed to be empty and to make the client join the world without sending chunk data i forced their player 50k blocks into the ground! Anyways uh theyre position is locked, but their rotation is not so they can look around. Multiple players can be on the same server at a time!
What i wanna do now: get player count working, get tablist working, get chat working
Log in to leave a comment
Server status is now implemented!
How it works:
Log in to leave a comment
Mostly got the project and TCP connection running as well as packet parsing. Server can read the handshake and parse its data as seen in the image below. All packets are handled by dynamically registered handler functions making it completely modular and expandable. Ill go implement the status packet + response now, baii
Log in to leave a comment
Added some more themes, the full list of themes are now:
Log in to leave a comment
finally got around to writing a readme
Log in to leave a comment
The app now loads a config on startup (merges with defaults to prevent errors if its not complete), currently has 2 values: default-sort and default-theme which defines what sorting type and theme to use at startup
The app now also loads themes from a config which adds the 2 default themes if the file is empty or doesnt exist: Modern and Modern (Light), yes its the same themes as before, but now in a config!
I plan on adding config options for all new features added moving forward.
Log in to leave a comment
Completely reworked the theme system to be able to dynamically reload the UI elements stylings with a function to allow changing theme directly in the app
Added a button to cycle between themes in the topbar of the main window
This took a while, but the entire UI got an overhaul!
So. Much. CSS.
Log in to leave a comment
bugfixes:
CPU measuring not working for processes - Fixed
Cant reopen process stats window after closed with escape - Fixed
Log in to leave a comment
Heavily optimized the processlist by applying these changes:
Log in to leave a comment
Each process in the list now has a “More stats” button that opens a window with, you guessed it! more stats
Stats include usage, read / write, number of instances, the status of those instances, the timestamp the first instance was created, the individual instances parent processes, the user each instance is running under
Log in to leave a comment
Minor tweaks:
Log in to leave a comment
Added custom themes, letting you change the colors of the application by editing a variable file (maybe make it a config later?)
Added dark theme (i dont like it ngl, but now it exists if people wants it)
Organized code (no changes to the program, just to make the code across the project more consistent).
Idk what images to add so here, have some code
Log in to leave a comment
Tasks now show their individual resource usage
You can now sort tasks by RAM or CPU usage
Log in to leave a comment
Log in to leave a comment
Log in to leave a comment
Log in to leave a comment
You can now launch the application with a command (before you had to run a file manually) !
Log in to leave a comment
Finally Got Tasks Working!
Log in to leave a comment
Cant seem to solve this wierd bug where the tasks from the tasklist disappears!
Log in to leave a comment
oh yeah for all you nerds out there, i discovered that they disappeared when the window got unfocused, so i kinda just updated the list every time i focus and unfocus the window so it readds them everytime the bug is triggered
Added a storage section to the GUI showing storage devices and the space used/availble and their total storage size
Log in to leave a comment
A Lot of tweaks of styles and the codebase including moving the usage meter section into a better looking “box” and moved them into their own file for organization
Log in to leave a comment
Added A Title And Put Usage Meters In A Frame (Box)
Log in to leave a comment
Working usage meters
Log in to leave a comment