- Sep 29, 2023
-
-
sphere authored
-
- Sep 27, 2023
-
-
sphere authored
-
- Sep 26, 2023
-
-
sphere authored
-
- Sep 22, 2023
-
-
sphere authored
-
- Sep 20, 2023
- Sep 19, 2023
- Sep 17, 2023
-
-
biwa authored
Visual Mode: fixed a problem where sloped 3D floors with an alpha value of less than 128 were not shown at all instead of fully opaque. Fixes #954
-
biwa authored
-
wisselstem authored
Draw Curve Mode, Draw Ellipse Mode, Draw Rectangle Mode: added option to place things at the designated vertex positions instead of drawing geometry (#956)
-
wisselstem authored
Point Thing at Cursor: check for a thing's fixedrotation rather than its category's arrow setting (#957)
-
biwa authored
-
biwa authored
Visual Mode: when applying camera rotation and pitch to things a status message will now be displayed. Fixes #955
-
- Sep 16, 2023
- Sep 15, 2023
-
-
sphere authored
Fix building the mono version See merge request STJr/UltimateZoneBuilder!13
-
SteelT authored
diff --git a/Source/Core/BuilderMono.csproj b/Source/Core/BuilderMono.csproj index 980fed4b..2419a7b0 100644 --- a/Source/Core/BuilderMono.csproj +++ b/Source/Core/BuilderMono.csproj @@ -304,6 +304,8 @@ <Compile Include="Rendering\Vector4.cs" /> <Compile Include="Rendering\VertexBuffer.cs" /> <Compile Include="Rendering\VisualSlopeHandle.cs" /> + <Compile Include="SRB2\LuaMobjStructure.cs" /> + <Compile Include="SRB2\LuaParser.cs" /> <Compile Include="VisualModes\VisualSlope.cs" /> <Compile Include="Windows\ILinedefEditForm.cs" /> <Compile Include="Windows\ISectorEditForm.cs" />
-
sphere authored
-
sphere authored
-
sphere authored
-
sphere authored
-
sphere authored
-
sphere authored
-
sphere authored
-
- Sep 14, 2023
-
-
sphere authored
-
- Sep 11, 2023
- Sep 10, 2023
- Sep 09, 2023
-
-
biwa authored
-