Commit graph

26230 commits

Author SHA1 Message Date
josteph
2451faeb8c HttT S20b: Another dialog change (SpellingMistakes, #3939) 2019-03-03 15:36:54 +00:00
josteph
5b5c10f8e0 Fix missing comma (from SpellingMistakes) 2019-03-03 15:36:54 +00:00
josteph
7186e30803 Typo fixes
In Caves of the Basilisk, give the monsters names so their descriptions
would show in-game.  The descriptions show in the tooltip, so
a non-empty name is required in order for players to be able to summon
th tooltip.
2019-03-03 15:36:54 +00:00
nemaara
65f131ded4 UtBS: update archer description 2019-03-03 02:21:46 -05:00
nemaara
89eaa6a7bc UtBS: update outrider description 2019-03-03 02:16:29 -05:00
nemaara
1a32166c4d UtBS: update pathfinder description 2019-03-03 02:16:22 -05:00
nemaara
7405d2adeb UtBS: update scout description 2019-03-03 02:16:10 -05:00
nemaara
035e120639 Tutorial: allow fighters to levelup 2019-03-02 22:53:06 -05:00
nemaara
ecb0f1a472 Tutorial: add dialogue for Konrad or Li'sar levelup 2019-03-02 16:52:17 -05:00
nemaara
dea369ebad Tutorial: change quintain to level 0 2019-03-02 16:30:46 -05:00
nemaara
8f3d10d619 Tutorial: change water warning to activate on all water hexes 2019-03-02 16:19:27 -05:00
nemaara
4f57c70aa8 Tutorial: remove swamp from part 2 map 2019-03-02 16:12:41 -05:00
nemaara
8723d50201 NR S12a: make it clear that you do not receive gold if Sisal dies 2019-03-02 14:04:08 -05:00
nemaara
a1f9579036
Merge pull request #3878 from nemaara/DiD_S10_dialogue
[DiD] S10 revision
2019-03-02 13:45:41 -05:00
nemaara
73c7170513 DiD S10: adjust ai gold 2019-03-02 13:43:49 -05:00
nemaara
9269194218 DiD S10: dialogue tweaks 2019-03-02 13:09:31 -05:00
sevu
96e8880701
Dark Forecast: add placed units to the help 2019-03-02 18:03:21 +01:00
nemaara
a2e459fc72
Merge pull request #3860 from nemaara/DiD_S7_dialogue
[DiD] S7-S9 revisions
2019-03-02 04:06:59 -05:00
nemaara
7cca18a5e7 DiD S8: small fixes 2019-03-02 03:48:34 -05:00
nemaara
448a5fff09 DiD S7: dialogue and player gold tweak 2019-03-02 03:32:15 -05:00
nemaara
26239ae02f UtBS: update sun sylph description 2019-03-02 03:16:26 -05:00
nemaara
80a2aa0962 UtBS: update sun singer description 2019-03-01 15:27:04 -05:00
nemaara
e9dbe5d473 UtBS: update shaman description 2019-03-01 14:39:55 -05:00
nemaara
2ed3be0601 UtBS: update mystic description 2019-03-01 14:07:18 -05:00
nemaara
0ae30557bc UtBS: protector description wording 2019-03-01 13:22:54 -05:00
nemaara
8718643ff3 UtBS: flagbearer description wording 2019-03-01 13:21:41 -05:00
nemaara
393277bded UtBS: update protector description 2019-03-01 13:13:18 -05:00
Gunter Labes
ef57c0d76b
Revert "Fix parser crash in defined multi line str test" (#3959) 2019-03-01 17:09:19 +01:00
nemaara
2f140ff500 UtBS: update stalwart description 2019-03-01 03:40:35 -05:00
nemaara
da9177f546 UtBS: update flagbearer description 2019-03-01 03:09:19 -05:00
nemaara
517dd00c24 UtBS: update vanguard description 2019-03-01 02:47:35 -05:00
nemaara
a2f9562979 UtBS: update tauroch rider description 2019-03-01 02:36:18 -05:00
nemaara
29d3cdd7d0
Merge pull request #3857 from nemaara/DiD_S6
[DiD] S6 Gameplay and dialogue revision
2019-03-01 00:11:33 -05:00
nemaara
723a52a76f DiD S6: adjust ai gold and fix grammar 2019-03-01 00:08:36 -05:00
nemaara
67a764bae7 DiD S8: add variable handler for debug and old saves 2019-02-28 23:33:20 -05:00
nemaara
c0b6505feb DiD S6: update dialogue and adjust ai gold 2019-02-28 23:30:20 -05:00
nemaara
d323294ffc DiD: add marker to track orcs for S6 2019-02-28 16:34:23 -05:00
nemaara
0bb5eac1ec DiD: add recolored journey marker 2019-02-28 14:58:14 -05:00
nemaara
43d7ca9758 DiD: update dark mage description 2019-02-28 14:05:39 -05:00
nemaara
3ed813af0b DiD: update apprentice necromancer description 2019-02-28 13:51:49 -05:00
nemaara
be6ef6e0cf DiD: update apprentice mage description 2019-02-28 13:44:19 -05:00
nemaara
b702c95d61 DiD: update frontier baroness description 2019-02-28 13:17:19 -05:00
nemaara
89cfbe7eb8 DiD: update hero deaths 2019-02-28 12:26:52 -05:00
Lovens Weche
2b708d0bbe
Merge pull request #3948 from LovCAPONE/def_multi_line_str_parser_test_fix
Fix parser crash in defined multi line str test
2019-02-28 10:24:21 -05:00
Lovens Weche
3a564f7b21 Fix parser handles textdomain directives incorrectly (#3954)
The problem is that when parsing #textdomain directives, the parser
expects the directive to be at the start of the line. So if the directive
is preceded by spaces or tabs then it is treated as an attribute.

The solution is to strip all spaces and tabs on the left side of the
parsed line string when checking for #textdomain directive.

Closes #3951
2019-02-28 10:40:45 +01:00
nemaara
3c3a814224
Merge pull request #3850 from nemaara/DiD_S4_S5_dialogue
[DiD] Revisions for S4 and S5
2019-02-27 23:45:12 -05:00
nemaara
33eec33044 DiD S5: adjust dialogue and gold values 2019-02-27 23:08:56 -05:00
nemaara
a2a752472a DiD S4: adjust dialogue and gold values 2019-02-27 22:35:00 -05:00
nemaara
6a7ad94259 EI S2: dialogue tweak 2019-02-27 11:58:14 -05:00
nemaara
4f55e028f9
Merge pull request #3846 from nemaara/DiD_S3_dialogue
[DiD] S3 Dialogue and Gameplay rewrite
2019-02-27 00:38:00 -05:00