Revisions
From ALESwiki
This page contains all the notes to the major revisions to the Alesim folgers release line. Missing numbers are commits without major changes.
| Table of contents |
Revision 14
4/20/06
found the "oxygen leak" System now has a better chance at stability
Revision 8
4/19/06
Bookkeeping, creating a runnable project
Revision 6
4/18/06
Major Changes: Oxygen Depletion, Nutrient Depletion and replacement, board parameters for replication.
Revision 5
3/24/06 build, icon changes, nothing more
Revision 4
3/23/06 cleaning up the previous change, should be correct now (accidentally updated files that should have been committed!)
Revision 3
3/23/06
Added a CreaturZoan abstract class, implemented by Terramecium, Roundamecium, and Quadidium.
Modified CreaturZoan's getTarget to return a point rather than a creature, also attempts to escape from all non food.
Revision 2
3/20/06 Updated the creature class. Creature movement is now handled by two methods, drift and changeLocation, in the creature class.
Renamed several classes:
- plant -> YellowAlgae,
- Herbivore->Roundamecium
- Herbivore2->Terramecium
- Carnivore->QuaDidium
There have been some major structural changes to the creature class, including the creation of an abstract class for protozoan like creatures and and the addition of some behaviors, such as random drifting. Reproductive rate is now dependent on environmental friendliness, as is life span.
Resource Links
Javadoc. (http://ales.johnpdaigle.com/javadoc/index.html)
Source Code (http://www.alesimulator.org)

