Facepunch / sbox-rts

A competitive real-time strategy game with support for up to 4 players.
36 stars 7 forks source link

Dependencies: Fix Proxies not counting for dependencies #114

Closed ZenBre4ker closed 3 years ago

ZenBre4ker commented 3 years ago

Only wanting to fix the mega command centredisabling buildings of former upgrades, #109 I got into the mess of proxies being dependent on each other and integrated a deep search, such that you only need to add the buildings you really upgrade from. Otherwise we could later run into a 6th command centre upgrade, that has to add all former 5 CCs.

On a sidenote, can we add a file to .gitignore. Not sure how we keep sbox-rts.csproj separate otherwise.