Fork vom Github-Repository von eressea/server
Go to file
Enno Rehling 250c098bf6 https://bugs.eressea.de/view.php?id=2737
finalize spell cost bugfix.
fix familiar spellcost calculation tests.
remove debug names from tests.
2021-04-08 21:25:37 +02:00
clibs@61a19671c2 eliminate type conversion warning 2021-03-23 18:50:48 +01:00
cmake/Modules fix error message 2021-03-23 18:50:48 +01:00
conf in e3, disable the new resource discovery 2020-12-06 19:24:39 +01: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 fix LUA_PATH for run-eressea.cron 2021-03-06 21:29:36 +01:00
res https://bugs.eressea.de/view.php?id=2737 2021-04-05 19:19:49 +02:00
s travis lua_path, again 2021-02-22 20:50:49 +01:00
scripts https://bugs.eressea.de/view.php?id=2737 2021-04-08 21:25:37 +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 https://bugs.eressea.de/view.php?id=2737 2021-04-08 21:25:37 +02:00
storage@97bba1317f use new storage module version 2021-03-23 18:50:48 +01:00
support - added `build.lua' script published by Enno. 2014-02-07 19:35:30 +01:00
tests on macos, there is apparently no ncursesw 2021-03-23 18:50:48 +01: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-23 18:50:48 +01:00
.travis.yml remove tolua submodule, build with system library (WIP) 2021-03-23 18:50:48 +01:00
.wakatime-project project name 2020-08-19 12:41:11 +02:00
CHANGELOG.md https://bugs.eressea.de/view.php?id=2737 2021-04-05 19:19:49 +02:00
CMakeLists.txt we do not need cmake 3.19 2021-03-24 20:58:32 +01:00
CMakeSettings.json fix output directory and point runtests script at it. 2021-03-05 18:53:44 +01: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 update package list 2021-02-16 10:12:05 +01: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-14 14:45:05 +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 libxml2-dev \
    liblua5.2-dev libtolua-dev libncurses5-dev libsqlite3-dev \
    libcjson-dev libiniparser-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