|
|
@1158
|
3 years |
Maciej Komosinski |
Cosmetic/minor improvements
|
|
|
@1130
|
4 years |
Maciej Komosinski |
Used std::min(), std::max() explicitly to avoid compiler confusion. …
|
|
|
@1077
|
4 years |
Maciej Komosinski |
Fixed limited scope of for(var somevariable) …
|
|
|
@1076
|
4 years |
Maciej Komosinski |
Cosmetic
|
|
|
@1041
|
4 years |
Maciej Komosinski |
Use qsort_r() substitute when not available (Android)
|
|
|
@999
|
4 years |
Maciej Komosinski |
More consistent usage of "shapetype" (vs. "shape")
|
|
|
@988
|
4 years |
Maciej Komosinski |
Building a Model from Geno now fails when Model.shape is incompatible …
|
|
|
@973
|
4 years |
Maciej Komosinski |
Increased SString and std::string compatibility: introduced length(), …
|
|
|
@972
|
4 years |
Maciej Komosinski |
- separate "0" and "0s" formats (for SHAPE_BALL_AND_STICK and …
|
|
|
@955
|
4 years |
Maciej Komosinski |
Genetic format ID becomes a string (no longer limited to a single …
|
|
|
@951
|
4 years |
Maciej Komosinski |
Fixed a bug in 3D orientation rotation (only concerns scripts)
|
|
|
@950
|
4 years |
Maciej Komosinski |
Improved error messages (display longer names of the relevant object …
|
|
|
@931
|
4 years |
Maciej Komosinski |
Supported all platforms using either qsort_r() or qsort_s()
|
|
|
@930
|
4 years |
Maciej Komosinski |
Replaced std::sort() with qsort() in Vector.sort(). std::sort() …
|
|
|
@929
|
4 years |
Maciej Komosinski |
Introduced strSplit() - a function that splits an SString and stores …
|
|
|
@868
|
6 years |
Maciej Komosinski |
Added two methods for dictionary iteration: for(x in dict) and for(x …
|
|
|
@863
|
6 years |
Maciej Komosinski |
Made operator precedence more javascript-like
|
|
|
@859
|
6 years |
Maciej Komosinski |
Made operator precedence more standard: conditional (?:) and logical …
|
|
|
@858
|
6 years |
Maciej Komosinski |
Cosmetic (docs)
|
|
|
@852
|
6 years |
Maciej Komosinski |
Dictionary.find() now also works for null values stored in a …
|
|
|
@849
|
6 years |
Maciej Komosinski |
Added Dictionary.hasKey(). Accessing non-existent dictionary keys …
|
|
|
@846
|
6 years |
Maciej Komosinski |
- Added support for ternary conditional operator a?b:c
- Fixed …
|
|
|
@836
|
6 years |
Maciej Komosinski |
Introduced ternary conditional operator a?b:c
|
|
|
@825
|
6 years |
Maciej Komosinski |
Simplified XYZ.toString() and made Orient.toString() use our official …
|
|
|
@746
|
7 years |
Maciej Komosinski |
Code formatting
|
|
|
@732
|
7 years |
Maciej Komosinski |
Added support for "checkpoints" (intermediate phases of development of …
|
|
|
@652
|
8 years |
Maciej Komosinski |
Cosmetic
|
|
|
@648
|
8 years |
Maciej Komosinski |
Warn when trying to remove non-existing indexed object
|
|
|
@642
|
8 years |
Maciej Komosinski |
Implemented insert() in FramScript? Vector class
|
|
|
@545
|
8 years |
Maciej Komosinski |
Dictionary.set() documentation updated
|
|
|
@538
|
8 years |
Maciej Komosinski |
Value of the assignment statement is now consistently the assigned …
|
|
|
@534
|
8 years |
Maciej Komosinski |
Renamed: get/setGene -> get/setGenes, setGeneOnly -> …
|
|
|
@526
|
8 years |
Maciej Komosinski |
Geno::toString() renamed to Geno::getGeneAndFormat()
|
|
|
@523
|
8 years |
Maciej Komosinski |
No more overloading of fopen/fclose/... functions for the VirtFILE …
|
|
|
@516
|
8 years |
Maciej Komosinski |
Geno format as a string (no longer ascii number)
|
|
|
@490
|
9 years |
Maciej Komosinski |
Introduced general-use ErrorObject?, fixed enumeration of mixed …
|
|
|
@489
|
9 years |
Maciej Komosinski |
Fixed iteration of invalid values and objects
|
|
|
@478
|
9 years |
Maciej Komosinski |
Accessing const objects, short -> paInt, less critical messages when …
|
|
|
@477
|
9 years |
Maciej Komosinski |
"const" keyword, detecting variable name clashes, error on iterating …
|
|
|
@468
|
9 years |
Maciej Komosinski |
More sophisticated and accurate parsing of numbers
|
|
|
@466
|
9 years |
Maciej Komosinski |
- accessing a non-global variable that was declared outside of a …
|
|
|
@464
|
9 years |
Maciej Komosinski |
Serialization of basic object types in JSON format
|
|
|
@453
|
9 years |
Maciej Komosinski |
Built-in shallow clone() for Vector and Dictionary
|
|
|
@420
|
9 years |
Maciej Komosinski |
Improved docs and code formatting
|
|
|
@415
|
9 years |
Maciej Komosinski |
Introduced a new field, is_valid, which combines isValid and validity, …
|
|
|
@409
|
9 years |
Maciej Komosinski |
Improved documentation
|
|
|
@394
|
9 years |
Maciej Komosinski |
FramScript? accepts characters >=128
|
|
|
@392
|
9 years |
sz |
Dictionary documentation updated.
|
|
|
@387
|
9 years |
Maciej Komosinski |
Improved help descriptions
|
|
|
@383
|
9 years |
sz |
Added more examples in Vector and Dictionary documentation.
|
|
|
@382
|
9 years |
sz |
Moving frams/virtfile to common/virtfile:
- file references updated …
|
|
|
@375
|
10 years |
Maciej Komosinski |
Renamed logging functions to more intuitive and simple names
|
|
|
@372
|
10 years |
sz |
Renamed some classes and functions to make their purpose more obvious: …
|
|
|
@371
|
10 years |
Maciej Komosinski |
THREAD_LOCAL uses ThreadLocal_ prefix for variables. The static object …
|
|
|
@348
|
10 years |
Maciej Komosinski |
- explicit c_str() in SString instead of (const char*) cast
- genetic …
|
|
|
@345
|
10 years |
Maciej Komosinski |
Fixed operator priorities in FramScript?
|
|
|
@343
|
10 years |
Maciej Komosinski |
Code formatting
|
|
|
@341
|
10 years |
Maciej Komosinski |
Fixed using null as object reference
|
|
|
@337
|
10 years |
Maciej Komosinski |
New math operator semantics: extend mixed int/float to float, forbid …
|
|
|
@335
|
10 years |
Maciej Komosinski |
Cosmetic edits
|
|
|
@333
|
10 years |
Maciej Komosinski |
- use source/code mapping for line number and file information in vm …
|
|
|
@332
|
10 years |
Maciej Komosinski |
- use source/code mapping for line number and file information in vm …
|
|
|
@286
|
10 years |
Maciej Komosinski |
Updated headers
|
|
|
@247
|
10 years |
Maciej Komosinski |
Sources support both 32-bit and 64-bit, and more compilers
|
|
|
@245
|
10 years |
Maciej Komosinski |
When compiling FramScript?, add \n after each error message
|
|
|
@241
|
11 years |
Maciej Komosinski |
Added toString() and angles representation to Orient
|
|
|
@240
|
11 years |
Maciej Komosinski |
Used | instead of + when adding binary flags
|
|
|
@229
|
11 years |
Maciej Komosinski |
Removed false warning "XYZ object expected..." in Matrix functions …
|
|
|
@224
|
11 years |
Maciej Komosinski |
Multiline strings quoted in three quotation marks or three apostrophes …
|
|
|
@222
|
11 years |
Maciej Komosinski |
"Distributed" deserializable class registry, so that ExtValue? does not …
|
|
|
@221
|
11 years |
Maciej Komosinski |
"here document" in framscript, …
|
|
|
@219
|
11 years |
Maciej Komosinski |
Both subexpressions evaluate to the same type now
|
|
|
@203
|
11 years |
Maciej Komosinski |
The Geno object can be de/serialized
|
|
|
@197
|
11 years |
Maciej Komosinski |
GDK used by developers since 1999, distributed on the web since 2002
|
|
|
@182
|
11 years |
Maciej Komosinski |
Don't warn at type mismatch in collection conversions
|
|
|
@171
|
11 years |
sz |
getObjectTarget is now the recommended way to retrieve object from …
|
|
|
@164
|
11 years |
sz |
null value handling in Dictionary serialization/toString
|
|
|
@163
|
11 years |
sz |
Framscript grammar files
|
|
|
@156
|
11 years |
sz |
type description corrected (only relevant for scripting/reflection)
|
|
|
@153
|
11 years |
sz |
SList container iteration: FOREACH() macro now creates local variable …
|
|
|
@138
|
11 years |
sz |
genetic operator example - frams/_demos/genooper_test.cpp
|
|
|
@127
|
11 years |
sz |
bug fixed: all param items having GETONLY accessor must also have …
|
|
|
@121
|
11 years |
sz |
updated file headers and makefiles
|
|
|
@109
|
11 years |
sz |
source reorganization (see README)
new feature added: part/joint …
|