source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @607   8 years Maciej Komosinski Updated for new format of dissimilarity matrix (with the optional two …
(edit) @606   8 years Maciej Komosinski Code formatting
(edit) @605   8 years Maciej Komosinski - Added 'fixedZaxis' option to paramtab (so that it is accessible from …
(edit) @604   8 years Maciej Komosinski Made the amount of jitter a continuous, adjustable parameter
(edit) @603   8 years oriona Integer command line arguments converted to ints in main call.
(edit) @602   8 years Maciej Komosinski - More flexible reading of distance matrices from files - Can also …
(edit) @601   8 years oriona Possibility of fixing z axis during the alignment added.
(edit) @600   8 years oriona Number of returned dimensions set to minimum of desired number and the …
(edit) @599   8 years oriona Function for computing variances removed.
(edit) @598   8 years oriona MDS algorithm changed to cmdscale. Coordinates export to file added.
(edit) @597   8 years Maciej Komosinski No longer ignores "jitter" and "outname" parameters
(edit) @596   8 years Maciej Komosinski Uncomment to make it work with no graphical backend
(edit) @595   8 years oriona Rotation of creatures in z axis changed to random. LocalDrive? usage …
(edit) @594   8 years konrad Fixed drawing the spine and the skeleton for the tree-genealogy.py
(edit) @593   8 years Maciej Komosinski Added the missing visual style declaration for foraminifera creatures
(edit) @592   8 years Maciej Komosinski More meaningful variable names
(edit) @591   8 years Maciej Komosinski Added a comment
(edit) @590   8 years oriona Feed period changed to food flux in grams per square meter per second. …
(edit) @589   8 years konrad Fixed dark lines inside lines in tree-genealogy.py
(edit) @588   8 years oriona Movement of forams in z axis restricted.
(edit) @587   8 years oriona Enhanced nutrient visualization corrected.
(edit) @586   8 years konrad Tiny refactoring of tree-genealogy.py
(edit) @585   8 years konrad Added an option for defining colors of crossover / mutation lines from …
(edit) @584   8 years oriona Positions of foraminifera, reticulopodia and nutrients corrected.
(edit) @583   8 years oriona Chamber growth visualization moved to the separate function.
(edit) @582   8 years Maciej Komosinski Added comments and TODOs
(edit) @581   8 years Maciej Komosinski Brighter colors
(edit) @580   8 years oriona Vertical position of enhanced visualization of nutrient lowered.
(edit) @579   8 years oriona Vertical position of foraminifera lowered. Color of body and …
(edit) @578   9 years sz object creation and removal is now reflected in the blender scene view …
(edit) @577   9 years konrad Supporting coloring edges and nodes by type, scalable dots
(edit) @576   9 years konrad Simple scale
(edit) @575   9 years Maciej Komosinski When the last chamber is growing, make it gray and add extra …
(edit) @574   9 years Maciej Komosinski More strict validation of numeric type definitions: min without max is …
(edit) @573   9 years oriona Inherited entry for cross-over corrected.
(edit) @572   9 years konrad Added crossover and support for Inheritance table (but the table …
(edit) @571   9 years konrad Additional options in tree-genealogy.py, dots and jitter
(edit) @570   9 years Maciej Komosinski Improved help message
(edit) @569   9 years oriona Chamber growth visualization time extended. Nutrient energy corrected.
(edit) @568   9 years oriona Used secPerStep values added in help, setPerStep in show set to 50.
(edit) @567   9 years oriona Chamber growth visualization added, [OFFSPRING] message added, refactoring.
(edit) @566   9 years konrad Added REAL time option for tree-genealogy.py, renamed previous REAL …
(edit) @565   9 years oriona Script for plotting results of the MDS added.
(edit) @564   9 years konrad some changes to drawing style + non-random dissimilarity + assertion
(edit) @563   9 years konrad updated to the new input format
(edit) @562   9 years Maciej Komosinski Added a script to draw genealogical trees based on parent-child …
(edit) @561   9 years Maciej Komosinski 7% chamber growth instead of 5%; tighter spiral in morphology
(edit) @560   9 years Maciej Komosinski Fixed a typo
(edit) @559   9 years Maciej Komosinski Foram genotype generator can produce genotypes with the last chamber …
(edit) @558   9 years Maciej Komosinski - Add color to Parts - Tighter spiral
(edit) @557   9 years Maciej Komosinski - Fixed extra space after property ID - A function to generate simple …
(edit) @556   9 years oriona Properties descriptions corrected.
(edit) @555   9 years oriona Visual style for enhanced nutrients restored.
(edit) @554   9 years oriona Refactoring, change of foraminifera direction at world boundary added.
(edit) @553   9 years Maciej Komosinski Added visual style for "enhanced nutrients"
(edit) @552   9 years oriona Dir_changed_sec changed from global to ExpProperty?, new divisionCost …
(edit) @551   9 years Maciej Komosinski PreconfiguredGenetics? warns about unexpected use case and unregisters …
(edit) @550   9 years Maciej Komosinski LoggerToStdout? used in geometry tests. PreconfiguredGenetics? moved to …
(edit) @549   9 years Maciej Komosinski More correct use of PreconfiguredGenetics?: avoid static objects, …
(edit) @548   9 years Maciej Komosinski Improved description/docs
(edit) @547   9 years oriona PreconfiguredGenetics? added in geometrytestutils
(edit) @546   9 years Maciej Komosinski Renamed: Model::buildUsingNewShapes -> …
(edit) @545   9 years Maciej Komosinski Dictionary.set() documentation updated
(edit) @544   9 years Maciej Komosinski Renamed: Model::getShape() ==> Model::getShapeType() Model::SHAPE_OLD …
(edit) @543   9 years Maciej Komosinski Improved description
(edit) @542   9 years Maciej Komosinski Explicit casting to integer ("0+x" trick no longer works)
(edit) @541   9 years oriona Division by 0.0 for a single ellipsoid fixed [closes #42]. Sampling …
(edit) @540   9 years oriona Meshbuilder.cpp added.
(edit) @539   9 years oriona Division by 0.0 for a single ellipsoid fixed [closes #42]. Sampling …
(edit) @538   9 years Maciej Komosinski Value of the assignment statement is now consistently the assigned …
(edit) @537   9 years Maciej Komosinski ExpParams? -> ExpProperties? (compatibility with v5.x)
(edit) @536   9 years Maciej Komosinski "Shaped" models use the same p.mass calculation as "old" models …
(edit) @535   9 years Maciej Komosinski - More strict type description checking when adding a property in …
(edit) @534   9 years Maciej Komosinski Renamed: get/setGene -> get/setGenes, setGeneOnly -> …
(edit) @533   9 years Maciej Komosinski - Improved error message on superfluous param values - Don't call …
(edit) @532   9 years Maciej Komosinski A new set of getStyle/getFullStyle functions in GenMan? and cosmetic …
(edit) @531   9 years sz updated to the most recent Framsticks source (Part.m removed, …
(edit) @530   9 years Maciej Komosinski Strict parsing of genotype format prefix
(edit) @529   9 years Maciej Komosinski \r can be optionally removed while loading
(edit) @528   9 years Maciej Komosinski - Part.m removed - Part.h becomes XPROP - validate more part and joint …
(edit) @527   9 years Maciej Komosinski Print mappings of models
(edit) @526   9 years Maciej Komosinski Geno::toString() renamed to Geno::getGeneAndFormat()
(edit) @525   9 years oriona Adjustment of reticulopodia position for initial forams added.
(edit) @524   9 years oriona Visual style for nutrient added. Help for ExpProperties?.secPerStep added.
(edit) @523   9 years Maciej Komosinski No more overloading of fopen/fclose/... functions for the VirtFILE …
(edit) @522   9 years Maciej Komosinski Code formatting
(edit) @521   9 years Maciej Komosinski Extended error messages for invalid genotype format declaration
(edit) @520   9 years Maciej Komosinski Code formatting
(edit) @519   9 years Maciej Komosinski Simpler and more understandable error message
(edit) @518   9 years Maciej Komosinski More strict parsing of genotype format prefix
(edit) @517   9 years Maciej Komosinski Added an example of saving MiniGenotype? objects to a file
(edit) @516   9 years Maciej Komosinski Geno format as a string (no longer ascii number)
(edit) @515   9 years Maciej Komosinski Renamed, better name
(edit) @514   9 years Maciej Komosinski More strict parsing of numbers when converting genotypes f1->f0
(edit) @513   9 years Maciej Komosinski checkValidity() and validate() are now aware of genotype name
(edit) @512   9 years Maciej Komosinski No trailing space in full name when last name is empty
(edit) @511   9 years Maciej Komosinski Improved handling of multiline messages by loggers
(edit) @510   9 years oriona Energy transfer changed for using tranferEnergyTo function. Dilpoid …
(edit) @509   9 years sz - default vr,vg,vb changed (1,1,1) - POVExport object added
(edit) @508   9 years Maciej Komosinski Conditional macro to identify for which genotypes the order of …
Note: See TracRevisionLog for help on using the revision log.