Refocus on utilities#7
Merged
Merged
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
b07cdaa to
2c4d934
Compare
This comment was marked as outdated.
This comment was marked as outdated.
1ab3e4e to
b5fd3a4
Compare
b5fd3a4 to
5f0ce1c
Compare
5f0ce1c to
9137cc2
Compare
Gymnasiast
approved these changes
Jan 14, 2026
Gymnasiast
left a comment
Member
There was a problem hiding this comment.
I love the smell of 100,000 removed lines in the evening!
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
While
libsawyerwas originally conceived to support OpenRCT2 and OpenLoco directly, in practice it has ended up powering utilities:fsawandgxc. This PR refocuses this repository to focus on these utilities.This PR drops the dependencies on breakpad, discord-rpc, duktape, and dukglue. The custom static linking routine is dropped, instead entrusting this to CMake heuristics.
Finally,
libpng(along with itszlibdependency) are now found using a modernfind_packageoneliner.Combined, this should make it much easier to extend these utilities in the near future.