source: cpp/frams/vm

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @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) @950   4 years Maciej Komosinski Improved error messages (display longer names of the relevant object …
(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) @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) @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) @846   5 years Maciej Komosinski - Added support for ternary conditional operator a?b:c - Fixed …
(edit) @836   5 years Maciej Komosinski Introduced ternary conditional operator a?b:c
(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) @652   7 years Maciej Komosinski Cosmetic
(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) @538   8 years Maciej Komosinski Value of the assignment statement is now consistently the assigned …
(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) @523   8 years Maciej Komosinski No more overloading of fopen/fclose/... functions for the VirtFILE …
(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) @489   8 years Maciej Komosinski Fixed iteration of invalid values and objects
(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) @468   8 years Maciej Komosinski More sophisticated and accurate parsing of numbers
(edit) @466   8 years Maciej Komosinski - accessing a non-global variable that was declared outside of a …
(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) @394   9 years Maciej Komosinski FramScript? accepts characters >=128
(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) @382   9 years sz Moving frams/virtfile to common/virtfile: - file references updated …
(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) @348   9 years Maciej Komosinski - explicit c_str() in SString instead of (const char*) cast - genetic …
(edit) @345   9 years Maciej Komosinski Fixed operator priorities in FramScript?
(edit) @343   9 years Maciej Komosinski Code formatting
(edit) @341   9 years Maciej Komosinski Fixed using null as object reference
(edit) @337   9 years Maciej Komosinski New math operator semantics: extend mixed int/float to float, forbid …
(edit) @335   9 years Maciej Komosinski Cosmetic edits
(edit) @333   9 years Maciej Komosinski - use source/code mapping for line number and file information in vm …
(edit) @332   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) @245   10 years Maciej Komosinski When compiling FramScript?, add \n after each error message
(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) @224   10 years Maciej Komosinski Multiline strings quoted in three quotation marks or three apostrophes …
(edit) @222   10 years Maciej Komosinski "Distributed" deserializable class registry, so that ExtValue? does not …
(edit) @221   10 years Maciej Komosinski "here document" in framscript, …
(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) @163   10 years sz Framscript grammar files
(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.