From b36415465a0d8fce68a5eab27edf8b5eef4bb934 Mon Sep 17 00:00:00 2001 From: David Cernat Date: Fri, 16 Dec 2016 19:39:57 +0200 Subject: [PATCH] Tweaked readme and added first draft of real changelog --- README.md | 6 ++++-- tes3mp-changelog.md | 42 ++++++++++++++++++++++++++++++++++++++++++ tes3mp-team.md | 37 +++++++++++++++++++++++++++++++++++++ 3 files changed, 83 insertions(+), 2 deletions(-) create mode 100644 tes3mp-changelog.md create mode 100644 tes3mp-team.md diff --git a/README.md b/README.md index 1e28fe912..2f35b7ca0 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,14 @@ Font Licenses: Project Status -------------- -We are still in a very early phase of development, at the moment we have synchronization of character appearance, character skills, stats, attributes and death as well as movement on interiors and exteriors, melee and ranged combat. +[Version changelog](https://github.com/TES3MP/openmw-tes3mp/blob/master/tes3mp-changelog.md) + +We are still in an early phase of development. At the moment we have synchronization of character appearance, character skills, stats, attributes and death as well as movement on interiors and exteriors, melee and ranged combat, picking up and dropping items in the world and using doors and levers. Contributing -------------- -Development has been somewhat fast but we are severely understaffed, any contribution regarding [code](https://github.com/TES3MP/openmw-tes3mp/blob/master/CONTRIBUTING.md), documentation, bug hunting, artwork or nice Jobasha's gift cards are greatly appreciated. +Development has been somewhat fast, but any contribution regarding [code](https://github.com/TES3MP/openmw-tes3mp/blob/master/CONTRIBUTING.md), documentation, bug hunting, artwork or nice Jobasha's gift cards are greatly appreciated. Test sessions are often advertised in our Steam Group, there is also a chat room there. Feel free to contact any of the [team members](https://github.com/TES3MP/openmw-tes3mp/blob/master/TES3MPTeam.md) for any questions you might have. diff --git a/tes3mp-changelog.md b/tes3mp-changelog.md new file mode 100644 index 000000000..d8df232db --- /dev/null +++ b/tes3mp-changelog.md @@ -0,0 +1,42 @@ +0.3.0 +----- + +* Fixed client freezes related to players logging in at the same time +* Fixed server crashes related to sending information about invalid players +* Synchronization of world object removal, placement and scaling +* Synchronization of local, global and member script variables for specific scripts +* Synchronization for the setdelete, placeat, setscale, lock and unlock console commands +* Player markers on minimap +* Death reasons in chat + +0.2.0 +----- + +* Packets for saving and loading classes, birthsigns, dynamic stats, levels, level progress, attribute bonuses from skill increases and progress towards skill increases +* Version checking to prevent mismatches between clients and servers + +0.0.1b +------ + +* Synchronization of attributes and skills +* Fixed memory leaks related to player initialization on Windows servers +* Fixed various graphical glitches +* Disabled main menu buttons for starting, saving and loading games + +0.0.1a +------ + +* Combat animation +* Synchronization of melee and ranged (bow, crossbow, throwable weapons) combat +* Synchronization of health, magicka, fatigue and death +* Synchronization of cell changes +* Server-side Lua scripting +* Chat + +0.0.1 +----- + +* Synchronization of player character generation +* Synchronization of player position +* Synchronization of player attack states (unarmed, armed with a weapon, using a spell) +* Synchronization of movement and jump animations diff --git a/tes3mp-team.md b/tes3mp-team.md new file mode 100644 index 000000000..2323f72b8 --- /dev/null +++ b/tes3mp-team.md @@ -0,0 +1,37 @@ +tes3mp Team +============ + +Programmers +----------- + + Stanislav (Koncord) Zhukov - The main loafer and Project Leader + David Cernat - The person pulling the strings in the shadows + + +Script developers +-------------- + Grim Kriegor + + +Testers +------- + + Volk Milit aka Ja'Virr-Dar - Team Manager, Debian Linux + Shnatsel - Debian Linux + Goodevil - Mint and Xubuntu Linux + + +Public Relations and Translations +--------------------------------- + + Volk Milit aka Ja'Virr-Dar - Public relations & News Writer + Shnatsel - Translator & News Writer + + +Art +--- + + Texafornian - tes3mp logo + + +Thanks to the developers of OpenMW. They do amazing things.