240,405 Commits over 3,867 Days - 2.59cph!

3 Years Ago
Increase max aim angle on MLRS
3 Years Ago
Merge from main
3 Years Ago
More layout tweaks for different resolutions
3 Years Ago
Add Stream.GetBroadcast
3 Years Ago
▋▅▄▍▉ ▍▉▄██▇ ▆█▋▉ █▄▌▉▇▊▌▍ ▊▊█▇ ▇▋▅▇▅, ▅▌▌▉▅▉▅ █ ▊▊█▊▊▆ ▅▋▌▉▉▉▊█ ▋▍ ▆▇▇▅▉▆ ▆▇▄▆ ▄▊▍▄▇▉ ▋▅▊▄▇▆▄▇▆ ▊█ ▅▉▋ ▉▋▅▍▇▋ ▅▍▌█ ▇▅▊ ▇▅█ ▋▌▆▄▌▉▋▊▉
3 Years Ago
Red background position and scaling sorted. While the firing area mask moves with the map, the background (which has to be a child due to the UI mask system 😞) stays filling the screen and only the screen, making it seem infinite and also keeping it clipped to the dashboard screen area.
3 Years Ago
Follower commands
3 Years Ago
Add Stream.GetUserFollowing and Stream.GetUserFollowers
3 Years Ago
Server compile fix
3 Years Ago
▅▊▊ ▍▇ ▊▇█ ▌▉▋▇▄▅ ▄▇▍▋ ██▄▊ ▅▍▅ ▅▄▆▇ ▄▉▌▅
3 Years Ago
Fixed sign icon on item icon not appearing in builds
3 Years Ago
Updated Minimap editor icon
3 Years Ago
Better header text on friend picker screen
3 Years Ago
Added an assign to friend option to auto turrets, uses same UI as sleeping bags Players that are already authorized won't appear in the friends list
3 Years Ago
Apply some more
3 Years Ago
Packed Vpk with Minimap (for testing)
3 Years Ago
Apply some changes
3 Years Ago
Chequerboard texture for out-of-bounds areas
3 Years Ago
More map UI WIP
3 Years Ago
Added input.ads_sensitivity to control mouse sensitivity while aiming ADS sensitivity is a multiplier on the base sensitivity. eg. 0.5 base sensitivity with 0.5 ads sensitivity = 0.25 sensitivity while aiming Exposed in options menu
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
Correct path on minimap
3 Years Ago
Updated Greenlands to use Minimap ent Merge branch 'master' of sbox-rts
3 Years Ago
Always transmit the mini map entity
3 Years Ago
Fix occupied icon showing up while on horse
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
Temp hammer model tweaked minimap image
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
Updated temp minimap image
3 Years Ago
Source updates
3 Years Ago
skin approval
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
Enable twitch avatars again
3 Years Ago
Optional channel param in Stream.SendMessage, sends to your own channel if non specified
3 Years Ago
▍▅▇▋▆▆▇▍▆▌
3 Years Ago
API changes
3 Years Ago
internal Stream.Connect and Stream.Disconnect, auto connect to twitch service on loop init
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
Implement Sandbox.Stream.GetUser
3 Years Ago
update
3 Years Ago
Refractor so that TwitchService handles client and api
3 Years Ago
Citizen/animgraph: added different poses for weaponless (early commit with a potential bug, troubleshooting)
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
Explosions WIP
3 Years Ago
Added Particles.SetPositionComponent and Particles.SetOrientation