userGarry Newmancancel
branchsbox/mastercancel

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

3 Years Ago
Native glue splitting
3 Years Ago
Added Global.MapName
3 Years Ago
Bind LocalVelocity Entity MoveDone, MoveBlocked callbacks Added ModelEntity.MoveTo Implement string.ToType for Vector3 and Angles Create FuncDoor.cs Undone debug messages Merge branch 'master' of sbox Fix dev hotspot normal map
3 Years Ago
Added PointLightEntity
3 Years Ago
Spawnflags
3 Years Ago
Create Rebuild-Game.bat
3 Years Ago
Disable stronghandle assert
3 Years Ago
Pass EntityIOTargetType_t in InternalEntityConnection Added Entity.EntityName Don't call Shutdown on library on assembly unload, because it'll be hotloaded properly Use [Input] for hammer method inputs Create FuncButton.cs Create IUse.cs FuncButton implement IUse Create AmbientGeneric.cs Added player +use'ing Store fireable entity outputs Merge branch 'master' of sbox
3 Years Ago
ClientInput.CursorAim sensible default Don't send .vpk files in NetworkAssets Fixed properties not using attribute name Making entity property names case insensitive Added Entity.InternalEntityConnection, fill from map key values Added Button.Voice Added [HammerInput]
3 Years Ago
Added Mouse global static class, fixed cursor disappearing when toggling between main menu Merge branch 'master' of sbox
3 Years Ago
Added Screen class
3 Years Ago
Fixed pointer-events not creating panel request for mouse input if it didn't have children Add Panel.MouseScreenPos Add Panel.MouseDelta Input handles multiple mouse buttons ButtonEvent can take a ButtonCode Added ClientInput.SetButton InputRouter.CursorDelta Added Vector2.ScreenSize Added cursor aim to usercmd Merge branch 'master' of sbox
3 Years Ago
Cleaning up
3 Years Ago
Support hotloading assets over the network
3 Years Ago
Isolating client filesystem, addons can define glob to download files, files saved by crc
3 Years Ago
Add color tests to border tests
3 Years Ago
Allow sending data in ServerInfo Network file refactor Client mount addons that the server tells them to
3 Years Ago
Skin changes didn't stick This should precache them properly
3 Years Ago
Tweaked skin to stop it being shiny in the dark Compile testmap Prevent lockup during buildcubemaps
3 Years Ago
Wall size fix Write network data after hotload Prediction check dictionary before blindly trying to restore from Add collision to this wall Merge branch 'master' of sbox
3 Years Ago
Strip out all the unused native precache stuff Implement precache tables in c# (this might not actually precache yet) Merge branch 'master' of sbox
3 Years Ago
Fix ui scale not changing unless the screen changed size
3 Years Ago
TextEntry placeholder Allow cookies to be used in menu, allow set/get json data, save in config Allow TextEntry to have a history, can be saved in cookies Added TextEntry.HistoryMaxItems Console input has persistent history Ignore cookies
3 Years Ago
Console autocomplete Autocomplete does convar partials too (ie map ...) Root Panels can define their own scaling strategy Developer UI scaling is 1:1 Adding a clear to the start of the frame render Console style clean up Merge branch 'master' of sbox
3 Years Ago
UITests - adding position test, which shows an issue Started work on autocomplete for textentry Add position test to menu Fixed transition bottom using wrong height % Adding InternalLabel, which Label proxies. This lets us have children on the Label panel. package updates Text-Shadow cascades Fixed label layout Panel.GetChildIndex Panel.GetChild( index ) Panel.ChildCount Panel.UserData (object) Add Menu panel Autocomplete working test Merge branch 'master' of sbox
3 Years Ago
Update CommandFlags ( was using source1 flags ) Add FCVAR_MENU, FCVAR_MANAGED Generator: strip attributes from overloaded [ClientCmd] methods string.QuoteSafe handle null Changed how console system works so we have to do less work. Stuff might be broke. Merge branch 'master' of sbox
3 Years Ago
Check authority on setting pos/rot etc
3 Years Ago
Check permissions for suicide, noclip, devcam Merge branch 'master' of sbox
3 Years Ago
Fixed GameTask not running Add GetInteracts* for collision property Removing unused code Bind ModelEnt.SetInteracts* Give player CollisionLayer.Player Explicitly define player movement layers Layer caps Added Entity.DeleteAsync( float seconds ) Weapon collision group so player doesn't stomp it through the world
3 Years Ago
dm_yard update
3 Years Ago
rust content rebuild Remove unused Compiling core Missed these
3 Years Ago
Metal footsteps Setting some material hammer scales Add crossbow r_hold bone Light prefabs Arrow model UI textures (png etc) can be hotloaded background-position and background-size work as expected UI transform tests Default transform-origin to center Tweak transform test Merge branch 'master' of sbox
3 Years Ago
Don't spam debug when a friend's status changes ImageLoader handle formatting a bit better
3 Years Ago
sv_cheats 0 Always allow the listen server host to cheat Removing some unused cheat code
3 Years Ago
Added Entity.Task No need for this Join Garry's Listen Server button now GameTask cleanup
3 Years Ago
Fixed friend list rich state not changing Close the game screen when joining a game Add Join button on joinable friends games Fix some annoying shit
3 Years Ago
Getting rid of SoundEnt stuff that we're not gonna use Fix server not reinitializing PlayerScore on level change
3 Years Ago
Menu Context Time.Now uses RealTime.Now so we don't have to think so much Merge branch 'master' of sbox
3 Years Ago
2D sounds Merge branch 'master' of sbox
3 Years Ago
Added number.UnsignedMod( number ) extension volume convar works Added Panel.ChildrenOfType<T>
3 Years Ago
Added UserInput.ActiveChild, UserCmd.ActiveChild Added ClientInput.SuppressButton, ClearButton, MouseWheel Panel can subscribe to IFrameUpdate, IPhysicsUpdate (gonna have to figure out a better way for this dumb shit) Added IClientInput Merge branch 'master' of sbox
3 Years Ago
UI Border tests
3 Years Ago
Fixed PostLevelLoaded being called in the wrong place, and being called multiple times Merge branch 'master' of sbox
3 Years Ago
Scale Yoga values so we aren't snapping to pixels
3 Years Ago
Don't generate rpc __proxy method if we're an override, because the baseclass will have generated it Fix translatey parsing Delete crosshair panel immediately when destroying hud elements CrosshairCanvas.SetCrosshair public Merge branch 'master' of sbox
3 Years Ago
I'm commenting all these animgraph time > 0.0f asserts out, I reckon they don't account for predicted shit
3 Years Ago
Physgun fix
3 Years Ago
Restore net_usesocketsforloopback
3 Years Ago
Fixed ActiveChild not being predicted 😟 Merge branch 'master' of sbox Hide viewmodel if there's no view entity - viewmodel doesn't need to be a child of player/weapon Clientside Authoritive entities use Player Predicted Time (fixes viewmodel deploy animation ping delay) Bind StudioFrameAdvanceManual Don't try to make clientside entities predictable ShouldPredictAnimGraph always true Player doesn't need to fall AnimFrame Set ViewModel.Owner instead of .Parent - because it doesn't fuck with its position Viewmodel anim tweaks EnableClientsideAnimation doesn't seem to be doing anything useful Fix animgraph prediction errors Fix rust shotgun physics size
3 Years Ago
Restore managed predicted data back to last prediction value at the end of PostNetworkDataReceived Add [Predicted] (Variable gets saved and restored with other predicted variables, but isn't actually networked) Fixed ActiveChild prediction errors Merge branch 'master' of sbox