Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • STJr/UltimateZoneBuilder
  • KartKrew/high-voltage-ring
  • ashi/ultimate-zone-builder
  • Alam/UltimateZoneBuilder
  • Indev/UltimateZoneBuilder
  • Acelite/UltimateZoneBuilder
  • LoganAir/high-voltage-ring
  • coatlessali/high-voltage-ring
  • spherallic/high-voltage-ring
  • EeveeEuphoria/high-voltage-ring
  • StarManiaKG/the-story-of-horsepowering-vetted-racing
  • frostu8/high-voltage-ring
  • Benji_Menji/high-voltage-ring
  • Nep2Disk/UltimateZoneBuilder
  • PencilVoid/high-voltage-ring
15 results
Show changes
Showing
with 1405 additions and 261 deletions
...@@ -107,6 +107,9 @@ mapformat_udmf ...@@ -107,6 +107,9 @@ mapformat_udmf
// Enables support for plane equation slopes // Enables support for plane equation slopes
planeequationsupport = true; planeequationsupport = true;
// Enables support for vertex heights
vertexheightsupport = true;
// Enables setting distinct brightness for floor, ceiling, and walls // Enables setting distinct brightness for floor, ceiling, and walls
distinctfloorandceilingbrightness = true; distinctfloorandceilingbrightness = true;
distinctwallbrightness = false; distinctwallbrightness = false;
......
...@@ -363,6 +363,9 @@ mapformat_udmf ...@@ -363,6 +363,9 @@ mapformat_udmf
// Enables support for plane equation slopes // Enables support for plane equation slopes
planeequationsupport = true; planeequationsupport = true;
// Enables support for vertex heights
vertexheightsupport = true;
// Enables setting brightness for floor, ceiling, and walls independently from each other // Enables setting brightness for floor, ceiling, and walls independently from each other
distinctfloorandceilingbrightness = true; distinctfloorandceilingbrightness = true;
...@@ -370,6 +373,9 @@ mapformat_udmf ...@@ -370,6 +373,9 @@ mapformat_udmf
// Enabled setting brightness for upper, middle, and lower sidedef independently from each other // Enabled setting brightness for upper, middle, and lower sidedef independently from each other
distinctsidedefpartbrightness = true; distinctsidedefpartbrightness = true;
// Enables support for skewing sidedef textures
sidedeftextureskewing = true;
// Enables multiple tags on sectors // Enables multiple tags on sectors
sectormultitag = true; sectormultitag = true;
......
This diff is collapsed.
...@@ -17,7 +17,7 @@ AppVersion={#UDB_GetVersionString} ({#UDB_arch}) ...@@ -17,7 +17,7 @@ AppVersion={#UDB_GetVersionString} ({#UDB_arch})
AppPublisher=ZZYZX AppPublisher=ZZYZX
AppPublisherURL=https://forum.zdoom.org/memberlist.php?mode=viewprofile&u=7527 AppPublisherURL=https://forum.zdoom.org/memberlist.php?mode=viewprofile&u=7527
AppSupportURL=https://forum.zdoom.org/viewtopic.php?f=232&t=66745 AppSupportURL=https://forum.zdoom.org/viewtopic.php?f=232&t=66745
AppUpdatesURL=https://devbuilds.drdteam.org/ultimatedoombuilder/ AppUpdatesURL=https://ultimatedoombuilder.github.io/
DefaultDirName={userpf}\Ultimate Doom Builder DefaultDirName={userpf}\Ultimate Doom Builder
DefaultGroupName=Ultimate Doom Builder DefaultGroupName=Ultimate Doom Builder
AllowNoIcons=true AllowNoIcons=true
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.