source: cpp/frams/model/model.cpp

Revision Log Mode:


Legend:

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