source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @266   9 years sz Generated from Framsticks source 4.0rc11
(edit) @265   9 years Maciej Komosinski Link to framscontext.xsl
(edit) @264   9 years Maciej Komosinski Different colors for files, contexts, and objects
(edit) @263   9 years Maciej Komosinski Added a comment explaining the custom fitness function
(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) @251   9 years Maciej Komosinski Compiles under VS
(edit) @250   9 years Maciej Komosinski Introduced penalty for too complex creatures and saves best genotypes …
(edit) @249   9 years Maciej Komosinski Added repetition loop
(edit) @248   9 years Maciej Komosinski Separate batch script for underwater evolution
(edit) @247   9 years Maciej Komosinski Sources support both 32-bit and 64-bit, and more compilers
(edit) @246   10 years Maciej Komosinski Added getFileDir() and source formatting
(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) @243   10 years Maciej Komosinski _vscprintf() was missing +1 for the terminating null character which …
(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) @233   10 years sz Adjusted experiment scripts to comply with the current Framsticks API …
(edit) @232   10 years sz Capture The Flag game - http://www.framsticks.com/capture-the-flag
(edit) @231   10 years sz Deathmatch experiment - http://www.framsticks.com/deathmatch
(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) @223   10 years mmichalski Load javascript files from server
(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) @220   10 years Maciej Komosinski - moved vsnprintf-related #defines to nonstd.h - ssprintf_va() now …
(edit) @219   10 years Maciej Komosinski Both subexpressions evaluate to the same type now
(edit) @218   10 years Maciej Komosinski Added argument to openCodeCreature() so that any genotype can be passed
(edit) @217   10 years mmichalski XML from Framestick site
(edit) @216   10 years mmichalski Fix bug with many SmartLayouts? on the same page
(edit) @215   10 years Maciej Komosinski Support for Borland compiler and non-wide char API
(edit) @214   10 years mmichalski Draw U-Shapes connections
(edit) @213   10 years sz Clarification on diagram.linetype
(edit) @212   10 years adam syntheticConjABRule(A,B) now properly collects entangled literals from …
(edit) @211   10 years Maciej Komosinski Fixed cast compilation warning
(edit) @210   10 years Maciej Komosinski Added wildcard matching functions
(edit) @209   10 years mmichalski Use f0def from site
(edit) @208   10 years mmichalski New NeuronDrawer? without U-shape in connections
(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) @202   10 years Maciej Komosinski Absolute/relative had a reversed condition
(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) @195   10 years Maciej Komosinski GenoFX library has become an integral part of GDK in the previous commit
(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) @190   10 years Maciej Komosinski Removed incorrect </body> tags
(edit) @189   10 years mmichalski Download xml from framestick site
(edit) @188   10 years mmichalski Examples how to open creatues by viewer
(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) @184   10 years Maciej Komosinski Avoid costly calls to best() in each simulation step
(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) @175   10 years Maciej Komosinski Undo unnecessary svn:ignore property
(edit) @174   10 years oriona Chambers in Foraminifera grow so that the length of the local …
(edit) @173   10 years mmichalski Add missed files
(edit) @172   10 years mmichalski Get creature from diffrent sources
(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) @169   10 years Maciej Komosinski A library of logic functions, an experiment definition that generates …
Note: See TracRevisionLog for help on using the revision log.