reposboxcancel

17,391 Commits over 1,338 Days - 0.54cph!

3 Years Ago
Update ci.yml
3 Years Ago
Add LightGlue Split lightentity into a header Update LightGlue Bind LightGlue definitions Bind stubs for LightEntity, LightSpot, Ortho, Directional and Env
3 Years Ago
Panel cleanup
3 Years Ago
For now: MarkSurroundingBoundsDirty Add ModelEntity.EnableHitboxes Add ModelEntity.SurroundingBoundsMode Add ModelEntity.AddCollisionLayer/RemoveCollisionLayer ModelEntity default to CollisionLayer.Solid Create SurroundingBoundsType.cs Update collisionproperty.def Removed SetupPhysicsFromUnscaledModel Debug Shit Merge branch 'master' of sbox
3 Years Ago
physgun server checks
3 Years Ago
Implement physgun as a BaseCarriable
3 Years Ago
Create citizen hitboxes Add CollisionGroup.Prop Fixed semiauto physics box size DevCamera oobb highlight rotate properly Trace is MASK_ALL by default Merge branch 'master' of sbox
3 Years Ago
Atmosphere, stars, sky, temp rebind skyatmosphere to env_sky, bind SetSkyLighting
3 Years Ago
Lock render thread when hotloading
3 Years Ago
Scoreboard update, centered - open on tap Highlight local player in scoreboard
3 Years Ago
Deleting unused dll
3 Years Ago
Update groups.vgc
3 Years Ago
Added PlayerInfo which is a way to network the players and generic attributes for use for things like the scoreboard Added scoreboard poc
3 Years Ago
Compile fix
3 Years Ago
CI update
3 Years Ago
Fixed exception getting Label.SelectionStart before it has a textBlock No scrolling with OverflowMode.Hidden Addons can use regex Mouse input obeys overflow rules Console stacktrace, code jumping
3 Years Ago
Re-add menu_reload Move DevTools Fixed doubleclick going to active instad of hovered Fixed TextEntry errors Added RobotoMono Ingame console wip Open outgame console with F1 (for now)
3 Years Ago
Restored :picture: emoji
3 Years Ago
Test compile fix Menu System cleanup
3 Years Ago
Update ci.yml
3 Years Ago
ci: Forget caching for now
3 Years Ago
Update ci.yml
3 Years Ago
Switch to self hosted
3 Years Ago
Create ci.yml
3 Years Ago
Compile fix
3 Years Ago
Add stub for sbox_sky shader Add GetCurrentSceneWorld() to GameGlue Bind CSceneSkyboxObject, SceneSystem and stub for CSceneLightObject SunLightManager and SceneWorld Add SkyboxObject to Sandbox.Game Add C# reimplementation of env_sky Stub for env_sky_atmosphere
3 Years Ago
Base KillFeed https://files.facepunch.com/garry/a14a8884-0495-4c79-a28d-d1e67ca35f61.jpg
3 Years Ago
Fixed compile errors with multiple classes using ClientCommand
3 Years Ago
Added Game.PlayerDisconnected( player, reason ) ClientCommand generated overload functions copy accesibility Join/Disconnect notices in chat
3 Years Ago
Cleanup
3 Years Ago
Cleaning Don't compile addons on code changed if they're not active Added Compiler.BuildAsync MenuSystem doesn't use addon system, creates its own compiler Fixed Panels not hotloading (readonly fucked me again) If we start compiling the main menu as soon as possible it'll be done by the time the rest of the engine is ready to go Text entry blur on escape Merge branch 'master' of sbox
3 Years Ago
Fix flickering on box probes
3 Years Ago
Fixed errors when recreating game
3 Years Ago
Prop fixes
3 Years Ago
Hotloading cleanup
3 Years Ago
Hardcode menu filesystem
3 Years Ago
Menu Commands work
3 Years Ago
Moved menu to its own context
3 Years Ago
Fixed text measuring fuckups Scale min/max width/height Enable UI scaling by default (need to make this configurable)
3 Years Ago
Fixed text getting cut off
3 Years Ago
Invalidate styles on screen size changed
3 Years Ago
Don't try to render panels without any styles
3 Years Ago
Added Emoji translator TextEntry can replace :emoji: as you type
3 Years Ago
TextEntry fires an onsubmit on enter Base Chat Box
3 Years Ago
Don't register console commands when loading the menu (I need to sort this fucking shit out) Clean up texture loading Can load texture "avatar:<steamid>" to load a steam avatar (also avatarbig: and avatarsmall:)
3 Years Ago
Interop: for resource types add CopyStrongHandle - which creates a new StongHandle pointing to the exact same resource
3 Years Ago
Added Player.SteamId
3 Years Ago
When making cursor visible, put it in the same position it was when it went invisible
3 Years Ago
Fix UI not blocking mouse wheel when pointer-events
3 Years Ago
Add AO Proxies to a bunch of Citizen props