|
|
@735
|
7 years |
Maciej Komosinski |
Base genotype converter is now abstract, which triggers compilation …
|
|
|
@734
|
7 years |
Maciej Komosinski |
SString -> std::string
|
|
|
@733
|
7 years |
Maciej Komosinski |
Code formatting
|
|
|
@732
|
7 years |
Maciej Komosinski |
Added support for "checkpoints" (intermediate phases of development of …
|
|
|
@731
|
7 years |
Maciej Komosinski |
Code formatting
|
|
|
@730
|
7 years |
Maciej Komosinski |
Added/updated comments
|
|
|
@729
|
7 years |
Maciej Komosinski |
mutableparam_test added: demonstrates usage of ParamTransaction? and …
|
|
|
@728
|
7 years |
Maciej Komosinski |
Cosmetic
|
|
|
@727
|
7 years |
Maciej Komosinski |
The sample 'y' format converter returns f0 genotype now instead of …
|
|
|
@726
|
7 years |
Maciej Komosinski |
- Changed Model::singleStepBuild() to Model::addFromString() to create …
|
|
|
@725
|
7 years |
Maciej Komosinski |
Fix crash when no data provided
|
|
|
@724
|
7 years |
Maciej Komosinski |
Two sample programs demonstrating usage of param tree
|
|
|
@723
|
7 years |
Maciej Komosinski |
Building parameter tree based on names of parameter groups defined in …
|
|
|
@722
|
7 years |
Maciej Komosinski |
Added source for Model VM object
|
|
|
@721
|
7 years |
Maciej Komosinski |
Code formatting
|
|
|
@720
|
7 years |
Maciej Komosinski |
Param::save2() renamed to saveSingleLine(); unified Param::load() so …
|
|
|
@719
|
7 years |
Maciej Komosinski |
f1->f0 mapping maps ',' and ')' symbols to the branching Part (earlier …
|
|
|
@718
|
7 years |
Maciej Komosinski |
Fixed order of constructor calls
|
|
|
@716
|
7 years |
Maciej Komosinski |
The f1 converter is now able to map more than one genotype character …
|
|
|
@715
|
7 years |
Maciej Komosinski |
GenMan?'s constructor now calls its setDefaults() to initialize all …
|
|
|
@714
|
7 years |
Maciej Komosinski |
- Setting default NeuroClass? active/genactive in preconfigured …
|
|
|
@704
|
7 years |
Maciej Komosinski |
ParamInterface::getText() improved: removed pointless iteration when …
|
|
|
@698
|
7 years |
Maciej Komosinski |
Explicit cast to signed integer before applying negation, this is a …
|
|
|
@692
|
7 years |
Maciej Komosinski |
Updated version IDs
|
|
|
@691
|
7 years |
Maciej Komosinski |
Support for reading/parsing and writing 64-bit integer values
|
|
|
@676
|
7 years |
Maciej Komosinski |
Improved comments, removed unnecessary TODO regarding "Rr" modifiers
|
|
|
@675
|
7 years |
Maciej Komosinski |
Code formatting
|
|
|
@674
|
7 years |
Maciej Komosinski |
f4 modifiers implemented similarly to f1 modifiers, and a base for …
|
|
|
@673
|
7 years |
Maciej Komosinski |
Added three functions that may be useful in general
|
|
|
@672
|
7 years |
Maciej Komosinski |
More appropriate name for the "model_energy_max" variable
|
|
|
@671
|
7 years |
Maciej Komosinski |
Unified property names of f1 and f4; improved docs; 3.141 -> M_PI
|
|
|
@670
|
7 years |
Maciej Komosinski |
Improved variable names and docs
|
|
|
@669
|
7 years |
Maciej Komosinski |
As default foraminifera initial chamber radius in Framsticks units …
|
|
|
@668
|
7 years |
Maciej Komosinski |
Fixed argument type in GenMan?.getSimplest()
|
|
|
@667
|
7 years |
Maciej Komosinski |
- fF foraminifera encoding supports scaling (radius) of the initial …
|
|
|
@666
|
7 years |
Maciej Komosinski |
Added missing #include
|
|
|
@664
|
8 years |
Maciej Komosinski |
Mark last Part white - a visual aid for easier editing of f9 genotypes
|
|
|
@662
|
8 years |
Maciej Komosinski |
- Ensure solid shapes (SolidsShapeTypeModel?) are used in geometry …
|
|
|
@661
|
8 years |
Maciej Komosinski |
FramScript?'s ModelGeometr? converts and caches the input model so …
|
|
|
@660
|
8 years |
Maciej Komosinski |
Model shape conversion no longer requires const Model&
|
|
|
@659
|
8 years |
Maciej Komosinski |
Detecting more unwanted flags in Param sanity check
|
|
|
@658
|
8 years |
Maciej Komosinski |
- One function name made shorter
- Fixed some typos
- Predictable …
|
|
|
@657
|
8 years |
Maciej Komosinski |
A comment on potential optimization in ModelGeometryInfo?
|
|
|
@656
|
8 years |
Maciej Komosinski |
Removed useless READONLY flag in functions
|
|
|
@654
|
8 years |
Maciej Komosinski |
More strict checking for improper flag/type combinations
|
|
|
@653
|
8 years |
Maciej Komosinski |
Model::buildUsingSolidShapeTypes() can now handle single-Part models …
|
|
|
@652
|
8 years |
Maciej Komosinski |
Cosmetic
|
|
|
@651
|
8 years |
Maciej Komosinski |
0,1 -> false,true
|
|
|
@650
|
8 years |
Maciej Komosinski |
Warn when missing closing tilde (~) and code formatting
|
|
|
@648
|
8 years |
Maciej Komosinski |
Warn when trying to remove non-existing indexed object
|
|
|
@647
|
8 years |
Maciej Komosinski |
Updated URLs, removed non-ascii characters
|
|
|
@646
|
8 years |
Maciej Komosinski |
Support for multiple coexisting implementations of the same neuron …
|
|
|
@645
|
8 years |
Maciej Komosinski |
f0 is strict now, will not accept float when int is expected
|
|
|
@644
|
8 years |
Maciej Komosinski |
Invalid references from neurons to Parts/Joints? are now reported
|
|
|
@643
|
8 years |
Maciej Komosinski |
The meaning of f9 3D-direction genes made consistent with Framsticks …
|
|
|
@642
|
8 years |
Maciej Komosinski |
Implemented insert() in FramScript? Vector class
|
|
|
@640
|
8 years |
Maciej Komosinski |
Introduced a separate function to provide a human-friendly description …
|
|
|
@639
|
8 years |
Maciej Komosinski |
Introduced separate functions for formatting time.
|
|
|
@637
|
8 years |
Maciej Komosinski |
Extended code so that NeuroClass? properties are described in more detail
|
|
|
@636
|
8 years |
Maciej Komosinski |
Modulo by zero is safe just as division by zero and prints analogous …
|
|
|
@635
|
8 years |
Maciej Komosinski |
Introduced specialized info_* fields in (Mini)Genotype that match FEC …
|
|
|
@612
|
8 years |
Maciej Komosinski |
Updated after field rename
|
|
|
@611
|
8 years |
Maciej Komosinski |
Code formatting
|
|
|
@610
|
8 years |
Maciej Komosinski |
- Introduced levels of checking the validity of a Model
- If a Joint …
|
|
|
@606
|
8 years |
Maciej Komosinski |
Code formatting
|
|
|
@605
|
8 years |
Maciej Komosinski |
- Added 'fixedZaxis' option to paramtab (so that it is accessible from …
|
|
|
@601
|
8 years |
oriona |
Possibility of fixing z axis during the alignment added.
|
|
|
@574
|
8 years |
Maciej Komosinski |
More strict validation of numeric type definitions: min without max is …
|
|
|
@551
|
8 years |
Maciej Komosinski |
PreconfiguredGenetics? warns about unexpected use case and unregisters …
|
|
|
@550
|
8 years |
Maciej Komosinski |
LoggerToStdout? used in geometry tests. PreconfiguredGenetics? moved to …
|
|
|
@549
|
8 years |
Maciej Komosinski |
More correct use of PreconfiguredGenetics?: avoid static objects, …
|
|
|
@548
|
8 years |
Maciej Komosinski |
Improved description/docs
|
|
|
@547
|
8 years |
oriona |
PreconfiguredGenetics? added in geometrytestutils
|
|
|
@546
|
8 years |
Maciej Komosinski |
Renamed: Model::buildUsingNewShapes -> …
|
|
|
@545
|
8 years |
Maciej Komosinski |
Dictionary.set() documentation updated
|
|
|
@544
|
8 years |
Maciej Komosinski |
Renamed:
Model::getShape() ==> Model::getShapeType()
Model::SHAPE_OLD …
|
|
|
@541
|
8 years |
oriona |
Division by 0.0 for a single ellipsoid fixed [closes #42]. Sampling …
|
|
|
@540
|
8 years |
oriona |
Meshbuilder.cpp added.
|
|
|
@539
|
8 years |
oriona |
Division by 0.0 for a single ellipsoid fixed [closes #42]. Sampling …
|
|
|
@538
|
8 years |
Maciej Komosinski |
Value of the assignment statement is now consistently the assigned …
|
|
|
@536
|
8 years |
Maciej Komosinski |
"Shaped" models use the same p.mass calculation as "old" models …
|
|
|
@535
|
8 years |
Maciej Komosinski |
- More strict type description checking when adding a property in …
|
|
|
@534
|
8 years |
Maciej Komosinski |
Renamed: get/setGene -> get/setGenes, setGeneOnly -> …
|
|
|
@533
|
8 years |
Maciej Komosinski |
- Improved error message on superfluous param values
- Don't call …
|
|
|
@532
|
8 years |
Maciej Komosinski |
A new set of getStyle/getFullStyle functions in GenMan? and cosmetic …
|
|
|
@530
|
8 years |
Maciej Komosinski |
Strict parsing of genotype format prefix
|
|
|
@529
|
8 years |
Maciej Komosinski |
\r can be optionally removed while loading
|
|
|
@528
|
8 years |
Maciej Komosinski |
- Part.m removed
- Part.h becomes XPROP
- validate more part and joint …
|
|
|
@527
|
8 years |
Maciej Komosinski |
Print mappings of models
|
|
|
@526
|
8 years |
Maciej Komosinski |
Geno::toString() renamed to Geno::getGeneAndFormat()
|
|
|
@523
|
8 years |
Maciej Komosinski |
No more overloading of fopen/fclose/... functions for the VirtFILE …
|
|
|
@522
|
8 years |
Maciej Komosinski |
Code formatting
|
|
|
@521
|
8 years |
Maciej Komosinski |
Extended error messages for invalid genotype format declaration
|
|
|
@520
|
8 years |
Maciej Komosinski |
Code formatting
|
|
|
@519
|
8 years |
Maciej Komosinski |
Simpler and more understandable error message
|
|
|
@518
|
8 years |
Maciej Komosinski |
More strict parsing of genotype format prefix
|
|
|
@517
|
8 years |
Maciej Komosinski |
Added an example of saving MiniGenotype? objects to a file
|
|
|
@516
|
8 years |
Maciej Komosinski |
Geno format as a string (no longer ascii number)
|
|
|
@515
|
8 years |
Maciej Komosinski |
Renamed, better name
|
|
|
@514
|
9 years |
Maciej Komosinski |
More strict parsing of numbers when converting genotypes f1->f0
|
|
|