From 1e95a41792974206e02f1d15f836bf32a36c6b0c Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Sun, 17 Apr 2022 14:13:40 +0200 Subject: [PATCH] Add new features to README --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fad75bc..baa5eec 100644 --- a/README.md +++ b/README.md @@ -64,10 +64,10 @@ sudo pkg_add lzlib glfw glew freetype sqlite3 Dragonblocks Alpha targets PCs only. Non x86-64 platforms may work, however there is no guarantee whatsoever. You need a POSIX system conforming to the ISO C and POSIX 2008 standards. However, so far only GNU/Linux systems, in particular Ubuntu and Debian, have been tested. The minimum OpenGL version is 4.6.0. Dragonblocks has been tested on Intel Integrated and NVIDIA GPUs, however other graphics cards should work as well. -A PC with at least 4 CPU cores is recommended, but not necessarly required. +A PC with at least 4 CPU cores is recommended, but not necessarily required. ## Current Features -- Multiplayer +- Multiplayer, Animated player model, Nametags - Mountains, snow, temperature and humidity, dynamic grass color, oceans and beaches, vulcanos, boulders - Physics - FPS Camera @@ -75,10 +75,11 @@ A PC with at least 4 CPU cores is recommended, but not necessarly required. - Taking screenshots - Daylight cycle - GUI -- Saving map, player positions and other data to a SQLite3 database -- Multithreaded map generation, mesh generation and networking +- Saving terrain, player positions and other data to a SQLite3 database +- Multithreaded terrain generation, mesh generation and networking - Handlers for SIGINT und SIGTERM (just Ctrl+C to shut down the server) - Log levels: error, warning, access, action, info, verbose +- Loading assets such as textures, models, schematics, shaders and fonts from files ## Usage -- 2.44.0