| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 1.0.0.0 | 2011-05-18 | ||
| 1.1.1.0 | 2011-05-18 | ||
| README.TXT | 2011-05-17 | 1.4 kB | |
| Totals: 3 Items | 1.4 kB | 0 | |
Note on versioning. Version consists of four numbers separated with dots. Each number has its own meaning and comparison of any two versions of the software can immediatelly tell what kind of release we are looking at. a.b.c.d a - major change. Change of this field indicates major rewrite of the whole software or at least change in the rendering engine. b - feature change. Change in this field indicates this release is a feature release. When any new feature is added this number is updated. c - bugfix change. Change in this field indicates this release is a bugfix release. When any bug is fixed this number is updated. d - minor change. Change of this field indicates cosmetic changes to the software. It may be better layout of the controlls or more detailed tooltips. Change indicators are hierarchical. Change at the more significant position resets all the less significant indicators to zero, and only then their values are incremented (if needed). Examples: 1.0.0.0 - first working version 1.1.0.0 - compared to 1.0.0.0 this version contains only new features 1.0.1.0 - compared to 1.0.0.0 this version contains only bug fixes 1.0.0.1 - compared to 1.0.0.0 this version contains only cosmetic changes 1.1.1.1 - compared to 1.0.0.0 this version contains new features, bug fixes and cosmetic changes 1.2.0.1 - compared to the 1.1.1.1 this version contains new features and cosmetic changes