From 586da44c309e16657fa15f8623257b30db1d4e52 Mon Sep 17 00:00:00 2001 From: smallmodel <15067410+smallmodel@users.noreply.github.com> Date: Sun, 24 Nov 2024 18:03:15 +0100 Subject: [PATCH] Remove what's Working documentation as everything is implemented --- README.md | 1 - docs/features_implementation.md | 27 --------------------------- 2 files changed, 28 deletions(-) delete mode 100644 docs/features_implementation.md diff --git a/README.md b/README.md index 1647149a..8bf64177 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/docs/features_implementation.md b/docs/features_implementation.md deleted file mode 100644 index ae1ed270..00000000 --- a/docs/features_implementation.md +++ /dev/null @@ -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.