Skip to content

Commit e748896

Browse files
committed
docs
1 parent efaa3b0 commit e748896

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

sphinx/source/bots/performance.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Performance
22
===========
33
Some hints on improving performance.
44

5-
Distribute Work Over Multiple Ticks
6-
-----------------------------------
5+
Distribute Work Between Multiple Ticks
6+
--------------------------------------
77
Most events in the game take some time: shooting, moving, building, processing, etc.
88
Therefore, it is generally unnecessary to keep updating everything all the time.
99

sphinx/source/bots/troubleshooting.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Troubleshooting
1717

1818
Your version of uwapi is different from your game.
1919

20-
Restart steam to force an update of the game. And pull from git new version of uwapi.
20+
Restart steam to force an update of the game. And pull new version of uwapi from git.
2121

2222
.. dropdown:: Failed to initialize Steam API
2323

sphinx/source/concepts/entities.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,3 @@ This entity declares a policy between two forces.
325325
Diplomacy Proposal Component
326326
----------------------------
327327
This entity contains a proposal of a policy to another force.
328-
329-
.. note::
330-
Diplomacy is not yet implemented.

sphinx/source/concepts/players.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,9 @@ The game has additional enumeration values for some edge cases.
5959
Diplomacy
6060
^^^^^^^^^
6161

62-
.. note::
63-
Diplomacy is not yet implemented.
62+
When diplomacy is enabled in the game, players may offer policy changes to other forces.
63+
Declaring a war is immediately applied.
64+
Offering a peace or alliance needs to be accepted by counter-party by also offering the same policy.
6465

6566
Teams
6667
^^^^^

0 commit comments

Comments
 (0)