source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @415   9 years Maciej Komosinski Introduced a new field, is_valid, which combines isValid and validity, …
(edit) @414   9 years Maciej Komosinski Don't print warnings on int (operator) float; the result gets promoted …
(edit) @413   9 years Maciej Komosinski Print messages when unexpected lines are encountered in …
(edit) @412   9 years Maciej Komosinski Param loading calls the object's beforeLoad/afterLoad
(edit) @411   9 years Maciej Komosinski Logging enabler line fixed
(edit) @410   9 years Maciej Komosinski ChainFileSystem? can merge Vopendir() results
(edit) @409   9 years Maciej Komosinski Improved documentation
(edit) @408   9 years Maciej Komosinski Typos
(edit) @407   9 years Maciej Komosinski More human-friendly high-level description for theater foraminifera …
(edit) @406   9 years Maciej Komosinski Renamed for consistency
(edit) @405   9 years Maciej Komosinski Fixed typos, prop:name extra space, and formatting
(edit) @404   9 years oriona removed unused part of code, refactorization
(edit) @403   9 years Maciej Komosinski Haplo/diploid forams are visualized correctly since their birth
(edit) @402   9 years Maciej Komosinski Invalid index to fix
(edit) @401   9 years Maciej Komosinski Extended Foraminifera simulation - physical collisions; visible …
(edit) @400   9 years Maciej Komosinski Improved comments
(edit) @399   9 years sz Added the missing console.h/.cpp files, required by the new LoggerToStdout?.
(edit) @398   9 years Maciej Komosinski Linux/Windows? compatibility (gcc/MSVC)
(edit) @397   9 years Maciej Komosinski Colors in console (stdout)
(edit) @396   9 years Maciej Komosinski - makeParamTab can now turn PARAM_READONLY into PARAM_USERREADONLY - …
(edit) @395   9 years Maciej Komosinski Fixed int/bool warnings
(edit) @394   9 years Maciej Komosinski FramScript? accepts characters >=128
(edit) @393   9 years sz f0 parsing corrections and enhancements: - f0 genotype becomes invalid …
(edit) @392   9 years sz Dictionary documentation updated.
(edit) @391   9 years sz Moved frams/loggers to common/loggers
(edit) @390   9 years sz Moved frams/loggers to common/loggers
(edit) @389   9 years Maciej Komosinski Code formatting
(edit) @388   9 years Maciej Komosinski A local PRBS-7 implementation so that this file does not depend on …
(edit) @387   9 years Maciej Komosinski Improved help descriptions
(edit) @386   9 years Maciej Komosinski Updated for Python 3 and new Framsticks message format
(edit) @385   9 years sz Switch to a different, multithreading-friendly SString implementation …
(edit) @384   9 years sz Used intptr_t instead of the evil, platform-dependent long.
(edit) @383   9 years sz Added more examples in Vector and Dictionary documentation.
(edit) @382   9 years sz Moving frams/virtfile to common/virtfile: - file references updated …
(edit) @381   9 years sz Moved frams/virtfile to common/virtfile
(edit) @380   9 years Maciej Komosinski Foraminifera experiment definition
(edit) @379   9 years Maciej Komosinski Updated descriptions of directory contents
(edit) @378   9 years Maciej Komosinski Improved argument variable names; changed implementation to use STL …
(edit) @377   9 years Maciej Komosinski Included header for NULL
(edit) @376   9 years sz Removed frams/Makefile-maintain (it is now in common/Makefile-maintain)
(edit) @375   9 years Maciej Komosinski Renamed logging functions to more intuitive and simple names
(edit) @374   9 years Maciej Komosinski Under _WIN32, mfopen() now redirects to a function mfile_wfopen() that …
(edit) @373   9 years Maciej Komosinski Less cryptic variable names
(edit) @372   9 years sz Renamed some classes and functions to make their purpose more obvious: …
(edit) @371   9 years Maciej Komosinski THREAD_LOCAL uses ThreadLocal_ prefix for variables. The static object …
(edit) @370   9 years Maciej Komosinski #included file more friendly for *nix'es
(edit) @369   9 years Maciej Komosinski Version 4.2
(edit) @368   9 years Maciej Komosinski #includes needed for Embarcadero
(edit) @367   9 years Maciej Komosinski SString move semantics
(edit) @366   9 years Maciej Komosinski Improved warning message
(edit) @365   9 years Maciej Komosinski Link geno_test with StdoutErrorHandler?'s cpp; do not include cpp as a …
(edit) @364   9 years Maciej Komosinski Warn non incorrect paths in makefile
(edit) @363   9 years Maciej Komosinski Makefile-maintain is now in common
(edit) @362   9 years Maciej Komosinski Restored object descriptions/docs that were lost
(edit) @361   9 years Maciej Komosinski Signed/unsigned int issues (r352) resolved differently - in most cases …
(edit) @360   9 years Maciej Komosinski Source formatting
(edit) @359   9 years Maciej Komosinski Display error/warning messages by default
(edit) @358   9 years Maciej Komosinski Commented out "srand(time(NULL))" - this line would affect everything …
(edit) @357   9 years Maciej Komosinski Set svn:eol-style to native
(edit) @356   9 years Maciej Komosinski Changed default values for weights
(edit) @355   9 years Maciej Komosinski Warn on non-existing paths
(edit) @354   9 years Maciej Komosinski Summarized contents of new "similarity" subdirectory
(edit) @353   9 years sz correct source directories (so make can clean all files)
(edit) @352   9 years oriona comparison between signed and unsigned integer expressions fixed
(edit) @351   9 years Maciej Komosinski Renamed simil_match_test.cpp -> simil_unittests.cpp
(edit) @350   9 years Maciej Komosinski Cosmetic
(edit) @349   9 years oriona implementation of the similarity measure
(edit) @348   9 years Maciej Komosinski - explicit c_str() in SString instead of (const char*) cast - genetic …
(edit) @347   9 years Maciej Komosinski Using memmove instead of memcpy because overlapping source/destination …
(edit) @346   9 years Maciej Komosinski Each thread can use its own simulator's GenMan?
(edit) @345   9 years Maciej Komosinski Fixed operator priorities in FramScript?
(edit) @344   9 years Maciej Komosinski Non-COW string compatibility (const char* is always invalid after …
(edit) @343   9 years Maciej Komosinski Code formatting
(edit) @342   9 years Maciej Komosinski Param loader passes the true filename to script sources (@file name) …
(edit) @341   9 years Maciej Komosinski Fixed using null as object reference
(edit) @340   9 years Maciej Komosinski New "pattern" for all messages
(edit) @339   9 years Maciej Komosinski Use #define FRAMSG_FORMAT in stdouterr.cpp
(edit) @338   9 years Maciej Komosinski One more invalid (de)serialization example
(edit) @337   9 years Maciej Komosinski New math operator semantics: extend mixed int/float to float, forbid …
(edit) @336   9 years Maciej Komosinski Error message formatting: - "[x] x::x - " -> "[x] x.x: " Error …
(edit) @335   9 years Maciej Komosinski Cosmetic edits
(edit) @334   9 years Maciej Komosinski More specific error messages on failed deserialization (and the …
(edit) @333   9 years Maciej Komosinski - use source/code mapping for line number and file information in vm …
(edit) @332   9 years Maciej Komosinski - use source/code mapping for line number and file information in vm …
(edit) @331   9 years sz Framsticks 4.0 update (Creature.currentGeometryAsF0, …
(edit) @330   9 years Maciej Komosinski Improved comments
(edit) @329   9 years Maciej Komosinski More examples of Param loader
(edit) @328   9 years sz min/max/default for string fields
(edit) @327   9 years sz renamed: Symmetry, Similarity -> ModelSymmetry?, ModelSimilarity? added: …
(edit) @326   9 years Maciej Komosinski Unified parsing of ints and floats; hex notation
(edit) @325   9 years Maciej Komosinski More strict parsing of int and float numbers from string
(edit) @324   9 years Maciej Komosinski #include <stdint.h> for all platforms
(edit) @323   9 years Maciej Komosinski Example of skipping an unknown object
(edit) @322   9 years Maciej Komosinski Temporary fix for div by 0
(edit) @321   9 years Maciej Komosinski Fixed regression (missing side effect that existed earlier)
(edit) @320   9 years Maciej Komosinski Tab \t ignored in param fields (considered whitespace)
(edit) @319   9 years Maciej Komosinski Fixed compilation warnings
(edit) @318   9 years Maciej Komosinski Compiles under cygwin; enabled warnings
(edit) @317   9 years Maciej Komosinski SDK compiles under Mac OS
(edit) @316   9 years Maciej Komosinski Improved documentation (for Param flags in particular)
Note: See TracRevisionLog for help on using the revision log.