source: cpp/frams

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @965   4 years Maciej Komosinski Added a function to print genotypes in the LaTeX format, preserving …
(edit) @961   4 years Maciej Komosinski Cosmetic
(edit) @960   4 years Maciej Komosinski Simplified code and fixed a bug where all existing non-default …
(edit) @959   4 years Maciej Komosinski Added a high-level neuron mutation function
(edit) @958   4 years Maciej Komosinski Added the fS genetic encoding (for solids)
(edit) @957   4 years Maciej Komosinski Replace magic "100" with GenoOperators::NEUROCLASS_PROP_OFFSET
(edit) @955   4 years Maciej Komosinski Genetic format ID becomes a string (no longer limited to a single …
(edit) @954   4 years Maciej Komosinski Fixed genotype returned on conversion error
(edit) @952   4 years Maciej Komosinski Added new receptors (Gp:"gyroscope" on a Part, Tp:Touch-proximity and …
(edit) @951   4 years Maciej Komosinski Fixed a bug in 3D orientation rotation (only concerns scripts)
(edit) @950   4 years Maciej Komosinski Improved error messages (display longer names of the relevant object …
(edit) @946   4 years Maciej Komosinski More specific name of the "M" muscle
(edit) @945   4 years Maciej Komosinski Updated recommended ranges for Part volume so that they are based on …
(edit) @940   4 years Maciej Komosinski More flexible underflow detection in ExtValue::parseNumber()
(edit) @938   4 years Maciej Komosinski Set "M" solid muscle neuron class active by default
(edit) @937   4 years Maciej Komosinski Consistent names in NeuroClass? enum Hint
(edit) @935   4 years Maciej Komosinski Utility functions that provide a set of all neuron classes fulfilling …
(edit) @934   4 years Maciej Komosinski Introduced 'volume' field available by getMinPart(), getMaxPart(), …
(edit) @933   4 years Maciej Komosinski When constructing a neuron, check whether it supports the shape type …
(edit) @932   4 years Maciej Komosinski Neuron classes now have a property (a bit field) that says whether …
(edit) @931   4 years Maciej Komosinski Supported all platforms using either qsort_r() or qsort_s()
(edit) @930   4 years Maciej Komosinski Replaced std::sort() with qsort() in Vector.sort(). std::sort() …
(edit) @929   4 years Maciej Komosinski Introduced strSplit() - a function that splits an SString and stores …
(edit) @928   4 years Maciej Komosinski Added virtfile support to recognize the "-" filename as stdin or stdout
(edit) @927   4 years Maciej Komosinski Cosmetic changes in docs
(edit) @926   4 years Maciej Komosinski Initialized hinge limits properly (e.g. when copying Joint objects)
(edit) @925   4 years Maciej Komosinski Handling errno==ERANGE when parsing numbers by strtod()
(edit) @924   4 years Maciej Komosinski Fixed flag value of SolidMuscle?
(edit) @922   4 years sz bug fixed: missing 'power' in the dummy SolidMuscle? implementation
(edit) @921   4 years Maciej Komosinski Added the declaration of "solid muscles"
(edit) @920   4 years Maciej Komosinski Hinges and a muscle for solid shapes in f0
(edit) @917   4 years Maciej Komosinski A bit more support for compilation under MinGW
(edit) @915   4 years Maciej Komosinski Added fields to characterize hinges in "solid shape"-type Models
(edit) @914   4 years Maciej Komosinski Param "single line" loader improved: misleading error message when …
(edit) @907   4 years Maciej Komosinski Code formatting
(edit) @904   4 years Maciej Komosinski Added a helper function to concatenate path components inserting …
(edit) @900   4 years Maciej Komosinski Ensure consistent rotation data when building a solid shapes model: …
(edit) @899   4 years Maciej Komosinski Code formatting
(edit) @897   4 years Maciej Komosinski A workaround for Android bug in vsnprintf() and vsprintf() needed in …
(edit) @896   4 years Maciej Komosinski Replaced #defined macros for popular random-related operations with …
(edit) @895   5 years oriona Unnecessary spaces removed.
(edit) @893   5 years oriona Similarity modified and expanded to include both old (greedy) and new …
(edit) @889   5 years Maciej Komosinski Code formatting
(edit) @884   5 years Maciej Komosinski Added a function to check if a property exists in MutableParam?
(edit) @883   5 years Maciej Komosinski Unquote tilde \~ needed when loading single-line Param values
(edit) @877   5 years Maciej Komosinski Introduced a shared function to avoid code duplication; more …
(edit) @872   5 years Maciej Komosinski Fixed error messages, changed int to paInt (for 32/64-bit safety), …
(edit) @871   5 years oriona Printfs replaced with error messages.
(edit) @870   5 years oriona Nonexistent function declaration removed.
(edit) @869   5 years Maciej Komosinski Added another, improved way of calculating dissimilarity of two …
(edit) @868   5 years Maciej Komosinski Added two methods for dictionary iteration: for(x in dict) and for(x …
(edit) @864   5 years Maciej Komosinski Introduced a few sets of files so that the rest is more modular; …
(edit) @863   5 years Maciej Komosinski Made operator precedence more javascript-like
(edit) @859   5 years Maciej Komosinski Made operator precedence more standard: conditional (?:) and logical …
(edit) @858   5 years Maciej Komosinski Cosmetic (docs)
(edit) @857   5 years Maciej Komosinski Initialized variables in all cases to make potential errors evident
(edit) @855   5 years Maciej Komosinski Removed unused field
(edit) @853   5 years Maciej Komosinski The official C++17 fallthrough? attribute instead of comments no break
(edit) @852   5 years Maciej Komosinski Dictionary.find() now also works for null values stored in a …
(edit) @851   5 years Maciej Komosinski Getting int or float value casted from null or invalid is an ERROR …
(edit) @849   5 years Maciej Komosinski Added Dictionary.hasKey(). Accessing non-existent dictionary keys …
(edit) @846   5 years Maciej Komosinski - Added support for ternary conditional operator a?b:c - Fixed …
(edit) @845   5 years Maciej Komosinski Made strings at least slightly comparable with zero so 'Math.pi && …
(edit) @844   5 years Maciej Komosinski Initialization of static fields in a template conforming to the C++17 …
(edit) @841   5 years Maciej Komosinski Updated #includes after splitting stl-util into util-stl, util-file …
(edit) @839   5 years Maciej Komosinski Added extern template declarations for UserTags? reg[N] static members
(edit) @838   5 years Maciej Komosinski Bigger neuro-probe windows (depending on the container size)
(edit) @836   5 years Maciej Komosinski Introduced ternary conditional operator a?b:c
(edit) @835   5 years Maciej Komosinski ISO C++17 compliance including NULL, nullptr, templates and pointer …
(edit) @832   5 years Maciej Komosinski Renamed MutableParam? property manipulation functions to avoid …
(edit) @831   5 years Maciej Komosinski Fixed broken neuron creation (missing argument - regression from r760, …
(edit) @830   5 years Maciej Komosinski "%ld" replaced with "%d" because it refers to int
(edit) @829   5 years Maciej Komosinski Removed unnecessary cast, "long" is equivalent to "int" in our compilations
(edit) @827   5 years Maciej Komosinski Fixed misleading indentation
(edit) @826   5 years Maciej Komosinski Used the Dragon4 algorithm to print floating point values with full …
(edit) @825   5 years Maciej Komosinski Simplified XYZ.toString() and made Orient.toString() use our official …
(edit) @824   5 years Maciej Komosinski MutableParam? property definition can be changed
(edit) @822   5 years Maciej Komosinski Avoid false positives for script-driven mutable param sanity check …
(edit) @821   5 years Maciej Komosinski Performance and stability improvements in fB, fH, and fL; improved …
(edit) @818   5 years oriona Help to wMDS field added.
(edit) @817   5 years oriona MDS procedure replaced with weighted MDS procedure.
(edit) @815   6 years Maciej Komosinski Use double for consistency (using float to store double value of 0.2 …
(edit) @810   6 years Maciej Komosinski Don't unnecessarily calculate sqrt(negative_value) [fixes #51]
(edit) @809   6 years Maciej Komosinski Fixed a signed/unsigned warning
(edit) @808   6 years Maciej Komosinski New option for mutation in numerical encoding fn: mutate all variables …
(edit) @805   6 years Maciej Komosinski Fixed clang's compiler forward declaration problem - not using …
(edit) @804   6 years Maciej Komosinski Fixed memory leak and uninitialized int
(edit) @803   6 years Maciej Komosinski Performance improvements, including avoiding unnecessary passing of …
(edit) @802   6 years Maciej Komosinski Crossing over with less bloat, but still biologically-inspired
(edit) @801   6 years Maciej Komosinski Added a helper function that counts active neuron classes
(edit) @800   6 years sz added missing .o files in fL converter targets
(edit) @797   6 years Maciej Komosinski A more complete implementation of fB, fH, fL
(edit) @796   6 years Maciej Komosinski Unified error messages and error handling for loadSingleLine and …
(edit) @795   6 years Maciej Komosinski Released allocated memory
(edit) @794   6 years Maciej Komosinski Protected against overflow when converting floating point value to …
(edit) @793   6 years Maciej Komosinski Code formatting
(edit) @792   6 years Maciej Komosinski Code formatting
(edit) @791   6 years Maciej Komosinski Code formatting
(edit) @790   6 years Maciej Komosinski Code formatting
(edit) @789   6 years Maciej Komosinski Code formatting
Note: See TracRevisionLog for help on using the revision log.