userConnacancel

4,087 Commits over 1,096 Days - 0.16cph!

1 Year Ago
Add ItemTag and some standard item tags. Add item tag support to Tooltip. Add item tags to all items.
1 Year Ago
Remove brew items on death
1 Year Ago
Added StatModifier and Player.Modifiers. Apply damage and speed modifiers accordingly for DamageBuff and SpeedBuff. Using a Health Brew will consume all of your stamina.
1 Year Ago
Add toast.show notification sound + announcement.show. Show an announcement when a Team Upgrade is purchased
1 Year Ago
Add buff.expired sound. Add BuffIcon. BaseBuff.Color and BaseBuff.Icon. Show all active buffs on the HUD.
1 Year Ago
Only call callback for embed lists when they are cleared if it did previously have one value
1 Year Ago
Added Player.RemoveBuff<T>() and added cloaked particle effect. Cloak a player properly when using the Stealth Brew.
1 Year Ago
Added changed callbacks for VarEmbedList (changed callbacks now work on lists of BaseNetworkable types)
1 Year Ago
Optimizations
1 Year Ago
Desaturate disabled shop items nicely. Add colors from the color palette to all upgrades.
1 Year Ago
Various tweaks to the UI and add PanelStyle extension and Style.SetLinearGradientBackground
1 Year Ago
Fix weapon
1 Year Ago
Semicolon
1 Year Ago
Tidy up / add MeleeWeapon and have Axe, Pickaxe, Sword inherit from it
1 Year Ago
Differentiate axes for gameplay Material alterations
1 Year Ago
Removed the 4 sword vmdls and have 1 with bodygroups. Add pickaxe world/view vmdl placeholder
1 Year Ago
Fixed range of all melee tools and weapons (divide range by voxel size)
1 Year Ago
Add NotoSansSymbols2-Regular and use it for the unknown items. Ensure randomized symbols for items are seeded by the item type Add red values for resources the player cannot afford
1 Year Ago
Test add text shadow to item name
1 Year Ago
ugh Other fixes
1 Year Ago
Added vortexbomb.loop
1 Year Ago
Implement vortex bomb particles
1 Year Ago
Added fireball hit and launch sounds Add IConsumableItem and make BrewItem implement it Players can now press a hotbar key to immediately consume that item without switching weapons Add Throwable weapon class and update v_portal (rename later) to use as a base for throwable magic type Merge branch 'main' of sbox-corewars
1 Year Ago
Fixed purple being cyan and cyan being purple 🥴
1 Year Ago
Add test detail models to DevBlock
1 Year Ago
Disable collision on detail models + clear details properly if a new neighbour is placed above us
1 Year Ago
Add BlockType.OnSpawnDetailModel
1 Year Ago
Pass in world position not local position to OnBlockAdded
1 Year Ago
Ensure block state, entities and callbacks are called for blocks when chunk initialize + detail mesh support
1 Year Ago
Add detail stuff
1 Year Ago
Re-styled the Storage, AirdropStore, ItemStore and TeamUpgrades dialogs to better fit theme
1 Year Ago
Update color palette. Fix path errors. Change Vortex Bomb to an item.
1 Year Ago
Updating styling
1 Year Ago
Add ColorPalette static class. Update all items to use colors from that palette. Increase inventory icon sizes. Update item icons.
1 Year Ago
Added random symbols for names and descriptions of items you haven't unlocked yet through upgrades. Sort all items in the item store by their sort order. Implement airdrop land particles.
1 Year Ago
Implement Crossbow Tier 2 particle effects
1 Year Ago
Have airdrops continue to drop down even if they've previously landed (if they land on buildable blocks that are then removed later)
1 Year Ago
Added airdrop.falling and airdrop.land sounds. Implement particle effect. Don't show hud icon if it hasn't landed yet (gets in the way of the lovely effects.) Do a secondary sweep trace to check if we're about to land and then play the landing sound.
1 Year Ago
Update voxels submodule Merge branch 'main' of sbox-corewars
1 Year Ago
Optimize cached day cycle controller (for when none exists)
1 Year Ago
Added Floating Damage indicators when dealing damage to players or cores
1 Year Ago
Add world hud elements for generators and the player's own team's core
1 Year Ago
Don't reset Material in Render2D.Image. Add IHudRenderer and implement it for Airdrop
1 Year Ago
Added Render2DExtension and Render2D.Image
1 Year Ago
Add cw_friendly_fire convar Shorten melee range on Axe, Pickaxe and Sword Respect friendly fire for player vs player Add core hit sounds Add TeamCore.MaxHealth (def: 200f), respect friendly fire convar, play core hit sounds, and automatically heal the core 1HP every half second Tweak item.dropped sound and add brew.activate Add BrewItem.OnActivated to replace OnConsumed, add BrewItem.Consume and optional activation delay Merge branch 'main' of sbox-corewars
1 Year Ago
Enable friendly fire Merge branch 'main' of sbox-corewars Added core.explode1 and core.explode2 and add cw_core_revive and fix core explode cmd
1 Year Ago
Prepare Team Core for explosion effect Merge branch 'main' of sbox-corewars Add cw_explode_core test command to blow up your own core Update death effect path
1 Year Ago
Add *.generated.* to .gitignore
1 Year Ago
Update core particle color on client. Create core particle on client. Disable collision and drawing for a core that is dead.
1 Year Ago
Added Color to IPurchasableItem and InventoryItem. Add colored names for different item types for tooltips and shop displays. Fix Buy button not working.