|
|
@374
|
10 years |
Maciej Komosinski |
Under _WIN32, mfopen() now redirects to a function mfile_wfopen() that …
|
|
|
@373
|
10 years |
Maciej Komosinski |
Less cryptic variable names
|
|
|
@372
|
10 years |
sz |
Renamed some classes and functions to make their purpose more obvious: …
|
|
|
@371
|
10 years |
Maciej Komosinski |
THREAD_LOCAL uses ThreadLocal_ prefix for variables. The static object …
|
|
|
@370
|
10 years |
Maciej Komosinski |
#included file more friendly for *nix'es
|
|
|
@369
|
10 years |
Maciej Komosinski |
Version 4.2
|
|
|
@368
|
10 years |
Maciej Komosinski |
#includes needed for Embarcadero
|
|
|
@367
|
10 years |
Maciej Komosinski |
SString move semantics
|
|
|
@366
|
10 years |
Maciej Komosinski |
Improved warning message
|
|
|
@365
|
10 years |
Maciej Komosinski |
Link geno_test with StdoutErrorHandler?'s cpp; do not include cpp as a …
|
|
|
@363
|
10 years |
Maciej Komosinski |
Makefile-maintain is now in common
|
|
|
@362
|
10 years |
Maciej Komosinski |
Restored object descriptions/docs that were lost
|
|
|
@361
|
10 years |
Maciej Komosinski |
Signed/unsigned int issues (r352) resolved differently - in most cases …
|
|
|
@360
|
10 years |
Maciej Komosinski |
Source formatting
|
|
|
@359
|
10 years |
Maciej Komosinski |
Display error/warning messages by default
|
|
|
@358
|
10 years |
Maciej Komosinski |
Commented out "srand(time(NULL))" - this line would affect everything …
|
|
|
@357
|
10 years |
Maciej Komosinski |
Set svn:eol-style to native
|
|
|
@356
|
10 years |
Maciej Komosinski |
Changed default values for weights
|
|
|
@355
|
10 years |
Maciej Komosinski |
Warn on non-existing paths
|
|
|
@353
|
10 years |
sz |
correct source directories (so make can clean all files)
|
|
|
@352
|
10 years |
oriona |
comparison between signed and unsigned integer expressions fixed
|
|
|
@351
|
10 years |
Maciej Komosinski |
Renamed simil_match_test.cpp -> simil_unittests.cpp
|
|
|
@350
|
10 years |
Maciej Komosinski |
Cosmetic
|
|
|
@349
|
10 years |
oriona |
implementation of the similarity measure
|
|
|
@348
|
10 years |
Maciej Komosinski |
- explicit c_str() in SString instead of (const char*) cast
- genetic …
|
|
|
@347
|
10 years |
Maciej Komosinski |
Using memmove instead of memcpy because overlapping source/destination …
|
|
|
@346
|
10 years |
Maciej Komosinski |
Each thread can use its own simulator's GenMan?
|
|
|
@345
|
10 years |
Maciej Komosinski |
Fixed operator priorities in FramScript?
|
|
|
@344
|
10 years |
Maciej Komosinski |
Non-COW string compatibility (const char* is always invalid after …
|
|
|
@343
|
10 years |
Maciej Komosinski |
Code formatting
|
|
|
@342
|
10 years |
Maciej Komosinski |
Param loader passes the true filename to script sources (@file name) …
|
|
|
@341
|
10 years |
Maciej Komosinski |
Fixed using null as object reference
|
|
|
@339
|
10 years |
Maciej Komosinski |
Use #define FRAMSG_FORMAT in stdouterr.cpp
|
|
|
@338
|
10 years |
Maciej Komosinski |
One more invalid (de)serialization example
|
|
|
@337
|
10 years |
Maciej Komosinski |
New math operator semantics: extend mixed int/float to float, forbid …
|
|
|
@336
|
10 years |
Maciej Komosinski |
Error message formatting: - "[x] x::x - " -> "[x] x.x: "
Error …
|
|
|
@335
|
10 years |
Maciej Komosinski |
Cosmetic edits
|
|
|
@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 …
|
|
|
@332
|
10 years |
Maciej Komosinski |
- use source/code mapping for line number and file information in vm …
|
|
|
@330
|
10 years |
Maciej Komosinski |
Improved comments
|
|
|
@329
|
10 years |
Maciej Komosinski |
More examples of Param loader
|
|
|
@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
|
|
|
@323
|
10 years |
Maciej Komosinski |
Example of skipping an unknown object
|
|
|
@322
|
10 years |
Maciej Komosinski |
Temporary fix for div by 0
|
|
|
@321
|
10 years |
Maciej Komosinski |
Fixed regression (missing side effect that existed earlier)
|
|
|
@320
|
10 years |
Maciej Komosinski |
Tab \t ignored in param fields (considered whitespace)
|
|
|
@319
|
10 years |
Maciej Komosinski |
Fixed compilation warnings
|
|
|
@318
|
10 years |
Maciej Komosinski |
Compiles under cygwin; enabled warnings
|
|
|
@317
|
10 years |
Maciej Komosinski |
SDK compiles under Mac OS
|
|
|
@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
|
|
|
@311
|
10 years |
Maciej Komosinski |
More fields and test cases
|
|
|
@310
|
10 years |
Maciej Komosinski |
Param::getText(int) can be safely used in all cases (previously min<0 …
|
|
|
@308
|
10 years |
Maciej Komosinski |
After loading, objects are printed ("saved") to standard output. …
|
|
|
@307
|
10 years |
Maciej Komosinski |
Tester/demo for Param loader
|
|
|
@306
|
10 years |
Maciej Komosinski |
String length limit in Param::setString() was only enforced for …
|
|
|
@305
|
10 years |
Maciej Komosinski |
Increased precision / less optimizations in some rotations and …
|
|
|
@304
|
10 years |
Maciej Komosinski |
Improved docs
|
|
|
@303
|
10 years |
Maciej Komosinski |
Improved error messages
|
|
|
@302
|
10 years |
Maciej Komosinski |
Better macro name; source formatting
|
|
|
@301
|
10 years |
Maciej Komosinski |
VirtFILE can have fields and still be used as a DLL thanks to …
|
|
|
@300
|
10 years |
Maciej Komosinski |
- don't assume getPropCount() is constant while iterating
- …
|
|
|
@299
|
10 years |
Maciej Komosinski |
Instead of linking with stdiofile-autoinit.cpp, create an object …
|
|
|
@298
|
10 years |
Maciej Komosinski |
0 -> NULL or false
|
|
|
@296
|
10 years |
Maciej Komosinski |
No SString dependency needed
|
|
|
@295
|
10 years |
Maciej Komosinski |
Reorganizations and extensions of directory/file/filesystem IO classes
|
|
|
@293
|
10 years |
Maciej Komosinski |
WIN32 wide char filename encoding takes precedence over MFILE char*
|
|
|
@292
|
10 years |
Maciej Komosinski |
Added missing initializations
|
|
|
@291
|
10 years |
Maciej Komosinski |
- Global errorhandlers are harmful (race condition)
- …
|
|
|
@290
|
10 years |
Maciej Komosinski |
- Undefined property/function access returns invalid value
- Unified …
|
|
|
@289
|
10 years |
Maciej Komosinski |
Removed usage of NeuroItem?; item details -> details
|
|
|
@288
|
10 years |
Maciej Komosinski |
GDK->SDK, gdk_test.cpp -> genomanipulation.cpp
|
|
|
@287
|
10 years |
Maciej Komosinski |
GDK->SDK
|
|
|
@286
|
10 years |
Maciej Komosinski |
Updated headers
|
|
|
@285
|
10 years |
Maciej Komosinski |
Mac OS X support
|
|
|
@284
|
10 years |
Maciej Komosinski |
Wrong sscanf size in 64-bit caused stack damage (in "0x....." conversion)
|
|
|
@283
|
10 years |
Maciej Komosinski |
Clarified "normal f0" comment and removed another misleading comment
|
|
|
@282
|
10 years |
Maciej Komosinski |
Formatted source
|
|
|
@281
|
10 years |
Maciej Komosinski |
Support for wide char (unicode) names of files and directories under …
|
|
|
@280
|
10 years |
Maciej Komosinski |
Version 4.0
|
|
|
@279
|
10 years |
Maciej Komosinski |
This test should be an assignment
|
|
|
@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 …
|
|
|
@276
|
10 years |
Maciej Komosinski |
Empty stock objects for convenience
|
|
|
@275
|
10 years |
Maciej Komosinski |
Inheritance information during crossing over properly stored as a …
|
|
|
@274
|
10 years |
Maciej Komosinski |
Added Model::move() and Model::rotate()
|
|
|
@273
|
10 years |
Maciej Komosinski |
- 'o'-type fields are no longer ignored when saving (serialization …
|
|
|
@272
|
10 years |
Maciej Komosinski |
Added missing initial paint
|
|
|
@271
|
10 years |
Maciej Komosinski |
Refreshed header comments
|
|
|
@270
|
10 years |
Maciej Komosinski |
'hollow' property in Part (0..1) in generated files
|
|
|
@269
|
10 years |
Maciej Komosinski |
- Model validation checks part/joint shapes for consistency (old/new) …
|
|
|
@268
|
10 years |
Maciej Komosinski |
ParamInterface::load warns on unknown fields and skips comments
|
|
|
@267
|
10 years |
Maciej Komosinski |
'hollow' property in Part (0..1)
|
|
|
@262
|
10 years |
Maciej Komosinski |
Geometry evaluation no longer crashes for models that contain only …
|
|
|
@261
|
10 years |
Maciej Komosinski |
Verified return values, added error messages [closes #47]
|
|
|
@260
|
10 years |
Maciej Komosinski |
Added docs for quadrant and octant literals
|
|
|
@259
|
10 years |
Maciej Komosinski |
Added support for genetic mapping in f9
|
|
|