Commit graph

28 commits

Author SHA1 Message Date
4caa5e097e Option to make Chainsaw use ammo (randomly drops on enemy kill).
Made small fonts more readable.
Font cleanup.
2019-05-03 17:26:07 +02:00
76df49e62b Added activatable items for Heretic, along with a full inventory bar.
Support new versions of Kinsie's test map.
Switch to new GetAxes implementation across the board.
Minor fixes here and there.
2019-05-01 22:32:59 +02:00
923970898e Localization work (spanish fully covered for now).
Added some new fonts for stuff.
Removal of RNG damage.
Instagib DM implemented through flak_instagib cvar.
Enhanced Shock Rifle spawns can be disabled in DM and replaced with UDamage.
Other things will come soon.
2019-04-13 19:18:07 +02:00
ee0cf53e9b Revert all "global level removal" changes, as this concept is being discarded in GZDoom.
Keep a couple changes from that commit, though, such as the switch to legacy render style tags in Screen API calls.
2019-01-24 21:09:17 +01:00
e3cf50b32c Push ZScript version to 3.8 and adapt accordingly to level global removal.
This isn't guaranteed to be 100% stable at the moment.
2019-01-20 16:32:26 +01:00
35ee056d7a Add separate player classes for separate sounds and whatnot.
Fully implement UT movement for all modes (walk, swim, fly).
2018-12-28 19:10:35 +01:00
931f89832c Added Translocator ammo feature from UT2k4.
Prefixed mk_math classes for cross-compat with any other mods that use them.
Fixed incorrect uses of gametic.
Fixed crash caused by incorrect ordering of PendingWeapon checks.
2018-12-17 16:34:23 +01:00
cea7e241b0 Fix for asmjit crash. 2018-11-15 19:42:40 +01:00
fe08f11997 Bumped ZScript ver.
Added OnDrop to weapons replicating the UT drop style.
Some fixes for UT player movement.
Hide keys from HUD in DM.
Added "classic jump boots" option.
Fixed missing ambientglow on some weapon skins.
2018-11-15 19:03:20 +01:00
c6b77dfffd Initial work towards Heretic compat.
Bump ZScript version to 3.6.
2018-08-31 15:30:55 +02:00
8e7475a4da Fix some tinted HUD parts having a weird color. 2018-08-29 00:40:35 +02:00
5ab9bb4930 Corrected Redeemer HUD behavior (Tint is reduced, HUD doesn't hide when guiding). 2018-08-12 16:45:39 +02:00
e77e0b59ff Reduced smoke on enforcer. Removed wipe bug workaround. 2018-07-21 16:53:59 +02:00
f1bc6de2b3 Added workaround for glitched screen wipe on map load. 2018-06-18 09:29:41 +02:00
569ef037ec Added lesser variants to shock core and biorifle ammo for balance.
Added "dropped ammo" properties to all weapons, also for balance.
Silence warnings about floating point truncation.
2018-06-13 13:24:57 +02:00
b9e55b1363 Properly corrected the order weapon icons and ammo bars are drawn in. 2018-06-03 17:06:20 +02:00
a73a2b2977 Reduced extra ammo cost of Enhanced Shock Rifle Combo from +2 to +1.
Changed the HUD ammo bar drawing so it skips weapons that are out of ammo.
Added bug note about the translocator and player blocking lines being ignored.
2018-06-03 16:17:54 +02:00
6c096e1b0f Rebalanced things across the board, buffing relatively weak weapons.
Double capacity with backpack for all ammo (except Redeemer, it just gets one extra).
Made Enhanced Shock Rifle ammo drain over time (1 unit per second).
Uncapped health and armor numbers in the HUD.
Fixed Jump Boots not persisting between levels.
Increased duration of invisibility.
Made translocator toggleable (currently requires manually selecting "apply changes" under the menu option).
2018-06-03 16:04:00 +02:00
413735dc24 Add automap HUD 2018-06-01 12:13:18 +02:00
4c451de008 Reverted radius/height changes to items, it causes issues on many maps.
Implemented proper HUD rendering, along with toggling and resizing. Works just like in UT now.
Added "extended" version of the Beta menu music, quickly put together in OpenMPT. I really like it.
Added M_DOOM graphic and changed the titlemap texture.
Made various screen graphics additive now that I know how to.
Separated pickup and first person brightmaps for Pulse Gun, this is needed for beta skin packs (there will be skins for the Pulse Gun, Redeemer and Impact Hammer).
2018-05-31 22:02:03 +02:00
f55abc40fb Tweaked some drawing behaviors. Added note about HUD customization. 2018-05-30 19:24:47 +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
a14e43481b Translocator implemented. Tweaked some little things about the HUD, too. 2018-05-27 01:28:35 +02:00
eb6c8e1c35 Completed Chainsaw. Added some extra visual effects. Made various particle effects actor-based.
Removed key replacement classes, turns out this breaks maps.
2018-05-26 20:44:31 +02:00
1ddda70712 Impact Hammer fully implemented. 2018-05-25 20:16:37 +02:00
f05754b45e Added key display to HUD. Added weapon flashes. Fixed up some particles. 2018-05-24 00:20:53 +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
d3da87cefe All misc items implemented. Enhanced Shock Rifle implemented.
Going to focus on the HUD now while at the same time doing the remaining weapons.
2018-05-21 20:28:17 +02:00