Commit graph

46 commits

Author SHA1 Message Date
e6d26f6076 WTF no don't use "double" in GLSL! 2022-01-15 17:10:06 +01:00
4c17c145f1 Mod rebranding to "Codename: Demolitionist". 2022-01-13 00:27:14 +01:00
b22be796bd Backported map marker drawing from common library. 2021-12-29 21:41:34 +01:00
f10b3b0d6d Fix animated logo glitching on some GPUs. 2021-12-21 22:03:38 +01:00
2724f77389 Fix broken math on Ghost Artifact shader. 2021-12-18 00:03:22 +01:00
8015338cf3 Re-do logo shader. Use separate layer textures. 2021-12-06 18:10:58 +01:00
eb9fa98d97 ditto 2021-10-25 16:30:43 +02:00
b917ac95b1 Divine Sprite fully implemented. 2021-09-06 13:02:14 +02:00
555530c164 Devastation sigil fully implemented.
Removed old ragekit shader entirely, always use alt now.
VIP powerups no longer spawn if the player has max amount.
2021-09-01 18:53:53 +02:00
dc4bd4d45d Initial 1.1 development setup. 2021-09-01 09:56:20 +02:00
761281db92 Finetune KDiZD key replacements.
Tweak ERROR shader.
2021-06-10 17:20:04 +02:00
789262b8c0 Fix material shaders not working with dynamic lights. 2021-06-03 13:44:20 +02:00
3500f72db0 Add "exclusive use to pickup" option.
Make "pickup through melee" optional (disabled by default).
Increased leniency of use to pickup (nice for items with small hitboxes).
2021-05-29 23:26:12 +02:00
76019492ca Modernize material shaders. 2021-05-27 10:55:44 +02:00
b98b80667f Fix Hellblazer having no crosshair.
Rebalance ammo drops/spawns again.
Add random chance for ammo drops to not spawn.
Minor adjustment to forced bilinear shader.
2021-05-21 10:42:19 +02:00
bbd43c58e4 Enforce intermission bg filtering through shaders, to fix jaggies at certain resolutions. 2021-04-11 21:20:27 +02:00
ea7775119d Add option to only allow one emergency reboot per map (enforced on nightmare difficulties).
Make Elemental Coating shader less eye-straining.
Leave "ashen remains" when a target is erased by the Ynykron.
Fix crushers not breaking if player isn't taking damage.
2021-03-21 00:57:23 +01:00
a579e9195a Fix Mykradvo shader seams. 2021-03-18 16:38:23 +01:00
b205527576 Mykradvo Artifact implemented.
Replace some electric damage types with plasma, as it should be expected.
2021-03-17 20:16:17 +01:00
1b01b611cb Small adjustment. 2021-03-07 13:51:24 +01:00
37a05c0db2 Moth plushy pushed to post-release update, replaced by generic cube.
Added lore entries for post-release collectibles.
Fix incorrect scaling of Demolitionist sprites in Doom 2 cast sequence.
2021-01-29 17:21:19 +01:00
ca24d63f1f Add key gesture items. 2020-12-30 22:30:44 +01:00
32791649a5 A couple things:
- Minimize HUD when looking through cameras (toggleable).
 - Hide precise crosshair when looking through cameras.
 - Add alternative, lighter Ragekit shader for people who may have issues.
 - Small changes to options menu layout.
 - Merged vanilla boss / healthbar handler into main one.
 - Fix: Silver Bullet didn't draw scope with shaders disabled.
 - Fix: Incorrect behavior of SWWMUtility.InPlayerFOV() caused everything to always be visible.
 - Fix: Trackers didn't account for Teammates in TDM.
 - Fix: Trackers update based on distance to consoleplayer camera, not mo.
2020-11-10 15:55:47 +01:00
9d03a86725 Fix shinemap shader UV flip.
Add shinemap debug sphere actor (to see them in action).
Move pp shaders to separate folder, akin to GZDoom's own layout.
2020-11-01 14:13:08 +01:00
8a97cc42f5 The 4.5 release is imminent. 2020-10-25 17:55:43 +01:00
43ffa95118 Small fixups:
- Unbreak input with cheat codes (and set a longer prefix).
 - Fix cracktro scrolls cutting off early.
 - Fix artifacts on M_SWWM graphic due to texture wrap.
2020-10-24 20:36:36 +02:00
eb2ee7b29f Push to master all the current WIP stuff in 0.9.11b:
- Reduce number of collectibles (some might come back in the future).
 - Merge both DLC weaponsets into one, removing redundant weapons.
 - Readjust prices of some items.
 - Initial work on collectibles (currently Frispy Corn is done).
 - Added bigfont for main menu, based on Source Han Sans.
 - Reduced default HUD margin to 10.
 - Added blob shadows.
 - Added precise crosshair drawing.
 - Tweaked decals, imported more stuff from UT.
 - Swapped the Ynykron impact decal for something better.
 - Fixes to slope alignment code.
 - Implemented headpats for MBF Helper Dogs and Cacodemons.
 - Implemented partial HDoom support, with love and headpats.
 - Fix various string functions breaking on unicode.
 - Added cracktro-style text scroll to Titlemap.
 - Fixed handling of healthbars for friendly monsters.
 - Workaround for maps that use the old author name hack (" - by: " separator).
 - Fixed Silver Bullet not autoswitching on first pickup.
 - Fixed misalignment of Silver Bullet zoomed aim.
 - Silver Bullet is unchambered on first pickup, consistent with Candygun.
 - Adjusted collision sizes of all items across the board.
 - Implemented "Use To Pickup" to work around any issues introduced by the previous change.
 - Swapped CHANF_LOOPING for CHANF_LOOP in many cases, this was a typo.
 - Tweaked Biospark arc lengths, for balance and higher performance.
 - Fix misaligned fire offsets of some weapons (most noticeable on Wallbuster).
 - Prettified the loading disclaimers for BD and HDoom.
 - Add pickup flash to all items.
 - Add custom key models for Doom and Heretic.
 - Fix blown kisses giving you "need key" messages.
 - Fix worn armor and embiggeners not being removed on scripted inventory resets.
 - Remove all references to the no longer planned Radio.
 - Workaround for gzdoom devbuild quirk where MenuSound changed its argument type.
 - Added timezone to fake clock.
 - Fix some times and dates in said clock.
 - SWWM blood now also hits ceilings.
 - Added default properties to DLC ammo and weapon stubs.
 - Lore entries for collectibles and dlc weapons (incomplete).
 - Massive amount of typo fixes across the board.
2020-10-20 11:37:14 +02:00
aabc9de051 0.9.10b release (oh boy where do I start):
- New fun options implemented (omnibusting, unlimited fuel, party time)
 - Biospark Carbine gets a requested nerf
 - Candygun combo fire has been buffed (watch out for that splash damage)
 - All powerup effects are additive (stacc 'em)
 - Automap hud respects gzdoom's cvars for toggling certain elements
 - Automap hud shows stats and times in gold when 100% / under par
 - Weapons and ammo are no longer affected by skill amount modifiers, for balance (and to avoid any weird glitches)
 - Sorting improvements for menu (weapons by slot, ammo by weapons, other items by value, etc.)
 - Grilled Cheese Sandwich now saves you from lethal falls properly
 - Blown kisses instakill nazis
 - Added non-violent Keen replacement (based on "Less mean-spirited Keen replacement" by SiFi270)
 - Added gib deaths for hell nobles, pinkies, cacos, revs and viles (sprites by Amuscaria and Ryan Cordell)
 - Blown kisses can activate use switches
 - Gestures can be chained by pressing a gesture button while another is playing
 - Fixed Grilled Cheese Sandwich not avoiding telefrags properly (now also works with voodoo dolls)
 - More precise weapon kill tracking (fixes some ragekit quirks)
 - Merge both DLC weaponsets, removing redundant weapons (see FuturePlans.md)
 - Discarded some collectables for the next updates, to save time
 - Preparation work for collectables update, including some (partial) lore files
 - Remove ammo fabricators from store, makes no sense to have them when you can just buy ammo directly
 - Cosmetic Boss Brain sprite replacements, just for fun
 - 10 more intermission tips, because yes
 - Added option to reduce distance at which enemy healthbars are picked
 - Various minor bugfixes and adjustments (and also some tiny typo fixes)
 - Ragekit now heals over time and with each hit (so it's more rewarding to go wild)
 - PNG optimization pass (again lol)
 - Fix crouched gestures having no facial animation
2020-10-05 23:29:28 +02:00
65db7e8367 0.9.8b release:
- Crouched gesture animations.
 - Proper crouch-jumping (now always enabled).
 - New fanart by Endie.
 - Swimming animations (also used by flight).
 - Hexen-style startup screen.
 - More model cleanup.
 - Prevent Wallbuster reload menu from opening on intermissions.
 - Intermissions now only handle fire and use for advance, to prevent some lil' accidents.
 - Holding altfire on intermissions hides ui elements, so the bg is fully visible.
 - Begin writing lore for collectibles (these will come in a couple updates).
 - Fix fuzz shader being affected by texture upscaling.
 - Enemies with >=1000 starting hp also can drop golden shells.
 - Explodium Gun no longer shows with a "1x" prefix on menus when single.
 - Player animation transition tweaks.
2020-09-24 14:05:04 +02:00
058a85e274 Add PP shaders when submerged. 2020-09-01 18:10:34 +02:00
84ce3965c4 Adjustments and rebalances. 2020-08-17 00:03:30 +02:00
09cfb25c30 Implemented "Item Sense" feature.
Rebalanced Hellblazer.
Rebalanced Biospark Carbine combo.
Hellblazer Crackshot sub-grenades home in on bounce, as was intended.
Added zoom blur when dashing.
Added option to use a big font for targetter labels.
More robust ui<->play communication for Demolitionist menu actions.
Increase fuel regen rate.
Disable GZDoom's built-in back button on Demolitionist Menu, since in some cases it can render the top left of the menu inaccessible.
2020-08-16 16:27:44 +02:00
978f0967a0 More "colorful" -noflat-. Kinsie's Test Map will use something else.
Added full dummy sprite frames to fix up some weird glitches.
2020-08-03 20:36:43 +02:00
ccf9ab8e6e Fix shader compiling 2020-06-17 08:19:40 +02:00
502a1cb4f7 Silver Bullet has reduced recoil when crouching (simulates using the bipod).
Add slight delay between Silver Bullet altfire release and re-press, for those with twitchy fingers like me.
"Enhanced" Silver Bullet scope shader by blurring the darkened part of the screen.
2020-06-16 22:08:08 +02:00
02a5d180d1 Remade logo, now animated (with shaders!)
Preload fonts on launch, less stutters
2020-06-16 16:20:09 +02:00
aec8a71de6 Ynykron initial implementation (not functional).
Removed Chanceboxes completely, they were a dumb idea.
Various itty bitty adjustments.
2020-06-14 23:34:47 +02:00
fb078b7232 Silver Bullet JET fully implemented.
Ammo rebalancing.
Damage boost to Candy Gun.
Various small adjustments.
Grilled Cheese Sandwich now gives 3 seconds of invulnerability on activation.
2020-06-13 21:32:28 +02:00
30302a2eb0 Adjust Elemental Coating to look more like the SWWM Barrier. 2020-06-04 16:37:11 +02:00
678efe0ab9 Use PROJECTILE combo where needed, fixes some projectiles not triggering impact/pcross lines.
Increase brightness of Barrier shader.
2020-05-28 17:17:14 +02:00
87930d3cb6 Elemental Coating (proper Radsuit replacer). 2020-05-26 18:16:19 +02:00
d1b1a0541d Added Lead Ball ammo type to Spreadgun.
Partial implementation of Fuck Your Shit rounds, currently in progress.
Added various shader effects to some powerups, and to player damage.
Added custom view effects to player death, disabled "face attacker" because it looks weird with model-based players.
Added "untouchable" spree tracking to the Stats tab.
Implemented "emergency reboot system" for people who want a less shameful form of the Resurrect cheat. Cooldown for consecutive reboots can be configured.
Rebalanced armors.
Small language string corrections.
Adjusted pickup model sizes of some weapons.
Fixed missing punch sound (damn typos).
Fix targetter always displaying voodoo dolls.
Fix uptime breaking when loading saves, now based on total playtime rather than gametic.
Readjusted Spreadgun ammo availability.
Flush HUD interpolators alongside messages, fixes things such as the score VERY slowly counting up when loading a save.
Spare armors now only get auto-used on pickup if there is NO armor available of that type.
Added some extra visual effects to punching walls and non-bleeding actors.
Slightly altered the melee range so it's not as awkward.
Fixed punching not using flesh sounds for bleeding actors.
Pusher primary now drags the player towards their target, like the Chainsaw.
Fixed the player having no pain sounds whatsoever.
Fixed stair step anchoring not working.
The damage dealt when walljumping on a monster now also gets boosted by the Ragekit.
2020-03-04 17:05:22 +01:00
42db2d3603 Added various screen shaders, plus a bunch of other changes.
Spreadgun rebalancing.
Underwater sounds.
Embiggener use sound.
Other small things here and there.
2020-03-02 14:41:28 +01:00
f44856f7eb Oh boy where do I even start:
- Icons for all item that'll nee them.
 - Fix powerup effects appearing in the inventory tab.
 - Added chancebox models.
 - Some extra sound stuff.
 - Added voice lines for responding to Korax in each Hexen hub.
 - Some work done on the titlemap I guess, nothing big yet, just the logos
   and whatnot.
 - Changed message duration cvars to seconds instead of tics.
 - Added mod menu and credits menu.
 - Lore text adjustments.
 - Added colored text tags for key items.
 - Adjusted how dropping/trading amounts are handled (always goes for highest
   available item drop if it's an ammo).
 - Added invulnerability healthbar effect.
 - Increased knockback of weapon melee, makes it more effective for getting
   enemies out of your face.
 - Adjusted flash effects on Candygun explosions.
 - Made Candygun decals bigger.
2020-02-01 03:54:06 +01:00
72c4a81ff0 A whole lot of stuff, whew:
- All ammo pickups done.
 - All weapons basic properties and spawn state set.
 - Implement Hammerspace Embiggener.
 - Corrections to lore stuff and other info.
 - Separated Hellblazer ammo between mags and single units.
 - Fix fourth healthbar being the same color as third.
 - Added "abstract" to some classes, just for safety.
 - Dashing and ramming tweaks.
 - Dashing no longer cancels when getting hurt.
 - Tiny menu fixes.
2020-01-30 22:58:10 +01:00
28660e23c8 Menus almost complete, Candygun added. 2020-01-30 03:42:19 +01:00