Compare commits
2 Commits
e33706c21d
...
c670939886
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c670939886 | ||
|
|
87f9777f5c |
@ -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
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
|
@page instancedactors Instanced Actors
|
||||||
|
|
||||||
|
|
||||||
Instanced Actors Documentation
|
Instanced Actors Documentation
|
||||||
@ -2,3 +2,4 @@
|
|||||||
|
|
||||||
[TOC]
|
[TOC]
|
||||||
- @subpage instancingarch
|
- @subpage instancingarch
|
||||||
|
- @subpage instancedactors
|
||||||
@ -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
|
||||||
4
docs/src/architecture/terrain/terrainindex.md
Normal file
4
docs/src/architecture/terrain/terrainindex.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
@page terrainindex Terrain
|
||||||
|
|
||||||
|
[TOC]
|
||||||
|
- @subpage terrainediting
|
||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user