reposboxcancel

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

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
3 Years Ago
Modify AO proxy shader for boxes to use better analytical solution that more closely resembles ground truth
3 Years Ago
Show player count on game icons Don't allow closing the main menu when not in a game Added Panel.FindRootPanel() Fixed .Focus() logic fuckup Added GameScreen Better Focus() logic
3 Years Ago
Moving fpsw to engine Steam CallResults GameLobby Disconnect if gamemode didn't load Remove debug Added Lobby.GameServerSteamId Added lobbylist command Friend callbacks
3 Years Ago
whitelist System.Private.CoreLib/System.IO.Path.* Fixed a bunch of props scale +physhull Fixed client not forwarding commands to server Spawnmenu list props, spawn command
3 Years Ago
Dev notice cleanup
3 Years Ago
Fixed border color Modern spawnmenu style
3 Years Ago
Deleting vrad exes Cursor is enabled if pointer-events enabled on any (visible) child
3 Years Ago
Renaming addons
3 Years Ago
Background image baseline Stylesheet renames Merge branch 'master' of sbox
3 Years Ago
Add vrad to sbox_game vpc Add visual progress notification to shader compilation Make shader compilation not hang the main thread Add notification callback to vfxcompile Add structure enumerating extra information in Light Probe Volumes Bake SDF and lay foundations to bake sky coverage in vrad3
3 Years Ago
Spawnmenu mockup ProjectGen automatically add *.scss under *.cs
3 Years Ago
Menu cleanup Create Build-Tools.bat ProjectGen better ignoring These addons don't need code Can access code folder via FileSystem FileSystem.Mount/Unmount silently ignore nulls Moved stylesheets next to classes Throw if trying to add rootpanel more than once Delete.Delete doesn't need to call base sbox addon
3 Years Ago
Startup Timing Sped up generators, but this is all gonna have to be reviewed, probably needs to be threaded
3 Years Ago
Fixed exception when disconnecting
3 Years Ago
Add Rect3D AsyncSetTextureData2 doesn't need TextureConfig AsyncSetTextureData2 uses Rect3D Texture cleanup Added NativeEngine.CTextureDesc Interop: using [asref] when returning from native doesn't try to return a ref Bind RenderDevice.GetTextureDesc Add Texture.Width, Height, ImageFormat
3 Years Ago
Basic image loading Fixed scroll direction
3 Years Ago
Mouse wheel scrolling basics
3 Years Ago
some ui_ debug convars Remove F_STENCIL_MASKING from ui shaders Added NativeRect Bind RenderContext.SetScissorRect UI overflow != visible scissor culls