source: cpp/frams/model/model.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1135   3 years Maciej Komosinski Validate joint length in Model: not just maximum but also minimum allowed
(edit) @1039   3 years Maciej Komosinski Removed Part's "visual thickness" property
(edit) @1002   4 years Maciej Komosinski Model::rawGeno() now ignores model validity
(edit) @999   4 years Maciej Komosinski More consistent usage of "shapetype" (vs. "shape")
(edit) @988   4 years Maciej Komosinski Building a Model from Geno now fails when Model.shape is incompatible …
(edit) @975   4 years Maciej Komosinski Added NeuroClass::getSupportedJointTypes() and …
(edit) @972   4 years Maciej Komosinski - separate "0" and "0s" formats (for SHAPE_BALL_AND_STICK and …
(edit) @955   4 years Maciej Komosinski Genetic format ID becomes a string (no longer limited to a single …
(edit) @952   4 years Maciej Komosinski Added new receptors (Gp:"gyroscope" on a Part, Tp:Touch-proximity and …
(edit) @934   4 years Maciej Komosinski Introduced 'volume' field available by getMinPart(), getMaxPart(), …
(edit) @915   4 years Maciej Komosinski Added fields to characterize hinges in "solid shape"-type Models
(edit) @900   4 years Maciej Komosinski Ensure consistent rotation data when building a solid shapes model: …
(edit) @896   4 years Maciej Komosinski Replaced #defined macros for popular random-related operations with …
(edit) @815   6 years Maciej Komosinski Use double for consistency (using float to store double value of 0.2 …
(edit) @732   6 years Maciej Komosinski Added support for "checkpoints" (intermediate phases of development of …
(edit) @726   6 years Maciej Komosinski - Changed Model::singleStepBuild() to Model::addFromString() to create …
(edit) @720   6 years Maciej Komosinski Param::save2() renamed to saveSingleLine(); unified Param::load() so …
(edit) @660   7 years Maciej Komosinski Model shape conversion no longer requires const Model&
(edit) @653   7 years Maciej Komosinski Model::buildUsingSolidShapeTypes() can now handle single-Part models …
(edit) @644   7 years Maciej Komosinski Invalid references from neurons to Parts/Joints? are now reported
(edit) @611   8 years Maciej Komosinski Code formatting
(edit) @610   8 years Maciej Komosinski - Introduced levels of checking the validity of a Model - If a Joint …
(edit) @546   8 years Maciej Komosinski Renamed: Model::buildUsingNewShapes -> …
(edit) @544   8 years Maciej Komosinski Renamed: Model::getShape() ==> Model::getShapeType() Model::SHAPE_OLD …
(edit) @536   8 years Maciej Komosinski "Shaped" models use the same p.mass calculation as "old" models …
(edit) @534   8 years Maciej Komosinski Renamed: get/setGene -> get/setGenes, setGeneOnly -> …
(edit) @528   8 years Maciej Komosinski - Part.m removed - Part.h becomes XPROP - validate more part and joint …
(edit) @522   8 years Maciej Komosinski Code formatting
(edit) @519   8 years Maciej Komosinski Simpler and more understandable error message
(edit) @501   8 years Maciej Komosinski Fixed obvious read from the just-deleted object
(edit) @495   8 years Maciej Komosinski Unified and better formatted error and warning messages
(edit) @458   8 years sz fixed memory leaks in Model (when building from invalid f0 genotype)
(edit) @393   9 years sz f0 parsing corrections and enhancements: - f0 genotype becomes invalid …
(edit) @391   9 years sz Moved frams/loggers to common/loggers
(edit) @375   9 years Maciej Komosinski Renamed logging functions to more intuitive and simple names
(edit) @372   9 years sz Renamed some classes and functions to make their purpose more obvious: …
(edit) @348   9 years Maciej Komosinski - explicit c_str() in SString instead of (const char*) cast - genetic …
(edit) @319   9 years Maciej Komosinski Fixed compilation warnings
(edit) @286   9 years Maciej Komosinski Updated headers
(edit) @279   9 years Maciej Komosinski This test should be an assignment
(edit) @274   9 years Maciej Komosinski Added Model::move() and Model::rotate()
(edit) @269   9 years Maciej Komosinski - Model validation checks part/joint shapes for consistency (old/new) …
(edit) @247   9 years Maciej Komosinski Sources support both 32-bit and 64-bit, and more compilers
(edit) @197   10 years Maciej Komosinski GDK used by developers since 1999, distributed on the web since 2002
(edit) @183   10 years Maciej Komosinski Improved handling of model properties
(edit) @165   10 years sz Model object does not enforce p.m when new style shape is used
(edit) @153   10 years sz SList container iteration: FOREACH() macro now creates local variable …
(edit) @121   10 years sz updated file headers and makefiles
(edit) @114   10 years sz improved/bug fixed: delta joint mode (in f0 genotypes) is now …
(add) @109   10 years sz source reorganization (see README) new feature added: part/joint …
Note: See TracRevisionLog for help on using the revision log.