Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project ARES: Added Tech Unlock logs #5006

Merged
merged 23 commits into from
Apr 3, 2024
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
2d5cc1d
tech logging and core sec
realforest2001 Nov 22, 2023
66905ca
CE's Office & Lifeboat Control
realforest2001 Nov 22, 2023
9a358e3
Intel Point totals
realforest2001 Nov 22, 2023
a9a8126
Merge remote-tracking branch 'cmss13-devs/master' into project/ares/t…
realforest2001 Nov 29, 2023
410596d
Merge remote-tracking branch 'cmss13-devs/master' into project/ares/t…
realforest2001 Dec 1, 2023
7b9096f
Merge remote-tracking branch 'cmss13-devs/master' into project/ares/t…
realforest2001 Dec 14, 2023
87ed2fd
conflict
realforest2001 Dec 14, 2023
a4aa03f
Merge remote-tracking branch 'cmss13-devs/master' into project/ares/t…
realforest2001 Dec 26, 2023
e4da38b
conflict
realforest2001 Dec 26, 2023
9334f93
Merge remote-tracking branch 'cmss13-devs/master' into project/ares/t…
realforest2001 Dec 26, 2023
73cc1d1
Merge remote-tracking branch 'cmss13-devs/master' into project/ares/t…
realforest2001 Jan 2, 2024
4f4f31d
Merge remote-tracking branch 'cmss13-devs/master' into project/ares/t…
realforest2001 Jan 21, 2024
c19a09f
Merge remote-tracking branch 'cmss13-devs/master' into project/ares/t…
realforest2001 Jan 27, 2024
2724029
Merge remote-tracking branch 'cmss13-devs/master' into project/ares/t…
realforest2001 Jan 30, 2024
a4816ac
changes
realforest2001 Feb 26, 2024
db85bc0
Merge remote-tracking branch 'cmss13-devs/master' into project/ares/t…
realforest2001 Mar 4, 2024
a40c619
f
realforest2001 Mar 4, 2024
8944022
Merge branch 'master' into project/ares/techs
realforest2001 Mar 9, 2024
5cd29ef
changes/conflicts
realforest2001 Mar 9, 2024
c0645ab
proc to var
realforest2001 Mar 9, 2024
eef1fe3
Merge remote-tracking branch 'cmss13-devs/master' into project/ares/t…
realforest2001 Mar 21, 2024
1f2b803
fix
realforest2001 Mar 21, 2024
771046b
fix
realforest2001 Mar 27, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions tgui/packages/tgui/interfaces/AresAdmin.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,18 @@ const MainMenu = (props, context) => {
onClick={() => act('page_requisitions')}
/>
</Stack.Item>
<Stack.Item>
<Button
content="Tech Control Log"
tooltip="Review the Intel Tech Log."
icon="magnifying-glass-chart"
ml="auto"
px="2rem"
width="25vw"
bold
onClick={() => act('page_tech')}
/>
</Stack.Item>
realforest2001 marked this conversation as resolved.
Show resolved Hide resolved
</Stack>

<Stack>
Expand Down
Loading