forked from CleverRaven/Cataclysm-DDA
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix graphical overmap notes displays & mission arrow (CleverRaven#50190)
* Fix graphical overmap notes display & mission arrow * Invalidate region to properly refresh overmap windows * Avoid SDL_RenderSetClipRect() calls * Draw NPCs only on their Z level * Add missing SDL_RenderSetClipRect() reset at the end of draw_om() * Update src/sdltiles.cpp Co-authored-by: Jianxiang Wang (王健翔) <[email protected]> * Remove unneeded comment * Add color tag support to graphical overmap notes * You didn't see this. Don't make me rebase. * Remove unused variables * Fix city label & note position * Fix NPC notes displaying when NPCs aren't visible * Change auto-travel path to use higlight instead of cursor sprite Co-authored-by: Jianxiang Wang (王健翔) <[email protected]>
- Loading branch information
Showing
4 changed files
with
177 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters