userIan Hendersoncancel
reporust_rebootcancel

4,917 Commits over 762 Days - 0.27cph!

3 Months Ago
Stop the loading screen from messing up logos over and over again
3 Months Ago
Fix rejoin button not working properly on server disconnects
3 Months Ago
connect_modal_get_rules_fix_2 -> main
3 Months Ago
Prevent world size parsing from throwing an NRE
3 Months Ago
naval_update -> scientist_boat_ai
3 Months Ago
Cleanup old Scientist RHIB Files Ensure collider is readable
3 Months Ago
bow and stern points
3 Months Ago
AI always ensures boat has enough fuel
3 Months Ago
AI makes sure the boat is started Ensure State data gets a reference to the MotorRowboat, not the BaseVehicle
3 Months Ago
Huge cleanup of Vehicle AI architecture Test idle state Setup BoatAI as an ent Prefab warmup
3 Months Ago
More implementation cleanup Boat AI object BaseEntity which will be toggled on/off depending on if there are any NPCs on the RHIB Injects steering and gas pedal into the BaseBoat class
3 Months Ago
Ensure the correct detla time is caclulated for between each ai update Flesh out the AI Input provided interface with some OnAdd and OnRemove methods BaseBoat injects steering and gas pedal into the AI's tick method
3 Months Ago
rhib_scientist -> naval_update
3 Months Ago
Turn off RHIB map if in Hardcore
3 Months Ago
scientist_rhib -> naval_update
3 Months Ago
Small map screen changes Ensure RHIB population still works
3 Months Ago
naval_update -> scientist_rhib
3 Months Ago
team_bag_label_improvements -> main
3 Months Ago
Reduced popup scale a wee bit
3 Months Ago
Added convar for bag team labels sleepingbag.useteamlabels Hardcore turns it off by default
3 Months Ago
main -> naval_update
3 Months Ago
integrated_protobufs -> main
3 Months Ago
Minor colour changes
3 Months Ago
Deleted old proto folder Protobufs now reference the one inside the game assets
3 Months Ago
Run generate proto logic in a try catch so the progress bar cant freeze in place if it fails
3 Months Ago
🎉 Successfully generating accepted protobufs in editor
3 Months Ago
Generate into the data plugin folder as normal
3 Months Ago
Add into codegen Seperate generation code into its old assembly
3 Months Ago
team_bag_labels -> main
3 Months Ago
Another NRE that could've snuck in
3 Months Ago
Extra NRE safety check
3 Months Ago
main -> team_bag_labels
3 Months Ago
Can now generate protobufs inside Unity rather than inside a seperate .exe externally. Befefits: Platform agnostic, no need for .BAT files Can run through our existing Codegen system No need for external or duplicate definitions of classes In the future can make in engine viewers/editors
3 Months Ago
chicken_coop_indoor_sunlight -> main
3 Months Ago
Swap to CanSee instead of IsVisible, which can return true sometimes
3 Months Ago
screen_rocket_distortion_fix -> main
3 Months Ago
Fix NRE
3 Months Ago
Stop explosion effects staying on your screen after death in some cases
3 Months Ago
naval_update -> scientist_rhib
3 Months Ago
main -> naval_update
3 Months Ago
team_bag_labels -> main
3 Months Ago
Compile fix
3 Months Ago
team_bag_labels -> main
3 Months Ago
We dont need to use id's scrap them and just forward the display name. Dont work if we are using streamermode
3 Months Ago
Fix bug preventing sleeping bag from receiving the RPC call Use get for encrypted value Layout changes Add a popup animation
3 Months Ago
When looking at a bag: display the owners name above the tooltip provided its a teammate
3 Months Ago
Stop Linq allocations on LootSpawn::EnsureFilterUpdated() Stop Linq allocations in Client.Connection::DoClientConnected()
3 Months Ago
Missed file
3 Months Ago
Stop allocations on ItemContainer::SetOnlyAllowedItems Micro optimisation
3 Months Ago
Optimise ItemManager::Initialize Linq Queries