-
-
Notifications
You must be signed in to change notification settings - Fork 97
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
New Infotypes and new display method #1287
Open
CrimRecya
wants to merge
30
commits into
Phobos-developers:develop
Choose a base branch
from
CrimRecya:develop-newinfotype
base: develop
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.
+365
−62
Open
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
0983bf8
Several new Infotypes and a new single frame display method
CrimRecya 6ff1802
Little modify
CrimRecya 662d872
Merge remote-tracking branch 'upstream/develop' into develop-newinfotype
CrimRecya 2b79461
Initialize info
CrimRecya 8502c8b
Merge remote-tracking branch 'upstream/develop' into develop-newinfotype
CrimRecya 91cfb86
Fix reload timer not always stop when no ammo
CrimRecya 5678e4b
Update Body.Visuals.cpp
CrimRecya 518e6c3
Merge branch 'develop' into develop-newinfotype
CrimRecya 68cf051
New function
CrimRecya 28f7b4f
Update docs
CrimRecya fe88dec
Fix max value
CrimRecya 27fc196
Leave these to customization
CrimRecya c738f2d
Merge branch 'develop' into develop-newinfotype
CrimRecya 4cd6d5d
Merge branch 'develop' into develop-newinfotype
CrimRecya 34f9d3d
Merge branch 'develop' into develop-newinfotype
CrimRecya 23006a2
Change reload max value
CrimRecya 29451a0
Merge branch 'develop' into develop-newinfotype
CrimRecya 9d39b71
Const auto
CrimRecya f260915
Const auto
CrimRecya 3285b76
Core
CrimRecya 93b5f06
Check InLimbo
CrimRecya 3b8e0e3
[Vanilla Fix] Fix impassable invisible barrier created by chronospher…
Coronia 06664e9
[Minor] Fix Ammo features and tank bunkers. (#1420)
Fryone aa4e952
[Minor] Disallow other actions for building in planning mode (#1524)
TaranDahl 83debb7
Merge remote-tracking branch 'upstream/develop' into develop-newinfotype
CrimRecya a954c83
Merge remote-tracking branch 'upstream/develop' into develop-newinfotype
CrimRecya 886cd12
New `ValueAsTimer`
CrimRecya 783bf21
Fix a typo
CrimRecya 42857d0
Merge remote-tracking branch 'upstream/develop' into develop-newinfotype
CrimRecya 29dcafe
Remove useless
CrimRecya 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
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.
What is this for? Why are you explicitly setting
RearmTimer
on techno creation?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.
Before the techno fires for the first time,
RearmTimer
is not set, which will not display anything.