-
-
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
Merged
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
64dd525
Add dirty flag and integrate
dmwever 2110ff2
Update libopenage/pathfinding/cost_field.cpp
dmwever 5dcc8a8
Add const to time_t and improve docstrings
dmwever 04211fa
change sector is_dirty to a reference
dmwever 7f75f53
Change fieldCache to unique_ptr and add docs
dmwever 219431d
Grammar
dmwever 305b412
Grammar
dmwever 94101cb
Use contains()
dmwever 3cfdb11
several changes
dmwever 5c41505
next round of changes
dmwever ced5092
Update libopenage/pathfinding/cost_field.h
dmwever 300b123
- more fixes
dmwever 3cef612
Update cost_field.h
dmwever 4ed876b
Update libopenage/pathfinding/cost_field.h
dmwever e0fc329
Update libopenage/pathfinding/cost_field.h
dmwever ba7aec4
Update libopenage/pathfinding/integrator.h
dmwever f0d923c
Update libopenage/pathfinding/integrator.h
dmwever d839bc5
Update Demo
dmwever 5249d77
gamestate: Add request time to pathfinding request.
heinezen 1fec0c9
path: Fix warning for cost field member ordering.
heinezen 87776b6
path: Fix missing initialization of integrator's field cache.
heinezen c5a3130
Fix sanity check complaints.
heinezen 8dba1e1
path: Make is_dirty check const.
heinezen 9b20825
path: Make demo 1 comments more verbose.
heinezen b43113a
path: Activate cache usage in demo 1.
heinezen 62889e6
patg: Remove 'is_dirty' method from sector code.
heinezen ec72342
path: Cleanup field cache code.
heinezen 863ba6c
path: Avoid duplicate lookups for field cache in integrator.
heinezen eb8f73d
Update copying.md
dmwever dfa9344
- Sanity Fixes
dmwever 378f69c
Add old email for sanity checks
dmwever 0645469
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 :)
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.
I think both mails are in the commits. The GitHub one is used when you apply suggestions to PRs in the web interface.