Timeline



12/11/20:

21:43 Changeset [1051] by Maciej Komosinski
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 Maciej Komosinski
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 Maciej Komosinski
Updates for compilation+linking of new similarity measures
21:36 Changeset [1048] by Maciej Komosinski
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 Maciej Komosinski
Removed no longer used sources
21:26 Changeset [1046] by Maciej Komosinski
Fixed a declaration of a static array with a non-constant size in C++
20:23 Changeset [1045] by oriona
Part of GeometryTestUtils? functions moved to GeometryUtils?.

12/10/20:

22:33 Changeset [1044] by oriona
Similarity measures code refactored. Distribution-based similarity measure added.

12/02/20:

00:05 Changeset [1043] by Maciej Komosinski
Fixed the quotation character

12/01/20:

20:48 Changeset [1042] by sz
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 Maciej Komosinski
Use qsort_r() substitute when not available (Android)

11/30/20:

04:32 Changeset [1040] by Maciej Komosinski
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 Maciej Komosinski
Removed Part's "visual thickness" property
03:42 Changeset [1038] by Maciej Komosinski
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 Maciej Komosinski
One less compiler warning about assignment/comparison
03:39 Changeset [1036] by Maciej Komosinski
Fixed comparison for compilers with default char = signed

11/29/20:

01:27 Changeset [1035] by Maciej Komosinski
Added a demo program to scale a Model and a simple test

11/28/20:

23:25 Changeset [1034] by sz
test results updated
17:38 Changeset [1033] by Maciej Komosinski
Updated test results after changes to evol_test and fS

11/27/20:

20:54 Changeset [1032] by Maciej Komosinski
- fS: comma as an intuitive separator in genotype instead of weird symbols ;' - other minor refactorizations
03:01 Changeset [1031] by Maciej Komosinski
Added a number of model geometry criteria to evolution

11/26/20:

01:30 Changeset [1030] by Maciej Komosinski
fS: refactoring
01:27 Changeset [1029] by Maciej Komosinski
fL: more legal characters allowed in syntax coloring
01:26 Changeset [1028] by Maciej Komosinski
Separated Pt2D
01:12 Changeset [1027] by Maciej Komosinski
#defined ARRAY_LENGTH(x) replaced by std::size(x) since C++17
01:10 Changeset [1026] by Maciej Komosinski
Workarounds for Embarcadero 10.3u3 compiler bug and incompatibility
Note: See TracTimeline for information about the timeline view.