-
-
Notifications
You must be signed in to change notification settings - Fork 603
Expanded cell specialization effects #6826
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
Open
Accidental-Explorer
wants to merge
98
commits into
master
Choose a base branch
from
expanded-cell-specialization-effects
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
98 commits
Select commit
Hold shift + click to select a range
30a9996
Exclude nucleus from specialisation calculation
Accidental-Explorer f36185d
Switched to using hex counts instead of organelle number to normalize…
Accidental-Explorer 54ff465
Removed the minimum size for specialisation
Accidental-Explorer 0a005a0
Corrected usage of the nucleus check.
Accidental-Explorer 49dbad2
Moved assignments of the nucleusDefinition to field in classes.
Accidental-Explorer f5cd750
Format
Accidental-Explorer 65318e7
Removed assignement of nucelus definition from class in two cases
Accidental-Explorer 5a9949b
Merge remote-tracking branch 'origin/changed-specialisation-calculati…
Accidental-Explorer 199bf6e
Removed assignment of nucleus definition from class in two cases
Accidental-Explorer 4ede9c1
Merge remote-tracking branch 'origin/changed-specialisation-calculati…
Accidental-Explorer 2c22f7f
Merge branch 'master' into changed-specialisation-calculation
Accidental-Explorer 7323510
Made cell specialisation bonus apply to positive effects on environme…
Accidental-Explorer 10f8464
Merge branch 'master' into changed-specialisation-calculation
Accidental-Explorer 434b9ec
post-merge adaptation.
Accidental-Explorer cd02bd6
Merge branch 'changed-specialisation-calculation' into expanded-cell-…
Accidental-Explorer f3178ff
WIP cell specialisation effect on storage capacity.
Accidental-Explorer 7850aa4
Resolved ambiguity
Accidental-Explorer e272d8b
Applied cell specialization bonus to flagellum speed
Accidental-Explorer 00bc5be
WIP add cell specialization Bonus to rotation speed from cilia
Accidental-Explorer 9c91a69
Tried to correctly prepare for multicellular adjacency in one location.
Accidental-Explorer 392deed
Store cell specialization bonus in new entity component, and use that…
Accidental-Explorer 2f1a333
Line too long
Accidental-Explorer e457a7a
Format fix?
Accidental-Explorer c23ba30
Apply cell specialization bonus to digestion speed and efficiency fro…
Accidental-Explorer 0a49ffa
remove forgotten TODO
Accidental-Explorer 8995a5f
Ensure that flagella are also affected by cell specialization bonus i…
Accidental-Explorer be4c9cb
Apply cell specialization bonus to pulling cilia force and range. Als…
Accidental-Explorer 37205a8
Merge remote-tracking branch 'origin/expanded-cell-specialization-eff…
Accidental-Explorer 9f78133
Format fix.
Accidental-Explorer 4e62d5b
Make cell specialization bonus affect slimejet emission amount, movem…
Accidental-Explorer 78db62d
Fixed forgotten step in slime jets.
Accidental-Explorer 2146f97
Merge branch 'master' into expanded-cell-specialization-effects
Accidental-Explorer 100d06c
Fixed merge conflicts
Accidental-Explorer 84cb4ee
line too long
Accidental-Explorer 95ac28e
removed unused nucleusDefinition
Accidental-Explorer a534d43
Implemented specialization bonus for colony rotation speed in Microbe…
Accidental-Explorer d15526d
Updated comments
Accidental-Explorer 1800451
made specialization bonus to digestion subjectively more readable
Accidental-Explorer e94333a
Format preference
Accidental-Explorer 3487056
fixed the prey in GetPredationScore using the predator's score
Accidental-Explorer 4e98197
Auto-evo emulation of specializationBonus effect on toxins
Accidental-Explorer 5b69376
Make specialization bonus affect toxin fire rate
Accidental-Explorer 2d8f2bf
Merge branch 'master' into expanded-cell-specialization-effects
Accidental-Explorer dac146c
Fixed broken merge
Accidental-Explorer 4bcc552
Reduced amount of times CalculateSpecializationBonus is used for GetT…
Accidental-Explorer 436021f
Fixed indentation
Accidental-Explorer c78225b
Line too long...
Accidental-Explorer 9dbc729
Merge remote-tracking branch 'origin/expanded-cell-specialization-eff…
Accidental-Explorer 6e77315
Re-applied formatting change
Accidental-Explorer 7e2f510
removed one excessive application of specialization bonus
Accidental-Explorer 5993a34
band-aid fix for player starting without glucose at game start.
Accidental-Explorer 1802965
Merge branch 'master' into expanded-cell-specialization-effects
Accidental-Explorer f15f4c3
Added adjacency specialization bonus to relevant methods in CellBodyP…
Accidental-Explorer 2f46b64
Removed already completed TODO
Accidental-Explorer e53360d
Revert "band-aid fix for player starting without glucose at game start."
Accidental-Explorer 24fcf51
Calculate SpecializationBonus earlier in OnAttemptedInAutoEvo
Accidental-Explorer d4e5092
Moved CalculateSpecialization to before CalculateRotationSpeed in Cel…
Accidental-Explorer 837621c
Changed CellType's SpecializationBonus to explicitly CellTypeSpeciali…
Accidental-Explorer 14c823e
renamed SpecializationBonus in SpecializationFactor.cs to TotalSpecia…
Accidental-Explorer 84750e3
Line too long.
Accidental-Explorer 7ea8720
fixed one skipped field
Accidental-Explorer 390d58b
Clarification of cariable names in Spawners.cs
Accidental-Explorer 6744905
Clarified variables in OrganelleContainer.cs and fixed one usage of t…
Accidental-Explorer 4c295f9
more explicit variable naming
Accidental-Explorer a5ca2d2
Fixed apparent bug with CalculateDayVeryingCompoundsFillTimes not usi…
Accidental-Explorer 1762291
Yet more variable renaming and cleanup
Accidental-Explorer dee1c17
Format
Accidental-Explorer a209359
More format
Accidental-Explorer 6298670
Even more format
Accidental-Explorer f86c9b8
Merge branch 'master' into expanded-cell-specialization-effects
Accidental-Explorer a37c96a
Merge branch 'master' into expanded-cell-specialization-effects
Accidental-Explorer 5550608
Ensured systems are marked as needing to read the SpecializationFacto…
Accidental-Explorer bd961c8
Added brackets to fix calculation.
Accidental-Explorer 66a347e
Removed debug print
Accidental-Explorer 9ce0530
Correct linewrapping
Accidental-Explorer 5915d2b
Removed specialization effect on pulling cilia range
Accidental-Explorer 8e55bfc
removed already completed TODO
Accidental-Explorer 1b69d5f
Use existing work memory instead of creating new dictionaries.
Accidental-Explorer cd1e089
Removed specialization calculation from HandleNightSpawnCompounds in …
Accidental-Explorer 54ecf5e
added documentation for the multicellular version of CalculateTolerances
Accidental-Explorer 4462a44
Added specialization and adjacency effect to Multicellular environmen…
Accidental-Explorer 19ede9f
Add default SpecializationFactor components for old saves
hhyyrylainen d530cb5
Ensure OnReturnFromEditor updates the player cell with the appropriat…
Accidental-Explorer b5243a4
Fix duplicate cell property component read in type apply
hhyyrylainen a2bf00d
Merge branch 'master' into expanded-cell-specialization-effects
hhyyrylainen 3567d1d
Have auto-evo re-use species specializationbonus instead of recalcula…
Accidental-Explorer ab71429
reduced recalculation of specialization bonus for auto-evo in the tol…
Accidental-Explorer 95615c6
Corrected methods in MicrobeEditor.cs to use the correct set of organ…
Accidental-Explorer 874a5dc
Calculate specialization bonus for GenerateRandomSpecies tolerance setup
Accidental-Explorer 7d5704f
Removed checks I forgot to remove
Accidental-Explorer 6496443
'Fix' the auto evo and suggestion systems by re-calculating the speci…
Accidental-Explorer d184064
Calculate specializationbonus on calculationSpecies instead of initia…
Accidental-Explorer dcbcd2a
Make ApplyCellEffectsOnTolerances for multicellular species use cache…
Accidental-Explorer 4c885d2
Have editing the cell type in the MulticellularEditor also call to us…
Accidental-Explorer 95e00ab
Revert "Have editing the cell type in the MulticellularEditor also ca…
Accidental-Explorer 89b00cb
Ensure updating cell specializationbonus when finished editing a cell…
Accidental-Explorer 6c0a6cb
Merge branch 'master' into expanded-cell-specialization-effects
Accidental-Explorer 0336606
Fix broken merge
Accidental-Explorer 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
|
hhyyrylainen marked this conversation as resolved.
|
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
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
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.
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.