-
-
Notifications
You must be signed in to change notification settings - Fork 212
flood fill #2840
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
flood fill #2840
Changes from 10 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
8b019c9
draw flood fill
robertpfeiffer b473f0b
clang-format, docs, report error
robertpfeiffer c2ccab3
tests
robertpfeiffer 0dea589
format
robertpfeiffer af87bc4
types
robertpfeiffer 9df783e
comments, readability
robertpfeiffer c9c117f
code review feedback
robertpfeiffer 029ccc5
My local install of clang-format disagreed with CI.\nIf you keep this…
robertpfeiffer 90e8031
Merge branch 'main' into flood_fill
MyreMylar eee983e
Merge branch 'main' into flood_fill
MyreMylar 438ed6d
Updating docs to match implementation
MyreMylar 19bbcae
making docs more accurate
MyreMylar 2518ee2
Update src_c/doc/draw_doc.h
MyreMylar 1c5b761
make it 'start_point' everywhere
MyreMylar e91c585
Add small tweaks from AI code review
MyreMylar 7244af0
Fix SDL3 build
MyreMylar 03bbbd4
Fix SURF_GET_AT macro for SDL3
MyreMylar 4908911
Merge remote-tracking branch 'origin/flood_fill' into flood_fill
MyreMylar f2304dd
Fix raising error in inner_function.
MyreMylar d1c9e55
TRy ifdefing SURF_GET_AT macro to avoid redef error
MyreMylar cb9d5e9
docs indentation
MyreMylar decc5da
docs indentation
MyreMylar 84ade6e
formatting
MyreMylar 148cbb5
switch start_point to start_pos
MyreMylar 6bdc0a0
Adapt documentation to match other functions
MyreMylar 7047eca
Fix conversion and error propagation
MyreMylar 7012bdf
more interesting cases for flood fill tests
robertpfeiffer d440ba8
Better explain test case on comments
robertpfeiffer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.