250,524 Commits over 3,959 Days - 2.64cph!

4 Years Ago
Prevent interaction while crawling (will add special cases later)
4 Years Ago
Merge Main->NewWounding
4 Years Ago
Add AnimEntity.RootMotion
4 Years Ago
▋▉▋▌▇▄ ▊▄▉▍▅▄▉ ▊▇▋█. ▄▍█ █▉█▇▆ ▄▆ ▌▆▋█▊▋ ▅██▇
4 Years Ago
▆▇▄▊▍▅▆▉█ ▊▇▆▌▅ ▊▅▄█▍▄▇ ▆▆▄▅█▇▆▍▍ ▄▇▇▄▅█▉▅▄ ▊▍▇▍ ▆▉▇ ▉▋▆▇▆▉▋▋ ▋▍▄▍█ ▉▋ ▄▉▉▉ ▄▍▋▍ ▆▊ ▌▇▆▅▄▇ ▍█▋▌▊▍▉ ▊█▉▊ ▇▅▇ ▉▊▉▍▌▋▇▋▉█ ▌▌▄▋▇ ▆█ ▉▋▉ ▅█▋▊▅▅▍ ▌▅█▆▇▋▌ ▄▅ ▋▇▆▆ ▍▆▍▆▍. ▌▌▌▇▆▄▄▊ ▊▆▄ ▍▌▌▋▋▉▊▄▆ █▄▅▊▆█▅ ▇█▊▌▉█▋ ▇▆▅▉▌▇▅.
4 Years Ago
Merge Main->NewWounding
4 Years Ago
Can now insert cassettes into mailboxes
4 Years Ago
Added UI to explain how to finish recording a voicemail early Fixed voices not always recording in voicemail
4 Years Ago
Fixed mobile phone not properly ending calls/resetting state when the player dies or is incapacitated while making a call Fixed dial tone staying active if player dies mid call and they placed the call by entering numbers (not via the directory) Fixed voicemail messages continuing to play if deleted while playing
4 Years Ago
Adding a future option to cancel any pending health when entering wounded state. Currently unused.
4 Years Ago
Fixed missing text in some languages on cassette recording UI
4 Years Ago
Updated SelectedItem panel to support new mouse events on panels Merge branch 'master' of sbox-rts
4 Years Ago
Fixed OnMouseOver and OnMouseOut not being invoked on panels
4 Years Ago
Simplified Vehicle collision Simplified Vehicle collisions
4 Years Ago
Origin Fix for buildings Origin fix for buildings Merge branch 'master' of sbox-rts
4 Years Ago
Add game config to RTS and made it much easier to switch between camera modes by code
4 Years Ago
Merge from render_scale
4 Years Ago
Adjusted jitter calculations
4 Years Ago
Add PhysicsBody.AddMeshShape
4 Years Ago
Initial commit
4 Years Ago
Draw circle ECS bullet collision gizmos in editor Fixed ECS bullets not using sizeMultiplier for collision shape
4 Years Ago
Improved chat box location
4 Years Ago
Refactored a little and added Toast system from Pool
4 Years Ago
Obsolete fixes
4 Years Ago
Obsolete fixes
4 Years Ago
Obsolete fixes
4 Years Ago
Converting menu to use template Support multiple [Library] attributes Add Library.GetAttributes<T> ( to get all attributes of type ) Add LibraryAttribute.Create<T>() PanelEvent changes Navigator playing UI Test nagivationable Nav href, highlight Template loading more error resistant Settings page shell PanelEvent system revamp Fixed MouseBack, MouseForward UI events not doing shit Navigator supports history back/forward Add Panel.OnHotloaded Call Panel.InitializeEvents on hotload, remove previously added events Update current link when switching tabs Stack based back/forward Navigator Variables GameScreen, GameCreate uses navigator Don't die if deleting panels creates errors Add local addons as packages Background Stuff Splitting GameLists Add a bunch of UI sounds Make playing sounds work in the menu Set Prediction.FirstTime to true on themenu Add Panel.PlaySound Add custom css properties 'sound-in' and 'sound-out' (play a sound when rule matches or stops matching) Navigator back/forward sounds Button hover/press sounds Group play buttons Don't navigate to the current URL Added [UseTemplate] attribute Switch stuff to use [UseTemplate] instead of SetTemplate( .. ) Fix stylesheets with more than 10 @imports triggering infinite loop detection Menu home screen work Refactored GameInfo out, using package instead Show previously created games on home screen Stylesheets adhere to css specificity rules PreviouslyCreatedGame on home Fix hotloading using older panel in PanelEvents QuickPlay works Can click exception warning to hide it Mouse back/forward buttons can't click things Don't show error's stack trace on devnotice Party placeholder IconPanel has the iconpanel class always applied Allow creating buttons with null text Create Party.cs Local.SteamId works in the menu Callbacks for lobby invites ClosePopups event Added special css property pixel-snap - 1 snaps to pixels, 0 allows subpixel Text doesn't have to be point filtered now Fix text wrapping being a pixel off now we're snapping Game Screen tweaks Fix not being able to play some local gamemodes Game slide under header Menu Changes: sbox-issues/discussions/374
4 Years Ago
TTT: add a player mic volume slider to the scoreboard (#1804) * Adds a player mic volume slider to the TTT scoreboard * Add Brazilian Portuguese translation Co-authored-by: Tiagoquix <30274161+Tiagoquix@users.noreply.github.com>
4 Years Ago
Fix not being able to play some local gamemodes Game slide under header
4 Years Ago
Added placeholder feedback sounds
4 Years Ago
Pistol firing should set b_attack to true
4 Years Ago
Scale damage for headshot
4 Years Ago
Add ModelEntity.GetHitboxGroup
4 Years Ago
fix ninjaStar hitbox, etc !redux_all !ecs
4 Years Ago
Fixed DespawnTimeData not actually doing anything
4 Years Ago
Reset Occupant List for Unit entities
4 Years Ago
Added an occupancy system where some buildings can occupy units
4 Years Ago
Return to only attacking enemies again
4 Years Ago
Improved Turret behavior by using an animation graph
4 Years Ago
Set vertex/index buffer data directly after creating buffer if data exists
4 Years Ago
Use modelbuilder
4 Years Ago
Started working on experimental support for buildings to have weapons and added a Turret stub
4 Years Ago
Revert "Update Vector usages" This reverts commit cb15545810a9c9a37916e6d6cee2a52b0acb2b62.
4 Years Ago
Revert "Make Vector2, Vector3, and Vector4 readonly structs" This reverts commit cf4a236a805c3590e8015b1f479d83457a0c03a8.
4 Years Ago
TTT: fix table.Shuffle Did not shuffle the first couple elements of the list as much as it should (note that this is not used for traitor selection or anything critical).
4 Years Ago
Fixed standalone build error !ecs !redux_all
4 Years Ago
Update vector usages
4 Years Ago
Temporarily workers will just spin around when constructing stuff for a laugh
4 Years Ago
Update Vector usages
4 Years Ago
Make Vector2, Vector3, and Vector4 readonly structs This will probably break some things Will be switching more soon