source: cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @654   7 years Maciej Komosinski More strict checking for improper flag/type combinations
(edit) @653   7 years Maciej Komosinski Model::buildUsingSolidShapeTypes() can now handle single-Part models …
(edit) @652   7 years Maciej Komosinski Cosmetic
(edit) @651   7 years Maciej Komosinski 0,1 -> false,true
(edit) @650   7 years Maciej Komosinski Warn when missing closing tilde (~) and code formatting
(edit) @649   7 years Maciej Komosinski Display diagnostic message when threads not released properly
(edit) @648   7 years Maciej Komosinski Warn when trying to remove non-existing indexed object
(edit) @647   7 years Maciej Komosinski Updated URLs, removed non-ascii characters
(edit) @646   7 years Maciej Komosinski Support for multiple coexisting implementations of the same neuron …
(edit) @645   7 years Maciej Komosinski f0 is strict now, will not accept float when int is expected
(edit) @644   7 years Maciej Komosinski Invalid references from neurons to Parts/Joints? are now reported
(edit) @643   7 years Maciej Komosinski The meaning of f9 3D-direction genes made consistent with Framsticks …
(edit) @642   7 years Maciej Komosinski Implemented insert() in FramScript? Vector class
(edit) @640   7 years Maciej Komosinski Introduced a separate function to provide a human-friendly description …
(edit) @639   7 years Maciej Komosinski Introduced separate functions for formatting time.
(edit) @637   7 years Maciej Komosinski Extended code so that NeuroClass? properties are described in more detail
(edit) @636   7 years Maciej Komosinski Modulo by zero is safe just as division by zero and prints analogous …
(edit) @635   7 years Maciej Komosinski Introduced specialized info_* fields in (Mini)Genotype that match FEC …
(edit) @612   8 years Maciej Komosinski Updated after field rename
(edit) @611   8 years Maciej Komosinski Code formatting
(edit) @610   8 years Maciej Komosinski - Introduced levels of checking the validity of a Model - If a Joint …
(edit) @606   8 years Maciej Komosinski Code formatting
(edit) @605   8 years Maciej Komosinski - Added 'fixedZaxis' option to paramtab (so that it is accessible from …
(edit) @601   8 years oriona Possibility of fixing z axis during the alignment added.
(edit) @574   8 years Maciej Komosinski More strict validation of numeric type definitions: min without max is …
(edit) @551   8 years Maciej Komosinski PreconfiguredGenetics? warns about unexpected use case and unregisters …
(edit) @550   8 years Maciej Komosinski LoggerToStdout? used in geometry tests. PreconfiguredGenetics? moved to …
(edit) @549   8 years Maciej Komosinski More correct use of PreconfiguredGenetics?: avoid static objects, …
(edit) @548   8 years Maciej Komosinski Improved description/docs
(edit) @547   8 years oriona PreconfiguredGenetics? added in geometrytestutils
(edit) @546   8 years Maciej Komosinski Renamed: Model::buildUsingNewShapes -> …
(edit) @545   8 years Maciej Komosinski Dictionary.set() documentation updated
(edit) @544   8 years Maciej Komosinski Renamed: Model::getShape() ==> Model::getShapeType() Model::SHAPE_OLD …
(edit) @541   8 years oriona Division by 0.0 for a single ellipsoid fixed [closes #42]. Sampling …
(edit) @540   8 years oriona Meshbuilder.cpp added.
(edit) @539   8 years oriona Division by 0.0 for a single ellipsoid fixed [closes #42]. Sampling …
(edit) @538   8 years Maciej Komosinski Value of the assignment statement is now consistently the assigned …
(edit) @536   8 years Maciej Komosinski "Shaped" models use the same p.mass calculation as "old" models …
(edit) @535   8 years Maciej Komosinski - More strict type description checking when adding a property in …
(edit) @534   8 years Maciej Komosinski Renamed: get/setGene -> get/setGenes, setGeneOnly -> …
(edit) @533   8 years Maciej Komosinski - Improved error message on superfluous param values - Don't call …
(edit) @532   8 years Maciej Komosinski A new set of getStyle/getFullStyle functions in GenMan? and cosmetic …
(edit) @530   8 years Maciej Komosinski Strict parsing of genotype format prefix
(edit) @529   8 years Maciej Komosinski \r can be optionally removed while loading
(edit) @528   8 years Maciej Komosinski - Part.m removed - Part.h becomes XPROP - validate more part and joint …
(edit) @527   8 years Maciej Komosinski Print mappings of models
(edit) @526   8 years Maciej Komosinski Geno::toString() renamed to Geno::getGeneAndFormat()
(edit) @523   8 years Maciej Komosinski No more overloading of fopen/fclose/... functions for the VirtFILE …
(edit) @522   8 years Maciej Komosinski Code formatting
(edit) @521   8 years Maciej Komosinski Extended error messages for invalid genotype format declaration
(edit) @520   8 years Maciej Komosinski Code formatting
(edit) @519   8 years Maciej Komosinski Simpler and more understandable error message
(edit) @518   8 years Maciej Komosinski More strict parsing of genotype format prefix
(edit) @517   8 years Maciej Komosinski Added an example of saving MiniGenotype? objects to a file
(edit) @516   8 years Maciej Komosinski Geno format as a string (no longer ascii number)
(edit) @515   8 years Maciej Komosinski Renamed, better name
(edit) @514   8 years Maciej Komosinski More strict parsing of numbers when converting genotypes f1->f0
(edit) @513   8 years Maciej Komosinski checkValidity() and validate() are now aware of genotype name
(edit) @512   8 years Maciej Komosinski No trailing space in full name when last name is empty
(edit) @511   8 years Maciej Komosinski Improved handling of multiline messages by loggers
(edit) @508   8 years Maciej Komosinski Conditional macro to identify for which genotypes the order of …
(edit) @507   8 years Maciej Komosinski Default Part and Stick color becomes white, not gray (so that …
(edit) @501   8 years Maciej Komosinski Fixed obvious read from the just-deleted object
(edit) @500   8 years Maciej Komosinski Fixed uninit - previously cached f0 might have been treated as invalid
(edit) @495   8 years Maciej Komosinski Unified and better formatted error and warning messages
(edit) @494   8 years Maciej Komosinski Empty destructor no longer needed since it is present in the base …
(edit) @492   8 years Maciej Komosinski emscripten compatibility
(edit) @490   8 years Maciej Komosinski Introduced general-use ErrorObject?, fixed enumeration of mixed …
(edit) @489   8 years Maciej Komosinski Fixed iteration of invalid values and objects
(edit) @484   8 years Maciej Komosinski fields -> neuroproperties, properties -> size
(edit) @483   8 years Maciej Komosinski Unified DEBUG macro ( -> _DEBUG )
(edit) @482   8 years Maciej Komosinski Fixed: we want a reference to a static object, not a static reference …
(edit) @478   8 years Maciej Komosinski Accessing const objects, short -> paInt, less critical messages when …
(edit) @477   8 years Maciej Komosinski "const" keyword, detecting variable name clashes, error on iterating …
(edit) @473   8 years sz - MiniGenotype? extended to handle all Genotype fields contained in …
(edit) @472   8 years Maciej Komosinski Deserialization more tolerant to whitespaces (similarly to the json …
(edit) @471   8 years Maciej Komosinski FP overflow exception non-fatal
(edit) @468   8 years Maciej Komosinski More sophisticated and accurate parsing of numbers
(edit) @467   8 years Maciej Komosinski GenMan? interface uses STL std::string instead of SString
(edit) @466   8 years Maciej Komosinski - accessing a non-global variable that was declared outside of a …
(edit) @465   8 years Maciej Komosinski Avoid compilation warning
(edit) @464   8 years Maciej Komosinski Serialization of basic object types in JSON format
(edit) @460   8 years Maciej Komosinski Added a function to strip the path component from filename
(edit) @459   8 years sz fixed memory leak in simil_test (when loading invalid genotypes)
(edit) @458   8 years sz fixed memory leaks in Model (when building from invalid f0 genotype)
(edit) @457   8 years oriona Vectors declaration shortened.
(edit) @456   8 years sz added libFramsticksSDK.a building rule with the following changes: - …
(edit) @455   8 years oriona Malloc/free replaced by new/delete, pointers-to-vectors changed into …
(edit) @453   8 years Maciej Komosinski Built-in shallow clone() for Vector and Dictionary
(edit) @452   8 years Maciej Komosinski Validation of genotypes additionally prints genotype name when there …
(edit) @451   8 years oriona Unused INit commented out. Command line information updated.
(edit) @427   9 years Maciej Komosinski Android can read files again after a slash has been removed from the path
(edit) @426   9 years Maciej Komosinski Warn about duplicated field values
(edit) @425   9 years Maciej Komosinski The NO_STD_IN_OUT_ERR macro excludes entire functions, not their contents
(edit) @424   9 years Maciej Komosinski iOS compilation
(edit) @420   9 years Maciej Komosinski Improved docs and code formatting
(edit) @419   9 years Maciej Komosinski Default value for strings was "0" instead of ""
(edit) @415   9 years Maciej Komosinski Introduced a new field, is_valid, which combines isValid and validity, …
(edit) @414   9 years Maciej Komosinski Don't print warnings on int (operator) float; the result gets promoted …
(edit) @413   9 years Maciej Komosinski Print messages when unexpected lines are encountered in …
Note: See TracRevisionLog for help on using the revision log.