Fork vom Github-Repository von eressea/server
Go to file
Enno Rehling 75a50345ff Allow clearing the faction banner.
https://bugs.eressea.de/view.php?id=2774
2021-09-12 20:05:30 +02:00
.github/workflows nstall clang-tools for scan-build 2021-06-22 08:30:03 +02:00
clibs@61a19671c2 eliminate type conversion warning 2021-03-20 10:02:38 +01:00
cmake/Modules fix error message 2021-03-17 18:42:09 +01:00
conf VERTREIBE Kommando (expel). 2021-06-10 22:21:15 +02:00
doc build with or without libbsd installed 2021-02-19 18:13:05 +01:00
etc add the report email text to the install process 2017-09-03 11:09:15 +02:00
process accept that the lates express is not numbered 2021-09-02 20:15:34 +02:00
res all monsters can study skills by default 2021-07-28 11:23:30 +02:00
s remove debug flag 2021-04-28 20:04:59 +02:00
scripts Weltentore mit mehr Streuung 2021-07-10 21:05:24 +02:00
se Merge branch 'develop' into feature/bug-1588-magicpower-limit 2015-08-06 19:16:05 +02:00
share remove lunit from repository (use luarocks) 2021-02-22 19:51:46 +01:00
src Allow clearing the faction banner. 2021-09-12 20:05:30 +02:00
storage@97bba1317f use new storage module version 2021-03-17 18:41:57 +01:00
support - added `build.lua' script published by Enno. 2014-02-07 19:35:30 +01:00
tests fix new changerace test 2021-06-19 19:14:49 +02:00
tools tolua update again 2021-02-16 10:12:05 +01:00
.editorconfig fake wormhole in test had negative size 2020-08-16 16:00:27 +02:00
.gitattributes additional testing 2014-03-16 14:19:51 -07:00
.gitignore Add CMakeSettings.json to git 2021-02-22 19:32:08 +01:00
.gitmodules remove tolua submodule, build with system library (WIP) 2021-03-16 18:14:25 +01:00
.travis.yml Update .travis.yml 2021-06-22 04:34:07 +02:00
.wakatime-project project name 2020-08-19 12:41:11 +02:00
CHANGELOG.md Kröten und Schlümpfe können nichts lernen. 2021-04-12 20:14:19 +02:00
CMakeLists.txt we do not need cmake 3.19 2021-03-16 21:35:33 +01:00
CMakeSettings.json fix crash in release build 2021-05-04 21:06:53 +02:00
LICENSE.md New license is CC BY-NC-SA 2019-09-13 21:42:46 +02:00
Makefile make clean target cleans cmake 2021-02-20 20:17:22 +01:00
README.md README update: libexpat relaces libxml2 2021-04-18 17:32:19 +02:00
configure Merge branch 'Verlasse-zu-spät-in-Befehlsreihenfolge' of github.com:CTD1/eressea-server-bugfixing into CTD1-Verlasse-zu-spät-in-Befehlsreihenfolge 2014-08-08 00:34:55 +02:00
schema.sql micro optimizations. 2014-08-14 09:57:05 +02:00
todo.md remove latin1 characters from some files 2014-03-06 19:12:12 -08:00
vs2010-build.bat CMAke 3.0 has been released, and it installs to a new path. 2014-07-08 00:00:03 -07:00
vs2012-build.bat CMAke 3.0 has been released, and it installs to a new path. 2014-07-08 00:00:03 -07:00
vs2013-build.bat setting the rules directory with -r (overrides config.rules from eressea.ini) 2014-07-23 15:44:57 +02:00
vs2015-build.bat Switching to VS2017 compiler has found a bug in pofile.c 2018-10-21 19:10:31 +02:00
vs2017-build.bat fix batch file for vs2017 2020-12-07 18:51:32 +01:00
vs2019-build.bat fix MSVC warning levels, move _CRT_SECURE_NO_WARNINGS define to sources 2021-02-20 23:22:10 +01:00

README.md

What is this?

This repository contains the source code for the Play-by-Mail strategy game Eressea.

Prerequisites

Eressea depends on a number of external libraries. On a recent Debian-based Linux system, this is the apt-get command to install all of them:

sudo apt-get install git cmake gcc make luarocks \
    liblua5.2-dev libtolua-dev libncurses5-dev libsqlite3-dev \
    libcjson-dev libiniparser-dev libexpat1-dev

How to check out and build the Eressea server

This repository relies heavily on the use of submodules, and it pulls in most of the code from those. The build system being used is cmake, which can create Makefiles on Unix, or Visual Studio project files on Windows. Here's how you clone and build the source on Linux or macOS:

git clone --recursive git://github.com/eressea/server.git source
cd source
git submodule update --init
s/build

If you got this far and all went well, you have built the server, and it will have passed some basic functionality tests.

  • Static Analysis
  • Build Status
  • License: CC BY-NC-SA 4.0