userIan Hendersoncancel

4,602 Commits over 731 Days - 0.26cph!

2 Months Ago
Small map screen changes Ensure RHIB population still works
2 Months Ago
naval_update -> scientist_rhib
2 Months Ago
team_bag_label_improvements -> main
2 Months Ago
Reduced popup scale a wee bit
2 Months Ago
Added convar for bag team labels sleepingbag.useteamlabels Hardcore turns it off by default
2 Months Ago
main -> naval_update
2 Months Ago
integrated_protobufs -> main
2 Months Ago
Minor colour changes
2 Months Ago
Deleted old proto folder Protobufs now reference the one inside the game assets
2 Months Ago
Run generate proto logic in a try catch so the progress bar cant freeze in place if it fails
2 Months Ago
🎉 Successfully generating accepted protobufs in editor
2 Months Ago
Generate into the data plugin folder as normal
2 Months Ago
Add into codegen Seperate generation code into its old assembly
2 Months Ago
team_bag_labels -> main
2 Months Ago
Another NRE that could've snuck in
2 Months Ago
Extra NRE safety check
2 Months Ago
main -> team_bag_labels
2 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
2 Months Ago
chicken_coop_indoor_sunlight -> main
2 Months Ago
Swap to CanSee instead of IsVisible, which can return true sometimes
2 Months Ago
screen_rocket_distortion_fix -> main
2 Months Ago
Fix NRE
2 Months Ago
Stop explosion effects staying on your screen after death in some cases
2 Months Ago
naval_update -> scientist_rhib
2 Months Ago
main -> naval_update
2 Months Ago
team_bag_labels -> main
2 Months Ago
Compile fix
2 Months Ago
team_bag_labels -> main
2 Months Ago
We dont need to use id's scrap them and just forward the display name. Dont work if we are using streamermode
2 Months Ago
Fix bug preventing sleeping bag from receiving the RPC call Use get for encrypted value Layout changes Add a popup animation
2 Months Ago
When looking at a bag: display the owners name above the tooltip provided its a teammate
2 Months Ago
Stop Linq allocations on LootSpawn::EnsureFilterUpdated() Stop Linq allocations in Client.Connection::DoClientConnected()
2 Months Ago
Missed file
2 Months Ago
Stop allocations on ItemContainer::SetOnlyAllowedItems Micro optimisation
2 Months Ago
Optimise ItemManager::Initialize Linq Queries
2 Months Ago
Add Zlinq to the project
3 Months Ago
convar to help test prepare for missions
3 Months Ago
Revert back to simpler save method Abandon mission instead of trying to use reset to defaults
3 Months Ago
more_browser_fixes -> main
3 Months Ago
Fix bug showing 'prioritise premium' as being off even though it was on
3 Months Ago
Set 'ShowEmpty' to false by default Update tab boxes on open
3 Months Ago
fix_server_browser_missing_servers -> main
3 Months Ago
tutorial_mission_reset_nre_fix -> main
3 Months Ago
Ensure logic still works if the skipped mission was the active mission
3 Months Ago
tutorial_mission_reset_nre_fix -> main
3 Months Ago
Dont serialize null missions Dont serialize default state missions
3 Months Ago
mission_isstarted_nre -> main
3 Months Ago
Try/catch mission think system
3 Months Ago
mission_isstarted_nre -> main
3 Months Ago
Fix mission 'is started' NRE