source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @979   4 years Maciej Komosinski Improved float-rounding functions, follow-up to r970
(edit) @978   4 years Maciej Komosinski Mentioned newly added enum in the documentation of …
(edit) @977   4 years Maciej Komosinski Renamed functions for consistency; added an example of using …
(edit) @976   4 years Maciej Komosinski Renamed three "solid-compatible" receptors to have more informative names
(edit) @975   4 years Maciej Komosinski Added NeuroClass::getSupportedJointTypes() and …
(edit) @974   4 years Maciej Komosinski Renamed all genooper paramtab variables to be consistent with the …
(edit) @973   4 years Maciej Komosinski Increased SString and std::string compatibility: introduced length(), …
(edit) @972   4 years Maciej Komosinski - separate "0" and "0s" formats (for SHAPE_BALL_AND_STICK and …
(edit) @971   4 years Maciej Komosinski Added support for calculation of dissimilarity of more than two …
(edit) @970   4 years Maciej Komosinski Added functions to properly round floating point values to specified …
(edit) @969   4 years Maciej Komosinski fS: preserved volume during shape-type changes
(edit) @968   4 years Maciej Komosinski Introduced a separate function to mutate neuron connection weight
(edit) @967   4 years Maciej Komosinski Improved names of functions that mutate neuron properties and improved docs
(edit) @966   4 years Maciej Komosinski Cosmetic
(edit) @965   4 years Maciej Komosinski Added a function to print genotypes in the LaTeX format, preserving …
(edit) @964   4 years Maciej Komosinski Improved layout, added one free-text question, properly counted the …
(edit) @963   4 years Maciej Komosinski Initial random rotation and location
(edit) @962   4 years Maciej Komosinski Added an optional parameter: unique process ID. Only relevant when you …
(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) @956   4 years Maciej Komosinski Allowed multiple instances of FramsticksCLI class to safely use a …
(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) @953   4 years Maciej Komosinski Keep executable name and each argument separate in the Popen() call
(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) @949   4 years Maciej Komosinski Fixed the choice of single/multiple-criteria selection method
(edit) @948   4 years Maciej Komosinski Integrated FramsticksCLI.py with deap (Distributed Evolutionary …
(edit) @947   4 years Maciej Komosinski Added DETERMINISTIC boolean choice
(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) @944   4 years Maciej Komosinski Loads genotypes properly using Framsticks SDK methods instead of …
(edit) @943   4 years Maciej Komosinski Cosmetic
(edit) @942   4 years Maciej Komosinski Added more questions to questionnaire
(edit) @941   4 years Maciej Komosinski Added the ability to create StringFILE2 object from const char*
(edit) @940   4 years Maciej Komosinski More flexible underflow detection in ExtValue::parseNumber()
(edit) @939   4 years Maciej Komosinski Added a python wrapper for Framsticks command-line interface
(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) @936   4 years Maciej Komosinski Supported qsort_r()/qsort_s() in Borland/Embarcadero? compiler
(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) @923   4 years sz updated test results for 'fullprops' (caused by the new hinge …
(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) @919   4 years Maciej Komosinski Follow-up to r918
(edit) @918   4 years Maciej Komosinski Created global LoggerToStdout? object so that all messages emitted by …
(edit) @917   4 years Maciej Komosinski A bit more support for compilation under MinGW
(edit) @916   4 years Maciej Komosinski The Emscripten compilation does not like "class" as a parameter name
(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) @913   4 years Maciej Komosinski Added a few utility/helper functions
(edit) @912   4 years Maciej Komosinski Attempt to fix upper-row tiles so they cannot be moved below
(edit) @911   4 years Maciej Komosinski Added the actual functionality of the app in place of previous draft
(edit) @910   4 years Maciej Komosinski Optional "dirent" implementation, may be needed for some Windows compilers
(edit) @909   4 years Maciej Komosinski Introduced XY::extensionContaining()
(edit) @908   4 years Maciej Komosinski Updated for the new way of handling of dictionaries (where null is …
(edit) @907   4 years Maciej Komosinski Code formatting
(edit) @906   4 years sz Updated for Framsticks50rc14. Notable changes for the script …
(edit) @905   4 years Maciej Komosinski Added XYRect::fitAspect(float aspect)
(edit) @904   4 years Maciej Komosinski Added a helper function to concatenate path components inserting …
(edit) @903   4 years Maciej Komosinski Tester no longer exits on popular exceptions like 'file not found'
(edit) @902   4 years sz corrected f1 geometry goal (incorrect because of the solid shapes …
(edit) @901   4 years sz corrected test goals filenames
(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) @898   4 years Maciej Komosinski Added a few more basic 2D functions
(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) @894   5 years oriona Test goals for new (hungarian) similarity measures added.
(edit) @893   5 years oriona Similarity modified and expanded to include both old (greedy) and new …
(edit) @892   5 years Maciej Komosinski A workaround for Android bug in vsnprintf() and vsprintf(), …
(edit) @891   5 years Maciej Komosinski Fixed return integer type discrepancy
(edit) @890   5 years Maciej Komosinski Added guiSetConsoleUTF8(); (mostly for Windows where it is not the …
(edit) @889   5 years Maciej Komosinski Code formatting
(edit) @888   5 years Maciej Komosinski More explicit code to fix compiler warnings
(edit) @887   5 years Maciej Komosinski StringFILE::Vwrite() returns a proper value now as the standard requires
(edit) @886   5 years Maciej Komosinski LONGLONG no longer needed as long as int64_t became standard
(edit) @885   5 years Maciej Komosinski Added a 2D helper function extensionContaining(const XYRect& r)
(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) @882   5 years Maciej Komosinski #include <stddef.h> needed for macOS
(edit) @881   5 years Maciej Komosinski Initial, prototype version of a javascript app to test how humans …
(edit) @880   5 years Maciej Komosinski A simple javascript demo/animation of the basic behavior of …
Note: See TracRevisionLog for help on using the revision log.