Skip to content

Commit

Permalink
Change version to 1.39, update README
Browse files Browse the repository at this point in the history
  • Loading branch information
zturtleman committed Mar 4, 2018
1 parent 15a82de commit b9a6432
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -116,7 +116,7 @@ export CROSS_COMPILING

ifndef VERSION
ifeq ($(BUILD_ELITEFORCE),1)
VERSION=1.38
VERSION=1.39
else
VERSION=1.36
endif
Expand Down
9 changes: 5 additions & 4 deletions README.md
@@ -1,13 +1,14 @@
<img src="https://raw.githubusercontent.com/zturtleman/lilium-voyager/master/misc/lilium.png" width="64">

**Lilium Voyager** is a fork of [ioquake3](https://github.com/ioquake/ioq3) for running _Star Trek Voyager: Elite Force_ multiplayer. It is based on Thilo Schulz' [iostvef engine](http://thilo.kickchat.com/efport-progress/). The focus for Lilium Voyager is to maintain Elite Force multiplayer support on newer ioquake3 versions.
**Lilium Voyager** is a fork of [ioquake3](https://github.com/ioquake/ioq3) for running _Star Trek Voyager: Elite Force_ multiplayer. It is based on Thilo Schulz' [ioEF engine](http://thilo.kickchat.com/efport-progress/) (also known as iostvoyHM). The focus for Lilium Voyager is to maintain Elite Force multiplayer support on newer ioquake3 versions.

Differences from iostvef 1.38;
Differences from ioEF 1.38-rc1 (2011):

* Better compatibility with newer operating systems (from ioq3).
* VoIP uses Opus codec instead of Speex (from ioq3).
* Player origin rounding is compatible with the original QVMs.
* Network compatible with iostvef 1.37.
* Network compatible with ioEF 1.37.
* Dedicated servers are listed on official Raven master server.
* Support for ioquake3's OpenGL2 renderer.
* Client and server use separate config files like ioq3.

Expand Down Expand Up @@ -41,7 +42,7 @@ Lilium Voyager is licensed under [the GNU GPLv2](COPYING.txt) (or at your option

* Quake 3 - id Software
* ioquake3 - ioquake3 contributors
* iostvef - Thilo Schulz & contributers
* ioEF - Thilo Schulz & contributers
* Lilium Voyager - Zack Middleton


Expand Down
2 changes: 1 addition & 1 deletion code/qcommon/q_shared.h
Expand Up @@ -91,7 +91,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

#ifndef PRODUCT_VERSION
#ifdef ELITEFORCE
#define PRODUCT_VERSION "1.38"
#define PRODUCT_VERSION "1.39"
#else
#define PRODUCT_VERSION "1.36"
#endif
Expand Down

0 comments on commit b9a6432

Please sign in to comment.