Timeline
12/11/20:
- 21:43 Changeset [1051] by
- Fixed a bug in ParamObject?: not initializing a field in paramtab, previously unused, recently used as "long name" for more elaborate error messages
- 21:40 Changeset [1050] by
- 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.
- 21:39 Changeset [1049] by
- Updates for compilation+linking of new similarity measures
- 21:36 Changeset [1048] by
- SimilMeasure? -> SimilMeasureBase?; introduced a new class (SimilMeasure?) that allows scripts to access all similarity measures; a number of minor fixes and improvements
- 21:27 Changeset [1047] by
- Removed no longer used sources
- 21:26 Changeset [1046] by
- Fixed a declaration of a static array with a non-constant size in C++
- 20:23 Changeset [1045] by
- Part of GeometryTestUtils? functions moved to GeometryUtils?.
12/10/20:
- 22:33 Changeset [1044] by
- Similarity measures code refactored. Distribution-based similarity measure added.
12/02/20:
- 00:05 Changeset [1043] by
- Fixed the quotation character
12/01/20:
- 20:48 Changeset [1042] by
- 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)
- 01:11 Changeset [1041] by
- Use qsort_r() substitute when not available (Android)
11/30/20:
- 04:32 Changeset [1040] by
- Follow-up to r897: A workaround for Android bug in vsnprintf() and vsprintf() in SString, https://github.com/android-ndk/ndk/issues/879
- 03:44 Changeset [1039] by
- Removed Part's "visual thickness" property
- 03:42 Changeset [1038] by
- Ensure that when stdin/stdout/stderr are not supported (e.g., Android apps), the source does not use them (conflicts with MFILE...)
- 03:40 Changeset [1037] by
- One less compiler warning about assignment/comparison
- 03:39 Changeset [1036] by
- Fixed comparison for compilers with default char = signed
11/29/20:
- 01:27 Changeset [1035] by
- Added a demo program to scale a Model and a simple test
11/28/20:
- 23:25 Changeset [1034] by
- test results updated
- 17:38 Changeset [1033] by
- Updated test results after changes to evol_test and fS
11/27/20:
- 20:54 Changeset [1032] by
- - fS: comma as an intuitive separator in genotype instead of weird symbols ;' - other minor refactorizations
- 03:01 Changeset [1031] by
- Added a number of model geometry criteria to evolution
11/26/20:
- 01:30 Changeset [1030] by
- fS: refactoring
- 01:27 Changeset [1029] by
- fL: more legal characters allowed in syntax coloring
- 01:26 Changeset [1028] by
- Separated Pt2D
- 01:12 Changeset [1027] by
- #defined ARRAY_LENGTH(x) replaced by std::size(x) since C++17
- 01:10 Changeset [1026] by
- Workarounds for Embarcadero 10.3u3 compiler bug and incompatibility
Note: See TracTimeline
for information about the timeline view.