Commit graph

57 commits

Author SHA1 Message Date
ff8d145a2b 1.1.3 mini-update:
- Propagate swingers removal from DT.
 - Updated patron credits.
2021-01-24 14:37:09 +01:00
ac4881ce51 1.1.2 update (small hotfix):
- Fix missing click sound on teleport capsules.
2020-01-13 08:23:20 +01:00
6820c4deba 1.1.1 update (same as flak_m):
- Sound overhaul.
 - Added extended '95 theme from Unreal mac port.
2020-01-04 22:33:10 +01:00
1207748311 1.1 release:
- Hexen compatibility (Combiner Patch will be updated soon).
 - Environment Map shader fixes from Doom Tournament.
 - Buffed Stunner so it's actually useful. This goes against what the Unreal
   Bible indicated but whatever, the weapon would be useless otherwise.
 - "Superweapons" now have +ALWAYSPICKUP for consistency.
 - Sneaky Strife stuff:
   - Dispersion Pistol and Stunner have reduced alert radius.
   - Rename Peacemaker sprites to avoid conflict with peasant sprites.
2019-12-15 14:47:39 +01:00
9e055d7570 Add tooltips here too. 2019-12-05 23:35:34 +01:00
a36a736887 1.0.6 release:
- Revert 1.2 stretch compensation like in Doom Tournament.
2019-12-05 13:35:43 +01:00
826485d4a3 1.0.5 release. 2019-12-03 13:16:12 +01:00
43f18514c2 WIP stuff.
- Add ice death frames to Doomreal players.
- Fix invisibility not reactivating on map transition.
- Fix a certain option not graying out when prototype features were disabled.
- Remove Doom Tournament spawner file as it will be used in the merge add-on.
- Fix various weapons not respecting infinite ammo cheats/powerups.
- Add HUD icons for the Razorclaw.
- Add sanity checks to Minigun sentry for potential cases where it dies while shooting and this causes an abort.
- Fix Biorifle altfire damage here too.
- When UT splash is disabled, Biorifle globs increase in size by 1.4x on impact, as originally intended.
- Eightball no longer loads a rocket after being selected and instead tweens to idle, like in the original.
- Flak Cannon altfire has a slower reload, as it was meant to.
- Adjust "give armor" cheat so it plays nicely with the merge add-on.
- Fix 0.83 hud playing the "new weapon" flash for all players.
- Made the 0.83 icon assignments moddable through external lists.
- HUD will still display a weapon icon even if it uses no ammo (e.g.: Razorclaw).
2019-11-27 21:37:22 +01:00
71fc572952 1.0.4:
- Very noticeable changes to the Automag and Protomag firing speeds.
   This is going to make dual wielding even more OP than it already was. Just
   so you know, dual wielding is NOT "canon" here, and if it breaks balance I
   really can't do much about it.
 - Automag and Protomag now start firing as soon as the trigger is held.
 - Protomag damage reduced back to 10 now that it has a much faster altfire.
   Believe it or not, the new altfire speed is actually true to the original.
 - Propagate the AmbientGlow changes from DT.
2019-10-29 21:28:49 +01:00
8061ce28b2 1.0.3 release:
- Add option for vanilla style Power Shield to not drain over time (defaults to true).
 - Fix various weapons being able to fire after player dies while charging (Biorifle, Flamethrower).
 - Fix Minigun not firing bullets immediately at start of fire loop or on refire.
 - Fix Minigun playing unwind animation on death, this time for real.
 - Added interpolation to some Teleport Capsule states and made refire a bit quicker.
2019-10-29 13:32:11 +01:00
efda5e69e5 1.0.2 Release:
- Relocated crosshairs so UT ones can still be used.
 - Corrected Item Lore so it mentions the Stunner and Impaler also being enhanced by the Amplifier, in case people haven't noticed.
 - Fix biorifle/napalm glob splash code like in Doom Tournament.
2019-10-28 14:31:45 +01:00
08361babe6 1.0.1 Release:
- Greatly improved responsiveness of Eightball.
 - Increase Betamag melee damage (15 → 25).
 - Reduce Demolisher visual sway.
 - Increase Razorclaw primary damage (6 → 10) and decrease interval (5 → 4).
 - Add random chance of forcing pain to each hit of Razorclaw primary (1/6 for bosses, 1/4 for normal enemies), making it a more viable melee weapon.
 - Razorclaw now propels you when fully submerged.
 - Fix Flame Gun not checking for the correct minimum ammo for secondary fire.
 - Replacements respect IsFinal.
 - HUD will display BasicArmor if available, for compatibility.
 - Fix alignment for non-standard item/ammo icons.
 - Fix Teleport Capsules having a choppy twiddle animation.
2019-10-28 11:09:50 +01:00
28d0912eda 1.0 release:
- Swap around some assets and code with Doom Tournament.
   - Searchlight moved to here.
   - Computer map and Armor bonus moved to DT.
   - Armor absorption priority code moved to DT.
 - Added Unreal crosshairs.
 - Fix incorrect Autocannon flash color.
 - Ported over Translocator ally telefrag prevention.
 - Fixed razor blades emitting no effects when hitting a non-bleeding enemy.
 - Misc. cleanup.
2019-10-21 22:09:50 +02:00
7051cb25be Release Candidate 2:
- Added option to toggle all beta content.
 - Added option to toggle armor bonuses (for purists).
 - Added cheap alternate allmap replacer, so there's something else to replace the computer map when the detector isn't allowed.
 - Small fixes and corrections.
2019-10-08 11:11:38 +02:00
a54f1495c7 Beta 4.
- Fix Dispersion Pistol altfire not ending early when releasing the button.
- Dispersion Pistol now changes fire speed based on upgrade level, as intended.
- Reduced Razorclaw twiddle animation frequency, it was getting annoying.
- Impaler altfire now doesn't work underwater, as intended.
- Impaler crystals deal less damage when underwater.
- Impaler no longer loses charge underwater while the crystal is unloaded.
- Impaler beam no longer homes in onto friendlies.
- Fixed missing Impaler melee obituary.
- Flamegun disallows firing while underwater, to prevent wasting ammo uselessly.
- Flares and Seeds can be stacked until int.max (give cheats and whatnot are still capped at 20 though).
- Fixed Minigun not displaying the bullet box ammo icon in the 0.83 hud.
- Fixed mouse input in the main menu at high resolutions (wasn't accounting for scaling, oops).
- Added "<item> selected." messages. Dunno if DT will need this too.
- Light Sentry now uses the more reliable native IsHostile() function to detect targets.
- [flak_m] Added "<weapon> has no ammo." messages.
2019-09-29 18:15:14 +02:00
bac9b6674d More stuff before public release.
Adjust the aspect of new 0.83 hud icons.
Impaler plays unique sound when ending altfire instead of select sound.
Adapt some things for the old sounds add-on.
Minor HUD adjustments (weapon slot related).
Left a couple notes of what I might do next.
2019-09-27 14:20:00 +02:00
9a7f7df063 Impaler has been implemented. Beta testing begins. 2019-09-27 00:41:25 +02:00
144935b4d5 Flamethrower is done now. Please shout at me if it's too op. 2019-09-26 15:15:33 +02:00
c0ad22d9e6 Stunner implemented.
Small tweaks.
2019-09-22 15:20:52 +02:00
a95e4721f2 Fireblaster (Flame Gun) added. 2019-09-21 23:20:38 +02:00
93cce0f51f Razorclaw implemented.
Fix incorrect Autocannon obituary.
2019-09-20 21:02:55 +02:00
48994248c2 Implemented Autocannon.
Assortment of tweaks to other things.
2019-09-20 19:40:05 +02:00
6196e04160 Accidentally implemented Demolisher.
Additional adjustments.
2019-09-18 03:42:56 +02:00
dd51875f8e Teleport capsules added.
With this, it's time to delve into uncharted territory for the remaining weapons.
2019-09-15 19:57:12 +02:00
e562754f00 Peacemaker implemented, with some minor model adjustments.
Fixed ammo bars in hud being positioned incorrectly if a weapon in the slot has no ammo.
Sentries now will also complain if the terrain is too steep or you're trying to deploy them in mid-air.
Adjusted protomag spin animation. Still not perfect but I tried my best.
Guess what: more PNG optimization.
2019-09-15 01:49:30 +02:00
6950bb48a1 Protomag(s) added. 2019-09-13 00:57:43 +02:00
6cfac33e2c Quadshot tweaks. 2019-09-12 21:05:08 +02:00
6cef6f4ebf Quadshot implemented. Moving on to the other weapons. 2019-09-12 20:28:34 +02:00
92cdb1f31c Minigun implemented.
Tweaked some muzzle flashes.
2019-09-12 01:47:07 +02:00
6984c2819d Rifle implemented.
Misc. adjustments to Biorifle and Razorjack.
2019-09-11 23:19:55 +02:00
3b4642be7c Implemented GES Biorifle. 2019-09-11 21:08:22 +02:00
3e169dfde6 Razorjack implemented, along with a couple extra features.
Adjust SCUBA Gear autouse behaviour so it works properly with manual use.
Add 3D floor handling code on various things.
Increased size of Eightball explosions to match original game.
Fix invisibility playing no sound when activated.
2019-09-11 19:37:10 +02:00
46ebde2750 Added Eightball "2 second hold" feature from Unreal Bible.
Added Stinger projectile bounce from 0.866 and below.
Added Stinger damage charge&explosion from Unreal Bible.
2019-09-07 14:44:56 +02:00
07121636f5 Added original Sentry as a separate item, and made it spawn in Backpacks, while the bigger Sentry is a rare Berserk replacement.
PNG optimization.
2019-09-06 20:46:39 +02:00
d7fe8cbfdd Hinting at something. 2019-09-06 14:42:22 +02:00
8c64ee7f2d Missed some Sentry stuff. Death FX still not done, oops. 2019-09-06 01:41:34 +02:00
9eccb24dd7 Sentry goin' up. It's fully implemented and working now. 2019-09-06 01:31:11 +02:00
f2cdf34c98 Current commit does not run and I don't know why.
Sentry partially implemented.
Motion Detector implemented.
Light/Dark Flares implemented.
2019-09-06 00:20:14 +02:00
ad20f46db7 I think with this all vanilla usable items are done.
However the SCUBA Gear won't spawn yet because a certain PR is needed.
2019-09-05 18:31:30 +02:00
b12c4a4112 Flashlight/Searchlight implemented.
Proper handling of charge redistribution on multi-copy items (fixes infinitely replenishable charge exploit).
More preparation code for other items.
2019-09-05 16:31:05 +02:00
ee8e612f48 Fixed incorrect fullscreen hud scaling (default scale/scale to fullscreen were swapped by mistake).
Fixed inventory bar having a blank space to the right if no next item is present (tends to happen when you only have two items).
Added "no pistol at spawn" option.
Added a hint of another prototype feature.
2019-09-05 14:32:14 +02:00
ccc6c50f95 missed a thing 2019-09-05 12:26:27 +02:00
a900660e55 Eightball implemented.
Adjustments to SMP 7243 recoil.
2019-09-05 12:23:54 +02:00
bac59b45c1 Replaced some incorrect instances of clip with magazine.
Add SMP 7243 from Oldskool to the BFG pool (toggleable).
Random fixarounds.
Spent mag models for the pistols, will be used (and backported to DT) soon.
2019-09-04 19:31:12 +02:00
912cad96c5 Oh boy, it begins.
Assigned all pickup models.
Implemented all ammo types.
Finished Flak Cannon.
Additional cleanup.
Slot reassignments and other adjustments to match known Unreal prototype info.
2019-09-04 02:37:59 +02:00
ce68db4b36 Dispersion Pistol fully implemented.
Jump boots (mostly) implemented (replacement feature not done yet).
Various adjustments.
DamNums coloring support.
2019-09-02 21:19:17 +02:00
442dfd818c DT xdevel branch is no longer needed.
Tweaked palette light for stinger projectiles.
Texture optimization.
2019-09-02 15:22:51 +02:00
fd5fdc20fb comment on required doom tournament branch. 2019-08-31 03:17:14 +02:00
01249eb43f Oh boy, here comes another big one.
Notable changes since last commit are the full implementation of the automag and asmd.
Also the Translator is now fully functional.
Fonts have been restructured to a neater format.
There have also been other random changes I don't have the time to document in detail.
2019-08-31 03:14:20 +02:00
8da5167e59 Today's progress. A whole lot of stuff added, and some cleanup too.
Fixed the sizes and offsets of player models.
Adjusted weapon offsets to be more in line with the originals.
Implemented all armors and most of the usable items.
Add lights to some item pickups. This might get done to DT too.
Key display on both HUD types, along with some fixes.
ASMD has complete animations. Other weapons will follow.
2019-08-16 03:27:15 +02:00