Advertisement
ZoriaRPG

Zelda Classic Version Semantics

Oct 13th, 2018
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.28 KB | None | 0 0
  1. ZC Version Semantics:
  2.  
  3. [A].[BBB].[CCC]-[state]-[subversion]-[notation]
  4.  |    |     |      |
  5.  |    |     |      |
  6.  >----+-----+------+--------{ The base library for the engine, where:
  7.       |     |      |            1 == Allegro 3
  8.       |     |      |            2 == Allegro 4
  9.       |     |      |            3 == Allegro Legacy + Allegro 5
  10.       |     |      |            4 == New Engine in AG5 (Rewrite; legacy quest compatibility via blue/yellow box)
  11.       >-----+------+-------------{ Feature Set, based on percent of changes from previous release
  12.             |      |                    10 == NEW BASE
  13.             |      |                    11 == NEW FEATURESET, REIMPLEMENTATION
  14.             |      |                    11 == NEW FEATURESET, REIMPLEMENTATION
  15.             |      |
  16.             |      |
  17.             >------+-------------------{ Patch Subversion
  18.                    |
  19.                    |
  20.                    >--------------------------{ Alpha, Beta, Gamma, or Release
  21.                                                 [subversion] == state revision; e.g. Alpha-2, Beta-16, Gamma-1, Release 1.
  22.                                                 [notation] == special notes for a build, e.g. Alpha-1-Fix-Dungeons
  23.                            
  24. A full formal version might be: '2.60.2-Beta-2-Fix-Link'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement