UltimateZoneBuilder/Source/Core
SteelT 8003061534 Fix building the mono version
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" />
2023-09-15 16:10:23 -04:00
..
Actions Add support for toasts (#817) 2022-11-06 15:08:22 +01:00
Compilers Added warnings about possibly invalid resource configurations before starting to edit a map 2022-09-18 20:54:53 +03:00
Config Add Lua parser for custom objects 2023-09-15 21:28:20 +02:00
Controls Fix string argument handling, fix tooltip on item row/circle argument 2023-09-15 14:17:35 +02:00
Data Add Lua parser for custom objects 2023-09-15 21:28:20 +02:00
Dehacked DeHackEd: editor keys are once again recognized 2022-05-15 00:38:36 +02:00
Editing Merge remote-tracking branch 'udb/master' 2023-06-10 19:31:53 +02:00
General Pass folder resources to SRB2 properly, using new launcher parameters 2023-06-03 00:09:26 +02:00
Geometry Support Flip flag, add properties for flip & absolutez flags 2023-06-10 16:08:38 +02:00
GZBuilder Increase amount of sides for rendered circles 2023-09-06 00:11:20 +02:00
IO Merge remote-tracking branch 'udb/master' 2023-05-24 12:55:08 +02:00
Map Merge remote-tracking branch 'udb/master' 2023-09-11 01:55:11 +02:00
Plugins Rebranding 2019-12-24 09:14:28 +02:00
Properties Update version number to 0.6 2023-09-15 21:48:26 +02:00
Rendering Expand 3D floor checks to encompass SRB2's multiple actions 2023-09-14 22:17:57 +02:00
Resources Fix unknown thing sprite offsets 2023-09-15 16:51:58 +02:00
SRB2 Add Lua parser for custom objects 2023-09-15 21:28:20 +02:00
Types Fixed a problem where polyobject numbers where not sorted correctly in the editing dialogs. Fixes #690 2022-01-22 11:06:13 +01:00
VisualModes Merge remote-tracking branch 'udb/master' 2023-08-21 20:41:15 +02:00
Windows Fix string argument handling, fix tooltip on item row/circle argument 2023-09-15 14:17:35 +02:00
ZDoom Add Lua parser for custom objects 2023-09-15 21:28:20 +02:00
app.config Various project changes to make UDBScript work again 2023-05-21 23:03:10 +02:00
app.manifest Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
Builder.csproj Add Lua parser for custom objects 2023-09-15 21:28:20 +02:00
BuilderMono.csproj Fix building the mono version 2023-09-15 16:10:23 -04:00