Skip to content
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

Implement a way to edit the cell division order in multicellular #4499

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions Thrive.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,15 @@
<Compile Include="src\early_multicellular_stage\editor\action_data\CellMoveActionData.cs" />
<Compile Include="src\early_multicellular_stage\editor\action_data\CellPlacementActionData.cs" />
<Compile Include="src\early_multicellular_stage\editor\action_data\CellRemoveActionData.cs" />
<Compile Include="src\early_multicellular_stage\editor\action_data\ReproductionOrderActionData.cs" />
<Compile Include="src\early_multicellular_stage\editor\CellBodyPlanEditorComponent.Callbacks.cs" />
<Compile Include="src\early_multicellular_stage\editor\CellBodyPlanEditorComponent.cs" />
<Compile Include="src\early_multicellular_stage\editor\CellPopupMenu.cs" />
<Compile Include="src\early_multicellular_stage\editor\CellTypeSelection.cs" />
<Compile Include="src\early_multicellular_stage\editor\EarlyMulticellularEditor.cs" />
<Compile Include="src\early_multicellular_stage\editor\EarlyMulticellularReproductionOrderEditor.cs" />
<Compile Include="src\early_multicellular_stage\editor\ReproductionOrderEntry.cs" />
<Compile Include="src\early_multicellular_stage\editor\ReproductionOrderEditor.cs" />
<Compile Include="src\early_multicellular_stage\IPositionedCell.cs" />
<Compile Include="src\early_multicellular_stage\Microbe.Multicellular.cs" />
<Compile Include="src\engine\CheatManager.cs" />
Expand Down
72 changes: 40 additions & 32 deletions locale/af.po

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.