Update implementation documentation again

This commit is contained in:
smallmodel 2024-09-18 00:30:38 +02:00
parent 38e62fef18
commit a28cd64c7a
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512

View file

@ -12,16 +12,16 @@ OpenMoHAA is using OpenAL for the audio.
The current operational status for each component is as follow:
| Component | Full | Almost | Half | Early | Bad | Not working | Comment |
|-------------------------|------|--------|------|-------|-----|-------------|-------------------------------------------------------------------|
| Audio | x | | | | | | Full implementation using OpenAL, some rare bugs can occur |
| CG Module | x | | | | | | Some effects can be inaccurate compared to the original game |
| Client | x | | | | | | |
| Collision | x | | | | | | |
| Model/TIKI/Skeletor | x | | | | | | |
| Renderer | x | | | | | | |
| Server | x | | | | | | |
| Server module (fgame) | x | | | | | | There might still be some AI/gameplay bugs |
| UI | x | | | | | | |
| Component | Full | Almost | Half | Early | Bad | Not working | Comment |
|-------------------------|------|--------|------|-------|-----|-------------|---------------------------------------------------------------------|
| Audio | x | | | | | | Full implementation using OpenAL |
| CG Module | x | | | | | | Some effects can be inaccurate compared to the original game |
| Client | x | | | | | | |
| Collision | x | | | | | | |
| Model/TIKI/Skeletor | x | | | | | | |
| Renderer | x | | | | | | |
| Server | x | | | | | | |
| Server module (fgame) | x | | | | | | There might still be some AI-related bugs remaining |
| UI | x | | | | | | |
Full = code is fully working, however it doesn't mean it's bug-free.