source: cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @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) @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) @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) @913   4 years Maciej Komosinski Added a few utility/helper functions
(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) @907   4 years Maciej Komosinski Code formatting
(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) @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) @878   5 years Maciej Komosinski Fixed fputs("") reporting an error in Android MFILE implementation
(edit) @877   5 years Maciej Komosinski Introduced a shared function to avoid code duplication; more …
(edit) @876   5 years Maciej Komosinski Newly introduced constant used (and fixed behavior for rarely used …
(edit) @875   5 years Maciej Komosinski Better use of LOG_level constants
(edit) @874   5 years Maciej Komosinski Introduced a function logLevelName() to avoid potential errors, e.g. …
(edit) @873   5 years Maciej Komosinski Improved comment
(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) @867   5 years Maciej Komosinski Code formatting + cosmetic fixes
(edit) @866   5 years Maciej Komosinski XY and XYRect for floating point values
(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) @862   5 years Maciej Komosinski #include <cstdlib> needed for Emscripten for malloc()
(edit) @861   5 years Maciej Komosinski Added #include <stddef.h> needed for Emscripten
(edit) @860   5 years Maciej Komosinski Made util-string.cpp #include util-string.h even though currently not …
(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) @856   5 years Maciej Komosinski Support for more operations in 2D
(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) @850   5 years Maciej Komosinski LoggerBase::handle() calling handleSingleLine() stops when paused
(edit) @849   5 years Maciej Komosinski Added Dictionary.hasKey(). Accessing non-existent dictionary keys …
(edit) @848   5 years Maciej Komosinski 2D operations with more granular types of arguments
(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) @843   5 years Maciej Komosinski Our random number generator class becomes compatible with …
(edit) @842   5 years Maciej Komosinski Simple va_copy still needed for C++Builder
(edit) @841   5 years Maciej Komosinski Updated #includes after splitting stl-util into util-stl, util-file …
(edit) @840   5 years Maciej Komosinski Split stl-util into util-stl, util-file and util-string
(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) @837   5 years Maciej Komosinski Now C++Builder supports va_copy(to,from)
(edit) @836   5 years Maciej Komosinski Introduced ternary conditional operator a?b:c
Note: See TracRevisionLog for help on using the revision log.