241,423 Commits over 3,867 Days - 2.60cph!

1 Year Ago
Fixed inaccurate colliders on L and U stairs brick
1 Year Ago
Use multiview variant for calculating camera direction
1 Year Ago
fixed hammer highlight not complete on brick foundations
1 Year Ago
building_skins_3 -> aux2
1 Year Ago
improved brick skin roof LOD2 visuals added pieces of trim on triangle roofs edges
1 Year Ago
Use attachment for upgrade panel
1 Year Ago
more wip upgrade shit
1 Year Ago
Shader objects for VR and high precision lighting fixes
1 Year Ago
Better eye positioning Animator changes to support deploy animation before transitioning into parachute control anims Don't process input until deploy animation is finished
1 Year Ago
Set tickrate, Resources
Leaderboard backup, run #4373
1 Year Ago
Set tickrate Maps page style tweak
1 Year Ago
Animator changes to support better freefall animations while parachute is equipped
1 Year Ago
Hook up new animator state
1 Year Ago
Fixed submarines acting like parented players were kept out of water. Only consider mounted players as out of wter
1 Year Ago
Force changes, much improved handling
1 Year Ago
Don't disable submarine parent triggers manually when underwater anymore, since 84684 will do it for us automatically now
1 Year Ago
Unparent from all trigger volumes when underwater so that players don't get pulled down with sinking ships
1 Year Ago
Compile fixes, manifest, codegen, test scene
1 Year Ago
Use crouch collider height while swimming. Fixes not being able to get through doors of tugboats that are on a steep angle under the sea.
1 Year Ago
Only play video when hovering package
1 Year Ago
Merge from main
1 Year Ago
Don't request the server emoji list if the server is running a protocol <= 2398 Temporary fix to prevent any unhandled RPC's when we merge emoji to main and don't bump the network version
1 Year Ago
Merge from main
1 Year Ago
Fixed pixelation flicker glitch on WeaponRackLight
1 Year Ago
Flashbang, F1, Beancan & 40mm underwater boom size adjustments.
1 Year Ago
S/M/L explosion FX variants for the underwater portion as well.
1 Year Ago
Prevent MaterialReplacement from being added in PrefabPreProcess if InstancedMeshFilter is attached Start with to handle workshop skins
1 Year Ago
Add a loading screen Style improvements
1 Year Ago
Update .gitignore Disable C4005, error on C4840 Fixed some warnings Prevent display of concommands in gamemode settings Do not run OnRequestFullUpdate outside of main thread Defer gamemode loading until all other components are loaded Do not use obsolete API for DNS resolution
1 Year Ago
v_toolgun: updated blockout
1 Year Ago
Better emissive texture for supermarket/rocket launch office ceiling lights Fixed position and sizes of the supermarket ceiling lights
1 Year Ago
Fixed the materials of the Pumpjack
1 Year Ago
Iterate, make WaterRipple a custom sceneobject so we can fetch depth from it and only render when visible
1 Year Ago
Leaderboard API test
1 Year Ago
▇▊▉▆█▋
1 Year Ago
Fix glass behaviour being transparent when writing screenshots, flags to shadingmodel to fill alpha
1 Year Ago
Update global_networked_bases/2021
1 Year Ago
Reenable multiview instancing on PS code for now, fixes reflections and lights projecting incorrectly in VR
1 Year Ago
Set default value if property does not exist in AddDictionaryPropertyInt as we do in AddDictionaryProperty<T>
1 Year Ago
Convert rug, landmind & floor spikes
1 Year Ago
Right click option will handle multiple selected prefabs
1 Year Ago
Resources..
1 Year Ago
Fixed resources / materials again..
1 Year Ago
Fixed resources
1 Year Ago
Convert garage door manually with an instanced placeholder mesh (since it's a SkinnedMeshRenderer)
1 Year Ago
Manually convert doors and mark as "normal rendering in network range"
1 Year Ago
Can now right click individual prefabs and convert them with the right click context menu Add method to de-convert prefabs from instanced rendering (mainly used to redo conversion from scratch) Fix MeshRenderers being stripped when entity needs to use normal rendering within network range
1 Year Ago
Add an Intensity named control point value (0-1) for scrape particle effects to use
1 Year Ago
Make EnableScrapeEffects and EnableImpactEffects internal for now Make FrictionEffects a dictionary Call PhysicsGameSystem.Shutdown on GameLoop shutdown to ensure vars cleared