-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add dirty flag and integrate #1725
Open
dmwever
wants to merge
34
commits into
SFTtech:master
Choose a base branch
from
dmwever:Add-Cost-Field-Dirty-Flag
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
9ea8b58
Add dirty flag and integrate
dmwever a12b347
Update libopenage/pathfinding/cost_field.cpp
dmwever 73647d4
Add const to time_t and improve docstrings
dmwever 5a17e4e
change sector is_dirty to a reference
dmwever 22e594f
Change fieldCache to unique_ptr and add docs
dmwever ce77c9f
Grammar
dmwever d33d4f7
Grammar
dmwever 3adb802
Use contains()
dmwever 6251a72
Merge branch 'master' into Add-Cost-Field-Dirty-Flag
dmwever fd72608
several changes
dmwever b9f6bd1
next round of changes
dmwever 6f2c407
Update libopenage/pathfinding/cost_field.h
dmwever e7fb51e
- more fixes
dmwever 4561388
Update cost_field.h
dmwever bf33b18
Update libopenage/pathfinding/cost_field.h
dmwever 6e6c7a6
Update libopenage/pathfinding/cost_field.h
dmwever cf3cd96
Update libopenage/pathfinding/integrator.h
dmwever d5cfcf0
Update libopenage/pathfinding/integrator.h
dmwever 904f44b
Update Demo
dmwever 91df9f5
Merge remote-tracking branch 'upstream/master' into Add-Cost-Field-Di…
dmwever 9040a3c
gamestate: Add request time to pathfinding request.
heinezen 1ad186c
path: Fix warning for cost field member ordering.
heinezen e30126a
path: Fix missing initialization of integrator's field cache.
heinezen cbb5f3b
Fix sanity check complaints.
heinezen dea6b18
path: Make is_dirty check const.
heinezen 9b506b9
path: Make demo 1 comments more verbose.
heinezen b73fe42
path: Activate cache usage in demo 1.
heinezen c2de560
patg: Remove 'is_dirty' method from sector code.
heinezen f378c52
path: Cleanup field cache code.
heinezen b971a7b
path: Avoid duplicate lookups for field cache in integrator.
heinezen d771627
Update copying.md
dmwever 48a6955
- Sanity Fixes
dmwever 4b4dd25
Add old email for sanity checks
dmwever 66e4004
Update .mailmap
dmwever 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,4 +20,5 @@ Tobias Feldballe <[email protected]> <[email protected]> | |
Tobias Feldballe <[email protected]> <[email protected]> | ||
Jonas Borchelt <[email protected]> | ||
Derek Frogget <[email protected]> <[email protected]> | ||
Nikhil Ghosh <[email protected]> | ||
Nikhil Ghosh <[email protected]> | ||
David Wever <[email protected]> <[email protected]> | ||
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
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
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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you don't need this entry if you update and fix your mail/author name in all the commits of this pull request. since they are not merged yet, this can easily be done - the file is for commits that have been merged already :)