source: cpp/frams

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @378   9 years Maciej Komosinski Improved argument variable names; changed implementation to use STL …
(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) @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) @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) @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) @330   9 years Maciej Komosinski Improved comments
(edit) @329   9 years Maciej Komosinski More examples of Param loader
(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) @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)
(edit) @314   9 years Maciej Komosinski Less cryptic variable names: a,b,c -> mn,mx,def
(edit) @312   9 years Maciej Komosinski Formatted source
(edit) @311   9 years Maciej Komosinski More fields and test cases
(edit) @310   9 years Maciej Komosinski Param::getText(int) can be safely used in all cases (previously min<0 …
(edit) @308   9 years Maciej Komosinski After loading, objects are printed ("saved") to standard output. …
(edit) @307   9 years Maciej Komosinski Tester/demo for Param loader
(edit) @306   9 years Maciej Komosinski String length limit in Param::setString() was only enforced for …
(edit) @305   9 years Maciej Komosinski Increased precision / less optimizations in some rotations and …
(edit) @304   9 years Maciej Komosinski Improved docs
(edit) @303   9 years Maciej Komosinski Improved error messages
(edit) @302   9 years Maciej Komosinski Better macro name; source formatting
(edit) @301   9 years Maciej Komosinski VirtFILE can have fields and still be used as a DLL thanks to …
(edit) @300   9 years Maciej Komosinski - don't assume getPropCount() is constant while iterating - …
(edit) @299   9 years Maciej Komosinski Instead of linking with stdiofile-autoinit.cpp, create an object …
(edit) @298   9 years Maciej Komosinski 0 -> NULL or false
(edit) @296   9 years Maciej Komosinski No SString dependency needed
(edit) @295   9 years Maciej Komosinski Reorganizations and extensions of directory/file/filesystem IO classes
(edit) @293   9 years Maciej Komosinski WIN32 wide char filename encoding takes precedence over MFILE char*
(edit) @292   9 years Maciej Komosinski Added missing initializations
(edit) @291   9 years Maciej Komosinski - Global errorhandlers are harmful (race condition) - …
(edit) @290   9 years Maciej Komosinski - Undefined property/function access returns invalid value - Unified …
(edit) @289   9 years Maciej Komosinski Removed usage of NeuroItem?; item details -> details
(edit) @288   9 years Maciej Komosinski GDK->SDK, gdk_test.cpp -> genomanipulation.cpp
(edit) @287   9 years Maciej Komosinski GDK->SDK
(edit) @286   9 years Maciej Komosinski Updated headers
(edit) @285   9 years Maciej Komosinski Mac OS X support
(edit) @284   9 years Maciej Komosinski Wrong sscanf size in 64-bit caused stack damage (in "0x....." conversion)
(edit) @283   9 years Maciej Komosinski Clarified "normal f0" comment and removed another misleading comment
(edit) @282   9 years Maciej Komosinski Formatted source
(edit) @281   9 years Maciej Komosinski Support for wide char (unicode) names of files and directories under …
(edit) @280   9 years Maciej Komosinski Version 4.0
(edit) @279   9 years Maciej Komosinski This test should be an assignment
(edit) @278   9 years Maciej Komosinski setDefault(numericonly) removed. 's', 'x' and 'o' are no special cases …
(edit) @277   9 years Maciej Komosinski ParamInterface::load() can be aborted (used to avoid incorrect …
(edit) @276   9 years Maciej Komosinski Empty stock objects for convenience
(edit) @275   9 years Maciej Komosinski Inheritance information during crossing over properly stored as a …
(edit) @274   9 years Maciej Komosinski Added Model::move() and Model::rotate()
(edit) @273   9 years Maciej Komosinski - 'o'-type fields are no longer ignored when saving (serialization …
(edit) @272   9 years Maciej Komosinski Added missing initial paint
(edit) @271   9 years Maciej Komosinski Refreshed header comments
(edit) @270   9 years Maciej Komosinski 'hollow' property in Part (0..1) in generated files
Note: See TracRevisionLog for help on using the revision log.