-
Notifications
You must be signed in to change notification settings - Fork 22
Version rules
Mikołaj Milej edited this page Jan 3, 2014
·
1 revision
In CryBlend there are following version rules for releases:
- version number has format major.minor.release
- major - incremented on big releases or after agreement with other members.
- minor - incremented in every release.
- release - incremented in every bugfix for given minor release.
Release candidate version rules:
- version number has format major.minor.rc-build
- build - incremented in every commit in release branch.
Develop version rules:
- version number has format major.minor.release.build.dev
- build - incremented with every feature (or commit but not clear how to merge features) To be clarified.
- dev - constant string to indicate development version
- CryBlend:
- Home
- What is CryBlend?
- Meet the Team
- Compatibility
- Resources:
- [Offline Tutorials](Offline Tutorials)
- [Example Files](Example Files)
- Programs
- [Errors and Warnings](Errors and Warnings)
- Texture conversion to DDS
- Getting Started:
- [Finding the Resource Compiler](Finding the Resource Compiler)
- [Setting Up the Asset Pipeline](Setting Up the Asset Pipeline)
- [A Guide to Clean Geometry](A Guide to Clean Geometry)
- Static Geometries:
- [Static Object](Exporting a Static Object)
- [LOD's Object](Exporting an Object with LOD's)
- [Breakable Object](Exporting a Breakable Object)
- [Deformable Object](Exporting a Deformable Object)
- [Touch-Bendable Object](Exporting a Touch-Bendable Object)
- Animated Geometries:
- [Rigid Body Animation](Exporting a Hard Body Animated Geometry)
- [Simple Character](Exporting a Simple Character)
- [Complicating a Simple Character](Complicating a Simple Character)
- Human Biped
- FPS
- Developer Resources:
- References
- [Blender Icons](Blender Icons)