alexey.lysiuk
7d7bf3dee9
- fixed resetting of music volume after closing dialogue
...
https://forum.zdoom.org/viewtopic.php?t=67035
2020-01-21 12:17:56 +01:00
Christoph Oelckers
c3759f389c
- separated the channel number from the flags in the sound interface so that the 8 channel limit can be eliminated.
...
- added Marisa Kirisame's CHAN_OVERLAP flag.
- exported S_IsActorPlayingSomething to ZScript.
The sound API change required deprecating A_PlaySound and S_Sound. There are now new variants S_StartSound and A_StartSound which have two distinct parameters for channel and flags.
# Conflicts:
# src/bbannouncer.cpp
# src/fragglescript/t_func.cpp
# src/g_shared/a_lightning.cpp
# src/p_effect.cpp
# src/p_mobj.cpp
# src/p_switch.cpp
# src/playsim/p_spec.cpp
# src/sound/s_doomsound.cpp
# src/sound/s_doomsound.h
# wadsrc/static/zscript/base.zs
# Conflicts:
# src/intermission/intermission.cpp
# src/sound/s_doomsound.cpp
2020-01-06 15:00:05 +01:00
Christoph Oelckers
d4a71e3d20
- added null check to the dialogue lines array so that it doesn't crash if the text is never word wrapped.
2019-12-01 10:59:09 +01:00
Christoph Oelckers
1161a17f00
- do not blur the background for portrait-less conversations.
...
- Fixed the mHasBackdrop flag. (drfrag)
# Conflicts:
# wadsrc/static/zscript/ui/menu/conversationmenu.zs
# Conflicts:
# src/menu/menu.cpp
2019-08-10 12:47:41 +02:00
drfrag
61bd1d614a
- More fake generic font support.
2019-08-08 00:39:22 +02:00
drfrag
865d1581dd
- Extended the fake generic font support for the dialogue system.
2019-07-27 12:56:32 +02:00
drfrag
b702a5a514
- fake generic font support for the dialogue system.
2019-07-17 23:49:47 +02:00
alexey.lysiuk
1577da4186
- fixed deprecation warnings in core scripts
...
Actually no warnings here (drfrag)
# Conflicts:
# wadsrc/static/zscript/ui/statscreen/statscreen.zs
2019-05-14 20:07:55 +02:00
Christoph Oelckers
b5fb443258
- fixed spacing of Strife's merchant's texts.
2019-04-29 19:06:21 +02:00
Christoph Oelckers
963d1b682c
- fixed layout issues with Strife's dialogues.
...
They were using some settings from the option menu which they never should have used to begin with.
2019-04-29 19:03:23 +02:00
Christoph Oelckers
7a9b881299
- properly construct the reply texts for Strife's merchants.
2019-04-28 23:12:02 +02:00
Christoph Oelckers
961a6fe211
- reorganized the ZScript content in gzdoom.pk3 and changed the files' extensions to something unique for easier syntax highlighting.
...
# Conflicts:
# wadsrc/static/zscript.txt
2019-04-28 22:14:34 +02:00