Skip to content

Commit 9b66a21

Browse files
committed
Progress bars (will need to automate this later) and some general information on development
1 parent 6db923f commit 9b66a21

12 files changed

Lines changed: 123 additions & 39 deletions

File tree

docs/index.md

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Buildstruct - Development Environments, Developer Assistants
1616
!!!abstract
1717
We are still making major changes to this section, as development is not considered released.\
1818
**BASELINE 1.0** is in relation to the release to Buildstruct, not public.
19+
[=75% "75%"]{: .candystripe .candystripe-animate}
1920

2021
## Database
2122
The actual functionality behind BSA is highly dependant on the database.\
@@ -68,28 +69,4 @@ We have an actively maintained project tracker for this system.\
6869
For future updates and expectancy on changes we recommend keeping track of this.
6970

7071
[Buildstruct Admen Project Tracker](https://github.com/orgs/Buildstruct/projects/4)
71-
(This may be private)
72-
73-
## Project Domains
74-
75-
### Core
76-
[BSA Database - CORE](https://github.com/Buildstruct/bsa-core-database)
77-
78-
- Database playbook for setting up the SQL tables and necessary data.
79-
80-
### Garry's Mod
81-
[BSA Platform - GMOD](https://github.com/Buildstruct/bsa-platform-gmod)
82-
83-
- Core platform for Garry's Mod
84-
85-
[BSA Platform Plugins - GMOD](https://github.com/Buildstruct/bsa-plugin-gmod)
86-
87-
- Contains a collection of plugins by contributors of BSA.
88-
89-
[BSA Platform Plugins (PRIVATE) - GMOD](https://github.com/Buildstruct/bsa-plugin-gmod-private)
90-
91-
- Since this is specific to buildstruct we are reserving the right to this.
92-
93-
### SourceMod
94-
Do note sourcemod supports a wide variety of games under source engine.\
95-
[BSA Platform - SM](https://github.com/Buildstruct/bsa-plugin-gmod-private)
72+
(This may be private)

docs/platforms/garrysmod/database/variables/punishments.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ Alias exported as `punishments.IsMute`.
7979
- Blocks chat messages (`OnPlayerChat` and `PlayerSay` path in server module).
8080

8181
## Type: Warn
82-
!!! warning
83-
Warn is currently under design review for how it will be implemented.\
84-
:tools: We are in the process of getting this section constructed. :tools:
82+
!!! abstract
83+
We have passed the current design review phase, we are now working on implementations.\
84+
:tools: We are in the process of getting this section constructed.
85+
[=25% "25%"]{: .candystripe .candystripe-animate}

docs/platforms/garrysmod/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Garry's Mod
2-
Garry's Mod is amongst our first integration for BSA.\
2+
Garry's Mod is amongst our 1st integration for BSA.\
33
This is created under Lua & MySQLOO drivers, no other dependencies are required.
44

55
!!!abstract
66
We are still making major changes to this section, as development is not considered released.\
77
**BASELINE 1.0** is in relation to the release to Buildstruct, not public.
8+
[=85% "85%"]{: .candystripe .candystripe-animate}
89

910
This section is to document the behaviors of toolsets deemed accessible to developers without disrupting core.
1011

docs/platforms/hytale/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ Java is the primary form of plugins that are supported for Hytale, this may chan
77

88
!!! danger
99
Hytale is currently under design review for how it will be implemented.\
10-
:tools: We are in the process of getting this section constructed.
10+
:tools: We are in the process of getting this section constructed.
11+
[=0% "0%"]{: .candystripe .candystripe-animate}

docs/platforms/minecraft/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ Bukkit & Spigot are both plugin systems for Minecraft, allowing us to develop on
77

88
!!! danger
99
Minecraft is currently under design review for how it will be implemented.\
10-
:tools: We are in the process of getting this section constructed.
10+
:tools: We are in the process of getting this section constructed.
11+
[=0% "0%"]{: .candystripe .candystripe-animate}

docs/platforms/pzomboid/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ However Java is also an option, while Lua is embedded in Java through KahLua.
55

66
!!! danger
77
Project Zomboid is currently under design review for how it will be implemented.\
8-
:tools: We are in the process of getting this section constructed.
8+
:tools: We are in the process of getting this section constructed.
9+
[=0% "0%"]{: .candystripe .candystripe-animate}

docs/platforms/rust/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ Oxide is UMod's drop-in plugin system for Rust, allowing us to develop on the ga
77

88
!!! danger
99
Rust is currently under design review for how it will be implemented.\
10-
:tools: We are in the process of getting this section constructed.
10+
:tools: We are in the process of getting this section constructed.
11+
[=0% "0%"]{: .candystripe .candystripe-animate}

docs/platforms/s&box/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ We are monitoring for changes on S&Box's development cycle.
1010

1111
!!! danger
1212
S&Box is currently under design review for how it will be implemented.\
13-
:tools: We are in the process of getting this section constructed.
13+
:tools: We are in the process of getting this section constructed.
14+
[=5% "5%"]{: .candystripe .candystripe-animate}

docs/platforms/source/index.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SourceMod
2-
SourceMod is our second integration for BSA.\
2+
SourceMod is our 2nd integration for BSA.\
33
This creates the unification between source engine games via source plugins.\
44
This allows these games to be available to BSA thanks to SourceMod's development team:
55

@@ -11,6 +11,10 @@ This allows these games to be available to BSA thanks to SourceMod's development
1111
- L4D - Left 4 Dead
1212
- L4D2 - Left 4 Dead 2
1313

14+
!!! abstract
15+
We have passed the current design review phase, we are now working on implementations.
16+
[=15% "15%"]{: .candystripe .candystripe-animate}
17+
1418
!!! danger
15-
SourceMod is currently under design review for how it will be implemented.\
16-
:tools: We are in the process of getting this section constructed.
19+
:tools: We are in the process of getting this section constructed.
20+
[=5% "5%"]{: .candystripe .candystripe-animate}

docs/platforms/terraria/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ TShock is an open-source drop-in plugin system for Terraria, allowing us to deve
77

88
!!! danger
99
Terraria is currently under design review for how it will be implemented.\
10-
:tools: We are in the process of getting this section constructed.
10+
:tools: We are in the process of getting this section constructed.
11+
[=0% "0%"]{: .candystripe .candystripe-animate}

0 commit comments

Comments
 (0)