Timeline



11/27/18:

01:10 Changeset [833] by Maciej Komosinski
Introduced #define PRINTFLOAT_DRAGON4_ALWAYS_3_DIGIT_EXPONENT - when defined, it will always print 3 digits in exponent (zero-padding if necessary)

11/26/18:

01:40 Changeset [832] by Maciej Komosinski
Renamed MutableParam? property manipulation functions to avoid potential name clash in scripts; added warning for docs to discourage their use; automatically calculated the correct static member count from the paramtab array
01:25 Changeset [831] by Maciej Komosinski
Fixed broken neuron creation (missing argument - regression from r760, when support was added in f4 for new API for neuron types and their properties)
00:00 Changeset [830] by Maciej Komosinski
"%ld" replaced with "%d" because it refers to int

11/25/18:

23:47 Changeset [829] by Maciej Komosinski
Removed unnecessary cast, "long" is equivalent to "int" in our compilations
21:12 Changeset [828] by oriona
Geometry and similarity goals updated.
20:49 Changeset [827] by Maciej Komosinski
Fixed misleading indentation
20:13 Changeset [826] by Maciej Komosinski
Used the Dragon4 algorithm to print floating point values with full precision instead of "%.17g"
20:10 Changeset [825] by Maciej Komosinski
Simplified XYZ.toString() and made Orient.toString() use our official number-formatting function
20:08 Changeset [824] by Maciej Komosinski
MutableParam? property definition can be changed
03:05 Changeset [823] by Maciej Komosinski
Added "PrintFloat?" implementation of the Dragon4 algorithm, since C++ still lacks built-in "intelligent" printing of floating point values with full precision

11/14/18:

03:49 Changeset [822] by Maciej Komosinski
Avoid false positives for script-driven mutable param sanity check ("Invalid ParamEntry? for ExpProperties?.cleardata (no procedure defined)")
Note: See TracTimeline for information about the timeline view.