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.
Point in ui and output (CleverRaven#33225)
* Add overloads for output.h and ui.h functions * Refactoring pass * Manually revert some named point changes For most of the text formatting code, it doesn't make sense to use point_north, etc. So revert those changes and add NOLINT markup. * Port calls to uilist Did these manually because the automatic refactoring can't cope with non-adjacent x, y arguments. * Implement point versions of ui, output functions Having ported the callers, now implement the new versions and delete the old function declarations. * Port curses calls to changed UIs Some further calls needed to change that weren't caught by automatic refactoring because they aren't part of the tiles build. * Final refactoring pass Last tweak coming out of the previous manual changes.
- Loading branch information
1 parent
951e7d4
commit 5cad1d5
Showing
62 changed files
with
1,967 additions
and
1,791 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
Oops, something went wrong.