|
|
@815
|
6 years |
Maciej Komosinski |
Use double for consistency (using float to store double value of 0.2 …
|
|
|
@732
|
7 years |
Maciej Komosinski |
Added support for "checkpoints" (intermediate phases of development of …
|
|
|
@726
|
7 years |
Maciej Komosinski |
- Changed Model::singleStepBuild() to Model::addFromString() to create …
|
|
|
@720
|
7 years |
Maciej Komosinski |
Param::save2() renamed to saveSingleLine(); unified Param::load() so …
|
|
|
@660
|
8 years |
Maciej Komosinski |
Model shape conversion no longer requires const Model&
|
|
|
@653
|
8 years |
Maciej Komosinski |
Model::buildUsingSolidShapeTypes() can now handle single-Part models …
|
|
|
@644
|
8 years |
Maciej Komosinski |
Invalid references from neurons to Parts/Joints? are now reported
|
|
|
@611
|
8 years |
Maciej Komosinski |
Code formatting
|
|
|
@610
|
8 years |
Maciej Komosinski |
- Introduced levels of checking the validity of a Model
- If a Joint …
|
|
|
@546
|
8 years |
Maciej Komosinski |
Renamed: Model::buildUsingNewShapes -> …
|
|
|
@544
|
8 years |
Maciej Komosinski |
Renamed:
Model::getShape() ==> Model::getShapeType()
Model::SHAPE_OLD …
|
|
|
@536
|
8 years |
Maciej Komosinski |
"Shaped" models use the same p.mass calculation as "old" models …
|
|
|
@534
|
8 years |
Maciej Komosinski |
Renamed: get/setGene -> get/setGenes, setGeneOnly -> …
|
|
|
@528
|
8 years |
Maciej Komosinski |
- Part.m removed
- Part.h becomes XPROP
- validate more part and joint …
|
|
|
@522
|
8 years |
Maciej Komosinski |
Code formatting
|
|
|
@519
|
8 years |
Maciej Komosinski |
Simpler and more understandable error message
|
|
|
@501
|
9 years |
Maciej Komosinski |
Fixed obvious read from the just-deleted object
|
|
|
@495
|
9 years |
Maciej Komosinski |
Unified and better formatted error and warning messages
|
|
|
@458
|
9 years |
sz |
fixed memory leaks in Model (when building from invalid f0 genotype)
|
|
|
@393
|
9 years |
sz |
f0 parsing corrections and enhancements:
- f0 genotype becomes invalid …
|
|
|
@391
|
9 years |
sz |
Moved frams/loggers to common/loggers
|
|
|
@375
|
10 years |
Maciej Komosinski |
Renamed logging functions to more intuitive and simple names
|
|
|
@372
|
10 years |
sz |
Renamed some classes and functions to make their purpose more obvious: …
|
|
|
@348
|
10 years |
Maciej Komosinski |
- explicit c_str() in SString instead of (const char*) cast
- genetic …
|
|
|
@319
|
10 years |
Maciej Komosinski |
Fixed compilation warnings
|
|
|
@286
|
10 years |
Maciej Komosinski |
Updated headers
|
|
|
@279
|
10 years |
Maciej Komosinski |
This test should be an assignment
|
|
|
@274
|
10 years |
Maciej Komosinski |
Added Model::move() and Model::rotate()
|
|
|
@269
|
10 years |
Maciej Komosinski |
- Model validation checks part/joint shapes for consistency (old/new) …
|
|
|
@247
|
10 years |
Maciej Komosinski |
Sources support both 32-bit and 64-bit, and more compilers
|
|
|
@197
|
11 years |
Maciej Komosinski |
GDK used by developers since 1999, distributed on the web since 2002
|
|
|
@183
|
11 years |
Maciej Komosinski |
Improved handling of model properties
|
|
|
@165
|
11 years |
sz |
Model object does not enforce p.m when new style shape is used
|
|
|
@153
|
11 years |
sz |
SList container iteration: FOREACH() macro now creates local variable …
|
|
|
@121
|
11 years |
sz |
updated file headers and makefiles
|
|
|
@114
|
11 years |
sz |
improved/bug fixed: delta joint mode (in f0 genotypes) is now …
|
|
|
@109
|
11 years |
sz |
source reorganization (see README)
new feature added: part/joint …
|