Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing Compatability Field #170

Merged
merged 1 commit into from
Oct 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion xml_converter/doc/acheivement/achievement_bitmask.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name: Achievement Bitmask
type: Fixed32
applies_to: [Icon, Trail]
compatability: [TacO, BlishHUD, Burrito]
xml_fields: ["AchievementBit"]
protobuf_field: achievement_bit
---
Expand Down
1 change: 0 additions & 1 deletion xml_converter/doc/acheivement/achievement_id.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name: Achievement ID
type: Int32
applies_to: [Icon, Trail]
compatability: [TacO, BlishHUD, Burrito]
xml_fields: ["AchievementId"]
protobuf_field: achievement_id
---
Expand Down
1 change: 0 additions & 1 deletion xml_converter/doc/can_fade/can_fade.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ type: Boolean
applies_to: [Icon, Trail]
xml_fields: [CanFade]
protobuf_field: can_fade
compatability: [TacO, BlishHUD, Burrito]
---
A flag to determine if an object can be made transparent when it is possibly occluding the player.
Notes
Expand Down
1 change: 0 additions & 1 deletion xml_converter/doc/category/category.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ class: MarkerCategory
applies_to: [Icon, Trail]
xml_fields: [Type, Category]
protobuf_field: category
compatability: [TacO, BlishHUD, Burrito]
---
The category this object belongs to.

Expand Down
1 change: 0 additions & 1 deletion xml_converter/doc/fade/distance_fade_end.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ type: Float32
applies_to: [Icon, Trail]
xml_fields: [FadeFar, DistanceFadeEnd]
protobuf_field: distance_fade_end
compatability: [TacO, BlishHUD, Burrito]
---
Any part of the object that is farther then this value will be at.

Expand Down
1 change: 0 additions & 1 deletion xml_converter/doc/fade/distance_fade_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ type: Float32
applies_to: [Icon, Trail]
xml_fields: [FadeNear, DistanceFadeStart]
protobuf_field: distance_fade_start
compatability: [TacO, BlishHUD, Burrito]
---
Any part of the object that is farther then this value will begin to alpha fade gradually until it reaches 0 alpha at Distance Fade End.

Expand Down
1 change: 0 additions & 1 deletion xml_converter/doc/festival_filter/festival_filter.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name: Festival Filter
type: MultiflagValue
applies_to: [Icon, Trail]
compatability: [TacO, BlishHUD, Burrito]
xml_fields: [Festival]
protobuf_field: festival_filter
flags:
Expand Down
1 change: 0 additions & 1 deletion xml_converter/doc/is_wall/is_wall.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ type: Boolean
applies_to: [Trail]
xml_fields: [IsWall]
protobuf_field: is_wall
compatability: [BlishHUD]
---
Rotate the trail 90 degrees so it is vertical instead of horizontal to represent a wall.

Expand Down
1 change: 0 additions & 1 deletion xml_converter/doc/map_id/map_id.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ type: Int32
applies_to: [Icon, Trail]
xml_fields: [MapID]
protobuf_field: map_id
compatability: [TacO, BlishHUD, Burrito]
---
The ID of the map that this object should be displayed on.

Expand Down
1 change: 0 additions & 1 deletion xml_converter/doc/map_id/map_type_filter.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ type: MultiflagValue
applies_to: [Icon, Trail]
xml_fields: [MapType]
protobuf_field: map_type_filter
compatability: [TacO, BlishHUD, Burrito]
flags:
# Unknown map type
unknown_map: ["Unknown"]
Expand Down
1 change: 0 additions & 1 deletion xml_converter/doc/menu/default_visibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ type: Boolean
applies_to: [Category]
xml_fields: [DefaultToggle]
protobuf_field: default_visibility
compatability: [TacO, BlishHUD, Burrito]
---

Notes
Expand Down
1 change: 0 additions & 1 deletion xml_converter/doc/menu/display_name.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ type: String
applies_to: [Category]
xml_fields: [DisplayName]
protobuf_field: display_name
compatability: [TacO, BlishHUD, Burrito]
---
A human readable name of this category.

Expand Down
1 change: 0 additions & 1 deletion xml_converter/doc/menu/is_separator.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ type: Boolean
applies_to: [Category]
xml_fields: [IsSeparator]
protobuf_field: is_separator
compatability: [TacO, BlishHUD, Burrito]
---

Notes
Expand Down
1 change: 0 additions & 1 deletion xml_converter/doc/menu/name.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ type: String
applies_to: [Category]
xml_fields: [Name]
protobuf_field: name
compatability: [TacO, BlishHUD, Burrito]
---

Notes
Expand Down
1 change: 0 additions & 1 deletion xml_converter/doc/mount_filter/mount_filter.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name: Mount Filter
type: MultiflagValue
applies_to: [Icon, Trail]
compatability: [TacO, BlishHUD, Burrito]
xml_fields: ["Mount"]
protobuf_field: mount_filter
flags:
Expand Down
1 change: 0 additions & 1 deletion xml_converter/doc/position/height_offset.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Height Offset
type: Float32
applies_to: ["Icon"]
xml_fields: ["HeightOffset", "BHHeightOffset"]
compatability: [TacO, Burrito, BlishHUD]
protobuf_field: height_offset
---
A vertical offset of the object from the recorded position.
Expand Down
4 changes: 0 additions & 4 deletions xml_converter/doc/position/position.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Position
type: CompoundValue
applies_to: ["Icon"]
xml_fields: ["Position"]
compatability: [TacO, Burrito, BlishHUD]
protobuf_field: position
xml_bundled_components: []
xml_separate_components: ["X Position", "Y Position", "Z Position"]
Expand All @@ -12,19 +11,16 @@ components:
type: Float32
xml_fields: [XPos, PositionX]
protobuf_field: "x"
compatability: [TacO, Burrito, BlishHUD]

- name: Y Position
type: Float32
xml_fields: [YPos, PositionY]
protobuf_field: "y"
compatability: [TacO, Burrito, BlishHUD]

- name: Z Position
type: Float32
xml_fields: [ZPos, PositionZ]
protobuf_field: "z"
compatability: [TacO, Burrito, BlishHUD]
---
An XYZ location of a point in the game world.

Expand Down
1 change: 0 additions & 1 deletion xml_converter/doc/profession_filter/profession_filter.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name: Profession Filter
type: MultiflagValue
applies_to: [Icon, Trail]
compatability: [TacO, BlishHUD, Burrito]
xml_fields: [Profession]
protobuf_field: profession_filter
flags:
Expand Down
1 change: 0 additions & 1 deletion xml_converter/doc/rendering/cull_chirality.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ applies_to: [Icon, Trail]
xml_fields: [Cull]
protobuf_field: cull_chirality
type: Enum
compatability: [TacO, BlishHUD, Burrito]
values:
none: ["None"]
clockwise: ["Clockwise"]
Expand Down
1 change: 0 additions & 1 deletion xml_converter/doc/rendering/map_display_size.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ type: Int32
applies_to: [Icon, Trail]
xml_fields: [MapDisplaySize]
protobuf_field: map_display_size
compatability: [TacO, BlishHUD, Burrito]
---
The size, in pixels, that the marker should be shown on the minimap or fullscreen map.
When applied to a Trail, affects the width of the trail shown on the minimap or fullscreen map.
Expand Down
1 change: 0 additions & 1 deletion xml_converter/doc/rendering/render_ingame.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ type: Boolean
applies_to: [Icon, Trail]
xml_fields: [IngameVisibility, BHIngameVisibility]
protobuf_field: tentative__render_ingame
compatability: [TacO, BlishHUD, Burrito]

---

Expand Down
1 change: 0 additions & 1 deletion xml_converter/doc/rendering/render_on_map.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ type: Boolean
applies_to: [Icon, Trail]
xml_fields: [MapVisibility, BHMapVisibility]
protobuf_field: tentative__render_on_map
compatability: [TacO, BlishHUD, Burrito]
---
Allows or Prevents this object from being rendered on the world map.

Expand Down
1 change: 0 additions & 1 deletion xml_converter/doc/rendering/render_on_minimap.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ type: Boolean
applies_to: [Icon, Trail]
xml_fields: [MinimapVisibility, BHMinimapVisibility]
protobuf_field: tentative__render_on_minimap
compatability: [TacO, BlishHUD, Burrito]
---

Allows or Prevents this object from being rendered on the minimap aka compass.
Expand Down
1 change: 0 additions & 1 deletion xml_converter/doc/rendering/scale_on_map_with_zoom.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ type: Boolean
applies_to: [Icon]
xml_fields: [ScaleOnMapWithZoom]
protobuf_field: scale_on_map_with_zoom
compatability: [TacO, BlishHUD, Burrito]
---
Scale the size of the object to be the same scale as the map.

Expand Down
4 changes: 0 additions & 4 deletions xml_converter/doc/rotation/euler_rotation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Euler Rotation
type: CompoundValue
applies_to: ["Icon"]
xml_fields: ["Rotate"]
compatability: [TacO, Burrito, BlishHUD]
protobuf_field: euler_rotation
xml_bundled_components: ['X Rotation', 'Y Rotation', 'Z Rotation']
xml_separate_components: []
Expand All @@ -12,19 +11,16 @@ components:
type: Float32
xml_fields: [RotateX]
protobuf_field: "x"
compatability: [TacO, Burrito, BlishHUD]

- name: Y Rotation
type: Float32
xml_fields: [RotateY]
protobuf_field: "y"
compatability: [TacO, Burrito, BlishHUD]

- name: Z Rotation
type: Float32
xml_fields: [RotateZ]
protobuf_field: "z"
compatability: [TacO, Burrito, BlishHUD]

---
Euler X Y Z rotation.
Expand Down
1 change: 0 additions & 1 deletion xml_converter/doc/scale/icon_size.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ type: Float32
applies_to: [Icon]
xml_fields: [IconSize]
protobuf_field: tentative__scale
compatability: [TacO, BlishHUD, Burrito]
---
Unclear) Some value representation of how large an icon should be. Is this a scale multiplier or a fixed size value? How does this relate to MinSize and MaxSize.

Expand Down
1 change: 0 additions & 1 deletion xml_converter/doc/scale/trail_scale.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ type: Float32
applies_to: [Trail]
xml_fields: [TrailScale]
protobuf_field: scale
compatability: [TacO, BlishHUD, Burrito]
---
Adjusts the width of a trail mesh as a multiplier to the default width.

Expand Down
1 change: 0 additions & 1 deletion xml_converter/doc/schedule/schedule.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ type: String
applies_to: [Icon, Trail]
xml_fields: [Schedule]
protobuf_field: bhdraft__schedule
compatability: [BlishHUD]
---
A description of when to hide or show an object based on a realtime schedule.

Expand Down
1 change: 0 additions & 1 deletion xml_converter/doc/schedule/schedule_duration.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ type: Float32
applies_to: [Icon, Trail]
xml_fields: [ScheduleDuration]
protobuf_field: bhdraft__schedule_duration
compatability: [BlishHUD]
---
Combined with Schedule to determine how long after the object is shown before it is hidden again.

Expand Down
1 change: 0 additions & 1 deletion xml_converter/doc/size_on_screen/maximum_size_on_screen.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ type: Int32
applies_to: [Icon]
xml_fields: [MaxSize]
protobuf_field: maximum_size_on_screen
compatability: [TacO, BlishHUD, Burrito]
---
The largest width/height of this icon on the screen.
Notes
Expand Down
1 change: 0 additions & 1 deletion xml_converter/doc/size_on_screen/minimum_size_on_screen.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ type: Int32
applies_to: [Icon]
xml_fields: [MinSize]
protobuf_field: minimum_size_on_screen
compatability: [TacO, BlishHUD, Burrito]
---
The smallest width/height of this icon on the screen.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name: Specialization Filter
type: MultiflagValue
applies_to: [Icon, Trail]
compatability: [TacO, BlishHUD, Burrito]
xml_fields: ["Specialization"]
protobuf_field: specialization_filter
flags:
Expand Down
1 change: 0 additions & 1 deletion xml_converter/doc/species_filter/species_filter.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name: Species Filter
type: MultiflagValue
applies_to: [Icon, Trail]
compatability: [TacO, BlishHUD, Burrito]
xml_fields: [Race, Species]
protobuf_field: species_filter

Expand Down
1 change: 0 additions & 1 deletion xml_converter/doc/texture/animation_speed.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ type: Float32
applies_to: [Trail]
xml_fields: ["AnimSpeed", "AnimationSpeed"]
protobuf_field: animation_speed
compatability: [TacO, BlishHUD, Burrito]
---
The speed which the texture should be moving across the object.

Expand Down
5 changes: 0 additions & 5 deletions xml_converter/doc/texture/color.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,33 +5,28 @@ class: Color
applies_to: [Icon, Trail]
xml_fields: [Color, BHColor]
protobuf_field: rgba_color
compatability: [TacO, BlishHUD, Burrito]
xml_bundled_components: ['Red', 'Green', 'Blue']
xml_separate_components: ['Alpha']
components:
- name: Red
type: Float32
xml_fields: [Red]
protobuf_field: rgba_color
compatability: [TacO, Burrito, BlishHUD]

- name: Green
type: Float32
xml_fields: [Green]
protobuf_field: rgba_color
compatability: [TacO, Burrito, BlishHUD]

- name: Blue
type: Float32
xml_fields: [Blue]
protobuf_field: rgba_color
compatability: [TacO, Burrito, BlishHUD]

- name: Alpha
type: Float32
xml_fields: [Alpha]
protobuf_field: rgba_color
compatability: [TacO, Burrito, BlishHUD]


---
Expand Down
1 change: 0 additions & 1 deletion xml_converter/doc/texture/icon.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ applies_to: [Icon]
xml_fields: [IconFile]
uses_file_path: false
protobuf_field: texture_path
compatability: [TacO, BlishHUD, Burrito]
---
The path to an image which contains the texture that will be present on an icon.

Expand Down
1 change: 0 additions & 1 deletion xml_converter/doc/texture/texture.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ applies_to: [Trail]
xml_fields: [Texture]
uses_file_path: false
protobuf_field: texture_path
compatability: [TacO, BlishHUD, Burrito]
---
The path to an image which contains the texture that will be present on a trail.

Expand Down
1 change: 0 additions & 1 deletion xml_converter/doc/tooltip/tooltip_description.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ type: String
applies_to: [Icon, Category]
xml_fields: [TipDescription]
protobuf_field: tip_description
compatability: [TacO, BlishHUD, Burrito]
---
The full text of the tooltip.

Expand Down
1 change: 0 additions & 1 deletion xml_converter/doc/tooltip/tooltip_name.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ type: String
applies_to: [Icon]
xml_fields: [TipName]
protobuf_field: tip_name
compatability: [TacO, BlishHUD, Burrito]
---
The name of the tooltip when hovering over the minimap.

Expand Down
1 change: 0 additions & 1 deletion xml_converter/doc/trail_data/trail_data.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ uses_file_path: true
protobuf_field: trail_data
side_effects: [Map ID]
applies_to: [Trail]
compatability: [TacO, BlishHUD, Burrito]
---
A binary coordinate array for the path of a trail.

Expand Down
1 change: 0 additions & 1 deletion xml_converter/doc/trigger/auto_trigger.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ type: Boolean
applies_to: [Icon]
xml_fields: [AutoTrigger]
protobuf_field: trigger.auto_trigger
compatability: [TacO, BlishHUD, Burrito]
---
Any triggers will be triggered automatially when the player enters within range instead of being triggered.

Expand Down
Loading