Enno Rehling
|
ae83448e4a
|
Deveron is now just E3 with a different name.
remove a lot of duplication.
add a -c option to specify a path for eressea.ini
|
2017-02-02 10:10:21 +01:00 |
|
Enno Rehling
|
2b3617a998
|
build versioning for pre-release builds
|
2017-01-30 10:35:59 +01:00 |
|
Enno Rehling
|
3d8d091207
|
new build scripts, new versioning system
|
2017-01-30 10:26:08 +01:00 |
|
Enno Rehling
|
2016a9ef20
|
unused function
|
2017-01-28 20:07:31 +01:00 |
|
Enno Rehling
|
11c0330de1
|
make race::attack use spellref, too.
|
2017-01-28 19:52:28 +01:00 |
|
Enno Rehling
|
6d15767a18
|
create a spellref structure.
use this when referring to spells that may not (yet) exist.
use it for race::precombatspell (rare use case).
|
2017-01-28 19:42:20 +01:00 |
|
Enno Rehling
|
2a1ead6506
|
BENENNE REGION ist jeder Einheit des Regionsbesitzers erlaubt
|
2017-01-26 18:06:49 +01:00 |
|
Enno Rehling
|
044953e4ab
|
add a function to compare size of occupied castles
|
2017-01-26 18:06:49 +01:00 |
|
Enno Rehling
|
af1ce9b84e
|
issue #633: parse FACTION/PARTEI in any language.
added a test since the first fix did not work.
|
2017-01-26 18:06:48 +01:00 |
|
Enno Rehling
|
1bd6ab11ea
|
FACTION and PARTEI should both start orders.
|
2017-01-26 18:06:48 +01:00 |
|
Enno Rehling
|
21b617c973
|
fix game_name, remove it from rules
|
2017-01-26 18:06:48 +01:00 |
|
Enno Rehling
|
ee88c13732
|
Korrekte Email-Subject und Adresse, auch im NR.
Eliminate crufty per-game strings.
|
2017-01-26 18:06:48 +01:00 |
|
Enno Rehling
|
98be6bb8ae
|
eliminate duplicate password message
|
2017-01-26 18:06:48 +01:00 |
|
Enno Rehling
|
76af048fed
|
clean the quipment interface for lua a little bit.
|
2017-01-26 18:06:48 +01:00 |
|
Enno Rehling
|
64e45248dc
|
rename create_equipment function
|
2017-01-26 18:06:48 +01:00 |
|
Enno Rehling
|
f4e25fe20e
|
try loading config.lua and custom.lua files, if they exist.
|
2017-01-26 18:06:48 +01:00 |
|
Enno Rehling
|
6e51570229
|
remove ERESSEA keyword from "bad password" message.
|
2017-01-26 18:06:16 +01:00 |
|
Enno Rehling
|
48ae12b629
|
emit a password message for newbie factions
|
2017-01-26 18:06:16 +01:00 |
|
Enno Rehling
|
d3d72d17e8
|
no starting equipment.
do not let the addplayer function give equipment.
rename equipment for autoseed.
|
2017-01-26 18:06:15 +01:00 |
|
Enno Rehling
|
847cfb5425
|
game.start in eressea.ini overrides calendar
|
2017-01-26 18:06:15 +01:00 |
|
Enno Rehling
|
4836e9530c
|
config.json settings shall not override eressea.ini
|
2017-01-26 18:06:15 +01:00 |
|
Enno Rehling
|
82193864c5
|
fix valgrind error.
I did not understand what keys look like, then effed up when fixing that.
|
2017-01-26 18:06:15 +01:00 |
|
Enno Rehling
|
dbc6a17e66
|
fix gcc build, introduce a hard limit on ini section size
|
2017-01-26 18:06:15 +01:00 |
|
Enno Rehling
|
c6584d83d2
|
issue #629: fix eressea.ini config
fixed reading of ini data into config (keys have a . here, not a :).
added a test.
removed obsolete global.inifile variable.
|
2017-01-26 18:06:15 +01:00 |
|
Enno Rehling
|
e511bf76b5
|
read game configuration data from .ini file
|
2017-01-26 18:05:26 +01:00 |
|
Enno Rehling
|
b51349df6b
|
change error message categories.
also removing some unused messages and code that supports them.
https://bugs.eressea.de/view.php?id=2270
|
2017-01-26 18:05:26 +01:00 |
|
Enno Rehling
|
d1b5daf833
|
compiles with gcc on rpi
|
2017-01-26 18:05:26 +01:00 |
|
Enno Rehling
|
7b25ed282d
|
more stbool.h includes, MSVC has no unlink
|
2017-01-26 18:05:26 +01:00 |
|
Enno Rehling
|
774fa12a5a
|
continued work for MSVC compilation
|
2017-01-26 18:05:25 +01:00 |
|
Enno Rehling
|
5ddd511aa8
|
continue fixing compilation (gcc/clang)
|
2017-01-26 18:03:48 +01:00 |
|
Enno Rehling
|
d94cde67a4
|
kill autoconf.h, replace platform.h for C99 compatibility work
|
2017-01-26 18:03:48 +01:00 |
|
Enno Rehling
|
ae3bfc952b
|
create_order takes variable arguments!
more snprintf removal.
|
2017-01-26 17:57:22 +01:00 |
|
Enno Rehling
|
03def6ae5e
|
replace snprintf and the like.
you cannot trust _snprintf in MSVC (no zero-termination).
|
2017-01-26 17:57:21 +01:00 |
|
Enno Rehling
|
51bebfdb6b
|
fix undead name generation.
|
2017-01-26 17:57:21 +01:00 |
|
Enno Rehling
|
0c865dca57
|
failing test for name_unit.
|
2017-01-26 17:57:21 +01:00 |
|
Enno Rehling
|
f297d89958
|
merge monster.c and monsters.c
move RCF_DESERT handling to monsters.c
|
2017-01-26 17:57:21 +01:00 |
|
Enno Rehling
|
a4badc0a75
|
remove quicklist shim, use selist everywhere
|
2017-01-26 17:41:21 +01:00 |
|
Enno Rehling
|
d9213c8f25
|
WIP: still converting to clibs/selist
|
2017-01-26 10:12:12 +01:00 |
|
Enno Rehling
|
f5419a7f45
|
remove superfluous quicklist includes.
|
2017-01-06 22:47:50 +01:00 |
|
Enno Rehling
|
4a802be67c
|
fix undead name generation.
|
2016-12-31 20:03:50 +01:00 |
|
Enno Rehling
|
a7f8ad052d
|
failing test for name_unit.
|
2016-12-31 20:00:04 +01:00 |
|
Enno Rehling
|
2de3c3179a
|
develop branch is now base for 3.11
|
2016-11-28 08:39:07 +01:00 |
|
Enno Rehling
|
7870b63655
|
fix VS 2015 build
|
2016-11-26 07:04:18 +01:00 |
|
Enno Rehling
|
e52cf75c59
|
remove autoconf.h from platform.h, fix lots of includes
|
2016-11-25 20:15:11 +01:00 |
|
Enno Rehling
|
78e63ed4c6
|
misleading indentation
|
2016-11-25 09:48:38 +00:00 |
|
Enno Rehling
|
ecd74c53f5
|
More PVS-Studio warnings eliminated.
|
2016-11-23 19:19:04 +01:00 |
|
Enno Rehling
|
88f5bfaf47
|
move wages and related functionality to buildin.c
|
2016-11-23 17:36:39 +01:00 |
|
Enno Rehling
|
09f22ba0bc
|
move findrace into race.c
|
2016-11-22 12:32:28 +01:00 |
|
Enno Rehling
|
925d65c206
|
move entertainmoney to economy
|
2016-11-22 12:22:07 +01:00 |
|
Enno Rehling
|
ec4060cb9a
|
fix curse-vigour calculation math.
also fix a ton of small other niggles from pvs-studio.
|
2016-11-20 19:08:39 +01:00 |
|