-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(add): add additional documentation
Added documentation about release change logs and added minimal system requirements for game.
- Loading branch information
1 parent
70395a7
commit 24054be
Showing
2 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
### Release 0.1.0 | ||
|
||
* created game server; | ||
* added ECS base structure for game server; | ||
* added custom simple math and physic modules for game server; | ||
* added a large number of different tests for game server; | ||
* created game client; | ||
* added custom allocators and global memory managment; | ||
* added custom math module for work with graphic on client; | ||
* added basic structure of Scene Graph for game client; | ||
* added custom primitive renderer for game client; | ||
* added simple movement around the scene; | ||
* created binary protocol between client and server; | ||
* created primitive interaction client with game server; | ||
* created some scripts for automatic building and running game client and server; | ||
* added automatic CI tools for game client and server; | ||
* added tools for creating installer for all project. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters