Refactor|WadFile: Separated the lump cache into a new class
Todo: Completely revise the implementation for thread-safe concurrentaccess to the data. Ideally utilizing a multiple readers / singlewriter model (QReadWriteLock may be useful here).
View differences
Refactor|WadFile: Separated the lump cache into a new class
Todo: Completely revise the implementation for thread-safe concurrent
access to the data. Ideally utilizing a multiple readers / single
writer model (QReadWriteLock may be useful here).