Skip to content

Reduced re-drawing of Window_Command#3612

Open
VannevarXbox wants to merge 2 commits into
EasyRPG:masterfrom
VannevarXbox:cmd-window-optimize-draw
Open

Reduced re-drawing of Window_Command#3612
VannevarXbox wants to merge 2 commits into
EasyRPG:masterfrom
VannevarXbox:cmd-window-optimize-draw

Conversation

@VannevarXbox

@VannevarXbox VannevarXbox commented Jul 13, 2026

Copy link
Copy Markdown

Used existing cache of displayed info to skip re-drawing of list items when their state hasn't changed. This helps with frequent re-drawing of the player character battle command window in particular.

This is similar to, but independent from: #3580
(It turns out, both of these optimizations were needed together to smooth out battle FPS on Xbox)

It should hopefully help with these issues:
#3494
#3497

Used existing cache of displayed info to skip re-drawing of items when their state hasn't changed

This helps with frequent re-drawing of the player battle command window in particular.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

1 participant