userGarry Newmancancel
branchsbox/mastercancel

3,547 Commits over 1,522 Days - 0.10cph!

4 Years Ago
Speed up .HasAttribute Send Managed Class Ident as part of the entity serialization rather than as a datatable var Merge branch 'master' of sbox
4 Years Ago
Whitelist System.Text.StringBuilder Whitelist System.Decimal Whitelist SwitchExpressionException Whitelist TupleElementNamesAttribute
4 Years Ago
Whitelist range/index syntax stuff
4 Years Ago
Added BaseFileSystem.ReadAllBytes, ReadAllBytesAsync
4 Years Ago
Fixed possible overflow when allocating string for native Throw exception if trying to update disposed texture Fixed build input not being called on ActiveChild Add restrictions to NetList, NetRead
4 Years Ago
Made FindActiveCamera return an ICamera instead of a Camera
4 Years Ago
Update to 6.0.0-preview.3.21201.4 Fixed internal warnings Client RPCs are run in a nicer place (this might fix entities becoming offset on the client)
4 Years Ago
Fixed citizen hitbox surface type Remove unused Still network ModelEntities,even if rendering is turned off
4 Years Ago
Fixed Transform being fucked up because I'm a clumsy idiot
4 Years Ago
Add Player.OnActiveChildChanged
4 Years Ago
Make citizen material surface property flesh Didn't mean to leave this in
4 Years Ago
TransmitType.Culled renamed to TransmitType.Pvs Update managed parent information on entity created clientside Always network if an entity we own is the owner Make sure we can carry the entity before adding it to inventory
4 Years Ago
Tweak how PhysicsTime is calculated Merge branch 'master' of sbox
4 Years Ago
Whitelist System.Private.CoreLib/System.ObsoleteAttribute
4 Years Ago
InteropGen - put native classes in order, least baseclasses first Engine - rename Player to Client Addon code prep Fov and Pawn 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 Remove FieldOfView from player, that was a mistake Add Client.Camera, cleanup Merge branch 'master' into player-client UpdateCamera to BuildCamera, OnInput to BuildInput, ClientSimulate to Simulate Rename Player.cs to Client.cs 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 Removed BufferedActiveChild stuff Move PlayerAnimator and PlayerController to addons Setting Pawn also sets Owner Renamed OwnerEntity to Owner Add Entity.Input, Entity.Client 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 Moved Camera, CameraModifier to Addon Camera switching predicted properly, Camera.Activate/Deactivate called proper Fixed non networked [Predicted] variables thinking there were prediction errors Fixed health not being accessible clientside on non player entities EventSystem supports arguments Fix HasLocalPlayerOwner lying Run buildinput event from Game:BuildInput Restore nametag functionality Deleted BaseCamera, kill works again, fixed ragdollcamera Trimming unused Remove unused Remove unused Trim more unused player stuff Stripping player eyeangles/eyepos stuff No need to add Pawn to Client.Pv - it's added automatically Add Entity.EyePos, Entity.EyeRot Controllers,Cameras use EyePos, EyeRot again CamSetup has Viewer, ZNear, ZFar, Aspect Rename PlayerAnimator/PlayerController to PawnController, share a common base class to avoid all the repetition Fix PawnController.UpdateFromController Added FrameSimulate Keep user input up to date each frame Update ThirdPersonCamera.cs BasePlayer.CreateHull() Fixed ground entity not predicting on Entity Network BaseVelocity properly 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 CNetworkQuantizedVector can get fucked BasePlayer.CreateHull Noclip works again Don't pass client around for purely clientside stuff like camera and input building Add Local.SteamId, Local.DisplayName Create SpawnPoint.cs Added Game.MoveToSpawnpoint( Entity pawn ) Remove GameBase.Current, add Game.Current Killfeed works again Fixed Client.All being empty (fixes chatbox etc) default v to +iv_voice, moved +iv_view to c Refactored voice stuff (moved most stuff to Voice class, moved out of addon code because we need more oversight and need it to control different PTT preferences and need it to work with parties) Rename BasePlayer.cs to Player.cs Put PawnControllers in folder Delete IPlayerControllable.cs Cleaning Merge branch 'master' into player-client Merge fixes Bind F2 to devcam by default Fixed Use not working Added Entity.PostCameraSetup( ref CameraSetup setup ) Viewmodel Fov setup Remove ICarriable Add Local.Hud (RootPanel) Rename Hud to HudEntity<T> (T = RootPanel) Default RootPanel scale by screen height rather than screen width CameraModifier works again Rename HasLocalPlayerOwner to IsLocalPawn Rename Entity.Client to Entity.GetClientOwner() Added To class for RPC and ConCommand sends https://files.facepunch.com/garry/0d8c7cc3-96de-4e79-9410-69abedca6741.png Disable debug Update BaseWeapon description, telling people they don't have to use it Fix prediction errors showing when cl_showerror is 0 Move SimulateActiveChild to Player since it's a common useful thing Controller/Animator renames Fixed EventSystem exception when no arguments Changed how Entity.Input is treated on the backend Fixed Input.ActiveChild WorldPos, WorldRot, WorldScale => Position, Rotation, Scale Transform.Pos, .Rot now .Position, .Rotation PawnController.Pos to Position Merge branch 'master' into player-client https://docs.google.com/document/d/1LKmPYTqT3tmxmf0alSGvuoCZw26AnZ7zHibuao4cd54 Player client
4 Years Ago
Update ci.yml
4 Years Ago
Slash fixes
4 Years Ago
Last try with this shit
4 Years Ago
Update ci.yml
4 Years Ago
Update ci.yml
4 Years Ago
Fixed some VelocityClipPlanes backwards logic Increase default GroundAngle Cleanup WalkController.StepMove, fix bouncing off stairs Merge branch 'master' of sbox
4 Years Ago
Fix "new word" in console Fixed RootPanel not enrolling into event system [Event] works on static methods
4 Years Ago
Fix stalling when download zip file Merge branch 'master' of sbox
4 Years Ago
Be doubly sure we're doing GameLoop.Shutdown, especially when we disconnect after only being half connected
4 Years Ago
Added Render.DrawScene (this is a stub, I need someone who knows what they're doing to fill it in)
4 Years Ago
Fix hard crash when creating AnimSceneObject with invalid model
4 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
4 Years Ago
Fix padding with 4 lengths being in the wrong order
4 Years Ago
Fix Global.MapName not being set on the server
4 Years Ago
Whitelist System.Private.CoreLib/System.Tuple Whitelist System.Collections.Generic.Stack Whitelist System.Random
4 Years Ago
Fix accesscontrol missing generic arguments Merge branch 'master' of sbox
4 Years Ago
Fix double filesystem mounting bug
4 Years Ago
Download gamemode too
4 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
4 Years Ago
Fix System.IO.Stream* exploit Merge branch 'master' of sbox
4 Years Ago
Lets make the grass material use the blend shader
4 Years Ago
Moving some shaders to dev shaders, removing others that we certainly won't use Update all_shaders.txt Blend shader compiled Mark our UI shaders as dev
4 Years Ago
Fixed Global.IsListenServer not being truly accurate before full signon Disable no property debug warning Print file download mbps in console
4 Years Ago
Whitelist System.Private.CoreLib/System.ValueTuple
4 Years Ago
Hide/Remove Render.Color Create physicsgamesystem.def Add Global.PhysicsTimscale, Global.PhysicsSubSteps
4 Years Ago
Warn if DrawIndexed is over the vert limit instead of quitting
4 Years Ago
Add SceneLayerType Fixed missing SceneLayerEnums Update NetworkAssetList.cs
4 Years Ago
MoveHelper fixes WalkController uses MoveHelper Merge branch 'master' of sbox
4 Years Ago
Unstuck fixes "restart" uses the right map ident Merge branch 'master' of sbox
4 Years Ago
Fixed Vector3.Angle being bullshit Lets use more System.Numerics.Vector3 making VelocityClipPlanes.TryAdd public Adding Trace.WorldAndEntities Adding Trace.FromTo Create MoveHelper.cs Merge branch 'master' of sbox
4 Years Ago
Remove ADD TYPE debug spam Fix assert in map extension check Vector3.SubtractDirection has a strength param Vector3.GetAngle returns in degrees (consistent with other apis) Add Sandbox.VelocityClipPlanes
4 Years Ago
Fixed map loading failed when doing map/changelevel with .vpk on the end (like when buildcubemaps)
4 Years Ago
System.Attribute whitelist fixes