|
|
@1041
|
4 years |
Maciej Komosinski |
Use qsort_r() substitute when not available (Android)
|
|
|
@1040
|
4 years |
Maciej Komosinski |
Follow-up to r897: A workaround for Android bug in vsnprintf() and …
|
|
|
@1039
|
4 years |
Maciej Komosinski |
Removed Part's "visual thickness" property
|
|
|
@1038
|
4 years |
Maciej Komosinski |
Ensure that when stdin/stdout/stderr are not supported (e.g., Android …
|
|
|
@1037
|
4 years |
Maciej Komosinski |
One less compiler warning about assignment/comparison
|
|
|
@1036
|
4 years |
Maciej Komosinski |
Fixed comparison for compilers with default char = signed
|
|
|
@1035
|
4 years |
Maciej Komosinski |
Added a demo program to scale a Model and a simple test
|
|
|
@1034
|
4 years |
sz |
test results updated
|
|
|
@1033
|
4 years |
Maciej Komosinski |
Updated test results after changes to evol_test and fS
|
|
|
@1032
|
4 years |
Maciej Komosinski |
- fS: comma as an intuitive separator in genotype instead of weird …
|
|
|
@1031
|
4 years |
Maciej Komosinski |
Added a number of model geometry criteria to evolution
|
|
|
@1030
|
4 years |
Maciej Komosinski |
fS: refactoring
|
|
|
@1029
|
4 years |
Maciej Komosinski |
fL: more legal characters allowed in syntax coloring
|
|
|
@1028
|
4 years |
Maciej Komosinski |
Separated Pt2D
|
|
|
@1027
|
4 years |
Maciej Komosinski |
#defined ARRAY_LENGTH(x) replaced by std::size(x) since C++17
|
|
|
@1026
|
4 years |
Maciej Komosinski |
Workarounds for Embarcadero 10.3u3 compiler bug and incompatibility
|
|
|
@1025
|
4 years |
Maciej Komosinski |
Added a repr() function that converts a string using only printable …
|
|
|
@1023
|
4 years |
Maciej Komosinski |
Added GenoOperators::calculateSolidVolume(Part)
|
|
|
@1022
|
4 years |
Maciej Komosinski |
Cosmetic
|
|
|
@1020
|
4 years |
Maciej Komosinski |
Added double Pt3D::minComponent() and maxComponent()
|
|
|
@1018
|
4 years |
Maciej Komosinski |
Make genomanipulation.cpp results consistent across platforms by using …
|
|
|
@1017
|
4 years |
Maciej Komosinski |
fS: faster collision detection, depends on "geometry" algorithms
|
|
|
@1016
|
4 years |
Maciej Komosinski |
Added whitespace-trimming functions for std::string
|
|
|
@1015
|
4 years |
sz |
test updates:
- geno_test(.no_exe)
- linux variants added because of …
|
|
|
@1012
|
4 years |
Maciej Komosinski |
Changed the range of Part scalex/y/z to 0.05..5.0
|
|
|
@1009
|
4 years |
Maciej Komosinski |
Added tests for most SDK demo programs
|
|
|
@1008
|
4 years |
Maciej Komosinski |
Implemented crossing over, handled failed mutations and crossovers, …
|
|
|
@1007
|
4 years |
Maciej Komosinski |
Added a simple evolutionary algorithm test
|
|
|
@1006
|
4 years |
Maciej Komosinski |
Improved the fS encoding
|
|
|
@1005
|
4 years |
Maciej Komosinski |
Higher conformance with C++17, but gave up after missing M_PI, M_PI_2, …
|
|
|
@1004
|
4 years |
Maciej Komosinski |
Cosmetic
|
|
|
@1003
|
4 years |
Maciej Komosinski |
Compile source standard gnu++11 -> c++17
|
|
|
@1002
|
4 years |
Maciej Komosinski |
Model::rawGeno() now ignores model validity
|
|
|
@1001
|
4 years |
Maciej Komosinski |
Another attempt to rounding floating-point values with desired precision
|
|
|
@1000
|
4 years |
Maciej Komosinski |
Improved the fS encoding
|
|
|
@999
|
4 years |
Maciej Komosinski |
More consistent usage of "shapetype" (vs. "shape")
|
|
|
@998
|
4 years |
Maciej Komosinski |
Report the error status just once so that while(go()) does not have to …
|
|
|
@997
|
4 years |
Maciej Komosinski |
Make getPreferredLocation() return the proper PrefLocation? enum, not …
|
|
|
@996
|
4 years |
Maciej Komosinski |
Added helpful stdout messages before crash for cases when assert() …
|
|
|
@994
|
4 years |
Maciej Komosinski |
Cosmetic
|
|
|
@993
|
4 years |
Maciej Komosinski |
Skip 'p' items in saveSingleLine()
|
|
|
@992
|
4 years |
oriona |
Test genotypes updated.
|
|
|
@991
|
4 years |
Maciej Komosinski |
Updated target genetic format for fF (foraminifera) genetic encoding …
|
|
|
@990
|
4 years |
Maciej Komosinski |
Made genomanipulation demo deterministic by default
|
|
|
@989
|
4 years |
Maciej Komosinski |
SString::endWrite()/endAppend() now safe
|
|
|
@988
|
4 years |
Maciej Komosinski |
Building a Model from Geno now fails when Model.shape is incompatible …
|
|
|
@986
|
4 years |
Maciej Komosinski |
Cosmetic
|
|
|
@984
|
4 years |
Maciej Komosinski |
Moved similarity unit tests so that it is the first test in sequence
|
|
|
@983
|
4 years |
oriona |
Similarity unit tests added.
|
|
|
@982
|
4 years |
oriona |
Geometry goals corrected.
|
|
|
@981
|
4 years |
Maciej Komosinski |
Fixed misleading indentation
|
|
|
@980
|
4 years |
Maciej Komosinski |
Added missing #include for *nix
|
|
|
@979
|
4 years |
Maciej Komosinski |
Improved float-rounding functions, follow-up to r970
|
|
|
@978
|
4 years |
Maciej Komosinski |
Mentioned newly added enum in the documentation of …
|
|
|
@977
|
4 years |
Maciej Komosinski |
Renamed functions for consistency; added an example of using …
|
|
|
@976
|
4 years |
Maciej Komosinski |
Renamed three "solid-compatible" receptors to have more informative names
|
|
|
@975
|
4 years |
Maciej Komosinski |
Added NeuroClass::getSupportedJointTypes() and …
|
|
|
@974
|
4 years |
Maciej Komosinski |
Renamed all genooper paramtab variables to be consistent with the …
|
|
|
@973
|
4 years |
Maciej Komosinski |
Increased SString and std::string compatibility: introduced length(), …
|
|
|
@972
|
4 years |
Maciej Komosinski |
- separate "0" and "0s" formats (for SHAPE_BALL_AND_STICK and …
|
|
|
@970
|
4 years |
Maciej Komosinski |
Added functions to properly round floating point values to specified …
|
|
|
@969
|
4 years |
Maciej Komosinski |
fS: preserved volume during shape-type changes
|
|
|
@968
|
4 years |
Maciej Komosinski |
Introduced a separate function to mutate neuron connection weight
|
|
|
@967
|
4 years |
Maciej Komosinski |
Improved names of functions that mutate neuron properties and improved docs
|
|
|
@966
|
4 years |
Maciej Komosinski |
Cosmetic
|
|
|
@965
|
4 years |
Maciej Komosinski |
Added a function to print genotypes in the LaTeX format, preserving …
|
|
|
@961
|
4 years |
Maciej Komosinski |
Cosmetic
|
|
|
@960
|
4 years |
Maciej Komosinski |
Simplified code and fixed a bug where all existing non-default …
|
|
|
@959
|
4 years |
Maciej Komosinski |
Added a high-level neuron mutation function
|
|
|
@958
|
4 years |
Maciej Komosinski |
Added the fS genetic encoding (for solids)
|
|
|
@957
|
4 years |
Maciej Komosinski |
Replace magic "100" with GenoOperators::NEUROCLASS_PROP_OFFSET
|
|
|
@955
|
4 years |
Maciej Komosinski |
Genetic format ID becomes a string (no longer limited to a single …
|
|
|
@954
|
4 years |
Maciej Komosinski |
Fixed genotype returned on conversion error
|
|
|
@952
|
4 years |
Maciej Komosinski |
Added new receptors (Gp:"gyroscope" on a Part, Tp:Touch-proximity and …
|
|
|
@951
|
4 years |
Maciej Komosinski |
Fixed a bug in 3D orientation rotation (only concerns scripts)
|
|
|
@950
|
4 years |
Maciej Komosinski |
Improved error messages (display longer names of the relevant object …
|
|
|
@946
|
4 years |
Maciej Komosinski |
More specific name of the "M" muscle
|
|
|
@945
|
4 years |
Maciej Komosinski |
Updated recommended ranges for Part volume so that they are based on …
|
|
|
@941
|
4 years |
Maciej Komosinski |
Added the ability to create StringFILE2 object from const char*
|
|
|
@940
|
4 years |
Maciej Komosinski |
More flexible underflow detection in ExtValue::parseNumber()
|
|
|
@938
|
4 years |
Maciej Komosinski |
Set "M" solid muscle neuron class active by default
|
|
|
@937
|
4 years |
Maciej Komosinski |
Consistent names in NeuroClass? enum Hint
|
|
|
@936
|
4 years |
Maciej Komosinski |
Supported qsort_r()/qsort_s() in Borland/Embarcadero? compiler
|
|
|
@935
|
4 years |
Maciej Komosinski |
Utility functions that provide a set of all neuron classes fulfilling …
|
|
|
@934
|
4 years |
Maciej Komosinski |
Introduced 'volume' field available by getMinPart(), getMaxPart(), …
|
|
|
@933
|
4 years |
Maciej Komosinski |
When constructing a neuron, check whether it supports the shape type …
|
|
|
@932
|
4 years |
Maciej Komosinski |
Neuron classes now have a property (a bit field) that says whether …
|
|
|
@931
|
4 years |
Maciej Komosinski |
Supported all platforms using either qsort_r() or qsort_s()
|
|
|
@930
|
4 years |
Maciej Komosinski |
Replaced std::sort() with qsort() in Vector.sort(). std::sort() …
|
|
|
@929
|
4 years |
Maciej Komosinski |
Introduced strSplit() - a function that splits an SString and stores …
|
|
|
@928
|
4 years |
Maciej Komosinski |
Added virtfile support to recognize the "-" filename as stdin or stdout
|
|
|
@927
|
4 years |
Maciej Komosinski |
Cosmetic changes in docs
|
|
|
@926
|
4 years |
Maciej Komosinski |
Initialized hinge limits properly (e.g. when copying Joint objects)
|
|
|
@925
|
4 years |
Maciej Komosinski |
Handling errno==ERANGE when parsing numbers by strtod()
|
|
|
@924
|
5 years |
Maciej Komosinski |
Fixed flag value of SolidMuscle?
|
|
|
@923
|
5 years |
sz |
updated test results for 'fullprops' (caused by the new hinge …
|
|
|
@922
|
5 years |
sz |
bug fixed: missing 'power' in the dummy SolidMuscle? implementation
|
|
|
@921
|
5 years |
Maciej Komosinski |
Added the declaration of "solid muscles"
|
|
|
@920
|
5 years |
Maciej Komosinski |
Hinges and a muscle for solid shapes in f0
|
|
|
@917
|
5 years |
Maciej Komosinski |
A bit more support for compilation under MinGW
|
|
|