source: cpp/frams/vm/classes

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @972   4 years Maciej Komosinski - separate "0" and "0s" formats (for SHAPE_BALL_AND_STICK and …
(edit) @955   4 years Maciej Komosinski Genetic format ID becomes a string (no longer limited to a single …
(edit) @951   4 years Maciej Komosinski Fixed a bug in 3D orientation rotation (only concerns scripts)
(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) @868   5 years Maciej Komosinski Added two methods for dictionary iteration: for(x in dict) and for(x …
(edit) @858   5 years Maciej Komosinski Cosmetic (docs)
(edit) @852   5 years Maciej Komosinski Dictionary.find() now also works for null values stored in a …
(edit) @849   5 years Maciej Komosinski Added Dictionary.hasKey(). Accessing non-existent dictionary keys …
(edit) @825   5 years Maciej Komosinski Simplified XYZ.toString() and made Orient.toString() use our official …
(edit) @746   6 years Maciej Komosinski Code formatting
(edit) @732   6 years Maciej Komosinski Added support for "checkpoints" (intermediate phases of development of …
(edit) @648   7 years Maciej Komosinski Warn when trying to remove non-existing indexed object
(edit) @642   7 years Maciej Komosinski Implemented insert() in FramScript? Vector class
(edit) @545   8 years Maciej Komosinski Dictionary.set() documentation updated
(edit) @534   8 years Maciej Komosinski Renamed: get/setGene -> get/setGenes, setGeneOnly -> …
(edit) @526   8 years Maciej Komosinski Geno::toString() renamed to Geno::getGeneAndFormat()
(edit) @516   8 years Maciej Komosinski Geno format as a string (no longer ascii number)
(edit) @490   8 years Maciej Komosinski Introduced general-use ErrorObject?, fixed enumeration of mixed …
(edit) @478   8 years Maciej Komosinski Accessing const objects, short -> paInt, less critical messages when …
(edit) @464   8 years Maciej Komosinski Serialization of basic object types in JSON format
(edit) @453   8 years Maciej Komosinski Built-in shallow clone() for Vector and Dictionary
(edit) @420   9 years Maciej Komosinski Improved docs and code formatting
(edit) @415   9 years Maciej Komosinski Introduced a new field, is_valid, which combines isValid and validity, …
(edit) @409   9 years Maciej Komosinski Improved documentation
(edit) @392   9 years sz Dictionary documentation updated.
(edit) @387   9 years Maciej Komosinski Improved help descriptions
(edit) @383   9 years sz Added more examples in Vector and Dictionary documentation.
(edit) @375   9 years Maciej Komosinski Renamed logging functions to more intuitive and simple names
(edit) @372   9 years sz Renamed some classes and functions to make their purpose more obvious: …
(edit) @371   9 years Maciej Komosinski THREAD_LOCAL uses ThreadLocal_ prefix for variables. The static object …
(edit) @343   9 years Maciej Komosinski Code formatting
(edit) @333   9 years Maciej Komosinski - use source/code mapping for line number and file information in vm …
(edit) @286   9 years Maciej Komosinski Updated headers
(edit) @247   9 years Maciej Komosinski Sources support both 32-bit and 64-bit, and more compilers
(edit) @241   10 years Maciej Komosinski Added toString() and angles representation to Orient
(edit) @240   10 years Maciej Komosinski Used | instead of + when adding binary flags
(edit) @229   10 years Maciej Komosinski Removed false warning "XYZ object expected..." in Matrix functions …
(edit) @222   10 years Maciej Komosinski "Distributed" deserializable class registry, so that ExtValue? does not …
(edit) @219   10 years Maciej Komosinski Both subexpressions evaluate to the same type now
(edit) @203   10 years Maciej Komosinski The Geno object can be de/serialized
(edit) @197   10 years Maciej Komosinski GDK used by developers since 1999, distributed on the web since 2002
(edit) @182   10 years Maciej Komosinski Don't warn at type mismatch in collection conversions
(edit) @171   10 years sz getObjectTarget is now the recommended way to retrieve object from …
(edit) @164   10 years sz null value handling in Dictionary serialization/toString
(edit) @156   10 years sz type description corrected (only relevant for scripting/reflection)
(edit) @153   10 years sz SList container iteration: FOREACH() macro now creates local variable …
(edit) @138   10 years sz genetic operator example - frams/_demos/genooper_test.cpp
(edit) @127   10 years sz bug fixed: all param items having GETONLY accessor must also have …
(edit) @121   10 years sz updated file headers and makefiles
(add) @109   10 years sz source reorganization (see README) new feature added: part/joint …
Note: See TracRevisionLog for help on using the revision log.