242,288 Commits over 3,867 Days - 2.61cph!

21 Days Ago
Reverted the divemaster missions to a max 500m Added a new allowDoubleDistanceIfNoOptionsAreFound field, this way there's no chance that a distant divesite will be used when a smaller one is in range
21 Days Ago
Update: Reducing which scenes we have set for build in Build Settings Our internal build macros only build 2 scenes, while Test Runner tries to build all (incl disabled) scenes set in the Build Settings. This allows us to run Player-mode tests without extra steps. Tests: With PerfFwk enabled, ran pool perf tests in Player mode - it ran and gathered results.
21 Days Ago
Update: Reorganization of the perf test framework - Unity.PerformanceTesting is marked as auto-referenced (this is another modification of original package) - Added a "Rust Editor/Performance Framework/Active" menu toggle to enable/disable perf test scripts - controls RUST_PERF_FWK define - Renamed and moved PerfFwk assembly to Plugins/ (as that's it's design) - Moved existing perf tests outside to the root assembly (Scipts/PerfTests) so that we can access gameplay code The goal is to both isolate the perf framework code from the codebase as much as possible(don't ship to players or unity devs to load stuff that's not sueful), while also being able to work with our main game scripts directly. Tests: - Switch the toggle on and off - no editor errors. - Built client&server with framework being enabled - it passed. -- Found no PerfFwk references in main game assembly for both client and server and no references to test classes
21 Days Ago
Fix pillar covers not handling a non-zero rotation
21 Days Ago
added a building topology ring around oases to block rail/roads coming too close
21 Days Ago
dpv compile fix
21 Days Ago
Fix skip not working in FindPackage Cleanup Better package list Clean pagnation PackageList sets url
21 Days Ago
merge from main
21 Days Ago
merge from wallpaper
21 Days Ago
▅▆▍▌▋ ▇█▇▄ █▄_▌▊▊_▄▍█▉▇_▅▄█▆▍▅_▉▍▅▊▅▅_█▌▋▋▌
21 Days Ago
merge from dive_mission_range_increase
21 Days Ago
merge from divesite_tip_fix
21 Days Ago
merge from dpv_fixes
21 Days Ago
merge from emptytoasterror_fix
21 Days Ago
merge from main
21 Days Ago
Terrain: Make texture paint & holes also work with new undo
21 Days Ago
radtown s2p
21 Days Ago
radioactive water surface border fix
21 Days Ago
re-applying rock changes to cave_medium_hard and cave_small_hard
21 Days Ago
21 Days Ago
Leaderboard backup, run #14404
21 Days Ago
Experimenting with some ore resource entity optimisations Remove all children (except for foliage displacement on client) Store stage meshes and collision meshes in a new StagedResourceEntityInfo PrefabAttribute so we're not storing the same information on every single ore Removed a SendMessage Automated upgrade process Only applied to ore_stone for testing so far
21 Days Ago
fence more structure prefabs factory uzi
22 Days Ago
1P volumetric tests Updated cookie
22 Days Ago
22 Days Ago
Increase maximum range dive sites can be from the divemaster NPC (500m -> 1000m) Resolves these missions sometimes not being able to start
22 Days Ago
Merge from main
22 Days Ago
Transform plane directly to local instead of using inverse matrix
22 Days Ago
Tiled Frustums Start moving tiled_light_culling to use frusta Iterate frustum tiled culling Near/far tiled frustum planes Very simple ConeIntersect and AABBIntersect Cubemap frustum cullinng Show cubemap complexity on tiled debug vis as well https://files.facepunch.com/sampavlovic/1b2911b1/HM0UBknyYv.png Set up things to use worldSpaceNear to fix orthographic rendering with tiled rendering, use depth min/max for building tiled frustums https://imgur.com/a/tybd5Dv Fix ortho projection for CalculateScreenTiles [pick] Fix Depth::GetLinear and add Depth::Linearize fix DepthMinMax on ortho projections, fixes tiled lights on ortho projections https://files.facepunch.com/sampavlovic/1b3011b1/ZiyxdtwHc1.png Delete tiled_frustums_cs, main shader does everything, we recalculate it every frame anyway since we also match the depth chain for the far plane, can store it later again from it if we need it for anything
22 Days Ago
Ensure that selected Media is 16/9 in PackageModals
22 Days Ago
Apply cubemap normalization properly on flat ambient light Apply subsurface scattering to IBL lighting, looks shit otherwise https://imgur.com/a/yipFu52
22 Days Ago
Re-balanced coverage and tile spawning Death FX now affected by lighting Adjust more tile spawns Fix tooltips sometimes lingering Add DamageOverlay, Invulnerability Time, and fine-tune Enemy Attacking Added Easy Access Skill, more Vitals tweaks and Zombie fixes Added Ice Bushes ChestTilePanel shows contents of chest if you have permission Added permissions to Weapons, crosshair prompt will override visibility when hovering an interactable Clean up ChestTilePanel Added Bow item with basic functionality and Projectile class Added Arrows, consumed by the Bow as ammo. Hotbar shows ammo count on bow. Added PreviewSkill
22 Days Ago
▅█▌▍ █▆▅▌▅▍▅▍▌ ▋▍▊▌▇▋ ▆▄▌ ▇▌▌▋▅ ▍▇▉▊█ ▉▅▊▌▆ ▉▇ ▇▋▉▊▊█▆▌▍▄ ▅█ █▄▆▌▇ ▅▍▄▊▄▆█▉▇
22 Days Ago
Iterate on cover and peeks
22 Days Ago
Map Updates and Dialogue added
22 Days Ago
Iterate GTAO Iterate GTAO
22 Days Ago
Fog Fix, allows you to change light settings for volumetric fog specifically and does a massive cleanup, last try of this had some perf issues but should be sorted Squashed commit of the following: commit 4c0d34857bb545c62a83b6b09ef65261dca3ddd8 Author: Sam Pavlovic <sam@sampavlovic.com> Date: Thu Oct 3 18:41:48 2024 +0100 We dont use CLightBinnerStandard::InitForView twice in same view, rename GetLightbinnerStandard from scenesystem to not conflict with views getlightbinnerstandard which has different behavior commit 8f3d1244f38a74525bcba28dc520ae5bf1dd1099 Author: Sam Pavlovic <sam@sampavlovic.com> Date: Wed Oct 2 14:06:40 2024 +0100 Make fog lights buffer persistent with the volumetric fog's lifetime commit 0d5bee31cad9b54fc75e2dbff85accfd03d7b3e1 Author: Sam Pavlovic <sam@sampavlovic.com> Date: Wed Oct 2 13:52:39 2024 +0100 Make sure this is properly inlined to never trash cache commit 5709fcf4b113088c684c095fc08d05fe176f940c Author: Sam Pavlovic <sam@sampavlovic.com> Date: Wed Oct 2 11:46:35 2024 +0100 LightBinner::InitFromParent and disable fog shadows commit 93fa098f5c55bddfa4b3d3261b26b7c9edfc8dd8 Author: Sam Pavlovic <sam@sampavlovic.com> Date: Tue Oct 1 18:01:49 2024 +0100 Some lightbinner cleanup, allow it to be used directly without the complex system that scenesystem wants, remove bRenderFogClipmaps for commit 6f0125fd6ad1bf5512346ffe3c727532a6687cf4 Author: Sam Pavlovic <sam@sampavlovic.com> Date: Fri Sep 6 13:23:03 2024 -0300 Put fog mode in it's own category and add nice icons to them https://files.facepunch.com/sam/1b0611b1/zwd8qAJFu7.png commit 0ff3702c73cf54edddc5dd82b8c54598904fae10 Author: Sam Pavlovic <sam@sampavlovic.com> Date: Fri Sep 6 13:14:08 2024 -0300 Share dynamic shadow atlas if we have more than one lightbinner per view ( for example, fog ), fix light fog strength commit 50170c166dd1cc37d863046aa632a30fb6629860 Author: Sam Pavlovic <sam@sampavlovic.com> Date: Fri Sep 6 12:47:35 2024 -0300 VolumetricFogRenderer has it's own lightbinner outside of lightbinner pool, does lightbinning to fetch fog lights for the fog context only, fixes fog light settings not doing anything, deprecate LAYERFLAGS_NEEDS_FOG_CONTRIBUTING_LIGHTS since we don't need special code for that anymore Don't update shadows on fog pass, some lights are set to be updated always but should all be fetched from cache
22 Days Ago
map progress
22 Days Ago
Rollback game.CleanUpMap removing tempents and beams Apparently crashes on x86-64 somehow, sometimes, for some people Fixed a few more potential crashing issues Fix a lag issue to do with spamming certain packets to the server from client
22 Days Ago
t1 smg viewmodel updates - ironsights tweaked - skinning updates for springs - idle pose updated - bolt position poses - anim length changes to match smg in 1p and 3p
22 Days Ago
We dont use CLightBinnerStandard::InitForView twice in same view, rename GetLightbinnerStandard from scenesystem to not conflict with views getlightbinnerstandard which has different behavior
22 Days Ago
Added Storage Skill Added Max Drops At Once to ItemSpawner
22 Days Ago
Fix pickaxe upgrade line Added MeleeTrigger and Sword Slash Created Weapon class, Aim Arrow, and Holdable.HasCrosshair. Fixed colliders on mobs Added each tier of sword, updated a few crafting recipes
22 Days Ago
dev models for hacksaw and matches
22 Days Ago
▌▍██ ▍▋▋▋▊▉▆▉
22 Days Ago
Explicitly define the default sort order
22 Days Ago
not applying flow forces on lakes, the water is still - also cleaned up the accumulation of the flow force, the amount of nesting was horrific
22 Days Ago
RectInt: your favourite Rect struct but with integers Texture.GetPixels: Able to specify dstRect fully Terrain optimizations, better undo/redo, clean up * Implement new undo/redo system, track delta changes instead of full snapshots (faster, more reliable) * Don't upload buffers every frame in OnPreRender * Stop using MakeDirty, each property only updates what it needs to * Only create SceneObject when we can actually use it * Don't over expose public methods & properties, remove dead methods Optimize TerrainStorage.GetDominantControlMapIndices 400ms -> 1ms Pass in a buffer we get from ArrayPool instead of allocating and returning, also preresolve some getters Vector3: Aggressive inlining on aggressively inlined System.Numerics.Vector3 methods TerrainClipmap mesh gen optimize 266ms -> 26ms
22 Days Ago
Fixed filter by facet not working Legacy leaderboard uses new database
22 Days Ago
Colour adjustments and detail additions to catapult