userGarry Newmancancel
branchsbox/mastercancel

3,124 Commits over 1,338 Days - 0.10cph!

3 Years Ago
Assets derive from Resource, are reference networkable
3 Years Ago
Add Model.Name Model is a Resource Merge branch 'master' of sbox
3 Years Ago
Can network List<Resource>
3 Years Ago
Added NetworkResource Merge branch 'master' of sbox
3 Years Ago
Rename INetIdentifiable to Resource
3 Years Ago
Strip old health stuff
3 Years Ago
Entity.Health is a float
3 Years Ago
Don't download files from server if we're the listen server host
3 Years Ago
Built in waterlevel, networked and predicted Merge branch 'master' of sbox
3 Years Ago
Whitelist System.Text.Json
3 Years Ago
Added bounce threshold to surface (was hard coded to 40 in engine previously)
3 Years Ago
Delete COMIntegration.exe Add vsopen.exe
3 Years Ago
Remove Unused Remove Unused Fix network atomics getting stomped by embeds
3 Years Ago
Fixed Time.Tick description
3 Years Ago
Update playerloop.drawio.png Rename NetworkClass to NetworkComponent
3 Years Ago
Update sandbox.client.win64.vdf
3 Years Ago
Remove codegen debug "Creating {typeName} from {symbol}"
3 Years Ago
Fixed clientside entity not reading initial network state
3 Years Ago
Update NetworkEntity.cs
3 Years Ago
Experiments Codegen for NetworkVariable, working with hotloading Cleaner, safer Prediction fixes, network lists Trying to network CUtlBinaryBlock was a disaster, cleaning up Embed boilerplate Strip old netcode NetworkEmbedClass and INetworkTable Trim now unused data changed callbacks Use predicted versions of classes instead of recreating NetworkList is obsolete Refactoring, List<> uses BaseNetworkContainer NetworkEntity Fix for sbox-issues/issues/233, throw errors if doing this wrong Deleted EntityHandle Rename NetworkVariable to NetworkAtomic Added string replication Refactor Support networking List<string> Fixed null not being networked properly Add TableIdent and TableHash NetworkEmbed builds network table networks children (with no network dirty!) VPROF some shit Made storing/restoring predicted vars 41x faster Deleted NetPredictable https://files.facepunch.com/garry/0ae21fdd-58c9-437c-97eb-e5a4962600b1.png Fixed NRE in PredictionDestroy Don't allow changing [Net] vars clientside, unless they're a client entity or predicted List<Entity> is networkable Remove debug warnings Merge pull request #3 from Facepunch/datatables Datatables
3 Years Ago
Log codegen exceptions Show codegen exceptions in VS
3 Years Ago
Delete the client's pawn on disconnect
3 Years Ago
Fix transforms again
3 Years Ago
Sea fix
3 Years Ago
Fix AuthorityCheck Merge branch 'master' of sbox
3 Years Ago
Do half aiming when no weapon
3 Years Ago
Set aimat_pos so player model aims
3 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
3 Years Ago
Whitelist System.Text.StringBuilder Whitelist System.Decimal Whitelist SwitchExpressionException Whitelist TupleElementNamesAttribute
3 Years Ago
Whitelist range/index syntax stuff
3 Years Ago
Added BaseFileSystem.ReadAllBytes, ReadAllBytesAsync
3 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
3 Years Ago
Made FindActiveCamera return an ICamera instead of a Camera
3 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)
3 Years Ago
Fixed citizen hitbox surface type Remove unused Still network ModelEntities,even if rendering is turned off
3 Years Ago
Fixed Transform being fucked up because I'm a clumsy idiot
3 Years Ago
Add Player.OnActiveChildChanged
3 Years Ago
Make citizen material surface property flesh Didn't mean to leave this in
3 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
3 Years Ago
Tweak how PhysicsTime is calculated Merge branch 'master' of sbox
3 Years Ago
Whitelist System.Private.CoreLib/System.ObsoleteAttribute
3 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
3 Years Ago
Update ci.yml
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
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