source: cpp/frams

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @291   9 years Maciej Komosinski - Global errorhandlers are harmful (race condition) - …
(edit) @290   9 years Maciej Komosinski - Undefined property/function access returns invalid value - Unified …
(edit) @289   9 years Maciej Komosinski Removed usage of NeuroItem?; item details -> details
(edit) @288   9 years Maciej Komosinski GDK->SDK, gdk_test.cpp -> genomanipulation.cpp
(edit) @287   9 years Maciej Komosinski GDK->SDK
(edit) @286   9 years Maciej Komosinski Updated headers
(edit) @285   9 years Maciej Komosinski Mac OS X support
(edit) @284   9 years Maciej Komosinski Wrong sscanf size in 64-bit caused stack damage (in "0x....." conversion)
(edit) @283   9 years Maciej Komosinski Clarified "normal f0" comment and removed another misleading comment
(edit) @282   9 years Maciej Komosinski Formatted source
(edit) @281   9 years Maciej Komosinski Support for wide char (unicode) names of files and directories under …
(edit) @280   9 years Maciej Komosinski Version 4.0
(edit) @279   9 years Maciej Komosinski This test should be an assignment
(edit) @278   9 years Maciej Komosinski setDefault(numericonly) removed. 's', 'x' and 'o' are no special cases …
(edit) @277   9 years Maciej Komosinski ParamInterface::load() can be aborted (used to avoid incorrect …
(edit) @276   9 years Maciej Komosinski Empty stock objects for convenience
(edit) @275   9 years Maciej Komosinski Inheritance information during crossing over properly stored as a …
(edit) @274   9 years Maciej Komosinski Added Model::move() and Model::rotate()
(edit) @273   9 years Maciej Komosinski - 'o'-type fields are no longer ignored when saving (serialization …
(edit) @272   9 years Maciej Komosinski Added missing initial paint
(edit) @271   9 years Maciej Komosinski Refreshed header comments
(edit) @270   9 years Maciej Komosinski 'hollow' property in Part (0..1) in generated files
(edit) @269   9 years Maciej Komosinski - Model validation checks part/joint shapes for consistency (old/new) …
(edit) @268   9 years Maciej Komosinski ParamInterface::load warns on unknown fields and skips comments
(edit) @267   9 years Maciej Komosinski 'hollow' property in Part (0..1)
(edit) @262   9 years Maciej Komosinski Geometry evaluation no longer crashes for models that contain only …
(edit) @261   9 years Maciej Komosinski Verified return values, added error messages [closes #47]
(edit) @260   9 years Maciej Komosinski Added docs for quadrant and octant literals
(edit) @259   9 years Maciej Komosinski Added support for genetic mapping in f9
(edit) @258   9 years Maciej Komosinski Improved docs
(edit) @257   9 years Maciej Komosinski - added strmove(): strcpy() for overlapping strings - ExtObject?
(edit) @256   9 years Maciej Komosinski Chambers in Foraminifera now have the proper orientation in 3D; …
(edit) @255   9 years Maciej Komosinski Formatted source and new Orient::lookAt() function with only one …
(edit) @254   9 years Maciej Komosinski More color definitions in neural diagrams
(edit) @253   9 years Maciej Komosinski String-type properties can now have a default value stored in their …
(edit) @252   9 years Maciej Komosinski Fixed makefile clean for bash
(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) @244   10 years Maciej Komosinski Printing multi-line messages splits the message into separate lines …
(edit) @242   10 years Maciej Komosinski Added caching of geometry properties (which are costly to compute)
(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) @239   10 years rgolebiewski Changed type of value returned by some functions (two initializers and …
(edit) @238   10 years Maciej Komosinski Avoid compilation warnings
(edit) @237   10 years Maciej Komosinski Do not use min/max as variable names
(edit) @236   10 years Maciej Komosinski Changed binary literals to macros (some compilers do not support …
(edit) @235   10 years sz Framscript interface class for Model geometry calculation
(edit) @234   10 years sz Trivial changes to avoid compilation warnings about missing return …
(edit) @230   10 years Maciej Komosinski Detects invalid ParamEntry? when accessing ParamEntry?-based Params in …
(edit) @229   10 years Maciej Komosinski Removed false warning "XYZ object expected..." in Matrix functions …
(edit) @228   10 years Maciej Komosinski More warnings for illegal ExtValue? operations: object+-*/%something …
(edit) @227   10 years Maciej Komosinski Android compilation and access to RESOURCES and HOME files
(edit) @226   10 years Maciej Komosinski - SString::hash() and HashTable? use FNV-1a instead of FNV-1 - fixed …
(edit) @225   10 years Maciej Komosinski Compilation for Android
(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) @213   10 years sz Clarification on diagram.linetype
(edit) @211   10 years Maciej Komosinski Fixed cast compilation warning
(edit) @210   10 years Maciej Komosinski Added wildcard matching functions
(edit) @207   10 years Maciej Komosinski StringFILE's Vprintf can now handle strings of any length
(edit) @206   10 years Maciej Komosinski VirtFILE base class provides Vprintf, Vgetc, Vputc, Vrewind, so that …
(edit) @205   10 years Maciej Komosinski Easier way to get an invalid ExtValue?
(edit) @204   10 years Maciej Komosinski StringFileSystem? more flexible
(edit) @203   10 years Maciej Komosinski The Geno object can be de/serialized
(edit) @201   10 years Maciej Komosinski Moved isAbsolutePath() to another source file and added implementation …
(edit) @200   10 years Maciej Komosinski More stl string, less SString
(edit) @199   10 years Maciej Komosinski Avoid const char*/char* compilation warnings
(edit) @198   10 years Maciej Komosinski Hashing function for strings
(edit) @197   10 years Maciej Komosinski GDK used by developers since 1999, distributed on the web since 2002
(edit) @196   10 years Maciej Komosinski Updated f4 sources and made f4 available for GDK demo apps
(edit) @194   10 years Maciej Komosinski Updated sources of the fT (ATGC sequences) genetic operators - useful …
(edit) @193   10 years Maciej Komosinski Set svn:eol-style native for all textual files
(edit) @192   10 years Maciej Komosinski Removed unnecessary svn:executable property
(edit) @191   10 years rgolebiewski Added geometry module: calculates model surface area, volume and sizes.
(edit) @187   10 years sz all text files should have svn:eol-style=native
(edit) @186   10 years sz slightly more modular makefile (separate variables for genetic …
(edit) @185   10 years Maciej Komosinski Avoid "atan2: domain error"
(edit) @183   10 years Maciej Komosinski Improved handling of model properties
(edit) @182   10 years Maciej Komosinski Don't warn at type mismatch in collection conversions
(edit) @181   10 years Maciej Komosinski Cosmetic change in order
(edit) @180   10 years Maciej Komosinski Remove fixed length buffers
(edit) @179   10 years Maciej Komosinski Separate file with version number
(edit) @178   10 years Maciej Komosinski Changed cryptic double[4] into a meaningful struct
(edit) @177   10 years Maciej Komosinski Optimizations and simplifications
(edit) @176   10 years Maciej Komosinski Renamed #defines that conflicted with system-wide defines for Windows …
(edit) @174   10 years oriona Chambers in Foraminifera grow so that the length of the local …
(edit) @171   10 years sz getObjectTarget is now the recommended way to retrieve object from …
(edit) @170   10 years sz removed the confusing SList operator!()
(edit) @168   10 years sz reformatting
(edit) @166   10 years sz Iterating a copy of callback list allows to modify the original while …
(edit) @165   10 years sz Model object does not enforce p.m when new style shape is used
(edit) @164   10 years sz null value handling in Dictionary serialization/toString
(edit) @163   10 years sz Framscript grammar files
(edit) @162   10 years sz NeuroSymbol?.size explained [closes #36]
(edit) @158   10 years sz genetics: warn if properties cannot be mixed because of incompatible types
(edit) @157   10 years sz f9 and Ff converters can now detect an invalid input genotype and …
(edit) @156   10 years sz type description corrected (only relevant for scripting/reflection)
(edit) @155   10 years sz Pt3D: allCoordsLowerThan()/HigherThan?() functions instead of the …
Note: See TracRevisionLog for help on using the revision log.