Advertisement
Guest User

settings.ey

a guest
Dec 25th, 2014
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. %e-yaml
  2. ---
  3.  
  4. -Compatibility/Progress:
  5. Layout: Grid
  6. Columns: 3
  7. -inherit-strings-from:
  8. Type: Radio-1
  9. Label: Inherit strings from:
  10. Options: "GML ('A'=\"A\"), C++ ('A'=65)"
  11. -inherit-escapes-from:
  12. Type: Radio-1
  13. Label: Inherit escape sequences:
  14. Options: "GML (#), C++ (\\n)"
  15. -inherit-increment-from:
  16. Type: Radio-1
  17. Label: Inherit ++/-- from:
  18. Options: "GML (+), C++ (+=1/-=1)"
  19. Default: 1
  20. -inherit-equivalence-from:
  21. Type: Radio-1
  22. Label: Inherit a=b=c from:
  23. Options: "GML (a=b==c), C++ (b=c;a=c)"
  24. -treat-literals-as:
  25. Type: Radio-1
  26. Label: Treat literals as:
  27. Options: "EDL (variant), C++ (scalar)"
  28. -inherit-negatives-as:
  29. Type: Radio-1
  30. Label: Treat negatives as:
  31. Options: "GML (true > 0), C++ (true != 0)"
  32. -compliance-mode:
  33. Type: Combobox
  34. Label: Compliance Mode:
  35. Options: "Standard, GM5"
  36. -keyword-blacklist:
  37. Type: Textfield
  38. Label: Keyword Blacklist:
  39. Default: ""
  40.  
  41.  
  42.  
  43. -Build Options:
  44. Layout: Grid
  45. Columns: 2
  46. -make-directory:
  47. Type: Textfield
  48. Label: Make Directory
  49. Default-Windows: "C:/ProgramData/ENIGMA/"
  50. Default-Linux: "%HOME%/.enigma/"
  51. Default-MacOSX: "./ENIGMA/"
  52. Default: "./ENIGMA/"
  53. -inherit-objects:
  54. Type: Checkbox
  55. Label: Object Inheritance
  56. Default: true
  57.  
  58. -Graphics:
  59. Layout: Grid
  60. Columns: 3
  61. -angular-unit:
  62. Type: Radio-1
  63. Label: Angular unit:
  64. Options: "degrees, radians"
  65. -scalar-precision:
  66. Type: Radio-1
  67. Label: Scalar precision:
  68. Options: "float, double"
  69.  
  70. -Collision:
  71. Layout: Grid
  72. Columns: 3
  73. -angular-unit:
  74. Type: Radio-1
  75. Label: Angular unit:
  76. Options: "degrees, radians"
  77. -scalar-precision:
  78. Type: Radio-1
  79. Label: Scalar precision:
  80. Options: "float, double"
  81.  
  82. -Audio:
  83. Layout: Grid
  84. Columns: 3
  85. -angular-unit:
  86. Type: Radio-1
  87. Label: Angular unit:
  88. Options: "degrees, radians"
  89. -scalar-precision:
  90. Type: Radio-1
  91. Label: Scalar precision:
  92. Options: "float, double"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement