reposboxcancel

20,275 Commits over 1,522 Days - 0.56cph!

3 Years Ago
Make sure soundsystem_lowlevel is rebuilt Fixes crashes with the soundsystem when enabling a new sound device, possibly other crashes
3 Years Ago
Don't show buildwatch on assetbrowser (customer machine already couldn't see this but we don't want it either)
3 Years Ago
gas_cylinder_fat Prop Has lods and gibs and is tintable Merge branch 'master' of sbox
3 Years Ago
Use on disk texture desc when updating texture data Throw exception when there's not enough data to create/update texture
3 Years Ago
updated asphalts material/textures
3 Years Ago
Delete the client's pawn on disconnect
3 Years Ago
Fix transforms again
3 Years Ago
Sea fix
3 Years Ago
Experiments
3 Years Ago
Fix ghosting on text textures, optimize font smoothing as a combo
3 Years Ago
Added a (very naive) reproduction of the Source 1 "ikrule touch" feature for current holds
3 Years Ago
Polished 9-way walk
3 Years Ago
Construct .vmap Added Construct vmap + sky map Merge branch 'master' of sbox
3 Years Ago
Fixed dress model Fixed gloves Compiled gloves fixed bun hair variations Merge branch 'master' of sbox
3 Years Ago
Fix AuthorityCheck Merge branch 'master' of sbox
3 Years Ago
Fixed hold_R on Rust crossbow 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
Keep thin fonts sharp
3 Years Ago
Improve text rendering quality and subpixel antialias
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
adding WIP brick trim and corner overlays Merge branch 'master' of sbox
3 Years Ago
Fix typo that slipped through last commit
3 Years Ago
Make TextureLoader.Image public as well
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
Mipmap ImageLoader images from URLs as well Make Sandbox.TextureLoader.Load public and allow decompressing procedural png/jpg Merge branch 'master' of sbox
3 Years Ago
Tweak how PhysicsTime is calculated Merge branch 'master' of sbox
3 Years Ago
Procedural blink machine + micro eye darts added to the Citizen animgraph Merge branch 'master' of sbox
3 Years Ago
Add Material.CreateCopy and Material.OverrideTexture
3 Years Ago
Generate mips from ImageLoader-created textures
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
Hammer: Add editortext helper Merge branch 'master' into player-client
3 Years Ago
PawnController.Pos to Position
3 Years Ago
Transform.Pos, .Rot now .Position, .Rotation
3 Years Ago
WorldPos, WorldRot, WorldScale => Position, Rotation, Scale
3 Years Ago
Controller/Animator renames Fixed EventSystem exception when no arguments Changed how Entity.Input is treated on the backend Fixed Input.ActiveChild
3 Years Ago
Move SimulateActiveChild to Player since it's a common useful thing
3 Years Ago
Disable debug Update BaseWeapon description, telling people they don't have to use it Fix prediction errors showing when cl_showerror is 0
3 Years Ago
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