|
|
@1287
|
11 months |
Maciej Komosinski |
size_t <-> int type casts
|
|
|
@1286
|
11 months |
Maciej Komosinski |
Improved Model-building error messages; for some cases changed ERROR …
|
|
|
@1280
|
14 months |
Maciej Komosinski |
Added explicit type casts (size_t vs. int etc.)
|
|
|
@1279
|
14 months |
Maciej Komosinski |
Configuring floating point exception handling, follow-up to r1275
|
|
|
@1278
|
14 months |
Maciej Komosinski |
When loading/parsing files, warn about unexpected characters after the …
|
|
|
@1277
|
14 months |
Maciej Komosinski |
Added Model.is_valid
|
|
|
@1275
|
14 months |
Maciej Komosinski |
More unification of floating point exception handling across platforms
|
|
|
@1274
|
14 months |
Maciej Komosinski |
Cosmetic
|
|
|
@1273
|
14 months |
Maciej Komosinski |
fH, fB, fL: improved default parameter values, syntax coloring and …
|
|
|
@1262
|
17 months |
Maciej Komosinski |
Added missing #include for *nix compilers
|
|
|
@1261
|
17 months |
Maciej Komosinski |
Disabled mutating joint stiffness in fH and fB
|
|
|
@1260
|
17 months |
Maciej Komosinski |
Cosmetic
|
|
|
@1259
|
17 months |
Maciej Komosinski |
f4: three #define's -> enum, minor refactorizations, added comments
|
|
|
@1258
|
17 months |
Maciej Komosinski |
f1->f0 conversion settings: modifier compatibility, 'C' and 'Q' …
|
|
|
@1257
|
17 months |
Maciej Komosinski |
- fH: don't mutate non-standard properties: assimilation, ingestion, …
|
|
|
@1256
|
17 months |
Maciej Komosinski |
- reasonable field names for enabling converters
- automatically …
|
|
|
@1255
|
17 months |
Maciej Komosinski |
structview (Canvas and GL) not resetting view when switching between …
|
|
|
@1254
|
17 months |
Maciej Komosinski |
- turn -0.0 into 0.0 if we have minimum==0.0, so that it does not look …
|
|
|
@1253
|
17 months |
Maciej Komosinski |
Turn -0.0 to 0.0 when the allowed range starts at 0.0
|
|
|
@1252
|
17 months |
Maciej Komosinski |
Disallow Joint longitudal stiffness == 0.0 because then sticks can be …
|
|
|
@1250
|
17 months |
Maciej Komosinski |
Added class ParamList? implementing ParamInterface?
|
|
|
@1249
|
18 months |
Maciej Komosinski |
Multiple issues fixed when calculating bending range for the '|' …
|
|
|
@1248
|
18 months |
Maciej Komosinski |
Less duplicated constants (default values of Part and Joint properties)
|
|
|
@1247
|
18 months |
Maciej Komosinski |
Cosmetic
|
|
|
@1246
|
18 months |
Maciej Komosinski |
Optionally normalize the four "biological" properties when propagating …
|
|
|
@1245
|
18 months |
Maciej Komosinski |
Disabled "Ii" (energy ingestion/transfer rate) modifiers for f1/f4 …
|
|
|
@1244
|
18 months |
Maciej Komosinski |
Removed scaling when calculating Creature (Model) energy from the …
|
|
|
@1243
|
18 months |
Maciej Komosinski |
Simplify modifiers 'r' and 'R' separately because they obey simpler …
|
|
|
@1242
|
18 months |
Maciej Komosinski |
Changed the default behavior of modifier genes in f1 and f4 to …
|
|
|
@1241
|
18 months |
Maciej Komosinski |
No longer sort modifiers and cancel out antagonistic modifiers in f1 …
|
|
|
@1240
|
18 months |
Maciej Komosinski |
Updated f4->f1 approximate converter
|
|
|
@1239
|
18 months |
Maciej Komosinski |
More robust stopping condition for organism development: no longer …
|
|
|
@1238
|
18 months |
Maciej Komosinski |
Cosmetic
|
|
|
@1237
|
18 months |
Maciej Komosinski |
- Got rid of a redundant source of information: cells development …
|
|
|
@1236
|
18 months |
Maciej Komosinski |
Cosmetic
|
|
|
@1235
|
18 months |
Maciej Komosinski |
Don't remove trailing '>' from genotypes
|
|
|
@1234
|
18 months |
Maciej Komosinski |
Simplify sequences of modifier genes, cancelling out antagonistic ones …
|
|
|
@1233
|
18 months |
Maciej Komosinski |
Added a function that simplifies a sequence of modifier genes (useful …
|
|
|
@1232
|
18 months |
Maciej Komosinski |
The validate() function may now attempt to repair genotypes without …
|
|
|
@1231
|
18 months |
Maciej Komosinski |
- Thanks to r1230, it is possible to detect (and repair=remove) junk …
|
|
|
@1230
|
18 months |
Maciej Komosinski |
Got rid of the (buggy) look-ahead function, made parsing stricter and …
|
|
|
@1229
|
18 months |
Maciej Komosinski |
- More strict parsing (reporting errors instead of implicit fixes)
- …
|
|
|
@1228
|
18 months |
Maciej Komosinski |
Fixed a bug where an f4_Node tree that resulted from an f4 genotype …
|
|
|
@1227
|
19 months |
Maciej Komosinski |
Improvements in f4:
- fixed a bug where newly created cells in a given …
|
|
|
@1226
|
19 months |
Maciej Komosinski |
- Added ShapeType? constraint to GenoOperators::parseNeuroClass()
- …
|
|
|
@1217
|
19 months |
Maciej Komosinski |
Handle potentially missing name in Param
|
|
|
@1216
|
19 months |
Maciej Komosinski |
Cosmetic
|
|
|
@1215
|
19 months |
Maciej Komosinski |
Less ambiguous names of counting functions in loggers: warning -> …
|
|
|
@1213
|
19 months |
Maciej Komosinski |
Fixed buffer overflow - the […] pattern in scanf() always stores the …
|
|
|
@1212
|
19 months |
Maciej Komosinski |
Properly attach muscles to joints and fix "Warning: …
|
|
|
@1187
|
2 years |
Maciej Komosinski |
Updated property names, types, ranges and descriptions
|
|
|
@1186
|
2 years |
Maciej Komosinski |
For consistency with other numerical types, unlimited string length is …
|
|
|
@1184
|
2 years |
Maciej Komosinski |
Introduced a class to quickly copy field values between two compatible …
|
|
|
@1183
|
2 years |
Maciej Komosinski |
Cosmetic
|
|
|
@1179
|
2 years |
Maciej Komosinski |
"eof" quoting and unquoting functions (used in client-server communication)
|
|
|
@1174
|
3 years |
Maciej Komosinski |
Cosmetic
|
|
|
@1173
|
3 years |
Maciej Komosinski |
Fixed the descriptor distribution similarity measure: we don't want …
|
|
|
@1172
|
3 years |
Maciej Komosinski |
Introduced EMD_LIMIT_WARNING_MESSAGES to limit the number of warning …
|
|
|
@1167
|
3 years |
Maciej Komosinski |
Cosmetic
|
|
|
@1158
|
3 years |
Maciej Komosinski |
Cosmetic/minor improvements
|
|
|
@1157
|
3 years |
Maciej Komosinski |
Improved f9 mutation
|
|
|
@1156
|
3 years |
Maciej Komosinski |
Added sstringURLEncode(SString& target) and sstringURLDecode(SString …
|
|
|
@1155
|
3 years |
Maciej Komosinski |
Added ParamInterface::findGroupId(const char* name)
|
|
|
@1142
|
3 years |
Maciej Komosinski |
Default RGB color of Parts and Joints becomes 0.5,0.5,0.5 again (undo …
|
|
|
@1135
|
4 years |
Maciej Komosinski |
Validate joint length in Model: not just maximum but also minimum allowed
|
|
|
@1134
|
4 years |
Maciej Komosinski |
Flag names more consistent
|
|
|
@1130
|
4 years |
Maciej Komosinski |
Used std::min(), std::max() explicitly to avoid compiler confusion. …
|
|
|
@1125
|
4 years |
Maciej Komosinski |
Cosmetic
|
|
|
@1123
|
4 years |
Maciej Komosinski |
Added a header file for interfacing the frams-objects library (.dll …
|
|
|
@1122
|
4 years |
Maciej Komosinski |
Stick thickness when converting "ball-and-stick" models to …
|
|
|
@1121
|
4 years |
Maciej Komosinski |
Added comments, removed unused variables
|
|
|
@1120
|
4 years |
Maciej Komosinski |
Used a local random number generator for full determinism. Introduced …
|
|
|
@1118
|
4 years |
Maciej Komosinski |
Introduced a common constant for default stick thickness when …
|
|
|
@1115
|
4 years |
Maciej Komosinski |
Use default stick thickness when converting "ball-and-stick" models to …
|
|
|
@1111
|
4 years |
Maciej Komosinski |
Added a function to get voxels of sampled Model geometry from script
|
|
|
@1109
|
4 years |
Maciej Komosinski |
Follow-up to r1107
|
|
|
@1108
|
4 years |
Maciej Komosinski |
Avoided potentially dangerous subtraction from unsigned int
|
|
|
@1107
|
4 years |
Maciej Komosinski |
Unified names of neurons and neuron flags; muscle power range now …
|
|
|
@1100
|
4 years |
Maciej Komosinski |
Cosmetic / minor fixes
|
|
|
@1077
|
4 years |
Maciej Komosinski |
Fixed limited scope of for(var somevariable) …
|
|
|
@1076
|
4 years |
Maciej Komosinski |
Cosmetic
|
|
|
@1075
|
4 years |
Maciej Komosinski |
Fixed dangerous size_t-1
|
|
|
@1073
|
4 years |
oriona |
Comments added.
|
|
|
@1072
|
4 years |
oriona |
Switching off the alignment moved.
|
|
|
@1071
|
4 years |
oriona |
Weighted MDS and switching off the alignment fixed.
|
|
|
@1070
|
4 years |
oriona |
MDS for one-part creatures fixed.
|
|
|
@1066
|
4 years |
Maciej Komosinski |
Make names of fields in SimilMeasureGreedy? unique because object …
|
|
|
@1065
|
4 years |
Maciej Komosinski |
More specific error messages
|
|
|
@1064
|
4 years |
Maciej Komosinski |
Properly allocated and de-allocated dynamic arrays of size calculated …
|
|
|
@1063
|
4 years |
Maciej Komosinski |
Updated URL for Yossi Rubner's implementation of EMD
|
|
|
@1062
|
4 years |
oriona |
Global arrays moved to emd function.
|
|
|
@1061
|
4 years |
oriona |
Static array removed.
|
|
|
@1056
|
4 years |
Maciej Komosinski |
Cosmetic
|
|
|
@1055
|
4 years |
Maciej Komosinski |
Added a workaround (potentially incorrect) for numerical instability …
|
|
|
@1054
|
4 years |
Maciej Komosinski |
Proper paramtab group names for similarity measures
|
|
|
@1052
|
4 years |
Maciej Komosinski |
Added a helper function; cosmetic changes in names and descriptions
|
|
|
@1051
|
4 years |
Maciej Komosinski |
Fixed a bug in ParamObject?: not initializing a field in paramtab, …
|
|
|
@1050
|
4 years |
Maciej Komosinski |
Renamed variables that caused problems with g++ 7.3.0 - C99, 7.1.3 …
|
|
|
@1049
|
4 years |
Maciej Komosinski |
Updates for compilation+linking of new similarity measures
|
|
|
@1048
|
4 years |
Maciej Komosinski |
SimilMeasure? -> SimilMeasureBase?; introduced a new class …
|
|
|