|
|
@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
|
4 years |
Maciej Komosinski |
Fixed flag value of SolidMuscle?
|
|
|
@923
|
4 years |
sz |
updated test results for 'fullprops' (caused by the new hinge …
|
|
|
@922
|
4 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
|
|
|
@915
|
5 years |
Maciej Komosinski |
Added fields to characterize hinges in "solid shape"-type Models
|
|
|
@914
|
5 years |
Maciej Komosinski |
Param "single line" loader improved: misleading error message when …
|
|
|
@913
|
5 years |
Maciej Komosinski |
Added a few utility/helper functions
|
|
|
@910
|
5 years |
Maciej Komosinski |
Optional "dirent" implementation, may be needed for some Windows compilers
|
|
|
@909
|
5 years |
Maciej Komosinski |
Introduced XY::extensionContaining()
|
|
|
@907
|
5 years |
Maciej Komosinski |
Code formatting
|
|
|
@905
|
5 years |
Maciej Komosinski |
Added XYRect::fitAspect(float aspect)
|
|
|
@904
|
5 years |
Maciej Komosinski |
Added a helper function to concatenate path components inserting …
|
|
|
@902
|
5 years |
sz |
corrected f1 geometry goal (incorrect because of the solid shapes …
|
|
|
@901
|
5 years |
sz |
corrected test goals filenames
|
|
|
@900
|
5 years |
Maciej Komosinski |
Ensure consistent rotation data when building a solid shapes model: …
|
|
|
@899
|
5 years |
Maciej Komosinski |
Code formatting
|
|
|
@898
|
5 years |
Maciej Komosinski |
Added a few more basic 2D functions
|
|
|
@897
|
5 years |
Maciej Komosinski |
A workaround for Android bug in vsnprintf() and vsprintf() needed in …
|
|
|
@896
|
5 years |
Maciej Komosinski |
Replaced #defined macros for popular random-related operations with …
|
|
|
@895
|
5 years |
oriona |
Unnecessary spaces removed.
|
|
|
@894
|
5 years |
oriona |
Test goals for new (hungarian) similarity measures added.
|
|
|
@893
|
5 years |
oriona |
Similarity modified and expanded to include both old (greedy) and new …
|
|
|
@892
|
5 years |
Maciej Komosinski |
A workaround for Android bug in vsnprintf() and vsprintf(), …
|
|
|
@891
|
5 years |
Maciej Komosinski |
Fixed return integer type discrepancy
|
|
|
@890
|
5 years |
Maciej Komosinski |
Added guiSetConsoleUTF8(); (mostly for Windows where it is not the …
|
|
|
@889
|
5 years |
Maciej Komosinski |
Code formatting
|
|
|
@888
|
5 years |
Maciej Komosinski |
More explicit code to fix compiler warnings
|
|
|
@887
|
5 years |
Maciej Komosinski |
StringFILE::Vwrite() returns a proper value now as the standard requires
|
|
|
@886
|
5 years |
Maciej Komosinski |
LONGLONG no longer needed as long as int64_t became standard
|
|
|
@885
|
5 years |
Maciej Komosinski |
Added a 2D helper function extensionContaining(const XYRect& r)
|
|
|
@884
|
5 years |
Maciej Komosinski |
Added a function to check if a property exists in MutableParam?
|
|
|
@883
|
5 years |
Maciej Komosinski |
Unquote tilde \~ needed when loading single-line Param values
|
|
|
@882
|
5 years |
Maciej Komosinski |
#include <stddef.h> needed for macOS
|
|
|
@878
|
5 years |
Maciej Komosinski |
Fixed fputs("") reporting an error in Android MFILE implementation
|
|
|
@877
|
5 years |
Maciej Komosinski |
Introduced a shared function to avoid code duplication; more …
|
|
|
@876
|
6 years |
Maciej Komosinski |
Newly introduced constant used (and fixed behavior for rarely used …
|
|
|
@875
|
6 years |
Maciej Komosinski |
Better use of LOG_level constants
|
|
|
@874
|
6 years |
Maciej Komosinski |
Introduced a function logLevelName() to avoid potential errors, e.g. …
|
|
|
@873
|
6 years |
Maciej Komosinski |
Improved comment
|
|
|
@872
|
6 years |
Maciej Komosinski |
Fixed error messages, changed int to paInt (for 32/64-bit safety), …
|
|
|
@871
|
6 years |
oriona |
Printfs replaced with error messages.
|
|
|
@870
|
6 years |
oriona |
Nonexistent function declaration removed.
|
|
|
@869
|
6 years |
Maciej Komosinski |
Added another, improved way of calculating dissimilarity of two …
|
|
|
@868
|
6 years |
Maciej Komosinski |
Added two methods for dictionary iteration: for(x in dict) and for(x …
|
|
|
@867
|
6 years |
Maciej Komosinski |
Code formatting + cosmetic fixes
|
|
|
@866
|
6 years |
Maciej Komosinski |
XY and XYRect for floating point values
|
|
|
@864
|
6 years |
Maciej Komosinski |
Introduced a few sets of files so that the rest is more modular; …
|
|
|
@863
|
6 years |
Maciej Komosinski |
Made operator precedence more javascript-like
|
|
|
@862
|
6 years |
Maciej Komosinski |
#include <cstdlib> needed for Emscripten for malloc()
|
|
|
@861
|
6 years |
Maciej Komosinski |
Added #include <stddef.h> needed for Emscripten
|
|
|
@860
|
6 years |
Maciej Komosinski |
Made util-string.cpp #include util-string.h even though currently not …
|
|
|
@859
|
6 years |
Maciej Komosinski |
Made operator precedence more standard: conditional (?:) and logical …
|
|
|
@858
|
6 years |
Maciej Komosinski |
Cosmetic (docs)
|
|
|
@857
|
6 years |
Maciej Komosinski |
Initialized variables in all cases to make potential errors evident
|
|
|
@856
|
6 years |
Maciej Komosinski |
Support for more operations in 2D
|
|
|
@855
|
6 years |
Maciej Komosinski |
Removed unused field
|
|
|
@853
|
6 years |
Maciej Komosinski |
The official C++17 fallthrough? attribute instead of comments no break
|
|
|
@852
|
6 years |
Maciej Komosinski |
Dictionary.find() now also works for null values stored in a …
|
|
|
@851
|
6 years |
Maciej Komosinski |
Getting int or float value casted from null or invalid is an ERROR …
|
|
|
@850
|
6 years |
Maciej Komosinski |
LoggerBase::handle() calling handleSingleLine() stops when paused
|
|
|
@849
|
6 years |
Maciej Komosinski |
Added Dictionary.hasKey(). Accessing non-existent dictionary keys …
|
|
|
@848
|
6 years |
Maciej Komosinski |
2D operations with more granular types of arguments
|
|
|
@846
|
6 years |
Maciej Komosinski |
- Added support for ternary conditional operator a?b:c
- Fixed …
|
|
|
@845
|
6 years |
Maciej Komosinski |
Made strings at least slightly comparable with zero so 'Math.pi && …
|
|
|
@844
|
6 years |
Maciej Komosinski |
Initialization of static fields in a template conforming to the C++17 …
|
|
|
@843
|
6 years |
Maciej Komosinski |
Our random number generator class becomes compatible with …
|
|
|
@842
|
6 years |
Maciej Komosinski |
Simple va_copy still needed for C++Builder
|
|
|
@841
|
6 years |
Maciej Komosinski |
Updated #includes after splitting stl-util into util-stl, util-file …
|
|
|
@840
|
6 years |
Maciej Komosinski |
Split stl-util into util-stl, util-file and util-string
|
|
|
@839
|
6 years |
Maciej Komosinski |
Added extern template declarations for UserTags? reg[N] static members
|
|
|
@838
|
6 years |
Maciej Komosinski |
Bigger neuro-probe windows (depending on the container size)
|
|
|
@837
|
6 years |
Maciej Komosinski |
Now C++Builder supports va_copy(to,from)
|
|
|