Tommy
24e1da729d
Tutorial: use FLASH_LIGHTNING rather than color_adjust
2022-08-07 23:11:21 +12:00
Alexander Lacson
34ff1117f7
[UtBS] In S6b, add a scroll to detonation event
...
When Jorgin dies, make the map scroll to the detonation event that occurs right after so that the player will clearly know what happened.
2022-08-07 14:11:29 +08:00
Alexander Lacson
14c17c3368
[UtBS] In S6b, add an "explosive charge failed" sound to event
...
Used the dwarvish thunderer miss sound as a sound effect that plays in an event where a dwarf lights an explosive charge but if fails to detonate.
2022-08-07 14:11:29 +08:00
Wedge009
461fd5fff5
Replace deprecated wesnoth.fire_event with wesnoth.game_events.fire.
2022-07-30 16:32:31 +10:00
Tommy
36d43da21a
Add new PLACE_IMAGE_SUBMERGED macro and use for HttT:04_BoP
...
It does the same thing as PLACE_IMAGE except the created item may
use the same submerge code as units. If not placed on water there
will be no submersion effect. If placed on water it will be submerged
to the same level a unit would be submerged to. In general physical
items placed into water should use this, whereas items placed on top
of water should use PLACE_IMAGE.
The new macro has been applied to the merfolk cages in the Bay of Pearls
scenario in HttT.
2022-07-30 14:56:38 +12:00
Tahsin Jahin Khalid
6701542f63
[SoF] In S7, adjust wording to avoid awkward reuse of the word "doubt"
2022-07-30 03:23:32 +06:00
Tahsin Jahin Khalid
058949e848
NR: Give Hamel leadership to add consistency to plot
2022-07-30 01:34:09 +06:00
Alexander Lacson
2b2b70d2e1
[UTBS] Remove some fungus from S6
2022-07-30 03:12:33 +08:00
Alexander Lacson
c74f1e49c7
[SoF] In S7, edit a sentence to not use awkward reuse of the word "doubt"
...
Resolves #6773 .
2022-07-30 02:33:05 +08:00
Alexander Lacson
b7c3a1cbb4
[UTBS[ Remove some fungus from S6
...
Resolves one of the subitems of #6197 .
Rationale for this PR is in the Issue thread.
2022-07-28 17:28:49 +08:00
Alexander Lacson
c85f7241fc
[UtBS] Add series of bat screeches in the Zochtanol Isle scenario
...
Resolves #6503 .
2022-07-28 16:55:41 +08:00
Celtic Minstrel
7e234f8833
Replace deprecated usages of on_event()
2022-07-18 21:56:42 -04:00
Descacharrado
91983c8c87
TSG S4 Fixed replay OOS on victory event
2022-07-15 11:52:36 -05:00
Luis Miguel Iglesias Sánchez
65515848ef
Fixed replay OOS by moving victory event to synced event ( #6676 )
2022-07-03 01:02:36 -05:00
Pentarctagon
08cc17ac1a
Put this in the right textdomain.
2022-07-01 10:21:39 -05:00
Pentarctagon
e3fbf930f3
Whitespace fixup.
2022-07-01 10:21:39 -05:00
Pentarctagon
536eaa67b4
Move hero string macro text into their definitions.
2022-07-01 10:21:39 -05:00
Pentarctagon
b15c3420d3
Remove silly GUI macro.
2022-07-01 10:21:39 -05:00
Pentarctagon
0ca5a97d1f
Move mainline string macro text into various definitions.
2022-07-01 10:21:39 -05:00
Pentarctagon
d7fa23abc5
Move effect string macro text into various definitions.
2022-07-01 10:21:39 -05:00
Pentarctagon
df99280274
Move artifact string macro text into artifact definitions.
2022-07-01 10:21:39 -05:00
Pentarctagon
3eb75b3e48
Remove some training.cfg one-liner macros.
2022-07-01 10:21:39 -05:00
Pentarctagon
875c6e0cf1
Remove WORLD_CONQUEST_II_CAMPAIGN_RESOURCE from its own file.
2022-07-01 10:21:39 -05:00
Pentarctagon
159396fdc0
Remove one-liner macros used once within the same file.
2022-07-01 10:21:39 -05:00
Pentarctagon
d472e2acb0
Remove factions/random.cfg and its macro.
2022-07-01 10:21:39 -05:00
Pentarctagon
ff5f795663
Remove factions/strings.cfg and related macros..
2022-07-01 10:21:39 -05:00
Pentarctagon
0b6eb2a6e0
Remove config.cfg and era-related single use macros.
2022-07-01 10:21:39 -05:00
Astrid Halberkamp
4878c3565e
Add the Skeleton Rider line and Death Squire to core ( #6088 )
2022-06-30 23:34:17 -04:00
Celtic Minstrel
9ade435cd4
Remove WC's custom Pick Your Advancements mod ( #6807 )
2022-06-29 19:29:04 -04:00
Tahsin Jahin Khalid
b541b4cb23
world conquest: fix bezoar artifact being bugged ( #6515 )
2022-06-27 23:33:55 -05:00
Celtic Minstrel
a7755749e3
WC: Fix a typo
2022-06-27 23:46:09 -04:00
Gunter Labes
ff4a3bb5ff
Remove reduntant check on s2
2022-06-19 21:52:25 +02:00
Tommy
9e6762690c
SoTA: Fix zombie recruit dialog string concatenation
2022-06-15 18:54:44 +12:00
Tommy
c5eaa69fd8
SoTA: Fix zombie recruit dialog error.
...
There was an error complaining that horizontal_grow and
horizontal_alignment cannot both be set. I removed horizontal_grow
in favour of horizontal_alignment. I do not see any visible difference
in the dialog.
2022-06-15 18:54:44 +12:00
Celtic Minstrel
7f873a0150
Fix a bunch of broken uses of helper.wml_error
...
It's deprecated, but here they were broken because helper wasn't even loaded.
2022-06-10 23:42:18 -04:00
Tommy
575286cb86
CVideo: remove get_dpi and get_dpi_scale_factor.
...
screen_pitch_microns is deprecated, and has been removed from the
GUI_SCALE_RESOLUTION macro in WML. The macro itself has been left in
place for potential future use.
The screen_pitch_microns variable has been left in place, but is now
a constant and will only ever return the default value equivalent to
96 DPI.
2022-06-11 05:56:06 +12:00
doofus-01
31a42068d8
1.17 small terrain updates ( #6751 )
...
* low-priority cave-path transitions
* SotA - remove old terrain codes with Z and y
* replace gold cobbles (Rrd)
2022-06-05 17:09:35 -07:00
Descacharrado
481378aaf3
Use 'leader' and 'grunt' instead of 'chief' and 'lesser orc'
2022-06-01 10:02:58 +10:00
Descacharrado
0742b902a2
Avoid using 'that' twice
2022-06-01 10:02:58 +10:00
Descacharrado
f468020b11
NR S1 Vary the die dialog depending on race
2022-06-01 10:02:58 +10:00
Wedge009
799f251113
THoT S4: Remove spurious WML ( closes #6725 )
2022-05-24 08:14:24 +10:00
Luis Miguel Iglesias Sánchez
7d2ee4ef72
Merge pull request #6438 from Descacharrado/NR_S01_OOS_6268
...
NR S01 Solve OOS by moving code to synced event
2022-05-23 10:09:58 +02:00
Luis Miguel Iglesias Sánchez
742bb75ca3
EI S07a various fixes ( #6639 )
...
* Side 2 hidden without spoilers
* Fixed Grug upkeep, added dialogue about Ogres joining
* typographic quote
2022-05-22 10:45:17 -05:00
Celtic Minstrel
0ffe926b01
Make tutorial hint messages persistent ( #6620 )
...
The hint messages even persist in saved games, in case someone saves their tutorial
2022-05-20 12:23:49 -04:00
Luis Miguel Iglesias Sánchez
92ff6c52b2
EI S01 Move the campfire and give it a little more range ( #6704 )
2022-05-15 19:56:28 -05:00
Luis Miguel Iglesias Sánchez
7e87826303
UtBS S05 Enforce encounter with the Cloaked Figure ( #6644 )
...
* Enforce encounter with the Cloaked Figure
* Revert "Avoid counting encounters with 'Cloaked Figure'."
This reverts commit ada454b20a
.
2022-05-09 10:32:14 +10:00
Luis Miguel Iglesias Sánchez
2acc8e5e79
Added PASSABLE_HEX macro to core and Fixed wallstuck units in UtBS S8 ( #6677 )
2022-05-05 23:44:45 +06:00
Tahsin Jahin Khalid
6e8174ae99
NR: make Hamel character be consistent statwise
...
why is this dwarven hero of old so badly neglected?
2022-05-05 23:32:29 +06:00
Tahsin Jahin Khalid
d5b2ec40c6
NR: give hamel leadership
...
shocking, how hamel has no specific character define
and I think i should address the inconsistency of his traits not showing in some scenario
2022-05-05 04:17:58 +06:00
Tahsin Jahin Khalid
945d1c8160
[liberty] fix missing background image
2022-04-30 14:59:01 -05:00