userAdam Woolridgecancel
branchrust_reboot/main/tutorial_islandcancel

28 Commits over 31 Days - 0.04cph!

2 Days Ago
CollectibleEntity and RandomItemDispenser can flag individual items as excluded for the tutorial. Disable hemp seeds, worms and grubs for Hemp, when in the tutorial.
2 Days Ago
Compile fix
5 Days Ago
Patrol heli ignores tutorial players.
5 Days Ago
AIBrainSenses can now ignore tutorial players. CH47 scientists/passengers ignore tutorial players.
5 Days Ago
Disable game tips when starting the tutorial so they don't look like instructions for the current task/mission. Resume game tips when tutorial is completed. Call OnTutorialEnded in NotifyTutorialCompleted so time override gets disabled and tips resumed.
5 Days Ago
merge from restore_time
6 Days Ago
Missed a misaligned indent
6 Days Ago
Quick cleanup/refactor after merge
6 Days Ago
merge from island_load
7 Days Ago
Players can't place things in the supply box
8 Days Ago
Merge from bounds
8 Days Ago
merge from island_timeout. Plastic merge this merge way harder than it needed to be for some reason, but it should all be good.
9 Days Ago
Don't allow the tech tree to be opened and make the button not interactable.
9 Days Ago
Don't allow contacts window to be opened if in the tutorial. Hide UI button for contacts if in the tutorial.
12 Days Ago
Merge from beltbar_text
12 Days Ago
Added OnTutorialEnded RPC to player, ready to be called in the future. Clear local time override when tutorial ends/aborts for player.
12 Days Ago
Merge from island_spawning
14 Days Ago
Merge from usekey
15 Days Ago
General tutorial server compile fixes
15 Days Ago
Fix client compile error in TimeChange
15 Days Ago
merge from time_progression
16 Days Ago
Block chat messages FROM players in tutorial too
16 Days Ago
Hide chat messages except for server messages when in the tutorial. Added Chat.hideChatInTutorial replicated convar to toggle this behaviour.
54 Days Ago
Set a sensible tutorial bear tether range. Remove blocked navigation topologies from tutorial bear. Tutorial bear ignores other animals.
54 Days Ago
Animals can now be range-tethered to their spawn point for roaming. Set regular animal prefabs up to continue their previous behaviour. Set a tether on tutorial bear.
55 Days Ago
Added tutorial bear prefab.
55 Days Ago
PathFinder.GetBestRoamPosition can now take an anchor position instead of using current position. Updated calls to use their current position as anchor.
55 Days Ago
Animal navmesh prefab setup and generation for tutorial island. Initial navmesh settings, can tweak if needed when we have final island size.