|
|
@535
|
8 years |
Maciej Komosinski |
- More strict type description checking when adding a property in …
|
|
|
@533
|
8 years |
Maciej Komosinski |
- Improved error message on superfluous param values
- Don't call …
|
|
|
@523
|
8 years |
Maciej Komosinski |
No more overloading of fopen/fclose/... functions for the VirtFILE …
|
|
|
@490
|
9 years |
Maciej Komosinski |
Introduced general-use ErrorObject?, fixed enumeration of mixed …
|
|
|
@483
|
9 years |
Maciej Komosinski |
Unified DEBUG macro ( -> _DEBUG )
|
|
|
@478
|
9 years |
Maciej Komosinski |
Accessing const objects, short -> paInt, less critical messages when …
|
|
|
@464
|
9 years |
Maciej Komosinski |
Serialization of basic object types in JSON format
|
|
|
@426
|
9 years |
Maciej Komosinski |
Warn about duplicated field values
|
|
|
@413
|
9 years |
Maciej Komosinski |
Print messages when unexpected lines are encountered in …
|
|
|
@412
|
9 years |
Maciej Komosinski |
Param loading calls the object's beforeLoad/afterLoad
|
|
|
@396
|
9 years |
Maciej Komosinski |
- makeParamTab can now turn PARAM_READONLY into PARAM_USERREADONLY
- …
|
|
|
@393
|
9 years |
sz |
f0 parsing corrections and enhancements:
- f0 genotype becomes invalid …
|
|
|
@382
|
9 years |
sz |
Moving frams/virtfile to common/virtfile:
- file references updated …
|
|
|
@375
|
10 years |
Maciej Komosinski |
Renamed logging functions to more intuitive and simple names
|
|
|
@372
|
10 years |
sz |
Renamed some classes and functions to make their purpose more obvious: …
|
|
|
@366
|
10 years |
Maciej Komosinski |
Improved warning message
|
|
|
@348
|
10 years |
Maciej Komosinski |
- explicit c_str() in SString instead of (const char*) cast
- genetic …
|
|
|
@343
|
10 years |
Maciej Komosinski |
Code formatting
|
|
|
@342
|
10 years |
Maciej Komosinski |
Param loader passes the true filename to script sources (@file name) …
|
|
|
@334
|
10 years |
Maciej Komosinski |
More specific error messages on failed deserialization (and the …
|
|
|
@333
|
10 years |
Maciej Komosinski |
- use source/code mapping for line number and file information in vm …
|
|
|
@326
|
10 years |
Maciej Komosinski |
Unified parsing of ints and floats; hex notation
|
|
|
@325
|
10 years |
Maciej Komosinski |
More strict parsing of int and float numbers from string
|
|
|
@320
|
10 years |
Maciej Komosinski |
Tab \t ignored in param fields (considered whitespace)
|
|
|
@319
|
10 years |
Maciej Komosinski |
Fixed compilation warnings
|
|
|
@316
|
10 years |
Maciej Komosinski |
Improved documentation (for Param flags in particular)
|
|
|
@314
|
10 years |
Maciej Komosinski |
Less cryptic variable names: a,b,c -> mn,mx,def
|
|
|
@312
|
10 years |
Maciej Komosinski |
Formatted source
|
|
|
@310
|
10 years |
Maciej Komosinski |
Param::getText(int) can be safely used in all cases (previously min<0 …
|
|
|
@306
|
10 years |
Maciej Komosinski |
String length limit in Param::setString() was only enforced for …
|
|
|
@300
|
10 years |
Maciej Komosinski |
- don't assume getPropCount() is constant while iterating
- …
|
|
|
@290
|
10 years |
Maciej Komosinski |
- Undefined property/function access returns invalid value
- Unified …
|
|
|
@288
|
10 years |
Maciej Komosinski |
GDK->SDK, gdk_test.cpp -> genomanipulation.cpp
|
|
|
@286
|
10 years |
Maciej Komosinski |
Updated headers
|
|
|
@284
|
10 years |
Maciej Komosinski |
Wrong sscanf size in 64-bit caused stack damage (in "0x....." conversion)
|
|
|
@278
|
10 years |
Maciej Komosinski |
setDefault(numericonly) removed. 's', 'x' and 'o' are no special cases …
|
|
|
@277
|
10 years |
Maciej Komosinski |
ParamInterface::load() can be aborted (used to avoid incorrect …
|
|
|
@273
|
10 years |
Maciej Komosinski |
- 'o'-type fields are no longer ignored when saving (serialization …
|
|
|
@268
|
10 years |
Maciej Komosinski |
ParamInterface::load warns on unknown fields and skips comments
|
|
|
@253
|
10 years |
Maciej Komosinski |
String-type properties can now have a default value stored in their …
|
|
|
@247
|
10 years |
Maciej Komosinski |
Sources support both 32-bit and 64-bit, and more compilers
|
|
|
@240
|
11 years |
Maciej Komosinski |
Used | instead of + when adding binary flags
|
|
|
@230
|
11 years |
Maciej Komosinski |
Detects invalid ParamEntry? when accessing ParamEntry?-based Params in …
|
|
|
@197
|
11 years |
Maciej Komosinski |
GDK used by developers since 1999, distributed on the web since 2002
|
|
|
@154
|
11 years |
sz |
reformatting, english translation
|
|
|
@144
|
11 years |
sz |
Param and ExtValue? improvements (better control on conversions, "load" …
|
|
|
@138
|
11 years |
sz |
genetic operator example - frams/_demos/genooper_test.cpp
|
|
|
@124
|
11 years |
sz |
Param::save altname argument is now more convenient const char*
|
|
|
@121
|
11 years |
sz |
updated file headers and makefiles
|
|
|
@113
|
11 years |
sz |
some compilers don't like functions called 'include()'
|
|
|
@109
|
11 years |
sz |
source reorganization (see README)
new feature added: part/joint …
|