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
Changeset [1038]: Ensure that when stdin/stdout/stderr are not supported (e.g., Android ...
Ensure that when stdin/stdout/stderr are not supported (e.g., Android apps), the source does not use them (conflicts with MFILE...)
Changeset [1037]: One less compiler warning about assignment/comparison
One less compiler warning about assignment/comparison
Changeset [1036]: Fixed comparison for compilers with default char = signed
Fixed comparison for compilers with default char = signed
Changeset [1035]: Added a demo program to scale a Model and a simple test
Added a demo program to scale a Model and a simple test
Changeset [1034]: test results updated
test results updated