branchsbox/mastercancel

11,190 Commits over 1,308 Days - 0.36cph!

3 Years Ago
Remove unused binds, remove unused model class
3 Years Ago
Derive player from AnimatingEntity Add -PC to shader compiles
3 Years Ago
Fixed invalid panels in PanelsToDeleteAfterTransitions Ignore sendtables.bin Merge branch 'master' of sbox
3 Years Ago
Add animating entity, only supports setting of a single sequence currently
3 Years Ago
Bind everything needed to enable physics instead of overriding basemodelentity
3 Years Ago
Mount addons when joining server (temporary) Reduce file send buffer size Reset player velocity on respawn
3 Years Ago
Record LastAttacker/LastAttackerWeapon (we can do better than this, but it'll do for now) Don't cache player name, review this later Highlight local player in killfeed Merge branch 'master' of sbox
3 Years Ago
Rename to ApplyImpulseAtLocation that takes a location and impulse, makes more sense than a global impulse vector
3 Years Ago
Override CBaseModelEntity to enable physics
3 Years Ago
Fixed infinite loop in MainThreadContext
3 Years Ago
Addons use content folder instead of data Move our addons data/ contents to content/ Bigger buffer size for CRC'ing Switching our SynchronizationContext to use a Channel instead of a List CreateDirectory: ignore empty strings GetCRC return 0 on file missing instead of exception FileRecv handle files in the root propertly Don't download files from the server if we already have them
3 Years Ago
RPC to single player works Make Todd less likely to be the first bot
3 Years Ago
Don't clear network socket interfaces on server shutdown, unless we're a dedicated server Flag up if we can'r resolve a reference in access control Add single player target for Client RPC calls
3 Years Ago
Clean up custom network var writing
3 Years Ago
Automatically enrol classes deriving from LibraryClass
3 Years Ago
Use steamclient sockets by default, only use gameservernetworkingsockets if dedicated server
3 Years Ago
net 5.0.0
3 Years Ago
Hardcode extra engine shader paths
3 Years Ago
Fix "worldspawn" exception
3 Years Ago
Random bot names Error notice fixes Adde Panel.WaitThen, Panel.WaitForTransitionThen Added killfeed to flying head addon Rebuilding ghost - try to make it not be red die particles
3 Years Ago
Fixed exception with particle screenshake
3 Years Ago
Add sbox to gameinfo SearchPaths so we can target it on dynamic shader compilation Make Vfx files be read from each searchpath rather than just Core and extend it to be supported by addons soon Add test concommand to force enable dynamic shader compilation
3 Years Ago
Added ModelEntity.CollisionsEnabled tracer particle tweaks EntityEffects binds Added Entity.DrawingEnabled particle updates
3 Years Ago
Warning spam cleanup
3 Years Ago
Bind CCollisionProperty Grab collisionproperty on ModelEntity
3 Years Ago
Ghost Model: define bounds hull Player - update physics hull after model set player: don't UTIL_SetSize Shoot lasers from alternative eyes
3 Years Ago
Added prediction scope
3 Years Ago
Added Player.IsLocalPlayer Particle system attachment basics
3 Years Ago
Citizen export test Rust export test Unity prefab/material to Source2 export script
3 Years Ago
Testing webhook
3 Years Ago
Testing webhook
3 Years Ago
Move PropertyClass Move PropertyClass to game Added LibraryClass, NetworkClass Correctly tick WriteNetworkEntities Entity derives from NetworkClass Network PlayerController (mockup) Fix NetRead/NetWrite now public PlayerControl is set serverside and networked down to client Library class lookup dictionary Debug remove Don't shoot when dead
3 Years Ago
Bind Get/SetLifeState Strip unused damage stuff from native Added Entity.OnKilled Fixed Player.Local not getting null when player destroyed Remove gamestats Gamemode picks our respawn point
3 Years Ago
Can't make GLST's for sandbox right now so use the DS Ip instead of steamid Allow access to System.Nullable Add Panel.BindToMethod Add Entity.Health Create MethodBind.cs Health UI
3 Years Ago
Fixed UTIL_GetLocalPlayer in shatterglass server Apply prediction rules to EmitSound
3 Years Ago
Enable Steam Sockets Added option to join Garry's SteamId Added DamageInfo
3 Years Ago
Debug print fixes
3 Years Ago
Fixed exception in Trace.Ignore TraceResult propertly returns the hit entity Health + TakeDamage binds Do actual damage in test addon gun (shatter glass etc) Asset updates
3 Years Ago
Implement .Ignore( ent ) for traces
3 Years Ago
Entity.Rot PlayerController.Rot Citizen skin tweaks
3 Years Ago
Moved codegen .gen folder to addon root (it's only used for diagnostics right now) Update .gitignore Content List is flat and organised by type instead of folder based
3 Years Ago
Addon dependancies caps insensitive Add Content to Sandbox.Generator Citizen addon: generate code so we get a content list MyAddon - depend on citizen, use generated content path
3 Years Ago
Buffer up native console prints until newlines Disable ESP Clean up this code
3 Years Ago
Move hotloadmanager into Gamedll
3 Years Ago
Bot code Entity Flags binds Create EntityFlag.cs
3 Years Ago
Fixed eye angles on server
3 Years Ago
Allow model Just In Time loading Add CBaseModelEntity binds Crash todo in CModel::SetupAttachmentTransform Bind CSkeletonInstance Tweaked managed entity creation order so we can do stuff in Spawn Added ModelEntity Player derives from ModelEntity Don't call SetCollisionBounds from native baseplayer
3 Years Ago
PET: Don't give us any of the mod mismatch warnings
3 Years Ago
Test light impact, sound impact
3 Years Ago
Added gameglue Added Decals class Glass fixes Fixed exceptions due to LIGHTING_ORIGINS 0 testmap update Compiles