mirror of
https://github.com/glest/glest-source.git
synced 2025-01-17 05:08:17 +01:00
Updated some text
This commit is contained in:
parent
88d9c64bef
commit
b8e42d016a
@ -1,5 +1,5 @@
|
|||||||
Glest is a network multi-player real-time strategy game engine.
|
Glest is a network multi-player real-time strategy game engine.
|
||||||
It's shipped with the GlestPack mod, which includes several factions,
|
It includes several factions,
|
||||||
each one consisting of many 3d characters. The factions are loosely
|
each one consisting of many 3d characters. The factions are loosely
|
||||||
based on historical empires with added elements of fantasy, such as
|
based on historical empires with added elements of fantasy, such as
|
||||||
mummies produced by Egyptian priests, Indian shamans who summon
|
mummies produced by Egyptian priests, Indian shamans who summon
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
[![Build Status](https://travis-ci.org/glest/glest-source.svg?branch=develop)](https://travis-ci.org/glest/glest-source)
|
[![Build Status](https://travis-ci.org/glest/glest-source.svg?branch=master)](https://travis-ci.org/glest/glest-source)
|
||||||
|
|
||||||
# Glest
|
# Glest
|
||||||
|
|
||||||
@ -21,10 +21,10 @@ CPU is also available.
|
|||||||
|
|
||||||
Additionally, if you want
|
Additionally, if you want
|
||||||
to contribute with the code on Windows, [please follow these
|
to contribute with the code on Windows, [please follow these
|
||||||
instructions](https://github.com/Glest/glest-source/blob/develop/mk/windows/README.md).
|
instructions](https://github.com/Glest/glest-source/blob/master/mk/windows/README.md).
|
||||||
|
|
||||||
For other operating systems, you must [**build and install from
|
For other operating systems, you must [**build and install from
|
||||||
source**](https://github.com/Glest/glest-source/blob/develop/BUILD.md)
|
source**](https://github.com/Glest/glest-source/blob/master/BUILD.md)
|
||||||
(Later, we'll be providing binary packages).
|
(Later, we'll be providing binary packages).
|
||||||
|
|
||||||
## Quick Build Guide for Linux
|
## Quick Build Guide for Linux
|
||||||
@ -40,31 +40,23 @@ Then run the following command to start the game:
|
|||||||
## Links
|
## Links
|
||||||
|
|
||||||
* **[Screenshots](https://github.com/Glest/screenshots)**
|
* **[Screenshots](https://github.com/Glest/screenshots)**
|
||||||
* **[Discord](https://discord.gg/WaAaXS7)**
|
* **[Join us on Discord](https://discord.gg/es3EyBB)**
|
||||||
* **[Server list and player stats](http://master.glest.org)**
|
* **[Server list and player stats](http://master.glest.org)**
|
||||||
* [FAQ](https://glest.io/docs/faq.html)
|
* [FAQ](https://glest.io/docs/faq.html)
|
||||||
* [Compiling](https://github.com/Glest/glest-source/blob/develop/BUILD.md)
|
* [Compiling](https://github.com/Glest/glest-source/blob/master/BUILD.md)
|
||||||
* [Contributing and Testing](https://github.com/Glest/glest-source#contributing-and-testing)
|
* [Contributing and Testing](https://github.com/Glest/glest-source#contributing-and-testing)
|
||||||
* [ChangeLog](https://github.com/Glest/glest-source/blob/develop/ChangeLog.md)
|
* [ChangeLog](https://github.com/Glest/glest-source/blob/master/ChangeLog.md)
|
||||||
* [Detailed information about units in the game](https://glest.io/docs)
|
* [Detailed information about units in the game](https://glest.io/docs)
|
||||||
|
|
||||||
### Extra Tech trees, mods, tilesets, scenarios
|
### Extra Tech trees, mods, tilesets, scenarios
|
||||||
|
|
||||||
* [MODS.md](https://github.com/Glest/glest-data/blob/develop/MODS.md)
|
* [MODS.md](https://github.com/Glest/glest-data/blob/master/MODS.md)
|
||||||
* [TILESETS.md](https://github.com/Glest/glest-data/blob/develop/TILESETS.md)
|
* [TILESETS.md](https://github.com/Glest/glest-data/blob/master/TILESETS.md)
|
||||||
* [SCENARIOS.md](https://github.com/Glest/glest-data/blob/develop/SCENARIOS.md)
|
* [SCENARIOS.md](https://github.com/Glest/glest-data/blob/master/SCENARIOS.md)
|
||||||
|
|
||||||
### Contributing and Testing
|
### Contributing and Testing
|
||||||
|
|
||||||
If you'll be contributing code or changes to data, the procedures for
|
If you'll be contributing code or changes to data, the procedures for
|
||||||
forking and cloning are outlined in [CONTRIBUTING.md](https://github.com/Glest/glest-source/blob/develop/CONTRIBUTING.md)
|
forking and cloning are outlined in [CONTRIBUTING.md](https://github.com/Glest/glest-source/blob/master/CONTRIBUTING.md)
|
||||||
|
|
||||||
Please see [CONTRIBUTING.md](https://github.com/Glest/glest-source/blob/develop/CONTRIBUTING.md)
|
|
||||||
for extended, important instructions and guidelines for contributing.
|
|
||||||
|
|
||||||
To run your own headless (dedicated) server, see [the FAQ](https://glest.io/docs/faq.html#headlessserver).
|
To run your own headless (dedicated) server, see [the FAQ](https://glest.io/docs/faq.html#headlessserver).
|
||||||
|
|
||||||
### Contact Us
|
|
||||||
|
|
||||||
* [Discord](https://discord.gg/WaAaXS7)
|
|
||||||
* Email: mathusum.mut@gmail.com
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Slackware build script for metaglest
|
# Slackware build script for Glest
|
||||||
|
|
||||||
# Copyright 2011-2017 Larry Hajali <larryhaj[at]gmail[dot]com>
|
# Copyright 2011-2017 Larry Hajali <larryhaj[at]gmail[dot]com>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
glest: glest (network multi-player real-time strategy game engine)
|
glest: glest (network multi-player real-time strategy game engine)
|
||||||
glest:
|
glest:
|
||||||
glest: Glest is a network multi-player real-time strategy game engine.
|
glest: Glest is a network multi-player real-time strategy game engine.
|
||||||
glest: It's shipped with the GlestPack mod, which includes several factions,
|
glest: It includes several factions,
|
||||||
glest: each one consisting of many 3d characters. The factions are loosely
|
glest: each one consisting of many 3d characters. The factions are loosely
|
||||||
glest: based on historical empires with added elements of fantasy, such as
|
glest: based on historical empires with added elements of fantasy, such as
|
||||||
glest: mummies produced by Egyptian priests, Indian shamans who summon
|
glest: mummies produced by Egyptian priests, Indian shamans who summon
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Glest 1.0
|
Glest 2.0
|
||||||
|
|
||||||
* First release of Glest after being forked from Glest
|
* First release of Glest after being renamed from ZetaGlest
|
||||||
|
|
||||||
-- Andy Alt <andy400-dev@yahoo.com> 15.09.2018 2018/09/15 12:44:46
|
-- Andy Alt <andy400-dev@yahoo.com> 15.09.2018 2018/09/15 12:44:46
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
build/glest_editor
|
build/glest_editor
|
||||||
build/glest
|
build/glest
|
||||||
build/glest_g3dviewer
|
build/glest_g3dviewer
|
||||||
build/glexemel/g2xml
|
|
||||||
build/glexemel/xml2g
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
ZegaGlest for Debian
|
Glest for Debian
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
If your glx version is lower than 1.3 set CheckGlCaps=0 in the
|
If your glx version is lower than 1.3 set CheckGlCaps=0 in the
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
version=0.8
|
version=2.0
|
||||||
https://github.com/Glest/glest-source/releases .*/glest-source-([\d.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
|
https://github.com/Glest/glest-source/releases .*/glest-source-([\d.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user