Timeline
11/27/18:
- 01:10 Changeset [833] by
- 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
- 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
- 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
- "%ld" replaced with "%d" because it refers to int
11/25/18:
- 23:47 Changeset [829] by
- Removed unnecessary cast, "long" is equivalent to "int" in our compilations
- 21:12 Changeset [828] by
- Geometry and similarity goals updated.
- 20:49 Changeset [827] by
- Fixed misleading indentation
- 20:13 Changeset [826] by
- Used the Dragon4 algorithm to print floating point values with full precision instead of "%.17g"
- 20:10 Changeset [825] by
- Simplified XYZ.toString() and made Orient.toString() use our official number-formatting function
- 20:08 Changeset [824] by
- MutableParam? property definition can be changed
- 03:05 Changeset [823] by
- 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
- 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.