source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @493   8 years oriona Microns to frams scaling rate changed. New world size, new log files added.
(edit) @492   8 years Maciej Komosinski emscripten compatibility
(edit) @491   8 years sz Framsticks v 5.0rc5 release - many important objects have been renamed …
(edit) @490   8 years Maciej Komosinski Introduced general-use ErrorObject?, fixed enumeration of mixed …
(edit) @489   8 years Maciej Komosinski Fixed iteration of invalid values and objects
(edit) @488   8 years oriona Reproduction treshold dependent on gene.
(edit) @487   8 years oriona Method for definig new species added.
(edit) @486   8 years sz foraminifera scripts updated to match the upcoming Framsticks version …
(edit) @485   8 years sz capture-the-flag using data->fields: - creature.user1/user2/user3 >>> …
(edit) @484   8 years Maciej Komosinski fields -> neuroproperties, properties -> size
(edit) @483   8 years Maciej Komosinski Unified DEBUG macro ( -> _DEBUG )
(edit) @482   8 years Maciej Komosinski Fixed: we want a reference to a static object, not a static reference …
(edit) @481   8 years oriona Food seasonality added.
(edit) @480   8 years sz experiment scripts updated to match the upcoming Framsticks version …
(edit) @479   8 years oriona Parameters calibrated, diversification of initial population added, …
(edit) @478   8 years Maciej Komosinski Accessing const objects, short -> paInt, less critical messages when …
(edit) @477   8 years Maciej Komosinski "const" keyword, detecting variable name clashes, error on iterating …
(edit) @476   8 years sz - use arrow syntax (dict->key instead of dictkey?) - use …
(edit) @475   8 years oriona Energy calculated as a volume of the sphere. Energy usage calculated …
(edit) @474   8 years oriona Parameters for time scaling added.
(edit) @473   8 years sz - MiniGenotype? extended to handle all Genotype fields contained in …
(edit) @472   8 years Maciej Komosinski Deserialization more tolerant to whitespaces (similarly to the json …
(edit) @471   8 years Maciej Komosinski FP overflow exception non-fatal
(edit) @470   8 years sz Fixed invalid integer (must fit in 32 bits, use floats otherwise), …
(edit) @469   8 years sz Object definitions updated (Framsticks v 5.0rc2)
(edit) @468   8 years Maciej Komosinski More sophisticated and accurate parsing of numbers
(edit) @467   8 years Maciej Komosinski GenMan? interface uses STL std::string instead of SString
(edit) @466   8 years Maciej Komosinski - accessing a non-global variable that was declared outside of a …
(edit) @465   8 years Maciej Komosinski Avoid compilation warning
(edit) @464   8 years Maciej Komosinski Serialization of basic object types in JSON format
(edit) @463   8 years Maciej Komosinski Updated for a new official way of calling scripts with arguments
(edit) @462   8 years Maciej Komosinski - Updated for a new official way of calling scripts with arguments - …
(edit) @461   8 years Maciej Komosinski - Fixed an external variable (MAX_WITHOUT_PENALTY) accessed invalidly …
(edit) @460   8 years Maciej Komosinski Added a function to strip the path component from filename
(edit) @459   8 years sz fixed memory leak in simil_test (when loading invalid genotypes)
(edit) @458   8 years sz fixed memory leaks in Model (when building from invalid f0 genotype)
(edit) @457   8 years oriona Vectors declaration shortened.
(edit) @456   8 years sz added libFramsticksSDK.a building rule with the following changes: - …
(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   9 years Maciej Komosinski Increased ExpParams?.maxSteps range; safer stopping condition; theater …
(edit) @433   9 years oriona Removed unused param
(edit) @432   9 years oriona Minor corrections, hibernation gene value changed to 1, param for …
(edit) @431   9 years oriona stopping after defined simulation step number removed
(edit) @430   9 years oriona new reticulopodia range implemented, visualization of reticulopodia
(edit) @429   9 years oriona removed duplicated parameters
(edit) @428   9 years Maciej Komosinski Improved parameter names
(edit) @427   9 years Maciej Komosinski Android can read files again after a slash has been removed from the path
(edit) @426   9 years Maciej Komosinski Warn about duplicated field values
(edit) @425   9 years Maciej Komosinski The NO_STD_IN_OUT_ERR macro excludes entire functions, not their contents
(edit) @424   9 years Maciej Komosinski iOS compilation
(edit) @423   9 years oriona corrected properties definitions, added function for setting show …
(edit) @422   9 years oriona new species added, hibernation added, morphology changed to more …
(edit) @421   9 years oriona refactoring, removed unused params, creatures and food chanfe to …
(edit) @420   9 years Maciej Komosinski Improved docs and code formatting
(edit) @419   9 years Maciej Komosinski Default value for strings was "0" instead of ""
(edit) @418   9 years oriona invalid index error fixed
(edit) @417   9 years sz Updated framscript.xml to reflect the most recent Framsticks 4.3 release.
(edit) @416   9 years Maciej Komosinski "energ0" has been renamed to "energy0" in v4.3
(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
Note: See TracRevisionLog for help on using the revision log.