Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Branch identifiers: Difference between revisions

From OoT Randomizer Wiki
Fenhl (talk | contribs)
added cjohnson57's reserved identifier
Fenhl (talk | contribs)
mNo edit summary
 
(11 intermediate revisions by 2 users not shown)
Line 7: Line 7:
  |-
  |-
  | <code>0x00</code>
  | <code>0x00</code>
  | main releases
  | main releases and release candidates
  |-
  |-
  | <code>0x01</code>
  | <code>0x01</code>
  | [https://github.com/TestRunnerSRL/OoT-Randomizer TestRunnerSRL] (main Dev)
  | [https://github.com/OoTRandomizer/OoT-Randomizer Dev (OoTRandomizer)]
  |-
  |-
  | <code>0x43</code>
  | <code>0x43</code>
  | [https://github.com/Cuphat/OoT-Randomizer/tree/Dev-C Cuphat]
  | [https://github.com/Cuphat/OoT-Randomizer/tree/Dev-C Dev-C (Cuphat)]
|-
| <code>0x45</code>
| [https://github.com/rrealmuto/OoT-Randomizer/tree/Dev-Rob Dev-Rob (rrealmuto)]
|-
| <code>0x46</code>
| [https://github.com/rrealmuto/OoT-Randomizer/tree/enemy_shuffle enemy_shuffle (rrealmuto)]
|-
| <code>0x52</code>
| [https://github.com/Roman971/OoT-Randomizer Dev-R (Roman971)]
  |-
  |-
  | <code>0x57</code>
  | <code>0x57</code>
  | reserved by [https://github.com/cjohnson57 cjohnson57]
  | reserved by [https://github.com/cjohnson57/OoT-Randomizer cjohnson57]
|-
| <code>0x69</code>
| [https://github.com/Elagatua/OoT-Randomizer blitz (Elagatua)]
|-
| <code>0x99</code>
| [https://github.com/mracsys/OoT-Randomizer Dev-M (mracsys)]
|-
| <code>0x9c</code>
| [https://github.com/trezc0/OoT-Randomizer trez-test]
|-
| <code>0xae</code>
| [https://github.com/fenhl/OoT-Randomizer/tree/riir riir (fenhl)]
  |-
  |-
  | <code>0xfe</code>
  | <code>0xfe</code>
  | [https://github.com/fenhl/OoT-Randomizer fenhl]
  | [https://github.com/fenhl/OoT-Randomizer dev-fenhl]
|-
| <code>0xff</code>
| reserved for private use
  |}
  |}

Latest revision as of 04:34, 18 May 2025

This is a list of known branch identifiers, i.e. values of the variable branch_identifier in version.py.

ID Branch
0x00 main releases and release candidates
0x01 Dev (OoTRandomizer)
0x43 Dev-C (Cuphat)
0x45 Dev-Rob (rrealmuto)
0x46 enemy_shuffle (rrealmuto)
0x52 Dev-R (Roman971)
0x57 reserved by cjohnson57
0x69 blitz (Elagatua)
0x99 Dev-M (mracsys)
0x9c trez-test
0xae riir (fenhl)
0xfe dev-fenhl
0xff reserved for private use