Commit graph

12 commits

Author SHA1 Message Date
e8b9a55378 4.10 support:
- CORRECTPIXELSTRETCH where needed on models.
 - Replace CoordUtil.GetAxes with quaternion version.
2022-12-05 16:57:15 +01:00
00458b669b 1.0.6 release:
- Revert the attempt at compensating for 1.2 pixel stretch. It's impossible to do it consistently.
2019-12-05 13:34:58 +01:00
9e1aea068f Re-exported all models using umodelextract.
Fixed a rare abort with the enhanced shock rifle if a monster destroys itself from splash damage before a beam's contact damage is dealt.
2018-11-29 16:41:57 +01:00
957f976b29 Made visual recoil toggleable (and with configurable strength, too).
Cleaned up some code (mostly related to server CVars).
Proper angle interpolation.
Snap player to floor when walking down steps like UE does (looks kinda twitchy due to lack of view height smoothing).
2018-09-24 15:00:02 +02:00
07915ea7c2 Added first person visual effects to all weapons.
Added "instant rocket" mode to RL, toggleable with reload button.
Various adjustments to offsets and scales.
Fixed a bug where other armors wouldn't absorb damage if at least one of them is depleted.
Reduced armor bonus pickup amount to 1, and made it absorb more damage the more you have, up to a 75% cap at max amount.
Tweaked vibration on the Chainsaw.
More particles for rockets and flak slugs.
Reduced delay for rocket launcher refire.
Fixed Pulse balls having no XY billboarding.
Tweaked Pulse bolt visual effects.
Reduced shake of Shock Rifle and Enhanced Shock Rifle to more bearable levels.
Fixed clipping on the Ripper after offsets were changed.
2018-06-11 18:25:09 +02:00
aa3fd89bcb Changed up all the model offsets again due to complaints about inconsistency with UT.
Added view-space effects to Enforcer and Biorifle, others will follow soon.
Added smoke particles to spent casings.
Added green smoke particles to biorifle sludge explosions.
Touched up how rockets and grenades are fired.
Fixed a VM abort when the game is loaded while there's a Redeemer blast active.
2018-06-09 14:21:13 +02:00
7f6ee5dd0e Greatly simplified MODELDEF blocks. 2018-06-04 10:15:04 +02:00
a6ccec0997 Began working on Rocket Launcher.
Corrected some stuff and tweaked models and offsets again.
Added gib impact sounds (Droplets compat).
Made Translocator module throwing work like in UT (same math, even).
Corrected sludge wall sticking, uses projection now rather than a cheap trace.
2018-05-30 01:36:38 +02:00
4f0cb3e73f Minigun implemented. Some minor adjustments to weapon model offsets.
Allow armor/pads to replace shield belt when it's not at max capacity (emulating UT behavior).
2018-05-28 18:49:00 +02:00
def0e317f3 Added Jump Boots and removed Shielding Suit.
Recalculated all the model transforms in preparation for coelckers/gzdoom#495.
Corrected some small mistakes in Dual Enforcers code.
2018-05-28 13:55:05 +02:00
1332f7a243 Ripper implemented. 2018-05-27 18:33:18 +02:00
7e38cfddd8 The HUD is complete (actually, I forgot to add key display, will do that later).
All weapon pickup models have been added in. Modeldef has been subdivided to make things easier for me.
2018-05-23 01:48:29 +02:00