Christoph Oelckers
38fd06656d
- made the colorset names and the texts in the color picker localizable.
...
# Conflicts:
# wadsrc/static/language.csv
2019-05-19 20:40:22 +02:00
player701
cb57c712cb
- Fixed random generation of friendly obituaries
2019-05-05 23:44:01 +02:00
Christoph Oelckers
aafb781d76
- removed the leftovers of the removed savedamount variable.
2019-05-02 19:56:24 +02:00
Christoph Oelckers
d599e2738d
- removed the MaxAmount fudging from MaxHealth.
2019-05-02 19:55:35 +02:00
Christoph Oelckers
c258e60340
- use Obituary for both Demon and Spectre.
2019-05-02 19:54:19 +02:00
Player701
d30c749d02
- Fixed conditions tested for when checking whether "Force respawn" or "Respawn protection" dmflags are enabled
2019-05-02 17:10:16 +02:00
Christoph Oelckers
a488791add
- added A_Explode compatibility options.
...
There are two options here - one only disables the vertical thrust and the other goes back fully to the original non-z-aware code.
Both options are settable through MAPINFO.
For the compatibility presets, the normal ones only disable the vertical thrust, the strict ones force use of the old code entirely.
# Conflicts:
# wadsrc/static/language.csv
2019-04-29 19:30:06 +02:00
Christoph Oelckers
d96473c74a
- give Hexen's PoisonCloud the OLDRADIUSDMG flag.
...
This actor has such oddball semantics that it's better not subjected to the revised radius damage code.
2019-04-29 19:04:07 +02:00
Christoph Oelckers
f57ebacae6
- localized some user-facing texts that were still string literals.
2019-04-29 18:53:22 +02:00
Sterling Parker
c2bdeb7da1
Add LookScale property
...
As requested by @coelckers.
2019-04-28 23:02:01 +02:00
Sterling Parker
8ce7da0a5e
Add LookScale variable on weapon
...
This variable allows a weapon to set a custom look sensitivity multiplier without fiddling with FOVScale / DesiredFOV hacks.
2019-04-28 23:01:57 +02:00
Major Cooke
fc510a7d89
Added CanTouchItem virtual.
...
- Allows an actor with +PICKUP flag to determine if it can pick up specific items or not.
2019-04-28 22:57:40 +02:00
Christoph Oelckers
536c0b7647
- fixed: Unmorphing a monster did not clear its UNMORPHED flag.
2019-04-28 22:47: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