Enno Rehling
fef57d3fcf
factions that idle out gift their stuff to friends
2019-09-15 14:32:48 +02:00
Enno Rehling
e90b7acd4c
Merge remote-tracking branch 'upstream/master'
2019-09-15 14:17:37 +02:00
Enno Rehling
294e88196c
quit faction is still disabled
2019-09-15 14:12:18 +02:00
Enno Rehling
f06fd8945c
getn is deprecated
2019-09-15 14:02:53 +02:00
Enno Rehling
e58f51e536
new bindings for allies.
...
script to fix damage from bug 2608.
2019-09-15 14:02:32 +02:00
Enno Rehling
bd25c0bf6e
helfe-status nach lua exponieren.
2019-09-15 14:01:33 +02:00
Enno Rehling
ddc8c27489
Bug 2605: testing horses and carts
...
fixing indentation in battle.c
2019-09-12 22:23:50 +02:00
Enno Rehling
cc77ce6f20
Tests für Einheiten mit Pferden.
2019-09-10 06:40:42 +02:00
Enno Rehling
8bed3f3329
fix give_unit test for E3
...
extract read_factions from read_game, now small and nice.
2019-08-25 18:11:14 +02:00
Enno Rehling
0fef06a661
Bug 2594: KONTAKTIERE vor STIRB
2019-07-31 08:31:19 +02:00
Enno Rehling
f677a21541
disable QUIT FACTION with ifdef QUIT_WITH_TRANSFER
2019-07-06 12:02:52 +02:00
Enno Rehling
968f67a567
delete intermittent test: ents have no special guarding powers.
2019-04-27 18:30:30 +02:00
Enno Rehling
9168a25bf2
test debugging
2019-03-24 18:13:42 +01:00
Enno Rehling
5a5a6de69d
Merge remote-tracking branch 'upstream/master'
2019-03-03 09:53:40 +01:00
Enno Rehling
894bb4db4c
BUG 2504: skeletons can learn.
...
There was a mixup between the AI feature and the race capability, so I cleared up the code a little bit.
It's annoying that these flags are in the same int.
2019-03-03 09:42:42 +01:00
Enno Rehling
b5624e6a8a
Some tests for WORK and wages.
2019-03-03 09:41:15 +01:00
Enno Rehling
07d2278741
re-enable intermittent test, supplement unit test.
...
Untote reservieren nichts von anderen Einheiten.
2019-03-03 09:41:15 +01:00
Enno Rehling
5d6147462a
disable intermittent check
2019-03-03 09:33:09 +01:00
Enno Rehling
d56eee9687
BUG 2504: skeletons can learn.
...
There was a mixup between the AI feature and the race capability, so I cleared up the code a little bit.
It's annoying that these flags are in the same int.
2019-02-16 20:14:34 +01:00
Enno Rehling
d5e5993cb0
Some tests for WORK and wages.
2019-01-08 19:51:42 +01:00
Enno Rehling
1ca1c7cfea
re-enable intermittent test, supplement unit test.
...
Untote reservieren nichts von anderen Einheiten.
2018-12-09 14:41:14 +01:00
Enno Rehling
c815916fda
Merge branch 'master' into develop
2018-12-09 10:27:53 +01:00
Enno Rehling
9ae603803f
Bug 2533 fix weapon selection
...
disable undead_reserve test in master, because it is intermittent.
2018-12-09 10:21:58 +01:00
Enno Rehling
4c19dfecf8
fix a previously undetected bug in str_strlcpy.
2018-11-27 20:01:47 +01:00
Enno Rehling
c7a38e4bdd
logic change in last commit: all familiars have an at_mage at creation.
2018-11-22 22:22:40 +01:00
Enno Rehling
d2389fa87b
Bug 2517: Vertraute ohne eigene Zauber reparieren
...
Trennung von caster und mage in spells.c
2018-11-17 21:31:05 +01:00
Enno Rehling
b181618b53
BUG 1877: change non-spell familiars.
...
1. mages can have actions when familiars cast spells.
2. familiar spells do not increase magician's costs.
3. improve separation of caster and mage.
2018-11-15 20:51:42 +01:00
Enno Rehling
dac6ef660d
Merge branch 'master' into develop
2018-11-04 09:10:54 +01:00
Enno Rehling
d9f800f444
Bug 2482: Untote können ihre eigenen Gegenstände reservieren.
2018-11-03 18:25:22 +01:00
Enno Rehling
6326664b86
BUG 2505 proof by test.
2018-10-28 21:48:52 +01:00
Enno Rehling
92c6fb9bac
Merge branch 'develop' into bug2480
2018-10-13 20:25:13 +02:00
Enno Rehling
658b47aeb4
remove seaserpent test that is not a test.
2018-09-15 19:12:32 +02:00
Enno Rehling
d6e8b38724
FOLGE SCHIFF reparieren (hat UFL_LONGORDER getestet).
2018-09-12 20:35:27 +02:00
Steffen Mecke
c15b4c8fbf
refactor terminate (calculate_armor/resistance)
2018-09-12 15:11:34 +02:00
Enno Rehling
67089aeb8c
Bug 2487: Fix LERNE AUTO translations
...
Also disallow autolearning expensive skills.
2018-09-09 15:13:20 +02:00
Steffen Mecke
aed7432bb2
fix magic resistance (bug 2480)
2018-09-04 16:41:46 +02:00
Enno Rehling
e89fe69d58
simplicate the sink_ship function, do not rescue units.
2018-08-01 11:55:57 +02:00
Enno Rehling
ad0464ab50
BUG 2168: call sink_ship for ships that take too much damage.
2018-08-01 10:04:12 +02:00
Enno Rehling
ade7b2ef43
BUG 2446: trade prices not getting read from XML.
2018-06-10 09:58:26 +02:00
Enno Rehling
dfa0ff09d1
Suppress some false positive coverity results.
...
It apparently does not understand CuTest code well?
Add a check for Lua eff_skill binding.
2018-05-19 20:53:51 +02:00
Enno Rehling
6608f1b1ab
Merge branch 'develop'
2018-05-18 15:34:50 +02:00
Enno Rehling
7a10a58605
1. nrmessage is locale-independent, uses locale_getstring
...
2. unique strings:
rename aurapotion50 message.
delete unused bithday_firework definitions.
2018-05-17 19:04:25 +02:00
Enno Rehling
0a9f8bf662
merge from develop
2018-05-15 21:59:01 +02:00
Enno Rehling
9dd38a6593
convert E2 familiars from XML to Lua
2018-05-15 06:58:07 +02:00
Enno Rehling
e46cfa5e77
remove even more equipment xml to Lua
...
only familiars still TBD, I think.
2018-05-14 22:01:32 +02:00
Enno Rehling
1d7318d9b6
test that new orcs have weapon skills.
2018-05-13 20:36:49 +02:00
Enno Rehling
4240e142a5
BUG 2440: the random encounters code was completely unused.
2018-05-13 16:15:22 +02:00
Enno Rehling
271352d0ba
create a lua module that can handle simple euipments.
...
lua test for equip_unit, with callbacks.
2018-05-12 19:10:40 +02:00
Enno Rehling
84bc08a381
all races can be on a boat by default.
...
but now MAKETEMP is broken.
prefer assert_(not_)nil over assert_(not_)equal
2018-05-10 22:10:26 +02:00
Enno Rehling
d45c32f1ac
Merge branch 'develop'
2018-05-08 21:32:45 +02:00
Enno Rehling
4bcaaa5f79
remove debug code
2018-05-07 20:24:59 +02:00
Enno Rehling
6746401330
BUG 2437: fetch_astral should have no aura cost when given bad units.
2018-05-07 20:22:02 +02:00
Enno Rehling
cfe21e7e1d
re-enable tests, allow more spell arguments.
...
a list of ships, units, etc can be long!
2018-05-06 19:07:20 +02:00
Enno Rehling
14f59e4bfe
functional tests for pull_astral spell.
2018-05-06 19:02:47 +02:00
Enno Rehling
cd2624de8a
stop reallocation spell parameters.
...
fix involuntary tree growth in test, message check.
2018-05-06 15:49:34 +02:00
Enno Rehling
962b8082b7
fix test for lifepotion (tree growth was fuxxing it up)
2018-05-01 19:05:04 +02:00
Enno Rehling
e0cae602dd
add a test for building items.
2018-04-30 23:18:39 +02:00
Enno Rehling
e0e873044d
fix stone golems (assert).
...
remove improvement logic from build().
2018-04-30 23:11:13 +02:00
Enno Rehling
8a00cc3b96
foolpotion test is not intermittent if we disable study.random_progress
2018-02-24 18:58:50 +01:00
Enno Rehling
1f7a25b4c5
disable an intermittent check.
2018-02-24 16:48:39 +01:00
Enno Rehling
d065cbfca7
use_item message with amount instead of usepotion without.
2018-02-17 15:30:38 +01:00
Enno Rehling
4a3ad7ac84
fix potion tests, re-enable foolpotion test
2018-02-17 15:22:44 +01:00
Enno Rehling
438ae6f905
Eliminate rules.magic.multipotion, it's too much code.
2018-02-17 15:17:05 +01:00
Enno Rehling
a2d23d01fa
Test: Heiltrank heilt mehrere Einheiten.
2018-02-17 12:52:58 +01:00
Enno Rehling
bf591ecec5
BUG 2415: eliminate at_potiondelay and WdL delay.
...
BUG 2419: refactor ointment and healing, add tests for USE
2018-02-15 20:25:58 +01:00
Enno Rehling
eb6271bbb8
CID 182781 I broke the wage logic.
2018-02-10 17:53:59 +01:00
Enno Rehling
1c535b8dda
rough test of familiar spell
2018-01-26 17:45:40 +01:00
Enno Rehling
9ff04ec6db
skip all xp draining tests
2018-01-21 11:03:50 +01:00
Enno Rehling
0b20c379b6
enhance foolpotion test.
2018-01-21 11:03:49 +01:00
Enno Rehling
d2cbed3042
BUG 2408: acceptance test for TARNE PARTEI
2018-01-10 18:38:38 +01:00
Enno Rehling
6a31b432de
disable storms in tests
2018-01-01 07:47:06 +01:00
Enno Rehling
77926d2d54
add soem debug output to intermittent test
2018-01-01 07:43:06 +01:00
Enno Rehling
f98eab56c4
platform.h is only for WIN32 now.
...
replace MIN and MAX macros, they are BAD.
2017-12-29 06:13:28 +01:00
Enno Rehling
198f084f5d
implement speedy ships, with unit tests and edge testing.
2017-12-27 21:54:09 +01:00
Enno Rehling
c2167c963e
add a (failing) acceptance test for speedy dragonships. fix the old ship tests.
2017-12-27 20:29:49 +01:00
Enno Rehling
cff4e12fbd
celan up tests, rename test_cleanup -> test_teardown.
2017-12-27 19:58:39 +01:00
Enno Rehling
250faefff4
fix potion test, use only one
2017-12-27 07:11:21 +01:00
Enno Rehling
28252fda7b
bug 2197: fix E3 potion text.
2017-12-26 16:09:15 +01:00
Enno Rehling
8e823c9403
Tests require regular trees, not mallorn.
2017-12-26 15:57:59 +01:00
Enno Rehling
4397c67d1c
bug 2197: add acceptance test for Wasser des Lebens
2017-12-26 13:23:14 +01:00
Enno Rehling
683e3c566d
addendum bug 2389: insects mail not sail a ship into a glacier, but can be passengers.
2017-12-17 14:50:11 +01:00
Enno Rehling
ed75f4d21a
fix bug 2389 (sailing into glaciers).
...
reduce verbosity.
2017-12-17 14:28:15 +01:00
Enno Rehling
3685bcabfb
BUG 2389: insects starve in glaciers.
...
add feature tests for hunger.
2017-12-17 14:06:40 +01:00
Enno Rehling
5977ca51b5
tests for insects, prepare for bug 1841
...
another test for appeasement, fix guard bug 2389
2017-12-15 17:16:00 +01:00
Steffen Mecke
ac9d5a8019
test movement capacity examples from rules
2017-12-13 17:53:05 +01:00
Enno Rehling
8efc7f1829
BUG 2391: Friedenslied erlaubt Flucht aus der Region.
2017-12-09 10:44:02 +01:00
Enno Rehling
6c18604bce
Failing acceptance test for bug 2391.
2017-12-09 10:24:31 +01:00
Enno Rehling
9163d166ec
cppcheck style fixes.
...
delete dead functions.
reactivate patzer_deathcloud.
2017-12-08 19:59:49 +01:00
Enno Rehling
18abbb6c49
fix intermittent test caused by produceexp
2017-09-04 14:38:39 +02:00
Enno Rehling
3445e376e0
allow GIVE PERSON for undead race, too
2017-07-22 12:36:01 +02:00
Enno Rehling
3c2754071d
this test fails when btype->maxsize isn't used as a limit for building.
2017-07-17 14:01:08 +02:00
Enno Rehling
0bf003cdc4
add a test for btype.maxsize
2017-07-17 13:37:40 +02:00
Enno Rehling
60efb12d70
Zombies koennen Personen gebn
2017-07-09 13:37:46 +02:00
Enno Rehling
8e15487a1e
BUG 2328: wrong calendar seasons.
2017-05-26 06:27:25 +02:00
Enno Rehling
7806f4991f
store calendar configuration nin JSON, not XML.
2017-05-07 17:46:51 +02:00
Enno Rehling
5dea221b8b
quick fix for intermittent spells
2017-05-06 10:56:44 +02:00
Enno Rehling
8e9866f0ce
additional tests for spells.
...
also some support functionality for lua tests.
2017-05-01 19:09:00 +02:00
Enno Rehling
74673f172f
test for raindance/harvest spells, both games
2017-04-30 21:38:30 +02:00
Enno Rehling
6da21dbbe9
Zaubertests in Ebenen sind unstabil.
...
In E3 bekommen Elfen eien Bonus im Wald.
2017-04-30 17:42:16 +02:00
Enno Rehling
df96589ea6
add tests for earn_silver.
...
this is an odd one, don't want to break it.
2017-04-30 17:25:24 +02:00