forked from teamnwah/openmw-tes3coop
[General] Update version to 0.5.1
This commit is contained in:
parent
45d081ba42
commit
060e440ab2
4 changed files with 9 additions and 3 deletions
|
@ -5,7 +5,7 @@ TES3MP
|
|||
|
||||
TES3MP is a project aiming to add multiplayer functionality to [OpenMW](https://github.com/OpenMW/openmw), a free and open source recreation of the popular Bethesda Softworks game "The Elder Scrolls III: Morrowind".
|
||||
|
||||
* Version: 0.5.0
|
||||
* Version: 0.5.1
|
||||
* License: GPLv3 (see docs/license/GPL3.txt for more information)
|
||||
* Website: https://steamcommunity.com/groups/mwmulti
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#ifndef OPENMW_VERSION_HPP
|
||||
#define OPENMW_VERSION_HPP
|
||||
|
||||
#define TES3MP_VERSION "0.5.0"
|
||||
#define TES3MP_VERSION "0.5.1"
|
||||
#define TES3MP_PROTO_VERSION 6
|
||||
|
||||
#define TES3MP_DEFAULT_PASSW "SuperPassword"
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
0.5.1
|
||||
-----
|
||||
|
||||
* Fixes to server crashes caused by incorrect cell comparison added by bandwidth optimization changes
|
||||
* Fixes to server browser freezes caused by incomplete data received from master server
|
||||
|
||||
0.5.0
|
||||
-----
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ Programmers
|
|||
|
||||
Stanislav Zhukov (Koncord) - Overall architecture, networking & scripting systems, player sync, server browser
|
||||
David Cernat - World sync & state saving/loading, player state saving/loading, general bug fixes
|
||||
Battlerax
|
||||
Battlerax - Various fixes
|
||||
|
||||
|
||||
Script developers
|
||||
|
|
Loading…
Reference in a new issue