userConnacancel

4,794 Commits over 1,371 Days - 0.15cph!

3 Years Ago
Added Cooldown Label and Build Time Label and support in the tooltips to display that information
3 Years Ago
Typo: Transform -> Transport
3 Years Ago
Added Item Label system + UI. Added labels to existing units: Support, Attacks Aircraft, Gatherer, Builder
3 Years Ago
Added a win condition check (no workers / command centres) and game summary screen showing winning team group list
3 Years Ago
Group similar resources that are clustered together into a single minimap icon
3 Years Ago
Renamed Name properties to something else on entities. Explicit interface implementation for Tags on ISelectable types.
3 Years Ago
Move coordinate system rotation from CSS to C# and add resource icon entity support
3 Years Ago
Refresh selection after an instantaneous upgrade
3 Years Ago
Use particles/explosion_nuke/ instead to see if it forces any change
3 Years Ago
Set RenderColor of Nuke but still can't figure out why the Nuke particles won't play
3 Years Ago
Use the world space bounds center of the target entity to determine where path particles end
3 Years Ago
Don't create path particles for units that have just spawned (if they're not selected, like normal)
3 Years Ago
Don't show alerts if that position is on the screen
3 Years Ago
Don't have a square border on alerts it looks rubbish
3 Years Ago
Added an attack warning system to alert on the minimap when an area that wasn't recently under attack becomes under fire
3 Years Ago
Added minimap pinging (in your team color) and it will network to your alliance (hold Ctrl and click to ping) Merge branch 'master' of sbox-rts
3 Years Ago
Replace .jpg with .png because for some reason Hammer makes it a jpg
3 Years Ago
Make MiniMapEntity partial - I'm tired
3 Years Ago
Only update minimap texture if it hasn't been set already + make TexturePath networked Merge branch 'master' of sbox-rts
3 Years Ago
Always transmit the mini map entity
3 Years Ago
Fixed obsolete FGDType property
3 Years Ago
Some tweaks to FGD stuff and fixed Mini Map Entity
3 Years Ago
Added MiniMapEntity for configuring the map background texture Merge branch 'master' of sbox-rts
3 Years Ago
Medevac uses a new sound for the healing beam instead of the flamethrower sound Merge branch 'master' of sbox-rts
3 Years Ago
Added a box to represent the camera on the minimap atm it's a fixed size - proper representation soon(TM)
3 Years Ago
Refactored MiniMap class a little and added convenience methods for conversion to and from map coords. Implemented buildings for the minimap. Fixed minimap overlapping selected item UI.
3 Years Ago
Refresh minimap based on total icon count. For example if there's 10 icons update it every 0.05 seconds but if there's 200 icons update it every 0.5 seconds and so on
3 Years Ago
Added IMapIconEntity interface. Implemented it for Units for now. Fixed minimap not selectable when a unit is selected. Added pre-generated map image for now (Greenlands only.) Added fog overlay for minimap. Added icon support with team colors based on item visibility. Merge branch 'master' of sbox-rts
3 Years Ago
Support `transform: scale( x y )` but still fallback to setting both if a single parameter is specified. Previous only a uniform scale could be set Merge branch 'master' of github.com:Facepunch/sbox
3 Years Ago
Refactored how the camera works it is now completely client-side. No prediction needed and much smoother especially now that tickrate is 20hz.
3 Years Ago
Smooth out the camera by interpolating at a fixed rate to avoid jitter in frame time
3 Years Ago
Fixed Material.Load being called in render thread for GhostBounds entity
3 Years Ago
Ensure selection area is hidden at all times if the player is not in the current game
3 Years Ago
Use large plasma muzzle flash for the Plasma Tank Cannon (Louie was 2 steps ahead)
3 Years Ago
Fixed damage showing for items with weapons that do no damage. Reduced text sizes for some items on item display. Fixed tank projectiles not exploding properly. Fixed fade distance on rocket explosion sound. Added Plasma Tank Cannon upgrade. Merge branch 'master' of sbox-rts
3 Years Ago
Increased the damage of the Nuke drastically and the Airstrike a little bit
3 Years Ago
Added Medevac aircraft which heals the target unit and will keep switching to new healable targets. Added WeaponTargetType/WeaponTargetType and ability for weapons to determine what they can target. Refactored targeting conditions for units. Added UnitEntity.CanAttackTarget. Added Emergency Exit technology from Airfield (Level 1) to increase speed of Medevac units.
3 Years Ago
Move saving and restoring of frame time for bot commands to native Merge branch 'bottimenative'
3 Years Ago
Move saving and restoring of frame time for bot commands to native
3 Years Ago
Updated codebase to use RenderColor.WithAlpha instead of RenderAlpha as it's now obsolete. Removed occurances of RenderColorWithAlpha.
3 Years Ago
Stashing here Added collision box + attachments to Hellfire model. Implementation of Hellfire + Hellfire weapon. Fixed SAM Weapon rocket NRE. Fixed Flocker distance tolerance. Fixed aircraft minimum attack distance support. Merge branch 'fadeinout'
3 Years Ago
Added collision box + attachments to Hellfire model. Implementation of Hellfire + Hellfire weapon. Fixed SAM Weapon rocket NRE. Fixed Flocker distance tolerance. Fixed aircraft minimum attack distance support.
3 Years Ago
Fixed bot user commands being ran at the wrong point during a tick causing bots to behave in strange ways Merge branch 'master' of github.com:Facepunch/sbox
3 Years Ago
Stashing here
3 Years Ago
Some fixes to the path particles and ensure they are instantiated correctly
3 Years Ago
Implemented Advanced (Level 2) upgrades for Vehicle Factory, Terry Factory, Drone Hub + Airfield. Removed redundant technologies. Moved unit specific technologies to the buildings that train them. Added tag interfaces for item definitions to avoid networking unnecessary stuff. Fixed building not remembering selection after an upgrade. Forced ordering in a command queue to be: Units, Buildings, Tech, Upgrades, Abilities.
3 Years Ago
Added support for the path particles (but they don't display?!) and fixed a bug where OnSelected/OnDeselected didn't get called. Updated path particles to give infinite bounds (though that doesn't fix not displaying.) Merge branch 'master' of sbox-rts
3 Years Ago
Initial commit: parity Merge branch 'master' into bots Merge branch 'master' into bots Added MimicBot and updated to use BuildInput method Commented out some native bot_ commands. Added managed bot commands Fixed previous state issues and clean up Merge branch 'master' into bots Made changes for PR Merge pull request #27 from Facepunch/bots Bots
3 Years Ago
Made changes for PR
3 Years Ago
Added BaseTech.AlwaysShowInList and disable it for any technology "upgrades" such as Advanced Ballistics or Advanced Kevlar