reporust_rebootcancel

124,184 Commits over 4,171 Days - 1.24cph!

3 Months Ago
Fix error with turret lerpspeed when compiling in NONE configuration
3 Months Ago
Update: BaseRaidBench - stagger initial weapon cooldowns More realistic, and avoids spiking specific frames Tests: ran scene
3 Months Ago
Update: BaseRaid - emulate rockets and grenade movement Tests: ran scene, player is blasted to high heaven
3 Months Ago
Merge from main
3 Months Ago
update prefab to include item information
3 Months Ago
Fix client server directives compile errors
3 Months Ago
Update header buttons to match all the others
3 Months Ago
Fixed abyss pack page tag
3 Months Ago
WIP Automatic thrust point calculation based on hull blocks
3 Months Ago
Reimplementation of session events
3 Months Ago
Remove leftover components from scientist suit that's not needed since the scientist is not a BasePlayer anymore
3 Months Ago
Disable scientist obstacle avoidance as it causes them to get stuck
3 Months Ago
Fix error from missing param in animator
3 Months Ago
Tag hull pieces
3 Months Ago
- Fix scientists noticing the player again too quikcly after losing them (their awareness value was not decreasing properly) - Fix scientists turning to look at players before they fully noticed them
3 Months Ago
made pilot codelock a skinnable of the codelock, fixed codelock not being default craft after it was broken by the skinnable addition
3 Months Ago
Update: BaseRaidBench - use projectile specific velocity Tests: ran scene
3 Months Ago
Backgound thread that keeps a Steam auth ticket refreshed for events
3 Months Ago
Update: BaseRaidBench - weapons now use their respective projectiles instead of rifle bullets - EffectLibrary can return GameObjects now Tests: ran the scene. Server-side projectiles need further massaging (as there's no server)
3 Months Ago
Track how long since a boat has had a player aboard. Auto close sails after ~30 seconds of having no players aboard.
3 Months Ago
Compass burst cloth and rig update
3 Months Ago
Fixed half height shelf and bathtub planter having weird placement issues sometimes Fixed computer station and twitch desk not being able to be corner snapped
3 Months Ago
Implement AnyPlayersOnBoat
3 Months Ago
Update: BaseRaidBench - implement firing cooldown At least now frame time stabilizes around 150ms. Tests: ran the scene.
3 Months Ago
Removing moss from floating walkway mats
3 Months Ago
Footer styling to match other areas
3 Months Ago
EngineOn now checks for open sails and thrust
3 Months Ago
ghost ship interior progress
3 Months Ago
Save and load fog
3 Months Ago
Finally fixed the texture space being calculated incorrectly
3 Months Ago
merge from upkeep_convars -> hardcore_refresh
3 Months Ago
Set convars in hardcore gamemode to 5x upkeep (WIP)
3 Months Ago
Properly overcast.
3 Months Ago
Rewrite upkeep code so it can pull convars that are modified at runtime instead of being stuck with the convars it pulled when the TC was spawned - get rid of the arrays, pull convars manually - besides generally needing to be fixed, hardcore gamemode was changing the convar after entities were spawned
3 Months Ago
Video preview when hovering gesture item
3 Months Ago
Modify upkeep convars to make them easier to understand - remove bracket_3_blockcount convar because it doesn't do anything (all blocks past bracket_2_blockcount are automatically in the 4th upkeep bracket) - change descriptions to be a bit easier to understand
3 Months Ago
Gesture icon compression formats, fixes bleeding artifacts
3 Months Ago
Gesture menu wip
3 Months Ago
Fix Signage.PreProcess NRE on server when client components were stripped at build time
3 Months Ago
UI.Colourize shader supports SoftMask
3 Months Ago
Run part of prefab preprocess at build time on asset scene prefabs, run the rest in asset warmup
3 Months Ago
Show max team size in the disconnected screen error message instead of as a toast
3 Months Ago
If you are the party leader and connecting to a server that has max team size lower than your party size, prevent connecting and show a toast indicating you need to remove party members before your party can connect - doesn't apply if max team size is zero or unable to be found
3 Months Ago
Add max team size convar to server tags & parse team size in server info
3 Months Ago
Fixed store nres
3 Months Ago
consistent button styling
3 Months Ago
3 Months Ago
Fix oversight in previous fix