forked from Revolutionary-Games/Thrive
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request Revolutionary-Games#297 from Revolutionary-Games/1…
…91-basic-population-dynamics A large refactoring project, adding proper species handling, and a model for handling populations. Also refactored: Spawning functions heavily simplified Editor organelle placement heavily simplified Fixes Revolutionary-Games#191 Fixes Revolutionary-Games#270
- Loading branch information
Showing
15 changed files
with
786 additions
and
416 deletions.
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 |
---|---|---|
@@ -1,47 +1,47 @@ | ||
<?xml version="1.0" ?> | ||
<Compounds> | ||
<Compound name="atp" weight="1"> | ||
<Display text="ATP"> | ||
<Model file="ATP.mesh" size="0.1" /> | ||
</Display> | ||
</Compound> | ||
<Compound name="oxygen" weight="1"> | ||
<Display text="Oxygen" > | ||
<Model file="molecule.mesh" size="0.3" /> | ||
</Display> | ||
</Compound> | ||
<Compound name="reproductase" weight="1"> | ||
<Display text="Reproductase" > | ||
<Model file="reproductase.mesh" size="0.09" /> | ||
</Display> | ||
</Compound> | ||
<Compound name="aminoacids" weight="1"> | ||
<Display text="Amino Acids"> | ||
<Model file="aminoacid.mesh" size="0.2" /> | ||
</Display> | ||
</Compound> | ||
<Compound name="ammonia" weight="1"> | ||
<Display text="Ammonia" > | ||
<Model file="ammonia.mesh" size="0.16" /> | ||
</Display> | ||
</Compound> | ||
<Compound name="glucose" weight="1"> | ||
<Display text="Glucose" > | ||
<Model file="glucose.mesh" size="0.3" /> | ||
</Display> | ||
</Compound> | ||
<Compound name="co2" weight="1"> | ||
<Display text="CO2" > | ||
<Model file="co2.mesh" size="0.16" /> | ||
</Display> | ||
</Compound> | ||
|
||
<AgentCompounds> | ||
<Agent name="oxytoxy" weight="1"> | ||
<Display text="OxyToxy NT" > | ||
<Model file="oxytoxy.mesh" size="0.3" /> | ||
</Display> | ||
<Effect function="oxytoxyEffect" /> | ||
</Agent> | ||
</AgentCompounds> | ||
</Compounds> | ||
<?xml version="1.0" ?> | ||
<Compounds> | ||
<Compound name="atp" weight="1"> | ||
<Display text="ATP"> | ||
<Model file="ATP.mesh" size="0.1" /> | ||
</Display> | ||
</Compound> | ||
<Compound name="oxygen" weight="1"> | ||
<Display text="Oxygen" > | ||
<Model file="molecule.mesh" size="0.3" /> | ||
</Display> | ||
</Compound> | ||
<Compound name="reproductase" weight="1"> | ||
<Display text="Reproductase" > | ||
<Model file="reproductase.mesh" size="0.09" /> | ||
</Display> | ||
</Compound> | ||
<Compound name="aminoacids" weight="1"> | ||
<Display text="Amino Acids"> | ||
<Model file="aminoacid.mesh" size="0.2" /> | ||
</Display> | ||
</Compound> | ||
<Compound name="ammonia" weight="1"> | ||
<Display text="Ammonia" > | ||
<Model file="ammonia.mesh" size="0.16" /> | ||
</Display> | ||
</Compound> | ||
<Compound name="glucose" weight="1"> | ||
<Display text="Glucose" > | ||
<Model file="glucose.mesh" size="0.3" /> | ||
</Display> | ||
</Compound> | ||
<Compound name="co2" weight="1"> | ||
<Display text="CO2" > | ||
<Model file="co2.mesh" size="0.16" /> | ||
</Display> | ||
</Compound> | ||
|
||
<AgentCompounds> | ||
<Agent name="oxytoxy" weight="1"> | ||
<Display text="OxyToxy NT" > | ||
<Model file="oxytoxy.mesh" size="0.3" /> | ||
</Display> | ||
<Effect function="oxytoxyEffect" /> | ||
</Agent> | ||
</AgentCompounds> | ||
</Compounds> |
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.