# # ChangeLog for cpp/frams # # Generated by Trac 1.2.1 # 03/28/24 20:21:55 Sat, 01 Mar 2014 21:07:48 GMT sz [151] * cpp/frams/canvas/canvasutil.cpp (modified) * cpp/frams/canvas/neurodiagram.cpp (modified) * cpp/frams/genetics/preconfigured.h (modified) (c) header added Sat, 01 Mar 2014 21:05:02 GMT sz [150] * cpp/frams/genetics/geno.cpp (modified) * cpp/frams/genetics/geno.h (modified) * cpp/frams/genetics/genoconv.cpp (modified) * cpp/frams/genetics/genoconv.h (modified) Warn against missing converter, convert() caller can differentiate ... Wed, 26 Feb 2014 19:37:58 GMT sz [147] * cpp/frams/canvas/canvasutil.cpp (added) * cpp/frams/canvas/neurodiagram.cpp (added) This sample code may be useful for people reimplementing the standard ... Wed, 26 Feb 2014 19:27:49 GMT sz [146] * cpp/frams/genetics/oper_fx.cpp (modified) oops, forgot to include oper_fx.cpp in the previous Genetics update Wed, 26 Feb 2014 19:21:22 GMT sz [145] * cpp/common/nonstd_math.cpp (modified) * cpp/frams/Makefile-GDK-files (modified) * cpp/frams/_demos/f0_variants_test.cpp (modified) * cpp/frams/_demos/full_props.cpp (modified) * cpp/frams/_demos/gdk_test.cpp (modified) * cpp/frams/_demos/geno_test.cpp (modified) * cpp/frams/_demos/genoconv_test.cpp (modified) * cpp/frams/_demos/genooper_test.cpp (modified) * cpp/frams/_demos/multiline_f0_test.cpp (modified) * cpp/frams/_demos/neuro_layout_test.cpp (modified) * cpp/frams/_demos/neuro_test.cpp (modified) * cpp/frams/genetics/defgenoconv.cpp (modified) * cpp/frams/genetics/defgenoconv.h (modified) * cpp/frams/genetics/f9/oper_f9.cpp (modified) * cpp/frams/genetics/fF/fF_genotype.cpp (added) * cpp/frams/genetics/fF/fF_genotype.h (modified) * cpp/frams/genetics/fF/oper_fF.cpp (modified) * cpp/frams/genetics/fF/oper_fF.h (modified) * cpp/frams/genetics/genman.cpp (modified) * cpp/frams/genetics/genman.h (modified) * cpp/frams/genetics/geno.cpp (modified) * cpp/frams/genetics/geno.h (modified) * cpp/frams/genetics/genoconv.cpp (modified) * cpp/frams/genetics/genoconv.h (modified) * cpp/frams/genetics/oper_fx.h (modified) * cpp/frams/genetics/preconfigured.h (added) Genetics reorganization (affects ALL applications!): - ... Wed, 26 Feb 2014 19:04:49 GMT sz [144] * cpp/frams/param/param.cpp (modified) * cpp/frams/param/param.h (modified) * cpp/frams/util/extvalue.cpp (modified) * cpp/frams/util/extvalue.h (modified) Param and ExtValue improvements (better control on conversions, ... Fri, 21 Feb 2014 10:25:16 GMT sz [141] * cpp/frams/Makefile-GDK-files (modified) * cpp/frams/_demos/geno_test.cpp (modified) * cpp/frams/_demos/genooper_test.cpp (modified) Improved genotype validation in geno_test and genooper_test (using ... Thu, 20 Feb 2014 16:53:33 GMT sz [140] * cpp/common/stl-util.h (added) * cpp/frams/Makefile-GDK-files (modified) * cpp/frams/genetics/fF (added) * cpp/frams/genetics/fF/conv_fF.cpp (added) * cpp/frams/genetics/fF/conv_fF.h (added) * cpp/frams/genetics/fF/fF_genotype.h (added) * cpp/frams/genetics/fF/oper_fF.cpp (added) * cpp/frams/genetics/fF/oper_fF.h (added) * cpp/frams/genetics/gen-config-GDK.h (modified) introducing the Foraminifera encoding (format 'F') Thu, 20 Feb 2014 16:49:28 GMT sz [139] * cpp/frams/_demos/genooper_test.cpp (modified) * cpp/frams/_demos/part_shapes.cpp (modified) * cpp/frams/genetics/defgenoconv.cpp (modified) * cpp/frams/genetics/f1/conv_f1.cpp (modified) * cpp/frams/genetics/f1/conv_f1.h (modified) * cpp/frams/genetics/f9/conv_f9.cpp (modified) * cpp/frams/genetics/f9/conv_f9.h (modified) * cpp/frams/genetics/f9/oper_f9.h (modified) * cpp/frams/genetics/gen-config-GDK.h (modified) * cpp/frams/genetics/genman.cpp (modified) * cpp/frams/genetics/oper_fx.h (modified) * cpp/frams/util/3d.h (modified) class renaming + minor corrections Wed, 19 Feb 2014 12:59:17 GMT sz [138] * cpp/frams/Makefile-GDK (modified) * cpp/frams/Makefile-GDK-files (modified) * cpp/frams/Makefile-maintain (modified) * cpp/frams/_demos/genooper_test.cpp (added) * cpp/frams/genetics/gen-config-GDK.h (modified) * cpp/frams/genetics/genman.cpp (added) * cpp/frams/genetics/genman.h (added) * cpp/frams/model/autoname.cpp (added) * cpp/frams/model/autoname.h (added) * cpp/frams/neuro/geneticneuroparam.cpp (added) * cpp/frams/neuro/geneticneuroparam.h (added) * cpp/frams/neuro/neurolibparam.cpp (added) * cpp/frams/neuro/neurolibparam.h (added) * cpp/frams/param/mutableparam.cpp (added) * cpp/frams/param/mutableparam.h (added) * cpp/frams/param/mutparamiface.h (added) * cpp/frams/param/mutparamlist.cpp (added) * cpp/frams/param/mutparamlist.h (added) * cpp/frams/vm/classes/genoobj.cpp (added) * cpp/frams/vm/classes/genoobj.h (added) genetic operator example - frams/_demos/genooper_test.cpp Wed, 19 Feb 2014 11:58:12 GMT sz [137] * cpp/frams/canvas/nn_layout.h (modified) * cpp/frams/canvas/nn_layout_model.cpp (modified) * cpp/frams/canvas/nn_layout_model.h (modified) * cpp/frams/canvas/nn_simple_layout.cpp (modified) * cpp/frams/canvas/nn_smart_layout.cpp (modified) added (c) headers Tue, 18 Feb 2014 21:50:38 GMT Maciej Komosinski [136] * cpp/frams/Makefile-GDK (modified) * cpp/frams/Makefile-GDK-files (modified) * cpp/frams/_demos/genoconv_test.cpp (moved) renamed conv_test => genoconv_test Mon, 17 Feb 2014 11:32:11 GMT sz [135] * cpp/common/nonstd.h (modified) * cpp/common/nonstd_math.cpp (modified) * cpp/common/nonstd_math.h (modified) * cpp/frams/Makefile-GDK (modified) * cpp/frams/Makefile-GDK-files (modified) * cpp/frams/_demos/neuro_layout_test.cpp (added) * cpp/frams/canvas (added) * cpp/frams/canvas/nn_layout.h (added) * cpp/frams/canvas/nn_layout_model.cpp (added) * cpp/frams/canvas/nn_layout_model.h (added) * cpp/frams/canvas/nn_simple_layout.cpp (added) * cpp/frams/canvas/nn_smart_layout.cpp (added) neuron layout algorithm (for schematic drawing), usage example in ... Mon, 10 Feb 2014 23:01:21 GMT Maciej Komosinski [131] * cpp/frams/virtfile/virtfile.cpp (modified) * cpp/frams/virtfile/virtfile.h (modified) a better way to save/restore a preprocessor macro, unfortunately not ... Mon, 10 Feb 2014 19:21:05 GMT sz [129] * cpp/frams/_demos/conv_test.cpp (modified) conv_test now uses the DefaultGenoConvManager which automatically ... Mon, 10 Feb 2014 19:13:49 GMT sz [128] * cpp/frams/util/sstring.cpp (modified) warning: deprecated conversion from string constant to char* Mon, 10 Feb 2014 19:13:23 GMT sz [127] * cpp/frams/neuro/neuroimpl.cpp (modified) * cpp/frams/vm/classes/3dobject.cpp (modified) * cpp/frams/vm/classes/collectionobj.cpp (modified) bug fixed: all param items having GETONLY accessor must also have ... Mon, 10 Feb 2014 16:14:26 GMT sz [126] * cpp/frams/Makefile-GDK-files (modified) * cpp/frams/_demos/loader_test.cpp (modified) * cpp/frams/genetics/gen-config-GDK.h (modified) minor corrections Mon, 10 Feb 2014 16:13:09 GMT sz [125] * cpp/frams/genetics/f9/conv_f9.cpp (modified) * cpp/frams/genetics/f9/conv_f9.h (modified) f9: APPLY_DETERMINISTIC_BODY_NOISE enabled by default Mon, 10 Feb 2014 16:09:58 GMT sz [124] * cpp/frams/_demos/multiline_f0_test.cpp (modified) * cpp/frams/param/param.cpp (modified) * cpp/frams/param/param.h (modified) Param::save altname argument is now more convenient const char* Mon, 10 Feb 2014 16:08:23 GMT sz [123] * cpp/common/nonstd.h (modified) * cpp/frams/virtfile/virtfile.cpp (modified) * cpp/frams/virtfile/virtfile.h (modified) Cygwin compatibility Sat, 08 Feb 2014 05:00:41 GMT sz [121] * cpp/frams/Makefile-GDK-files (modified) * cpp/frams/_demos/conv_test.cpp (modified) * cpp/frams/_demos/f0_variants_test.cpp (modified) * cpp/frams/_demos/full_props.cpp (modified) * cpp/frams/_demos/gdk_test.cpp (modified) * cpp/frams/_demos/geno_test.cpp (modified) * cpp/frams/_demos/genotypeloader.cpp (modified) * cpp/frams/_demos/genotypeloader.h (modified) * cpp/frams/_demos/loader_test.cpp (modified) * cpp/frams/_demos/multiline_f0_test.cpp (modified) * cpp/frams/_demos/neuro_test.cpp (modified) * cpp/frams/_demos/part_shapes.cpp (modified) * cpp/frams/_demos/printconvmap.cpp (modified) * cpp/frams/_demos/printconvmap.h (modified) * cpp/frams/_demos/serial_test.cpp (modified) * cpp/frams/config/gdk_build_config.h (modified) * cpp/frams/errmgr/errmanager.cpp (modified) * cpp/frams/errmgr/errmanager.h (modified) * cpp/frams/errmgr/stderrors.cpp (modified) * cpp/frams/errmgr/stderrors.h (modified) * cpp/frams/errmgr/stdouterr.cpp (modified) * cpp/frams/errmgr/stdouterr.h (modified) * cpp/frams/genetics/defgenoconv.cpp (modified) * cpp/frams/genetics/defgenoconv.h (modified) * cpp/frams/genetics/f1/conv_f1.cpp (modified) * cpp/frams/genetics/f1/conv_f1.h (modified) * cpp/frams/genetics/gen-config-GDK.h (modified) * cpp/frams/genetics/geno.cpp (modified) * cpp/frams/genetics/geno.h (modified) * cpp/frams/genetics/genoconv.cpp (modified) * cpp/frams/genetics/genoconv.h (modified) * cpp/frams/genetics/oper_fx.cpp (modified) * cpp/frams/genetics/oper_fx.h (modified) * cpp/frams/model/defassign-f0-GDK.h (modified) * cpp/frams/model/f0-GDK-classes.h (modified) * cpp/frams/model/model.cpp (modified) * cpp/frams/model/model.h (modified) * cpp/frams/model/modelparts.cpp (modified) * cpp/frams/model/modelparts.h (modified) * cpp/frams/neuro/impl/neuroimpl-body-gdk.h (modified) * cpp/frams/neuro/impl/neuroimpl-channels.cpp (modified) * cpp/frams/neuro/impl/neuroimpl-channels.h (modified) * cpp/frams/neuro/impl/neuroimpl-fuzzy-f0.cpp (modified) * cpp/frams/neuro/impl/neuroimpl-fuzzy-f0.h (modified) * cpp/frams/neuro/impl/neuroimpl-fuzzy.cpp (modified) * cpp/frams/neuro/impl/neuroimpl-fuzzy.h (modified) * cpp/frams/neuro/impl/neuroimpl-simple.cpp (modified) * cpp/frams/neuro/impl/neuroimpl-simple.h (modified) * cpp/frams/neuro/neurocls-f0-GDK-factory.h (modified) * cpp/frams/neuro/neurocls-f0-GDK-library.h (modified) * cpp/frams/neuro/neurofactory.cpp (modified) * cpp/frams/neuro/neurofactory.h (modified) * cpp/frams/neuro/neuroimpl.cpp (modified) * cpp/frams/neuro/neuroimpl.h (modified) * cpp/frams/neuro/neuroimplfiles-GDK.h (modified) * cpp/frams/neuro/neurolibrary.cpp (modified) * cpp/frams/neuro/neurolibrary.h (modified) * cpp/frams/param/multiparamload.cpp (modified) * cpp/frams/param/multiparamload.h (modified) * cpp/frams/param/param.cpp (modified) * cpp/frams/param/param.h (modified) * cpp/frams/param/paramobj.cpp (modified) * cpp/frams/param/paramobj.h (modified) * cpp/frams/param/paramtabobj.cpp (modified) * cpp/frams/param/paramtabobj.h (modified) * cpp/frams/param/syntparam.cpp (modified) * cpp/frams/param/syntparam.h (modified) * cpp/frams/util/3d.cpp (modified) * cpp/frams/util/3d.h (modified) * cpp/frams/util/advlist.cpp (modified) * cpp/frams/util/advlist.h (modified) * cpp/frams/util/callbacks.cpp (modified) * cpp/frams/util/callbacks.h (modified) * cpp/frams/util/extvalue.cpp (modified) * cpp/frams/util/extvalue.h (modified) * cpp/frams/util/hashtable.cpp (modified) * cpp/frams/util/hashtable.h (modified) * cpp/frams/util/list.cpp (modified) * cpp/frams/util/list.h (modified) * cpp/frams/util/multimap.cpp (modified) * cpp/frams/util/multimap.h (modified) * cpp/frams/util/multirange.cpp (modified) * cpp/frams/util/multirange.h (modified) * cpp/frams/util/rndutil.cpp (modified) * cpp/frams/util/rndutil.h (modified) * cpp/frams/util/sstring.cpp (modified) * cpp/frams/util/sstring.h (modified) * cpp/frams/util/sstringutils.cpp (modified) * cpp/frams/util/sstringutils.h (modified) * cpp/frams/util/statrick.h (modified) * cpp/frams/util/usertags.h (modified) * cpp/frams/virtfile/stdiofile-autoinit.cpp (modified) * cpp/frams/virtfile/stdiofile.cpp (modified) * cpp/frams/virtfile/stdiofile.h (modified) * cpp/frams/virtfile/stringfile.cpp (modified) * cpp/frams/virtfile/stringfile.h (modified) * cpp/frams/virtfile/virtfile.cpp (modified) * cpp/frams/virtfile/virtfile.h (modified) * cpp/frams/vm/classes/3dobject.cpp (modified) * cpp/frams/vm/classes/3dobject.h (modified) * cpp/frams/vm/classes/collectionobj.cpp (modified) * cpp/frams/vm/classes/collectionobj.h (modified) updated file headers and makefiles Sat, 08 Feb 2014 04:31:31 GMT Maciej Komosinski [120] * cpp/frams/genetics/f9 (added) * cpp/frams/genetics/f9/conv_f9.cpp (added) * cpp/frams/genetics/f9/conv_f9.h (added) * cpp/frams/genetics/f9/oper_f9.cpp (added) * cpp/frams/genetics/f9/oper_f9.h (added) added sources of the f9->f0 genetic converter Fri, 07 Feb 2014 21:01:55 GMT Maciej Komosinski [119] * cpp/README.txt (modified) * cpp/frams/genetics (moved) * cpp/frams/genetic/conv (deleted) * cpp/frams/genetics/f1 (copied) * cpp/frams/genetic/oper (deleted) * cpp/frams/genetics/oper_fx.cpp (copied) * cpp/frams/genetics/oper_fx.h (copied) reorganization of genetic sources (makefiles not updated yet) Sun, 26 Jan 2014 05:01:27 GMT sz [115] * cpp/frams/_demos/loader_test.cpp (modified) loader_test can now extract raw genotype from a Framsticks file ... Sun, 26 Jan 2014 04:53:23 GMT sz [114] * cpp/frams/model/model.cpp (modified) * cpp/frams/model/modelparts.cpp (modified) * cpp/frams/model/modelparts.h (modified) improved/bug fixed: delta joint mode (in f0 genotypes) is now ... Sun, 26 Jan 2014 04:47:49 GMT sz [113] * cpp/frams/param/multiparamload.cpp (modified) * cpp/frams/param/multiparamload.h (modified) some compilers don't like functions called 'include()' Sun, 26 Jan 2014 04:46:07 GMT sz [112] * cpp/frams/neuro/impl/neuroimpl-fuzzy-f0.cpp (modified) * cpp/frams/neuro/impl/neuroimpl-fuzzy.cpp (modified) * cpp/frams/util/rndutil.cpp (modified) removed weird }; Sun, 26 Jan 2014 04:44:38 GMT sz [111] * cpp/frams/Makefile-GDK-files (modified) missing directories (affects make clean) Sun, 26 Jan 2014 00:34:10 GMT Maciej Komosinski [110] * cpp/LICENSE.txt (moved) * cpp/README.txt (moved) * cpp/_old (added) * cpp/_old/f0-fuzzy (moved) * cpp/_old/f4 (moved) * cpp/_old/f8-to-f1 (moved) * cpp/frams/model/geometry (added) reorganization of sources Mon, 20 Jan 2014 14:01:18 GMT sz [109] * cpp/README (added) * cpp/common (added) * cpp/common/2d.h (added) * cpp/common/Convert.cpp (added) * cpp/common/Convert.h (added) * cpp/common/framsg.cpp (added) * cpp/common/framsg.h (added) * cpp/common/nonstd.h (added) * cpp/common/nonstd_dir.h (added) * cpp/common/nonstd_math.cpp (added) * cpp/common/nonstd_math.h (added) * cpp/common/nonstd_stdio.cpp (added) * cpp/common/nonstd_stdio.h (added) * cpp/common/nonstd_stl.h (added) * cpp/common/random.h (added) * cpp/common/threads.h (added) * cpp/frams (added) * cpp/frams/Makefile-GDK (added) * cpp/frams/Makefile-GDK-files (added) * cpp/frams/Makefile-maintain (added) * cpp/frams/_demos (added) * cpp/frams/_demos/conv_test.cpp (added) * cpp/frams/_demos/f0_variants_test.cpp (added) * cpp/frams/_demos/full_props.cpp (added) * cpp/frams/_demos/gdk_test.cpp (added) * cpp/frams/_demos/geno_test.cpp (added) * cpp/frams/_demos/genotypeloader.cpp (added) * cpp/frams/_demos/genotypeloader.h (added) * cpp/frams/_demos/loader_test.cpp (added) * cpp/frams/_demos/multiline_f0_test.cpp (added) * cpp/frams/_demos/neuro_test.cpp (added) * cpp/frams/_demos/part_shapes.cpp (added) * cpp/frams/_demos/printconvmap.cpp (added) * cpp/frams/_demos/printconvmap.h (added) * cpp/frams/_demos/serial_test.cpp (added) * cpp/frams/config (added) * cpp/frams/config/f0-GDK.def (added) * cpp/frams/config/f0.def (added) * cpp/frams/config/f0def.xml (added) * cpp/frams/config/gdk_build_config.h (added) * cpp/frams/errmgr (added) * cpp/frams/errmgr/errmanager.cpp (added) * cpp/frams/errmgr/errmanager.h (added) * cpp/frams/errmgr/stderrors.cpp (added) * cpp/frams/errmgr/stderrors.h (added) * cpp/frams/errmgr/stdouterr.cpp (added) * cpp/frams/errmgr/stdouterr.h (added) * cpp/frams/genetic (added) * cpp/frams/genetic/conv (added) * cpp/frams/genetic/conv/conv_f1.cpp (added) * cpp/frams/genetic/conv/conv_f1.h (added) * cpp/frams/genetic/defgenoconv.cpp (added) * cpp/frams/genetic/defgenoconv.h (added) * cpp/frams/genetic/gen-config-GDK.h (added) * cpp/frams/genetic/geno.cpp (added) * cpp/frams/genetic/geno.h (added) * cpp/frams/genetic/genoconv.cpp (added) * cpp/frams/genetic/genoconv.h (added) * cpp/frams/genetic/oper (added) * cpp/frams/genetic/oper/geno_fx.cpp (added) * cpp/frams/genetic/oper/geno_fx.h (added) * cpp/frams/model (added) * cpp/frams/model/defassign-f0-GDK.h (added) * cpp/frams/model/f0-GDK-classes.h (added) * cpp/frams/model/model.cpp (added) * cpp/frams/model/model.h (added) * cpp/frams/model/modelparts.cpp (added) * cpp/frams/model/modelparts.h (added) * cpp/frams/neuro (added) * cpp/frams/neuro/impl (added) * cpp/frams/neuro/impl/neuroimpl-body-gdk.h (added) * cpp/frams/neuro/impl/neuroimpl-channels.cpp (added) * cpp/frams/neuro/impl/neuroimpl-channels.h (added) * cpp/frams/neuro/impl/neuroimpl-fuzzy-f0.cpp (added) * cpp/frams/neuro/impl/neuroimpl-fuzzy-f0.h (added) * cpp/frams/neuro/impl/neuroimpl-fuzzy.cpp (added) * cpp/frams/neuro/impl/neuroimpl-fuzzy.h (added) * cpp/frams/neuro/impl/neuroimpl-simple.cpp (added) * cpp/frams/neuro/impl/neuroimpl-simple.h (added) * cpp/frams/neuro/neurocls-f0-GDK-factory.h (added) * cpp/frams/neuro/neurocls-f0-GDK-library.h (added) * cpp/frams/neuro/neurofactory.cpp (added) * cpp/frams/neuro/neurofactory.h (added) * cpp/frams/neuro/neuroimpl.cpp (added) * cpp/frams/neuro/neuroimpl.h (added) * cpp/frams/neuro/neuroimplfiles-GDK.h (added) * cpp/frams/neuro/neurolibrary.cpp (added) * cpp/frams/neuro/neurolibrary.h (added) * cpp/frams/param (added) * cpp/frams/param/multiparamload.cpp (added) * cpp/frams/param/multiparamload.h (added) * cpp/frams/param/param.cpp (added) * cpp/frams/param/param.h (added) * cpp/frams/param/paramobj.cpp (added) * cpp/frams/param/paramobj.h (added) * cpp/frams/param/paramtabobj.cpp (added) * cpp/frams/param/paramtabobj.h (added) * cpp/frams/param/syntparam.cpp (added) * cpp/frams/param/syntparam.h (added) * cpp/frams/util (added) * cpp/frams/util/3d.cpp (added) * cpp/frams/util/3d.h (added) * cpp/frams/util/advlist.cpp (added) * cpp/frams/util/advlist.h (added) * cpp/frams/util/callbacks.cpp (added) * cpp/frams/util/callbacks.h (added) * cpp/frams/util/extvalue.cpp (added) * cpp/frams/util/extvalue.h (added) * cpp/frams/util/hashtable.cpp (added) * cpp/frams/util/hashtable.h (added) * cpp/frams/util/list.cpp (added) * cpp/frams/util/list.h (added) * cpp/frams/util/multimap.cpp (added) * cpp/frams/util/multimap.h (added) * cpp/frams/util/multirange.cpp (added) * cpp/frams/util/multirange.h (added) * cpp/frams/util/rndutil.cpp (added) * cpp/frams/util/rndutil.h (added) * cpp/frams/util/sstring.cpp (added) * cpp/frams/util/sstring.h (added) * cpp/frams/util/sstringutils.cpp (added) * cpp/frams/util/sstringutils.h (added) * cpp/frams/util/statrick.h (added) * cpp/frams/util/usertags.h (added) * cpp/frams/virtfile (added) * cpp/frams/virtfile/stdiofile-autoinit.cpp (added) * cpp/frams/virtfile/stdiofile.cpp (added) * cpp/frams/virtfile/stdiofile.h (added) * cpp/frams/virtfile/stringfile.cpp (added) * cpp/frams/virtfile/stringfile.h (added) * cpp/frams/virtfile/virtfile.cpp (added) * cpp/frams/virtfile/virtfile.h (added) * cpp/frams/vm (added) * cpp/frams/vm/classes (added) * cpp/frams/vm/classes/3dobject.cpp (added) * cpp/frams/vm/classes/3dobject.h (added) * cpp/frams/vm/classes/collectionobj.cpp (added) * cpp/frams/vm/classes/collectionobj.h (added) * cpp/gdk (deleted) source reorganization (see README) new feature added: part/joint ...