Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs - Updated C/C++ to Rust #10328

Merged
merged 1 commit into from
Sep 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The mod is **built modularly**, so almost any included PBO can be easily removed
- Carrying and dragging
- Realistic names for vehicles and weapons
- A fire control system (FCS) for armored vehicles and helicopters
- Realistic ballistics/FCS calculated in C/C++ extensions
- Realistic ballistics/FCS calculated in Rust extensions
- Backblast area and overpressure simulation
- Disposable launchers
- Realistic G-forces
Expand Down
2 changes: 1 addition & 1 deletion docs/README_DE.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Die Mod ist **modular aufgebaut**. Beinahe jede PBO kann entfernt werden, sodass
- Tragen und Ziehen
- Waffen und Fahrzeuge tragen die Namen ihrer Vorbilder aus der echten Welt
- Ein Feuerleitsystem (FLS) für Hubschrauber und Panzer
- Viele Funktionen werden in C/C++ Erweiterungen berechnet
- Viele Funktionen werden in Rust Erweiterungen berechnet
- Rückstrahlzonen- und Überdrucksimulation
- Einwegwaffen
- Realistische G-Kräfte
Expand Down
2 changes: 1 addition & 1 deletion docs/README_PL.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Modyfikacja ta jest **budowana modułowo**, dzięki temu prawie każdy dostarczo
- Przeciąganie i przenoszenie
- Realistyczne nazwy pojazdów i broni
- System kontroli ognia (SKO) dla pojazdów opancerzonych oraz śmigłowców
- Realistyczna balistyka/SKO obliczana w rozszerzeniach C/C++
- Realistyczna balistyka/SKO obliczana w rozszerzeniach Rust
- Symulacja strefy backblastu i podciśnienia
- Jednorazowe wyrzutnie
- Realistyczne siły G
Expand Down