source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @154   11 years sz reformatting, english translation
(edit) @153   11 years sz SList container iteration: FOREACH() macro now creates local variable …
(edit) @152   11 years sz starting with 4.0rc7, the "part_shapes" visual style (theater and GUI) …
(edit) @151   11 years sz (c) header added
(edit) @150   11 years sz Warn against missing converter, convert() caller can differentiate …
(edit) @149   11 years Maciej Komosinski New online location of f0def.xml
(edit) @148   11 years Maciej Komosinski Updated descriptions of directory contents
(edit) @147   11 years sz This sample code may be useful for people reimplementing the standard …
(edit) @146   11 years sz oops, forgot to include oper_fx.cpp in the previous Genetics update
(edit) @145   11 years sz Genetics reorganization (affects ALL applications!): - …
(edit) @144   11 years sz Param and ExtValue? improvements (better control on conversions, "load" …
(edit) @143   11 years mmichalski Load NeuroClass? from f0def.xml and load correct xml from server
(edit) @142   11 years mmichalski Implementation of SmartLayout?
(edit) @141   11 years sz Improved genotype validation in geno_test and genooper_test (using …
(edit) @140   11 years sz introducing the Foraminifera encoding (format 'F')
(edit) @139   11 years sz class renaming + minor corrections
(edit) @138   11 years sz genetic operator example - frams/_demos/genooper_test.cpp
(edit) @137   11 years sz added (c) headers
(edit) @136   11 years Maciej Komosinski renamed conv_test => genoconv_test
(edit) @135   11 years sz neuron layout algorithm (for schematic drawing), usage example in …
(edit) @134   11 years mmichalski First version of viewer without neuron part - fix
(edit) @133   11 years mmichalski First version of viewer without neuron part
(edit) @132   11 years Maciej Komosinski added directory for javascript sources of f0 model viewer
(edit) @131   11 years Maciej Komosinski a better way to save/restore a preprocessor macro, unfortunately not a …
(edit) @130   11 years Maciej Komosinski added a comment about supported platforms
(edit) @129   11 years sz conv_test now uses the DefaultGenoConvManager? which automatically …
(edit) @128   11 years sz warning: deprecated conversion from string constant to char*
(edit) @127   11 years sz bug fixed: all param items having GETONLY accessor must also have …
(edit) @126   11 years sz minor corrections
(edit) @125   11 years sz f9: APPLY_DETERMINISTIC_BODY_NOISE enabled by default
(edit) @124   11 years sz Param::save altname argument is now more convenient const char*
(edit) @123   11 years sz Cygwin compatibility
(edit) @122   11 years sz (c)opyright information added
(edit) @121   11 years sz updated file headers and makefiles
(edit) @120   11 years Maciej Komosinski added sources of the f9->f0 genetic converter
(edit) @119   11 years Maciej Komosinski reorganization of genetic sources (makefiles not updated yet)
(edit) @118   11 years Maciej Komosinski added a comment that explains the role of the multiple evaluation phase
(edit) @117   11 years Maciej Komosinski sample script that demonstrates how to use Framsticks CLI to run …
(edit) @116   11 years Maciej Komosinski scripts useful to evaluate efficiency of parallel simulation/evolution …
(edit) @115   11 years sz loader_test can now extract raw genotype from a Framsticks file …
(edit) @114   11 years sz improved/bug fixed: delta joint mode (in f0 genotypes) is now …
(edit) @113   11 years sz some compilers don't like functions called 'include()'
(edit) @112   11 years sz removed weird };
(edit) @111   11 years sz missing directories (affects make clean)
(edit) @110   11 years Maciej Komosinski reorganization of sources
(edit) @109   11 years sz source reorganization (see README) new feature added: part/joint …
(edit) @108   11 years sz support for deprecated elements, updated framscript object definitions …
(edit) @107   11 years psniegowski HIGHLIGHTS: * add SimultorProviders? hierarchy * start Framsticks …
(edit) @106   11 years psniegowski Add directory left over during last commit.
(edit) @105   11 years psniegowski HIGHLIGHTS: * import refactorization: move Tree, Path, etc. from core …
(edit) @104   11 years sz introducing object de/serialization - see serialtest.cpp the core GDK …
(edit) @103   11 years psniegowski HIGHLIGHTS: * add auto loading and saving algorithms between frams …
(edit) @102   11 years psniegowski HIGHLIGHTS: * add StackedJoinable? as a utility class to allow strict …
(edit) @101   11 years psniegowski HIGHLIGHTS: * improve tree side notes * improve GUI layout * add …
(edit) @100   11 years psniegowski HIGHLIGHTS: * add <include/> to configuration * add side notes to tree …
(edit) @99   11 years psniegowski HIGHLIGTS: * complete events implementation * visible as …
(edit) @98   11 years psniegowski HIGHLIGHTS: * use custom TreeModel? * TreeNodes? are now very thin …
(edit) @97   11 years psniegowski HIGHLIGHTS: * add proper exception passing between communication …
(edit) @96   11 years psniegowski HIGHLIGHTS: * cleanup Instance management * extract Instance …
(edit) @95   11 years sz muscles encoded in a "new" way in f1 genotypes now behave as in "old" …
(edit) @94   11 years sz fixed model.def double Model appearance
(edit) @93   11 years Maciej Komosinski every param.set(value) produces a helpful warning when the "value" …
(edit) @92   11 years Maciej Komosinski SString::valueOf(value) can handle more argument types
(edit) @91   11 years Maciej Komosinski better and simpler memory management (allocation/deallocation); …
(edit) @90   11 years psniegowski HIGHLIGHTS: * add ObjectInstance? for holding local object trees * fix …
(edit) @89   11 years sz all test applications are compilable again
(edit) @88   11 years psniegowski HIGHLIGHTS: * loading f0 schema with XmlLoader? * use XmlLoader? to load …
(edit) @87   11 years psniegowski HIGHLIGHTS: * FramsClass? and contained Param are now immutable classes …
(edit) @86   11 years psniegowski HIGHLIGHTS: * use java annotations to mark classes and fields to be …
(edit) @85   11 years psniegowski HIGHLIGHTS: * upgrade to Java 7 * use try-multi-catch clauses * use …
(edit) @84   11 years psniegowski HIGHLIGHTS: * simplification of entities management model * cleanup …
(edit) @83   12 years Maciej Komosinski f0 genotype to test f0 parsers, and a useful fullprops.cpp program …
(edit) @82   12 years Maciej Komosinski compiles under more platforms and OSes
(edit) @81   12 years Maciej Komosinski improved parsing of properties (e.g. in f0 genotypes)
(edit) @80   12 years Maciej Komosinski - new properties in Parts and Joints: visual red, green, blue, …
(edit) @79   12 years psniegowski Simplify f0 class organization.
(edit) @78   12 years psniegowski Add f0 parsing and f0->Model transformation.
(edit) @77   12 years psniegowski Add new java codebase.
(edit) @76   12 years psniegowski Rename directory for the codebase.
(edit) @75   12 years psniegowski Test commit, add directory for rewritten java source.
(edit) @74   13 years Maciej Komosinski improved documentation, compilation, and precision of numbers parsed
(edit) @73   13 years Maciej Komosinski a genotype can be passed as a parameter
(edit) @72   13 years Maciej Komosinski neural noise parameter in neurons
(edit) @71   14 years sz optional external validators for Geno
(edit) @70   14 years Maciej Komosinski compiles under vs2008
(edit) @69   14 years sz removed unnecessary files. all GDK samples can be built again …
(edit) @68   14 years Maciej Komosinski added missing sources; updated sources for compatibility with vs2008 …
(edit) @67   14 years Maciej Komosinski deleted deprecated sources of shaders
(edit) @66   14 years Maciej Komosinski set 'eol-style' to 'native'
(edit) @65   14 years Maciej Komosinski added sources of the 3D client for the Framsticks server
(edit) @64   14 years Maciej Komosinski a lot of minor fixes
(edit) @63   14 years sz updates and corrections from the most recent framsticks version. new: …
(edit) @62   15 years mszubert Checking OS before executing frams command.
(edit) @61   15 years mszubert Parsing 2-genotype-evaluation results. Parameters file updated.
(edit) @60   15 years mszubert Bug in Learner-Teacher scheme fixed.
(edit) @59   15 years mszubert Towards real coevolutionary evaluation.
(edit) @58   15 years Maciej Komosinski minor changes in sample parameters
(edit) @57   15 years mszubert Population initialization parametrized - getSimplest macro is called …
(edit) @56   15 years tmaciejewski Framclipse updates: * added information where parsing errors occured …
(edit) @55   15 years Maciej Komosinski renamed parameter files
Note: See TracRevisionLog for help on using the revision log.