Changeset [1058]: updated for Framsticks50rc16 (ModelSimilarity replaced by SimilMeasure ...
updated for Framsticks50rc16 (ModelSimilarity? replaced by SimilMeasure? classes)
Changeset [1057]: Updated to match changes from r1024
Updated to match changes from r1024
Changeset [1056]: Cosmetic
Cosmetic
Changeset [1055]: Added a workaround (potentially incorrect) for numerical instability ...
Added a workaround (potentially incorrect) for numerical instability in SVD calculation and the embarcadero compiler
Changeset [1054]: Proper paramtab group names for similarity measures
Proper paramtab group names for similarity measures
Changeset [1053]: Implemented missing ffs(int) for Windows compilers
Implemented missing ffs(int) for Windows compilers
Changeset [1052]: Added a helper function; cosmetic changes in names and descriptions
Added a helper function; cosmetic changes in names and descriptions
Changeset [1051]: Fixed a bug in ParamObject: not initializing a field in paramtab, ...
Fixed a bug in ParamObject?: not initializing a field in paramtab, previously unused, recently used as "long name" for more elaborate error messages
Changeset [1050]: Renamed variables that caused problems with g++ 7.3.0 - C99, 7.1.3 ...
Renamed variables that caused problems with g++ 7.3.0 - C99, 7.1.3 ("Reserved Identifiers"): All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use.
Changeset [1049]: Updates for compilation+linking of new similarity measures
Updates for compilation+linking of new similarity measures
Changeset [1048]: SimilMeasure -> SimilMeasureBase; introduced a new class ...
SimilMeasure? -> SimilMeasureBase?; introduced a new class (SimilMeasure?) that allows scripts to access all similarity measures; a number of minor fixes and improvements
Changeset [1047]: Removed no longer used sources
Removed no longer used sources
Changeset [1046]: Fixed a declaration of a static array with a non-constant size in C++
Fixed a declaration of a static array with a non-constant size in C++
Changeset [1045]: Part of GeometryTestUtils functions moved to GeometryUtils.
Part of GeometryTestUtils? functions moved to GeometryUtils?.
Changeset [1044]: Similarity measures code refactored. Distribution-based similarity ...
Similarity measures code refactored. Distribution-based similarity measure added.
Changeset [1043]: Fixed the quotation character
Fixed the quotation character
Changeset [1042]: updated for Framsticks version 5.0rc15 most important changes: - added ...
updated for Framsticks version 5.0rc15 most important changes:
- added new hinge joint types and properties (Joint.h*)
- NeuroClass? can now declare the supported model shape_types and joint_shapes
- removed visual thickness (Part.vs)
Changeset [1041]: Use qsort_r() substitute when not available (Android)
Use qsort_r() substitute when not available (Android)
Changeset [1040]: Follow-up to r897: A workaround for Android bug in vsnprintf() and ...
Follow-up to r897: A workaround for Android bug in vsnprintf() and vsprintf() in SString, https://github.com/android-ndk/ndk/issues/879
Changeset [1039]: Removed Part's "visual thickness" property
Removed Part's "visual thickness" property