CHeretic: Difference between revisions
From GameBrew
More actions
No edit summary |
No edit summary |
||
| Line 111: | Line 111: | ||
'''2021/05/25''' | '''2021/05/25''' | ||
* Reverted texture loading code to use the previous method. Apparently the last commit was to add a new texture loading method - in an attempt to avoid black/white lines. This code has been reverted | * Reverted texture loading code to use the previous method. Apparently the last commit was to add a new texture loading method - in an attempt to avoid black/white lines. This code has been reverted as it was intended for testing. | ||
* Fixed sprite loading that caused an abort. This was caused by a cached object being evicted from the cache while it was still in use. | * Fixed sprite loading that caused an abort. This was caused by a cached object being evicted from the cache while it was still in use. | ||
* Fixed music memory leak. mus files were never allowed to be dropped from the cache. This resulted in z_malloc failure errors. | * Fixed music memory leak. mus files were never allowed to be dropped from the cache. This resulted in z_malloc failure errors. | ||
