source: cpp/frams

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @269   9 years Maciej Komosinski - Model validation checks part/joint shapes for consistency (old/new) …
(edit) @268   9 years Maciej Komosinski ParamInterface::load warns on unknown fields and skips comments
(edit) @267   9 years Maciej Komosinski 'hollow' property in Part (0..1)
(edit) @262   9 years Maciej Komosinski Geometry evaluation no longer crashes for models that contain only …
(edit) @261   9 years Maciej Komosinski Verified return values, added error messages [closes #47]
(edit) @260   9 years Maciej Komosinski Added docs for quadrant and octant literals
(edit) @259   9 years Maciej Komosinski Added support for genetic mapping in f9
(edit) @258   9 years Maciej Komosinski Improved docs
(edit) @257   9 years Maciej Komosinski - added strmove(): strcpy() for overlapping strings - ExtObject?
(edit) @256   9 years Maciej Komosinski Chambers in Foraminifera now have the proper orientation in 3D; …
(edit) @255   9 years Maciej Komosinski Formatted source and new Orient::lookAt() function with only one …
(edit) @254   9 years Maciej Komosinski More color definitions in neural diagrams
(edit) @253   9 years Maciej Komosinski String-type properties can now have a default value stored in their …
(edit) @252   9 years Maciej Komosinski Fixed makefile clean for bash
(edit) @247   9 years Maciej Komosinski Sources support both 32-bit and 64-bit, and more compilers
(edit) @245   10 years Maciej Komosinski When compiling FramScript?, add \n after each error message
(edit) @244   10 years Maciej Komosinski Printing multi-line messages splits the message into separate lines …
(edit) @242   10 years Maciej Komosinski Added caching of geometry properties (which are costly to compute)
(edit) @241   10 years Maciej Komosinski Added toString() and angles representation to Orient
(edit) @240   10 years Maciej Komosinski Used | instead of + when adding binary flags
(edit) @239   10 years rgolebiewski Changed type of value returned by some functions (two initializers and …
(edit) @238   10 years Maciej Komosinski Avoid compilation warnings
(edit) @237   10 years Maciej Komosinski Do not use min/max as variable names
(edit) @236   10 years Maciej Komosinski Changed binary literals to macros (some compilers do not support …
(edit) @235   10 years sz Framscript interface class for Model geometry calculation
(edit) @234   10 years sz Trivial changes to avoid compilation warnings about missing return …
(edit) @230   10 years Maciej Komosinski Detects invalid ParamEntry? when accessing ParamEntry?-based Params in …
(edit) @229   10 years Maciej Komosinski Removed false warning "XYZ object expected..." in Matrix functions …
(edit) @228   10 years Maciej Komosinski More warnings for illegal ExtValue? operations: object+-*/%something …
(edit) @227   10 years Maciej Komosinski Android compilation and access to RESOURCES and HOME files
(edit) @226   10 years Maciej Komosinski - SString::hash() and HashTable? use FNV-1a instead of FNV-1 - fixed …
(edit) @225   10 years Maciej Komosinski Compilation for Android
(edit) @224   10 years Maciej Komosinski Multiline strings quoted in three quotation marks or three apostrophes …
(edit) @222   10 years Maciej Komosinski "Distributed" deserializable class registry, so that ExtValue? does not …
(edit) @221   10 years Maciej Komosinski "here document" in framscript, …
(edit) @219   10 years Maciej Komosinski Both subexpressions evaluate to the same type now
(edit) @213   10 years sz Clarification on diagram.linetype
(edit) @211   10 years Maciej Komosinski Fixed cast compilation warning
(edit) @210   10 years Maciej Komosinski Added wildcard matching functions
Note: See TracRevisionLog for help on using the revision log.