Commit graph

22 commits

Author SHA1 Message Date
Sour
458464357c NES: HD Packs - Remove invalid <addition> rules after loading the pack 2024-01-23 17:18:54 +09:00
Sour
fd3142fd04 NES: HD Packs - Allow additional sprites to be added by background tiles 2023-09-25 23:13:43 +09:00
Sour
884f465733 NES: HD Packs - Added ability to ignore palette for tile/sprite conditions and addition tag
+ Allow fallback tiles to use "default" tiles when palette doesn't match
Also changes hd pack version to v108
2023-04-22 14:40:41 -04:00
Sour
99acfc71b9 NES: HD Packs - Small performance improvement for additional sprites 2023-03-28 20:10:55 -04:00
Sour
9e7a5ab146 NES: HD Packs - Improved performance when a large number of <addition> tags are defined 2023-03-27 19:46:17 -04:00
Sour
7c38ed47f9 NES: HD Packs - Added blend mode option to backgrounds 2023-03-18 11:28:40 -04:00
Sour
11dbb90732 NES: HD Packs - Performance tweaks
Keep BGs in separate arrays based on their priority to avoid having to scan thousands of background entries for layers that have no backgrounds at all on each frame
2023-03-18 11:16:13 -04:00
Sour
4d6736fae3 NES: HD Packs - Fixed background display issue when brightness isn't 255 2023-03-06 19:48:12 -05:00
Sour
8ec81f0e18 NES: HD Packs - Added "fallback tiles" feature 2023-03-05 18:42:32 -05:00
Sour
cdadbebf70 NES: HD Packs - Fixed out of range memory access for additional sprites 2023-03-05 11:38:36 -05:00
Sour
180b5faf6d NES: HD Packs - Added support for <addition> tag 2023-03-04 20:18:41 -05:00
Sour
317b610555 NES: HD Packs - Fixed background sprites not being rendered correctly when no background layer exists 2023-03-04 20:03:23 -05:00
Sour
19ecff27f7 NES: HD Packs - Fixed background rendering when alpha is between 1 and 254 2023-03-04 20:01:30 -05:00
Sour
78acaee864 NES: HD Packs - Small performance improvements 2023-03-02 21:00:49 -05:00
Sour
e9a940657d NES: HD Packs - Load PNG files in a separate thread to prevent stuttering in some packs that use huge PNG files 2023-03-02 19:13:30 -05:00
Sour
ace23978f7 NES: HD Packs - Fixed display issues (transparency, missing tiles) 2023-03-02 19:11:59 -05:00
Sour
6f525ca639 NES: HD packs - Decode images on first use
Makes loading HD packs faster
2023-03-01 21:41:19 -05:00
Sour
ccc2bbbc5b NES: HD Packs - Decode backgrounds on first use
Makes loading HD packs faster
2023-03-01 21:00:52 -05:00
Sour
152abf690b Rename stdafx.h to pch.h 2022-09-08 21:29:52 -04:00
Sour
6588d6d0c9 NES: Implemented NoSpriteLimit flag for HD packs 2022-07-14 21:21:15 -04:00
Sour
4ee43d8ba7 HD packs WIP 2021-05-10 18:17:58 -04:00
Sour
3e90df5ef4 WIP HD packs 2021-05-09 23:14:30 -04:00