source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @299   9 years Maciej Komosinski Instead of linking with stdiofile-autoinit.cpp, create an object …
(edit) @298   9 years Maciej Komosinski 0 -> NULL or false
(edit) @297   9 years Maciej Komosinski Updated for function name change
(edit) @296   9 years Maciej Komosinski No SString dependency needed
(edit) @295   9 years Maciej Komosinski Reorganizations and extensions of directory/file/filesystem IO classes
(edit) @294   9 years Maciej Komosinski Converted string no longer includes trailing 0 (which prevented string …
(edit) @293   9 years Maciej Komosinski WIN32 wide char filename encoding takes precedence over MFILE char*
(edit) @292   9 years Maciej Komosinski Added missing initializations
(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) @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
Note: See TracRevisionLog for help on using the revision log.