userConnacancel

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

3 Years Ago
Added health to each building that makes some sense as a jumping off point and reset population and resources to default
3 Years Ago
Disable normal debug overlay lines on unit entities
3 Years Ago
Don't render the Building Blocker entity...
3 Years Ago
Added rts_building_blocker entity and support (updated GhostBuilding to use touch events)
3 Years Ago
Actually use the highest value of the ground height + 100 and the vertical offset
3 Years Ago
Raise the minimum height of the aircraft
3 Years Ago
Fixed aircraft being stuck sometimes with no path. Fixed smoothing of aircraft vertical height when traversing over hills. Merge branch 'master' of sbox-rts
3 Years Ago
Have units align to surfaces properly and average out normals if the unit is particularly large (such as a vehicle) Merge branch 'master' of sbox-rts
3 Years Ago
Added AlignToSurface option for BaseUnit definitions that will dictate whether units rotate to the normal of the ground they are standing on
3 Years Ago
Let's not have ff_ground. Let's just use the world as it is, and support displacements and stuff. ff_ground will still be required as a trigger to define the bounds of the map :+1:
3 Years Ago
Added improved experimental support for height map generation for flow fields, with automatic cliff / edge detection
3 Years Ago
Temporarily re-enabled height check (slow) Merge branch 'master' of sbox-rts
3 Years Ago
Added sound effects to SAM Sites and increased range of some sound effects
3 Years Ago
Implementation for Nuke and Missile models. Updated Airstrike Ability code to support sounds. Added support for models to Projectile. Added config to make Projectile face its heading.
3 Years Ago
Refactored some status data stuff and implemented the Ice Bomb Ability for the Grenadier. Fixed an NRE in BaseGrenadeAbility that errored when starting the ability.
3 Years Ago
Added BaseUnit.IdleLoopSound and updated Apache and Chinook to use it
3 Years Ago
Continuing to add new sounds to bring the game to life a little
3 Years Ago
Added Dissolving status stub. Added Plasma Bomb Ability with Dark Energy requirement for the Grenadier.
3 Years Ago
Vehicles are weak to Blast damage (they have a negative Explosive Resistance)
3 Years Ago
Fixed Sniper and Anti-Tank hold types in the animgraph and fixed sniper model path
3 Years Ago
Added Sniper and RPG hold types to the Simple Terry animgraph
3 Years Ago
Added Anti-Tank unit and RocketLauncher weapon and updated models to use new placeholders. Updated Rocket Launcher hold type to 5 and Sniper hold type to 4.
3 Years Ago
Added various UI placeholder sound effects and building placement and construction effects
3 Years Ago
The Launch Pad will correctly open and close when a Nuke is being fired (temporarily remove dependencies for testing)
3 Years Ago
Changed Launch Site anim graph to use Client Simulate with a networked boolean
3 Years Ago
Fixed issues with aircraft moving around in circles when reaching their destination as a group
3 Years Ago
Made some balance changes to the SAM Site
3 Years Ago
Added the SAM Site structure (can always make for testing right now.) Added MinVerticalRange support.
3 Years Ago
Added the Armageddon technology. Added Air Superiority requirement for the Airstrike ability. The Nuke can only be fired from a Launch Pad. Added the Launch Pad building.
3 Years Ago
Fixed Resistances not showing for selected units. Removed resistances from the unit purchase tooltip. Added Apache as queueable from the Airfield. Don't show Kills for units that have no weapon.
3 Years Ago
Show unit and building resistances in the Selected Item panel. Added Resistance modifiers for units so that certain technologies can add or take from them. Added the Thermal Armor technology.
3 Years Ago
Have the dome shield particle effect follow the unit with SetEntity instead
3 Years Ago
Added DPS display to the unit information panel and balanced Pyromaniac's flamethrower
3 Years Ago
Reduced Dome Shield radius by 100. Update Dome Shield radius control point for particles. Added damage modifier support and updated rank system to use that. Added Basic and Advanced Ballistics technologies that upgrade existing and new projectile units with +1 damage.
3 Years Ago
Use CP#2.x even for the health, oops!
3 Years Ago
Set CP#1.x on the dome shield particle effect for the health and don't create two shields
3 Years Ago
Support minimum attack distance for aircraft by using a Z value of 0 on Distance checks
3 Years Ago
Early return if minimum attack distance is not validated
3 Years Ago
Performance improvements to GetFreePositions / GetGridPositions. Added GetPerimeterPosition method to UnitEntity. Added MinAttackDistance to BaseUnit. Units with a minimum attack distance will move to range before they attack.
3 Years Ago
Added ItemComponent.TakeDamage as a component event. Added ShieldAbsorber component, DomeShieldEntity and DomeShieldAbility. The Dome Shield ability lets a unit deploy a dome around them that absorbs damage to all units inside until it breaks or 30 seconds have passed.
3 Years Ago
Adjusted the radius and height of the Nuke again (looks good)
3 Years Ago
Use half the radius for the width and the full radius for the height
3 Years Ago
Implement CP#2 support for the Nuke in anticipation of upcoming particle effect changes Merge branch 'master' of sbox-rts
3 Years Ago
Implemented GetAttackPriority and added AttackPriority to each base item definition
3 Years Ago
Changed the Grenade class to Projectile and have Nuke extend that. Added placeholder Nuke siren and explosion sounds and implemented them with a flickering red alert light.
3 Years Ago
Added the Nuke ability, an expensive late-game weapon of mass destruction that will eventually require a Launch Pad to fire from. Added Timed Viewers to the fog system. When a Nuke is deployed, everyone can see the area where it lands for a short time to witness its glory.
3 Years Ago
Removed Priority Queue classes because it turns out they're worse
3 Years Ago
Fixed chunk sizes and PathManager creating way more Pathfinder objects than it needs to causing lag when updating collisions
3 Years Ago
Added Priority Queue classes
3 Years Ago
When resources change lerp the transform in the top bar instead of adjusting the font-size