Commit Graph

7 Commits

Author SHA1 Message Date
Maschell
36bd8584c4 Format the code via clang-format 2022-02-03 17:08:07 +01:00
Maschell
02d34db212 Fix compiling with latest wut, formatting, remove hbl support 2022-01-09 13:37:16 +01:00
Maschell
3915e03ca0 AsyncDeleter: Have an own queue for just the delete tasks. This fixes exiting the application. 2020-02-23 19:07:18 +01:00
Maschell
b4f5393906 - Use std::recursive_mutex instead of CMutex which is exactly the same
- Load icons in one async task instead of creating one task for each icon to improve stability with many icons
2020-02-21 14:22:36 +01:00
Maschell
358f368462 - The AsyncExeuctor does now clean itself in 50ms intervals (still could produce dead locks which sucks)
- Only allow a maximum of 10 "tasks" at the same time.
- Increase the stack size of the "Application" which hopefully improves stability?
2020-02-20 02:05:54 +01:00
Maschell
d97d5ed325 - Actually displaying installed title now
- Try to clean up the async stuff when the vector gets bigger
2020-02-20 02:03:43 +01:00
Maschell
3d2ef7aa6a Add basic rendering of a screen with particles 2020-02-19 20:19:46 +01:00