Skip to content

Commit

Permalink
refactor: load images in workers and push immediately (#5431)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz authored Jun 2, 2024
1 parent b6dc5d9 commit d00cadf
Show file tree
Hide file tree
Showing 5 changed files with 239 additions and 263 deletions.
3 changes: 2 additions & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ Checks: "-*,
-readability-function-cognitive-complexity,
-bugprone-easily-swappable-parameters,
-cert-err58-cpp,
-modernize-avoid-c-arrays
-modernize-avoid-c-arrays,
-misc-include-cleaner
"
CheckOptions:
- key: readability-identifier-naming.ClassCase
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
- Dev: Reduced the amount of scale events. (#5404, #5406)
- Dev: Removed unused timegate settings. (#5361)
- Dev: All Lua globals now show in the `c2` global in the LuaLS metadata. (#5385)
- Dev: Images are now loaded in worker threads. (#5431)

## 2.5.1

Expand Down
Loading

0 comments on commit d00cadf

Please sign in to comment.