Enno Rehling
95d0b2a413
add current version of processing scripts
...
fix a crash in checkpasswd
2015-01-11 01:23:47 +01:00
Enno Rehling
50aa3cc444
backup with orders after the turn is done
2014-12-28 17:27:49 +01:00
Enno Rehling
df3ce116a7
limit eternath gates to 1-person units, avoid crash
2014-12-27 23:51:48 +01:00
Enno Rehling
786f5e8302
backup the correct turn
2014-12-21 13:19:12 +01:00
Enno Rehling
c98447ba9e
check for lockfile before running
2014-12-14 07:02:06 +01:00
Enno Rehling
ded6cf14bf
check for reports.txt before trying to send reports
2014-12-14 06:58:16 +01:00
Enno Rehling
1a888b4c87
fix lockfile handling by the cron
2014-12-12 18:15:06 +01:00
Enno Rehling
b4e13b7cbd
segmentation fault caused by free'ing battles twice
2014-12-12 17:21:04 +01:00
Enno Rehling
f7205251a3
add a script to pull a branch and update submodules
2014-12-12 13:45:17 +01:00
Enno Rehling
9334677d81
make tests more valgrind-friendly by not leaking memory
2014-12-12 11:32:12 +01:00
Enno Rehling
1864d1fc86
backup correctly after each turn
2014-12-11 13:02:20 +01:00
Enno Rehling
e5d53769df
lock files to prevent accidents.
...
preview will only run if the turn worked out.
cannot accidentally run in the game directory.
2014-12-11 12:19:31 +01:00
Enno Rehling
1a1ffd06b0
build number update
2014-12-11 11:14:54 +01:00
Enno Rehling
01a5c1944a
Merge pull request #63 from badgerman/version-3-3
...
Print the full version number in the CR.
2014-12-11 10:15:36 +01:00
Enno Rehling
3324ced2b1
Print the full version number in the CR.
2014-12-11 10:06:28 +01:00
Enno Rehling
87eb2061f8
fix permissions on build script
2014-12-08 20:11:10 +01:00
Enno Rehling
06d5175030
add travis build script to branch
2014-12-08 20:03:04 +01:00
Enno Rehling
c0460197b1
add travis configuration to branch
2014-12-08 19:37:02 +01:00
Enno Rehling
13b443ebb3
fix crash (null pointer in make_cmd)
2014-11-16 12:49:39 +01:00
Enno Rehling
1556c07787
fix a crash when missing a token
2014-11-08 22:55:07 +01:00
Enno Rehling
dc7cbd886c
fix the quit command, asserting the wrong keyword (probably copypasta).
2014-11-01 21:57:06 +01:00
Enno Rehling
f3e54e103a
fix a crash when selling nothing.
...
build 687
2014-10-25 23:54:01 +02:00
Enno Rehling
adcd4ec1c6
increase build number.
2014-10-18 21:40:56 +02:00
Enno Rehling
79c8c4a034
fix a crash when testing for the RESHOW ANY command.
...
E2 crashed when no parameter was given.
2014-10-18 21:40:25 +02:00
Enno Rehling
6c2429cccb
Version 3.3 released, build 685
2014-09-30 17:50:29 +02:00
Enno Rehling
139ff04108
fix compilation warning on gcc.
2014-09-29 21:22:44 +02:00
Enno Rehling
68730749fb
fix astral space special direction, vortex (translation issue).
2014-09-29 21:19:07 +02:00
Enno Rehling
cbf9bb8985
fix qsort in wormhole code. pointers are hard.
2014-09-29 20:38:01 +02:00
Enno Rehling
3e829e2880
support for itoab with smaller bases and larger numbers.
...
also a missing English message (museum-related)
2014-09-29 18:32:12 +02:00
Enno Rehling
8432a6369d
guess the ERESSEA environment if it is missing
2014-09-21 16:55:28 +02:00
Enno Rehling
74582aeb2f
fix remaining getstrtoken uses without null-check.
2014-09-21 16:43:17 +02:00
Enno Rehling
a5961d069c
Merge branch 'master' of github.com:eressea/server
2014-09-21 10:00:02 +02:00
Enno Rehling
da42feae58
do not need bash
2014-09-21 09:59:48 +02:00
Enno Rehling
8b19d51c65
Merge branch 'master' of github.com:eressea/server
2014-09-19 19:57:48 +02:00
Enno Rehling
7f0fdd1eb5
added a test for a purely hypopthetical problem (issue 2032) in keyword parsing.
2014-09-19 19:49:44 +02:00
Enno Rehling
d9e53573b5
Merge pull request #33 from CTD1/Monster
...
Drachen-Attacken in E3 abstellen.
2014-09-06 18:09:42 +02:00
Enno Rehling
b761cb5b97
Merge branch 'master' of https://github.com/eressea/server
2014-09-04 17:22:33 +02:00
Enno Rehling
54cf4f4b7b
Merge branch 'version-3-2'
...
Conflicts:
src/laws.c
2014-09-02 09:26:59 +02:00
Enno Rehling
9e81de406b
version 3.2
...
remove regatta plane, it crashes all of a sudden.
why is there a use of init_order here? that is a future feature.
2014-09-02 07:27:11 +02:00
CTD
2875fdddd1
Fixing Monsters
...
Drachen haben die Attacke-Chance Einstellung komplett ignoriert.
Jetzt machen sie zumindest bei 0 nicht mehr.
2014-09-01 15:42:56 +02:00
CTD
37c459cebe
Merge remote-tracking branch 'upstream/master'
2014-09-01 15:27:42 +02:00
Enno Rehling
cf1f3972b6
cleaning out config.c, there is too much code in there.
...
rules should be in their own modules. here:
upkeep is a concept all by itself, should have its own tests, etc.
movement code should be in move.c.
cleaning up some superfluous include directives.
2014-08-31 16:50:37 +02:00
Enno Rehling
ae9ed99cd9
fixing linux build
2014-08-29 07:47:47 +02:00
Enno Rehling
e9abfc0f24
peasant blood should not have ill effects on non-demon units that are empty.
...
This fixes http://bugs.eressea.de/view.php?id=1981
2014-08-28 20:01:37 +02:00
Enno Rehling
c0230d2662
In the game, there is only ever one special direction, and it is for the astral space.
...
less XML, more code.
cleaning up the special direction parsing a bit.
2014-08-28 19:50:38 +02:00
Enno Rehling
932a615837
refactoring: special directions into their own file (vortex.c).
...
moving spells.c out of spells.
figured that movewhere should be in move.c
2014-08-27 21:30:24 +02:00
Enno Rehling
ecaeba3058
add a test for the vortex special direction before touching that code.
2014-08-27 20:10:17 +02:00
Enno Rehling
a9a0455207
reorganized directory structure.
...
flattening the directory structure, moving some modules to the src/ directory.
making stealth a separate file, under test.
more tests for some stuff.
2014-08-27 06:40:35 +02:00
Enno Rehling
d435c13bfc
adding more tests.
...
test for build()
test for scale_number()
update submodules
2014-08-26 20:06:49 +02:00
CTD
b321385f34
Merge remote-tracking branch 'origin/Bug-1525-and-1872'
...
Conflicts:
src/kernel/move.c
2014-08-26 09:31:18 +02:00