From 0465574d2bdb8810e79b13f0cb9693858aa78761 Mon Sep 17 00:00:00 2001 From: Edmand46 Date: Sun, 8 May 2022 17:20:12 +0400 Subject: [PATCH] RC 1.0 --- license | 1 + readme.md | 7 ++----- 2 files changed, 3 insertions(+), 5 deletions(-) create mode 100644 license diff --git a/license b/license new file mode 100644 index 0000000..5469f28 --- /dev/null +++ b/license @@ -0,0 +1 @@ +This program is free software: you can redistribute it and/or modify it under the terms of the Server Side Public License, version 1, as published by MongoDB, Inc. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Server Side Public License for more details. You should have received a copy of the Server Side Public License along with this program. If not, see http://www.mongodb.com/licensing/server-side-public-license. \ No newline at end of file diff --git a/readme.md b/readme.md index 235246a..92aa4ff 100755 --- a/readme.md +++ b/readme.md @@ -16,15 +16,12 @@ Ragon is fully free high perfomance room based game server with plugin based arc - Free - Simple matchmaking - Flexiable API -- Support client authoritative -- Support server authoritative - Room based architecture - Extendable room logic via plugin - Custom authorization - No CCU limitations* -- Extentable rooms with plugin system - Fully multi-threaded -- Engine agnostic +- Engine agnostic - Support any client architecture (OOP, ECS) - UDP @@ -43,7 +40,7 @@ Ragon is fully free high perfomance room based game server with plugin based arc * RingBuffer-Unity3D ### License - +SSPL-1.0 ### Tips * Limited to 4095 CCU by library ENet-Sharp \ No newline at end of file