EasyRPG / Editor

Game editor similar to RPG Maker
https://easyrpg.org/editor/
GNU General Public License v3.0
336 stars 59 forks source link

Event caching rewrite (and general map view fixes) #226

Open lumiscosity opened 1 month ago

lumiscosity commented 1 month ago

This PR rewrites the event cache to update dynamically when drawing events and store graphics by a combination of the charset name and the offset instead of per event ID. This greatly speeds up map loading times and fixes the immense lag present when scrolling.

This PR also sets the default panorama colour from magenta to black, to match in-engine behaviour, and fixes issues with autotile rendering caused by not pre-filling the pixmaps.