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

10 Months Ago
default scene
10 Months Ago
Add accessor to get player's weapon from player controller For now, move the viewmodel to be right on the camera Add Weapon.HoldType, GetHoldType
10 Months Ago
Expose hold type to player controller
10 Months Ago
Add Duck, don't rotate body to velocity, always use eye angles
10 Months Ago
Add property for hiding the body
10 Months Ago
Disable the camera if we are proxy Add CitizenAnimationHelper, hook up PlayerController stuff (from testbed), add custom message to ComponentNotFoundException Cancel out pitch when building velocity, clamp EyeAngles pitch
10 Months Ago
▍▉▆▊█ ▇▋▉▉ ▄▌▆▍
10 Months Ago
█▇▉█▍█▇▄█▊▄ █▇▄▊▉ █▉▍▍▌ ▋▍▇▍ ▉▍▋_▍▅▉_▋▉▉▍▊▄ - ▋▇▍▇█▄▊█▇▋█▌▅ ▆▆▋▊ ▅▊▇▆▉ █▉ ▉▅▆ ▄▇▌▋▄ + ▄▉▊▆▄ ▊█▋ ▇▍▉▋▉▌▋ ▌▇▍▍█▆
10 Months Ago
Hitbox to namespace Fix test periodically failing Move more stuff out of global namespace Sound components to namespace Scene into a namespace Everything in Sandbox.Game is in a namespace protocol++ SceneFile in namespace
10 Months Ago
Write a bullshit weapon component class ViewModel class Add CameraController, hook up PlayerController to CharacterController, add ComponentNotFoundException Add Client Expose Client properties so I can see them in the editor
10 Months Ago
Update .gitignore Add testing scene Create WeaponDataResource to hold basic info & prefabs for weapons
10 Months Ago
Include additional performance info about GPUs
10 Months Ago
Tidy up ready to start on scene stuff
10 Months Ago
No more Program.Main
10 Months Ago
▆▍▍'▋ ▇█▋ `▄█▊▅▅▌▌ ▄▉` ▄▊▋▌▋▌▊▉▅▇ ▄▋ ▋▊▉▊ ▇▇▅▇ █▇▍▇▅▅█▋ ▆▇ ▄▆▄▅▇▊▍▍▉█ ▇█▊▄█▍▇▋ ▄▉▌█▋ ▋▅▋▊▇▊ ▉▇ ▌▇▋ ▇▋▊▉▇▍
10 Months Ago
(▋▊▆▉▍'▊ ▆▉▇▇ █▇ ▅▇ ▇▍▊▍▋█▊ ▉█▅ ▄▋▆ ▅█ ▌▆▇▍) ▇▋▆▉▊▌▌█▍▍ ▊▊█▊▆▍ ▍▆▅▆ ▋▇▅▅▄▉▅▇ ▅▅█▄▅█▌▉▄ ▇▍ ▅▌'▄ ▋▊▌▉▉▄ (▍▅ █▊▄▅▅ ▍▊▄▉ ▅▊█▆▋ █▉▉▄▌▋▌) ▊▆▍ ▇▋▊▉▇▉ ▍▅█▍ ▋▋ ▄▄▆▌ ▍▄▌▌▉█▋▍ ▅▆▍▉▆▆▇▌█ ▄▋ █▇▅▊ ▍▆ █▍▇▄▋▉ ▉▋ ▄▌▌▋▇ █▍▍ ▊▇▅ ▉█▍▆▊▍▇ ▍▆▌█▌▇▌ ▊▅ ██▌█ ▋▇▋▅ ██ ▄▄▊▌▉▋▋▉ ▇▋▉▋▊▅█▉▇ ▍▉▍ █▌▋▇ ██▌▍█▅▊▋▌ ▅▌▆▇ ▇▆▋▄▌▉ ▌▉▋▌▊▄▅ ▄▌▉█▄▅▇▇█ ▅▌▋▄ ▅▅▋▍█ ▇▅▆▍▊▌▍▊ ▇▌▋▋▊▅▍▆▅
10 Months Ago
IzDynamicTree uses izAlignedAlloc
10 Months Ago
Leaderboard backup, run #7996
10 Months Ago
countdown beep
10 Months Ago
small attack heli reload sound tweaks
10 Months Ago
oops fucked the name
10 Months Ago
Fix preferences menu
10 Months Ago
Hammer map worlds get a backing Scene, add that Scene's SceneWorlds to the render list Add ComponentEditorWidget which can be decorated with CustomEditorAttribute Example usage: ```cs [CustomEditor( typeof( Terrain ))] public class TerrainEditor : ComponentEditorWidget { // ... } ```
10 Months Ago
TTT: Replace most SteamID usage with SteamID64 (#2029)
10 Months Ago
Orchid material wind changes
10 Months Ago
merge from main
10 Months Ago
updated ak entity, selected bone masks for w_ak anims
10 Months Ago
Orchid / all variants / prefabs / textures and billboards
10 Months Ago
Hacky way to let you do constant values for operator inputs
10 Months Ago
Minor base weapon fixes * Fixed bugbait animations when using alt fire right after throwing a bait * Fixed Ar2 eating 2 extra bullets when trying to fire right after using alt attack * Fixed shotgun locking up when holding reload and attack buttons during the reload animation Fixed 3rd person anim events playing in 1st person sometimes This applies only to player entities. Fixes shotgun playing extra pump sound when holding reload key while firing
10 Months Ago
exported edited rock, 3p melee, 3p 2hand melee, explosives anims set and edited sword holdtype override controller
10 Months Ago
Shader CI: Do git clean before pull
10 Months Ago
Minor fixes, x.Load(i) and x[i] has different behaviour between vk and d3d11? Compiled lit user shaders
10 Months Ago
Apply proper attenuation to func_rotating looping sound
10 Months Ago
fixed scenes where forkilift material had overrides
10 Months Ago
forklift textures polish removed old material variations
10 Months Ago
Cleaning up vgui files
10 Months Ago
Fix IGModAudioChannel:SetPan not using float inputs switch func_rotating to use CSoundPatch for its looping sounds Fixes garrysmod-issues/issues/5629 Merge Pull Requst * Refactor list.lua
10 Months Ago
Refactor list.lua (#2024) - Refactor for optimisation, better var naming, and new code style standards - Remove doc comments
10 Months Ago
merge from main
10 Months Ago
▊▇▋▆▊ ▋▄▄ ▆▄▄▌▍▇▌▇ ▅█▄▋ ▇█ ▆█▉ ▊▋▊▉▋▍ ▋▌▊▄▅▌▊
10 Months Ago
Refactor fog shader to take lights by index rather than by list, unroll loops still
10 Months Ago
Loading a local map should work
10 Months Ago
Tick menu UI in current game context Strip native load progress
10 Months Ago
merge from cake10_update
10 Months Ago
Push the scene when loading map
10 Months Ago
Show a nicer loading error when can't load a game, instead of hanging on a black screen
10 Months Ago
Fix wrong username on menu
10 Months Ago
▍▊█▆▉▌▄ ▉▄▋█▌▋▊▉▋▇▍ ▋▇▅▆▋▇ ▋▌▍▄ ▄█▊ ▇▆█▍▋██
10 Months Ago
Reduced variants on Cliff, Foliage and Decal shaders