240,125 Commits over 3,837 Days - 2.61cph!

7 Months Ago
Fixed nightlight variables all being 0 on server startup
7 Months Ago
merge from main
7 Months Ago
merge from nameplate_distance_convar
7 Months Ago
merge from analytics_threadsafe_queue
7 Months Ago
Prevent infinite loop from `panel:SetDragParent` (#2058) * Prevent infinite loop from `panel:SetDragParent` * Prevent DND infinite loop from `panel:DragMousePress` * Remove DND infinite loop prevention from `panel:SetDragParent` * Remove early return in `p:DraMousePress` This will allow the rest of the method to run even if the drag parent is the panel itself
7 Months Ago
Forgot the interop somehow
7 Months Ago
Compile GameResource if their source changes (external changes, disk saving)
7 Months Ago
Add Graphics.CopyTexture for GPU texture copying, format and size must be the same
7 Months Ago
Set wallpaper models to read/write mode to enable batching
7 Months Ago
Added wallpaper item: aim at any building block to deploy the corresponding wallpaper deployable Added wallpaper deployable prefabs
7 Months Ago
Added new sockets for wallpapers on walls, doorways, windows, half walls and low walls
7 Months Ago
NodeBinding.Create helper method Fix some warnings Node definition / binding attributes Fix some more warnings
7 Months Ago
7 Months Ago
Not needed remove Access Control config (unused) Allow projects to skip whitelist (standalone, menu etc) Menu project skips whitelist Create menu-main.scene Render menu ui after game ui (cc @DevulTj) Render loaded menu scene Can open/edit menu project
7 Months Ago
Add toggle grid option pending review of scene toolbar binds (sbox-issues/issues/4767)
7 Months Ago
Codegen after merge conflict
7 Months Ago
Merge from main
7 Months Ago
Add store icons & descriptions
7 Months Ago
Sandbox.Generator: don't run some unneeded codegen in intellisense.. ISourceGenerator is obsolete and slow and we should figure out how to make this an IIncrementalGenerator Pixmap.UpdateFromPixels: Support RGBA8888 imageformat
7 Months Ago
merge from nightlight_shader
7 Months Ago
Merge store-ui -> main
7 Months Ago
Level 3 hall, cctv room and vent progress
7 Months Ago
merge from package_memory_analyzer
7 Months Ago
merge from map_markers_fix
7 Months Ago
merge from cny_spear_wr_fix
7 Months Ago
merge from fix_frontier_server_colliders
7 Months Ago
Merge from tutorial_island
7 Months Ago
Improved hunting trophy pivot rotation
7 Months Ago
Updated Abyss pack store item previews with unique prefabs
7 Months Ago
merge from main
7 Months Ago
Fix exceptions Fix stats error Fix error on create org page when not logged in
7 Months Ago
Leaderboard backup, run #9940
7 Months Ago
Frontier decor pack now uses unique model prefabs for item store preview (displays variants)
7 Months Ago
Add ability for BiomeVisuals component to override the selected biome All hand placed foliage on tutorial island now overrides to temperate
7 Months Ago
Tutorial mission steps for harvesting cloth, stone and metal ore will now consider any of that resource in your inventory as counting towards that objective (so if you harvested the cloth already you don't have to go and find more)
7 Months Ago
Add extra wood and animal fat to two mission steps
7 Months Ago
Don't allow upgrading to any grades higher than wood in the tutorial
7 Months Ago
Fix tutorial tips staying on if player disconnects while it's active and connects to another tutorial
7 Months Ago
Filtered TreeView items aren't selected with shift select or arrow keys Resolves sbox-issues/issues/4516 Can continue shift+selecting in TreeView to modify selection Resolves sbox-issues/issues/4517 A couple small SceneTreeView improvements * Clear TreeView selection by clicking in empty space * Added a button to clear filter text * Search filter responds as you type * Minor style adjustments
7 Months Ago
Prevented new clusters tween from breaking another when the second one plays at the same time
7 Months Ago
hair LODs
7 Months Ago
Manually convert `ClientRpcEx()` -> `ClientRPC( RpcTarget )`
7 Months Ago
Add extra overloads to RpcTarget to handle niche RPC requirements
7 Months Ago
Unsaved
7 Months Ago
Formatting Automatically enable the filter servers by tutorial in server browser if player has less than 10 deaths recorded
7 Months Ago
Mark existing ClientRPC overloads as Obsolete with deprecation notice
7 Months Ago
Add an option to filter servers by a "tutorial" tag to the server browser
7 Months Ago
Convert methods using `ClientRPCPlayerAndSpectators()` to RpcTarget version
7 Months Ago
Add support in RPCTarget for `RpcTarget.PlayerAndSpectators()` Remove `ClientRPCPlayerAndSpectators()` overload from BaseEntity.RPC
7 Months Ago
Fix compile error in GNB with ClientRPCStart()