Network/ENetHost: Add AllowsIncomingConnections method

This commit is contained in:
Lynix
2020-02-01 16:36:05 +01:00
parent d435826651
commit 518b8697de
3 changed files with 17 additions and 0 deletions

View File

@@ -220,6 +220,7 @@ Nazara Engine:
- ⚠ Removed Texture(const Image\*) constructor, use Texture::LoadFromImage instead
- ⚠ TextDrawers now use floating-point internally and to exposes their Bounds (AbstractTextDrawer::GetBounds() now returns a Rectf)
- Added [SimpleTextDrawer|RichTextDrawer] character and line spacing offset properties
- Added ENetHost::AllowsIncomingConnections(bool) to disable/re-enable server peers connection
Nazara Development Kit:
- Added ImageWidget (#139)