Remove what's Working documentation as everything is implemented

This commit is contained in:
smallmodel 2024-11-24 18:03:15 +01:00
parent 3956e03557
commit 586da44c30
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512
2 changed files with 0 additions and 28 deletions

View file

@ -34,7 +34,6 @@ All game modes including `Tug-of-War` from Medal of Honor: Spearhead, and `Liber
## Features
- [What's working](docs/features_implementation.md)
- [List of new features](docs/features.md)
- [Scripting commands](https://htmlpreview.github.io/?https://github.com/openmoh/openmohaa/blob/main/docs/features_g_allclasses.html)

View file

@ -1,27 +0,0 @@
# Implementation
## Server
The server version can be built successfully. The server and the fgame components are fully implemented, the single-player campaign can be played from start to end in MOH:AA, MOH:SH and MOH:BT. However there could be some minor bugs (and rare crashes), but overall, the game should be playable.
## Client
The client version of OpenMoHAA is also fully implemented with a few bugs remaining. Credits to the SDK of **Heavy Metal: F.A.K.K. 2** both the cgame and fgame modules.
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 |
| 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.