mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-10-04 21:56:32 +00:00
Add 0.8.1 commits up to 30 Apr 2022
# Conflicts: # README.md
This commit is contained in:
commit
96a78174b5
2 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ TES3MP is a project adding multiplayer functionality to [OpenMW](https://github.
|
||||||
|
|
||||||
When it's combined with Mads Buvik Sandvei's [fork adding VR support to OpenMW](https://gitlab.com/madsbuvi/openmw), the result is TES3MP VR.
|
When it's combined with Mads Buvik Sandvei's [fork adding VR support to OpenMW](https://gitlab.com/madsbuvi/openmw), the result is TES3MP VR.
|
||||||
|
|
||||||
* TES3MP version: 0.8.0
|
* TES3MP version: 0.8.1
|
||||||
* OpenMW version: 0.47.0
|
* OpenMW version: 0.47.0
|
||||||
* License: GPLv3 with additional allowed terms (see [LICENSE](https://github.com/TES3MP/TES3MP/blob/master/LICENSE) for more information)
|
* License: GPLv3 with additional allowed terms (see [LICENSE](https://github.com/TES3MP/TES3MP/blob/master/LICENSE) for more information)
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
#ifndef OPENMW_VERSION_HPP
|
#ifndef OPENMW_VERSION_HPP
|
||||||
#define OPENMW_VERSION_HPP
|
#define OPENMW_VERSION_HPP
|
||||||
|
|
||||||
#define TES3MP_VERSION "0.8.0"
|
#define TES3MP_VERSION "0.8.1"
|
||||||
#define TES3MP_PROTO_VERSION 9
|
#define TES3MP_PROTO_VERSION 10
|
||||||
|
|
||||||
#define TES3MP_DEFAULT_PASSW "blankpassword"
|
#define TES3MP_DEFAULT_PASSW "blankpassword"
|
||||||
#define TES3MP_MASTERSERVER_PASSW "12345"
|
#define TES3MP_MASTERSERVER_PASSW "12345"
|
||||||
|
|
Loading…
Reference in a new issue