Skip to content
Snippets Groups Projects
  1. Oct 24, 2023
  2. Oct 22, 2023
  3. Oct 21, 2023
  4. Oct 17, 2023
  5. Oct 14, 2023
  6. Oct 12, 2023
  7. Oct 10, 2023
  8. Oct 07, 2023
  9. Oct 06, 2023
  10. Oct 03, 2023
  11. Sep 29, 2023
  12. Sep 27, 2023
  13. Sep 26, 2023
  14. Sep 23, 2023
  15. Sep 22, 2023
  16. Sep 20, 2023
  17. Sep 19, 2023
  18. Sep 17, 2023
  19. Sep 16, 2023
    • sphere's avatar
      Lua parsing tweaks: · a2324f5d
      sphere authored
      - All files in a PK3's Lua folder are now checked, instead of just LUA_ and .lua files
      - Slightly improve radius/height handling
      - Simplify wallsprite/flatsprite/spawnceiling settings
      a2324f5d
  20. Sep 15, 2023
    • SteelT's avatar
      Fix building the mono version · 80030615
      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" />
      80030615
Loading