source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @455   8 years oriona Malloc/free replaced by new/delete, pointers-to-vectors changed into …
(edit) @454   8 years oriona Show name changed.
(edit) @453   8 years Maciej Komosinski Built-in shallow clone() for Vector and Dictionary
(edit) @452   8 years Maciej Komosinski Validation of genotypes additionally prints genotype name when there …
(edit) @451   8 years oriona Unused INit commented out. Command line information updated.
(edit) @450   8 years oriona Reticulopodia color changed to white.
(edit) @449   8 years Maciej Komosinski Added a TODO comment
(edit) @448   8 years Maciej Komosinski Avoid unnecessary computation (time scale is determined by simulation …
(edit) @447   8 years Maciej Komosinski Renamed scale() to micronsToFrams()
(edit) @446   8 years Maciej Komosinski Added comments and displaying reference to real-world units: size and …
(edit) @445   8 years Maciej Komosinski Added scaling from Framsticks world units to microns
(edit) @444   8 years oriona Visualization of reticulopodia and nutrients added as an option in theater.
(edit) @443   8 years sz Object definitions updated (Framsticks v4.4) - Creature.name size is …
(edit) @442   8 years Maciej Komosinski Set lower initial camera height
(edit) @441   8 years Mateusz Poszwa Resolved missing dependencies in Framclipse
(edit) @440   8 years Mateusz Poszwa - Updated Xtext-based Framclipse - Deleted previous version of Framclipse
(edit) @439   8 years sz - added FunctionReference? class - separate "Framsticks Theater" and …
(edit) @438   8 years Mateusz Poszwa Ported Framclipse to Xtext 2.8.4
(edit) @437   8 years Mateusz Poszwa Added Framclipse as developed by Bartosz Kukawka and Tomek Maciejewski …
(edit) @436   8 years sz - added the new "artificial life" application objects (GUI, …
(edit) @435   8 years oriona stepToNearest call corrected.
(edit) @434   8 years Maciej Komosinski Increased ExpParams?.maxSteps range; safer stopping condition; theater …
(edit) @433   8 years oriona Removed unused param
(edit) @432   8 years oriona Minor corrections, hibernation gene value changed to 1, param for …
(edit) @431   8 years oriona stopping after defined simulation step number removed
(edit) @430   8 years oriona new reticulopodia range implemented, visualization of reticulopodia
(edit) @429   8 years oriona removed duplicated parameters
(edit) @428   8 years Maciej Komosinski Improved parameter names
(edit) @427   8 years Maciej Komosinski Android can read files again after a slash has been removed from the path
(edit) @426   8 years Maciej Komosinski Warn about duplicated field values
(edit) @425   8 years Maciej Komosinski The NO_STD_IN_OUT_ERR macro excludes entire functions, not their contents
(edit) @424   8 years Maciej Komosinski iOS compilation
(edit) @423   8 years oriona corrected properties definitions, added function for setting show …
(edit) @422   8 years oriona new species added, hibernation added, morphology changed to more …
(edit) @421   8 years oriona refactoring, removed unused params, creatures and food chanfe to …
(edit) @420   8 years Maciej Komosinski Improved docs and code formatting
(edit) @419   8 years Maciej Komosinski Default value for strings was "0" instead of ""
(edit) @418   8 years oriona invalid index error fixed
(edit) @417   8 years sz Updated framscript.xml to reflect the most recent Framsticks 4.3 release.
(edit) @416   8 years Maciej Komosinski "energ0" has been renamed to "energy0" in v4.3
(edit) @415   8 years Maciej Komosinski Introduced a new field, is_valid, which combines isValid and validity, …
(edit) @414   8 years Maciej Komosinski Don't print warnings on int (operator) float; the result gets promoted …
(edit) @413   8 years Maciej Komosinski Print messages when unexpected lines are encountered in …
(edit) @412   8 years Maciej Komosinski Param loading calls the object's beforeLoad/afterLoad
(edit) @411   8 years Maciej Komosinski Logging enabler line fixed
(edit) @410   8 years Maciej Komosinski ChainFileSystem? can merge Vopendir() results
(edit) @409   8 years Maciej Komosinski Improved documentation
(edit) @408   8 years Maciej Komosinski Typos
(edit) @407   8 years Maciej Komosinski More human-friendly high-level description for theater foraminifera …
(edit) @406   8 years Maciej Komosinski Renamed for consistency
(edit) @405   8 years Maciej Komosinski Fixed typos, prop:name extra space, and formatting
(edit) @404   8 years oriona removed unused part of code, refactorization
(edit) @403   8 years Maciej Komosinski Haplo/diploid forams are visualized correctly since their birth
(edit) @402   8 years Maciej Komosinski Invalid index to fix
(edit) @401   8 years Maciej Komosinski Extended Foraminifera simulation - physical collisions; visible …
(edit) @400   8 years Maciej Komosinski Improved comments
(edit) @399   8 years sz Added the missing console.h/.cpp files, required by the new LoggerToStdout?.
(edit) @398   8 years Maciej Komosinski Linux/Windows? compatibility (gcc/MSVC)
(edit) @397   8 years Maciej Komosinski Colors in console (stdout)
(edit) @396   8 years Maciej Komosinski - makeParamTab can now turn PARAM_READONLY into PARAM_USERREADONLY - …
(edit) @395   8 years Maciej Komosinski Fixed int/bool warnings
(edit) @394   8 years Maciej Komosinski FramScript? accepts characters >=128
(edit) @393   8 years sz f0 parsing corrections and enhancements: - f0 genotype becomes invalid …
(edit) @392   8 years sz Dictionary documentation updated.
(edit) @391   8 years sz Moved frams/loggers to common/loggers
(edit) @390   8 years sz Moved frams/loggers to common/loggers
(edit) @389   8 years Maciej Komosinski Code formatting
(edit) @388   8 years Maciej Komosinski A local PRBS-7 implementation so that this file does not depend on …
(edit) @387   8 years Maciej Komosinski Improved help descriptions
(edit) @386   8 years Maciej Komosinski Updated for Python 3 and new Framsticks message format
(edit) @385   8 years sz Switch to a different, multithreading-friendly SString implementation …
(edit) @384   8 years sz Used intptr_t instead of the evil, platform-dependent long.
(edit) @383   8 years sz Added more examples in Vector and Dictionary documentation.
(edit) @382   8 years sz Moving frams/virtfile to common/virtfile: - file references updated …
(edit) @381   8 years sz Moved frams/virtfile to common/virtfile
(edit) @380   8 years Maciej Komosinski Foraminifera experiment definition
(edit) @379   8 years Maciej Komosinski Updated descriptions of directory contents
(edit) @378   8 years Maciej Komosinski Improved argument variable names; changed implementation to use STL …
(edit) @377   8 years Maciej Komosinski Included header for NULL
(edit) @376   8 years sz Removed frams/Makefile-maintain (it is now in common/Makefile-maintain)
(edit) @375   8 years Maciej Komosinski Renamed logging functions to more intuitive and simple names
(edit) @374   8 years Maciej Komosinski Under _WIN32, mfopen() now redirects to a function mfile_wfopen() that …
(edit) @373   8 years Maciej Komosinski Less cryptic variable names
(edit) @372   8 years sz Renamed some classes and functions to make their purpose more obvious: …
(edit) @371   8 years Maciej Komosinski THREAD_LOCAL uses ThreadLocal_ prefix for variables. The static object …
(edit) @370   8 years Maciej Komosinski #included file more friendly for *nix'es
(edit) @369   8 years Maciej Komosinski Version 4.2
(edit) @368   8 years Maciej Komosinski #includes needed for Embarcadero
(edit) @367   8 years Maciej Komosinski SString move semantics
(edit) @366   8 years Maciej Komosinski Improved warning message
(edit) @365   8 years Maciej Komosinski Link geno_test with StdoutErrorHandler?'s cpp; do not include cpp as a …
(edit) @364   8 years Maciej Komosinski Warn non incorrect paths in makefile
(edit) @363   8 years Maciej Komosinski Makefile-maintain is now in common
(edit) @362   8 years Maciej Komosinski Restored object descriptions/docs that were lost
(edit) @361   8 years Maciej Komosinski Signed/unsigned int issues (r352) resolved differently - in most cases …
(edit) @360   8 years Maciej Komosinski Source formatting
(edit) @359   8 years Maciej Komosinski Display error/warning messages by default
(edit) @358   8 years Maciej Komosinski Commented out "srand(time(NULL))" - this line would affect everything …
(edit) @357   8 years Maciej Komosinski Set svn:eol-style to native
(edit) @356   8 years Maciej Komosinski Changed default values for weights
Note: See TracRevisionLog for help on using the revision log.