userGarry Newmancancel
reposboxcancel

4,941 Commits over 1,522 Days - 0.14cph!

3 Years Ago
Remove GameBase.Current, add Game.Current Killfeed works again
3 Years Ago
Create SpawnPoint.cs Added Game.MoveToSpawnpoint( Entity pawn )
3 Years Ago
BasePlayer.CreateHull Noclip works again Don't pass client around for purely clientside stuff like camera and input building Add Local.SteamId, Local.DisplayName
3 Years Ago
CNetworkQuantizedVector can get fucked
3 Years Ago
Only show managed prediction errors if cl_showerror > 0 Show origin prediction errors from all predicted entities Fix m_fFlags not being networked for all entities
3 Years Ago
Fixed ground entity not predicting on Entity Network BaseVelocity properly
3 Years Ago
BasePlayer.CreateHull()
3 Years Ago
Update ThirdPersonCamera.cs
3 Years Ago
Keep user input up to date each frame
3 Years Ago
Fix PawnController.UpdateFromController Added FrameSimulate
3 Years Ago
Update ci.yml
3 Years Ago
Rename PlayerAnimator/PlayerController to PawnController, share a common base class to avoid all the repetition
3 Years Ago
CamSetup has Viewer, ZNear, ZFar, Aspect
3 Years Ago
Add Entity.EyePos, Entity.EyeRot Controllers,Cameras use EyePos, EyeRot again
3 Years Ago
Trim more unused player stuff Stripping player eyeangles/eyepos stuff No need to add Pawn to Client.Pv - it's added automatically
3 Years Ago
Slash fixes
3 Years Ago
Last try with this shit
3 Years Ago
Update ci.yml
3 Years Ago
Update ci.yml
3 Years Ago
Trimming unused Remove unused Remove unused
3 Years Ago
EventSystem supports arguments Fix HasLocalPlayerOwner lying Run buildinput event from Game:BuildInput Restore nametag functionality Deleted BaseCamera, kill works again, fixed ragdollcamera
3 Years Ago
Fixed health not being accessible clientside on non player entities
3 Years Ago
Moved Camera, CameraModifier to Addon Camera switching predicted properly, Camera.Activate/Deactivate called proper Fixed non networked [Predicted] variables thinking there were prediction errors
3 Years Ago
If we're receiving predicted entity data, and we're going to create a NetworkClass because of it, and we've previously created this class on this tick via prediction, then use that class so we don't create a new one and introduce a bunch of confusion
3 Years Ago
Removed BufferedActiveChild stuff Move PlayerAnimator and PlayerController to addons Setting Pawn also sets Owner Renamed OwnerEntity to Owner Add Entity.Input, Entity.Client
3 Years Ago
Rename Client to ClientEnt, make a Client interface to emphasise that it's not a regular entity Client.Local => Local.Client Delete IPlayerControllable, Add Entity.Simulate( Client cl ) PlayerAnimator, PlayerController works again
3 Years Ago
Rename Player.cs to Client.cs
3 Years Ago
UpdateCamera to BuildCamera, OnInput to BuildInput, ClientSimulate to Simulate
3 Years Ago
Fixed changes SCSS files not being sent to clients Wheely bin prop Wheely bin prop, has mask for tinting and all lods Merge branch 'master' of sbox Merge branch 'master' into player-client
3 Years Ago
Remove FieldOfView from player, that was a mistake Add Client.Camera, cleanup
3 Years Ago
Delete IFrameUpdate, IClientUpdate Add viewpos to usercmd Fix DOF on by default and only getting 50fps and debugging and reverting your 2 hours of changes thinking it was something you did
3 Years Ago
Addon code prep Fov and Pawn
3 Years Ago
Engine - rename Player to Client
3 Years Ago
InteropGen - put native classes in order, least baseclasses first
3 Years Ago
Fixed some VelocityClipPlanes backwards logic Increase default GroundAngle Cleanup WalkController.StepMove, fix bouncing off stairs Merge branch 'master' of sbox
3 Years Ago
Fix "new word" in console Fixed RootPanel not enrolling into event system [Event] works on static methods
3 Years Ago
Fix stalling when download zip file Merge branch 'master' of sbox
3 Years Ago
Be doubly sure we're doing GameLoop.Shutdown, especially when we disconnect after only being half connected
3 Years Ago
Added Render.DrawScene (this is a stub, I need someone who knows what they're doing to fill it in)
3 Years Ago
Fix hard crash when creating AnimSceneObject with invalid model
3 Years Ago
Make Event.Unregister public Added Parsers so Rotation, Vector4, vector2 can be sent via console command Add error if servercmd used on non static method
3 Years Ago
Fix padding with 4 lengths being in the wrong order
3 Years Ago
Fix Global.MapName not being set on the server
3 Years Ago
Whitelist System.Private.CoreLib/System.Tuple Whitelist System.Collections.Generic.Stack Whitelist System.Random
3 Years Ago
Fix accesscontrol missing generic arguments Merge branch 'master' of sbox
3 Years Ago
Fix double filesystem mounting bug
3 Years Ago
Download gamemode too
3 Years Ago
Use ShowMapSelect/MinPlayers/MaxPlayers/DefaultMap from from game config on game create screen
4 Years Ago
Fixed caret not drawing
4 Years Ago
Use new download schema