Compare commits

...

2 Commits

Author SHA1 Message Date
austin
c670939886 1000th commit!
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
2024-11-23 17:18:59 -05:00
austin
87f9777f5c Documentation updates 2024-11-23 17:16:26 -05:00
6 changed files with 11 additions and 1 deletions

View File

@ -21,6 +21,7 @@
- @subpage entitytypesindex - @subpage entitytypesindex
- @subpage worldgenerationindex - @subpage worldgenerationindex
- @subpage chemistryindex - @subpage chemistryindex
- @subpage terrainindex
# What is this section # What is this section

View File

@ -1,3 +1,4 @@
@page instancedactors Instanced Actors
Instanced Actors Documentation Instanced Actors Documentation

View File

@ -2,3 +2,4 @@
[TOC] [TOC]
- @subpage instancingarch - @subpage instancingarch
- @subpage instancedactors

View File

@ -1,3 +1,4 @@
@page terrainediting Terrain Editing
electrosphere.client.terrain.editing.TerrainEditing electrosphere.client.terrain.editing.TerrainEditing
- Client static interface for editing terrain - Client static interface for editing terrain
- The idea is that this provides functions you can call anywhere from client side to trigger a request to perform a terrain edit - The idea is that this provides functions you can call anywhere from client side to trigger a request to perform a terrain edit

View File

@ -0,0 +1,4 @@
@page terrainindex Terrain
[TOC]
- @subpage terrainediting

View File

@ -1136,6 +1136,8 @@ Fix terrain editing
Fix foliage not updating at edited chunk Fix foliage not updating at edited chunk
Dedicated control for opening crafting Dedicated control for opening crafting
Break out network imgui debug window Break out network imgui debug window
Move text files to documentation pages
1000th commit milestone!
# TODO # TODO