userJakbcancel
reporust_rebootcancel

269 Commits over 1,126 Days - 0.01cph!

52 Days Ago
Removed unneeded Mesh Filter component on the Server object of the electrical.heater as it was contributing to significant Bounds. Recalculated bounds. Test passes
52 Days Ago
Test list jsons
52 Days Ago
New automated test to check all deployables for BaseEntity bounds significantly larger than the deploy volume. Included exclusions for deployables that have intended oversized bounds (doors, constructables, high externals...)
58 Days Ago
Fixed old bug where the desert military base `desert_dwelling_single_j` (the big silo) could have another dwelling spawn inside of it after server restart. Added a simple box collider at the anchor point where spawn checks were made. Tested in editor
5 Months Ago
merge from large_oilrig_misc_fixes
5 Months Ago
Changed all "collider_helper" gameobject colliders on large oilrig to use the Prevent Movement layer so you never get Line Of Sight antihack violations/invalids when shooting directly down from vent openings. These colliders exist to help you get inside the vents. Ran S2P
5 Months Ago
Swapped the 3 lingering black fuel barrels on the top floor of large oilrig with 2 yellow barrels and 1 red barrel (see oilrig_remove_static_oil_barrels) - Ran S2P
8 Months Ago
merge from ah_trajectory_mismatch_fix
8 Months Ago
merge from main
9 Months Ago
Removed swimScale and swimSpeed from riflebullet and snowballgunbullet Projectiles as it was contributing to trajectory mismatch projectile invalids
9 Months Ago
Skip spawning Xmas event gifts to debug.invis players
9 Months Ago
Don't spawn eggs/candy for debug.invis players during seasonal events
9 Months Ago
Missed style file (rhyme time)
9 Months Ago
Change Image material on buttons so they all appear white
9 Months Ago
Dynamically load all gestures from `GestureCollection.Instance.AllGestures` and use their sprite for the button. Halved the looping time of looping gestures to 2.5f seconds. All gestures are working but the sprites can be improved
9 Months Ago
Set selection scrollview content to use preferred size to prevent being able to scroll beyond elements
9 Months Ago
Fixed button text that broke after merge
9 Months Ago
Moved a cliff forward slightly to prevent the backface poking out of terrain. S2P
9 Months Ago
Fixed rock clipping into sewer tunnel in water treatment plant. S2P
10 Months Ago
Editor force on helicopter compile fix
10 Months Ago
merge from editor_force_on_helicopter - resolved merge conflict
10 Months Ago
merge from fishing_village_collider_fix_fix
10 Months Ago
Moved the net that was causing the movement issues. Made my silly collider a little bigger. fishing_village_b s2p
10 Months Ago
merge from fishing_village_collider_fix_fix
10 Months Ago
Reapplied 132483. S2P
10 Months Ago
Add a small helper collider to fishing_village_b to prevent getting stuck https://files.facepunch.com/jacob/1b2911b1/ShareX_e7JzS9nG2E.jpg https://files.facepunch.com/jacob/1b2911b1/Unity_LEpW1Z6TJo.jpg
10 Months Ago
WIP game tip setup for bicycle sprinting, bell and bunnyhopping
10 Months Ago
Fixed sleeping players above-ground being killed by train tunnel PuzzleReset volumes by applying "Ignore Above Ground Players" bool to more prefabs. Prefabs changed: - corridor_straight_a_18m - corridor_straight_a_36m - corridor_straight_a_72m - train_tunnel_double_stop_a - train_tunnel_double_straight_a
10 Months Ago
Ignore debug.invis admins when checking PuzzleReset (contains compile errors from /main)
10 Months Ago
Exception logging change
10 Months Ago
Moved default config generation from Bootstrap to server command `server.writeserverdefaultconfig`. Run codegen. Tested in editor.
10 Months Ago
Clean up logging and include empty defaults in the cfg
10 Months Ago
Use Path.Join and log the path after cfg creation
10 Months Ago
Use StringBuilder to build the cfg
10 Months Ago
Improved logging for when a command isn't a variable, when a command is read-only, when command defaults are out of sync, when no default value was found
10 Months Ago
Exclude read-only commands from the default config
10 Months Ago
Merge from main
10 Months Ago
Code review: - Use ForceMode.VelocityChange - Scale by bike performance fraction - Max 10 bunnyhop multiplier force - Recalibrated bunnyhop force values during testing - Cleanup of old and new input state checks
10 Months Ago
Merge from main
11 Months Ago
Reapply military tunnel radiation changes from `military_tunnels_radiation_consistency` without merging the whole of naval_update
11 Months Ago
Added a small offset when activating bunnyhopping so the mounted player moves upwards with the bike rather than being glued to the seat (it was hard to get this perfect without the hands clipping through the handle bars) https://files.facepunch.com/jacob/1b0911b1/Unity_ywrHLT5FK7.mp4
11 Months Ago
Can only bunnyhop: 1. Once every 3 seconds 2. When grounded 3. When not waterlogged 4. When there is at least 10% sprint percentage remaining Bunnyhop now: 1. Uses correct physics calls to make a nice jump 2. Uses a relative force to account for slopes 3. Jumps higher at faster speeds 4. Jumps get scaled by the sprint percentage remaining 5. Consumes 10% sprint percentage https://files.facepunch.com/jacob/1b0511b1/Unity_Aa2i1beFhS.mp4 https://files.facepunch.com/jacob/1b0511b1/Unity_npssU8l2Br.mp4
11 Months Ago
Bicycle bunnyhopping basics https://files.facepunch.com/jacob/1b0411b1/Unity_tJ9ExIRjAG.mp4 Bicycle can now bunnyhop every 3 seconds by pressing right mouse button. - Todo: use the bike's angle in the jump - Todo: require bike stamina to jump - Todo: not jump when waterlogged
11 Months Ago
Fixed forever bug that caused the HAB to always have the hurt trigger active when it should turn off based on inflation and velocity
11 Months Ago
Renamed killTriggers to crushTriggers and added the triggerMovePos to the list so it is activated/deactivated at the same time as the triggerHurt
11 Months Ago
Change hab.repair.item.prefab to use the hot air balloon avatar rather than the old placeholder bear rug so "Killed by X with a Hot Air Balloon" shows the correct icon
11 Months Ago
- New TriggerPlayerMovePos script to move players with a vector relative to the centre of the trigger bounds - used to stop players getting stuck underneath a HAB when it lands on them in a safezone. - Pause players being marked hostile for 2 seconds when entering the move pos trigger to prevent the HAB marking a player as hostile if multiple players are landed on inside a safezone
11 Months Ago
full fix the NRE
11 Months Ago
Reduced the size of the HAB hurt trigger away from the door slightly to fix the old issue of jumping out of a moving HAB in the direction of travel and dying to the hurt trigger
11 Months Ago
Fixed newly introduced TriggerParentEnclosed NRE