userConnacancel

4,575 Commits over 1,280 Days - 0.15cph!

3 Years Ago
Test Unit health display
3 Years Ago
Be more aggressive with fading enemy units in and out. Don't allow researching tech that is already researched
3 Years Ago
Update circle sizes for units properly and added a basic resource display Merge branch 'master' of sbox-rts
3 Years Ago
Automatically spawn and destroy plasma effect particles at attachment location
3 Years Ago
Added support for the Plasma resource type as a map entity in preparation for Louie's stuff
3 Years Ago
Added ability to set default Model, Material Group, and BodyGoup when adding Hammer.Model property
3 Years Ago
Updated the rules for building placement and construction range, buildings have a line of sight based on their bounding box plus some minimum range
3 Years Ago
Resources are fog culled until seen and then remain visible (and can be hovered / used)
3 Years Ago
You can now hover over resources to see how much stuff they have left in them
3 Years Ago
Added support for autogen of enums for fgds Merge branch 'master' of github.com:Facepunch/sbox Fixed formatting
3 Years Ago
Updated pool to work with the latest core changes
3 Years Ago
Added different ranges for Interaction and Attacking. Added support for resource entities. Added gathering resource entities and automatic depositing of them. Refactored items to use HashSet over List. Added networked resource lists.
3 Years Ago
Added resource map entity stubs
3 Years Ago
Fixed a bug with Selection list not updating before Tag added/removed methods, added the Scout unit and a primitive method for determining spawn locations of units
3 Years Ago
Added a fog_bounds entity that can be placed as a brush in the map to define the FoW bounds
3 Years Ago
Have units fade in and out when they enter or leave FoW
3 Years Ago
Fixed abilities not displaying on the HUD and show correct binds with Input.GetKeyWithBinding
3 Years Ago
Updated for new input changes
3 Years Ago
Basic culling implementation for initial FoW implementation
3 Years Ago
Improved Fog of War performance and just use A8 texture for now reducing data size by 4x
3 Years Ago
Just banking this temporary FoW test (spoiler: it's awful, this needs to be done with a shader)
3 Years Ago
Added temporary blueprint material override (something better coming once support is added), fixed dependency updating when building is constructed or destroyed, cancel building placement right right-click
3 Years Ago
You can now construct buildings and assign workers to build them over time
3 Years Ago
Fixed random spawnpoint
3 Years Ago
Added a functioning build / train queue for BuildingEntity with placeholder UI
3 Years Ago
Added support for conversion to uint from string Merge branch 'master' of github.com:Facepunch/sbox
3 Years Ago
First implementation of a placeholder UI for displaying selected unit / building information and a command list for buildables. Added a basic tooltip for showing item information and store owned dependencies in the Player object networked locally
3 Years Ago
Pass true to Return to clear array so it doesn't remember values next time, and properly clean up network tags when clearing them. This fixes tag methods not being called client-side and when you remove a tag from something that only has one tag
3 Years Ago
Units will automatically attack enemy units in range unless selected, increased radius of attack trace, and default range of units
3 Years Ago
Updated rotation to target, fixed wishspeed where it would cause walking on the spot, updated selectables to use new tagging system
3 Years Ago
Units can kind of attack eachother but not really Merge branch 'main' of sbox-rts into main
3 Years Ago
3 Years Ago
3 Years Ago
3 Years Ago
Properly set speed based on unit data, fixed a stupid error (my bad) with pathfinding
3 Years Ago
Import NavPath and NavSteer to Gamelib, added a Unit Circle, improved selection handling, refactored ISelectable, added ItemEntity generic and added UnitEntity
3 Years Ago
Use a glow outline instead of a Debug Overlay for selection (and use the team color)
3 Years Ago
Added ability for entities to decide if they can be part of a multi-selection, added placeholder overlay for selected items, temporarily use a ServerCmd for item selection, update building entity physics from model
3 Years Ago
Invert mouse wheel zoom, added Min/MaxFOV options, and shuffle spawnpoints on start (added List Shuffle extension method)
3 Years Ago
Removed old models, added a mechanism for object selection, added skeleton classes for additional buildings and technology, added multi-cost support, added WASD camera movement and zooming in and out Merge branch 'main' of sbox-rts into main
3 Years Ago
Hide the Win Summary when the stats round is over
3 Years Ago
Fixed Win Summary Elo Calculations
3 Years Ago
Added some basic buildings (placeholder) and renamed some stuff to make a bit more sense
3 Years Ago
Square map test with only player spawn points (super simple)
3 Years Ago
Added a very crude system for buildable items with some skeleton classes with dependencies, I might scrap this though but it's the first iteration
3 Years Ago
Updated property watcher to support unwatching
3 Years Ago
Added the skeleton gamemode and moved common shared code to gamelib directory
3 Years Ago
Initial commit
3 Years Ago
Update namespace
3 Years Ago
Added skeleton Win Summary