pollymc/launcher/minecraft/mod
flow c440f33122
fix(ResourceModel): use a single ConcurrentTask for parsing tasks
This avoids creating a bunch of threads that fills up the maximum amount
allowed by QThreadPool, and causes a deadlock between the helper threads
and the main thread (main thread tries to create threads in painting
code, but isn't able to, so it keeps waiting for a thread to free up,
but all the threads are waiting on the main thread to process some
events).

Signed-off-by: flow <flowlnlnln@gmail.com>
2022-12-15 13:51:07 -03:00
..
tasks fix: remove commented-out assertions 2022-11-20 11:11:08 -03:00
MetadataHandler.h change: mod metadata improvements 2022-07-17 11:33:43 -03:00
Mod.cpp change: add enable/disable to resources 2022-08-20 10:49:54 -03:00
Mod.h change: add enable/disable to resources 2022-08-20 10:49:54 -03:00
ModDetails.h fix: LGTM warnings 2022-08-20 10:49:56 -03:00
ModFolderModel.cpp Check parent in rowCount/columnCount/canFetchMore 2022-11-14 19:05:57 +00:00
ModFolderModel.h feat: add basic resource pack parsing of pack.mcmeta 2022-09-03 13:37:21 -03:00
Resource.cpp change: add enable/disable to resources 2022-08-20 10:49:54 -03:00
Resource.h fix: sorting by pack format 2022-09-03 13:37:21 -03:00
ResourceFolderModel.cpp fix(ResourceModel): use a single ConcurrentTask for parsing tasks 2022-12-15 13:51:07 -03:00
ResourceFolderModel.h fix(ResourceModel): use a single ConcurrentTask for parsing tasks 2022-12-15 13:51:07 -03:00
ResourcePack.cpp Merge pull request #461 from flowln/fix_big_resource_pack_imgs 2022-12-11 04:16:21 -08:00
ResourcePack.h fix resource packs and add support for texture packs 2022-11-19 23:38:05 +08:00
ResourcePackFolderModel.cpp Check parent in rowCount/columnCount/canFetchMore 2022-11-14 19:05:57 +00:00
ResourcePackFolderModel.h feat: add basic resource pack parsing of pack.mcmeta 2022-09-03 13:37:21 -03:00
ShaderPackFolderModel.h refactor: adapt rest of the codebase to the new resource model 2022-08-20 10:47:58 -03:00
TexturePack.cpp fix resource packs and add support for texture packs 2022-11-19 23:38:05 +08:00
TexturePack.h fix resource packs and add support for texture packs 2022-11-19 23:38:05 +08:00
TexturePackFolderModel.cpp feat: add texture pack parsing 2022-09-20 10:26:15 +02:00
TexturePackFolderModel.h fix: comments and naming of texture pack stuff 2022-09-20 10:26:15 +02:00