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

check_grep.sh part ??: adds all global vars to the global controller #4940

Merged
merged 24 commits into from
Nov 25, 2023
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
d154788
that's a lot of globbing
hry-gh Nov 16, 2023
41297e7
Merge remote-tracking branch 'upstream/master' into globbification
hry-gh Nov 16, 2023
10b16fe
last minute change fail + TESTING and UNIT_TEST define fails
hry-gh Nov 16, 2023
6c55a67
huh :dizzy_face:
hry-gh Nov 16, 2023
f53438c
nano plz
hry-gh Nov 16, 2023
077ffce
waaaa
hry-gh Nov 16, 2023
854edc1
Merge branch 'master' into globbification
hry-gh Nov 16, 2023
4a6db12
missed tihs one
hry-gh Nov 16, 2023
8534571
Update code/__DEFINES/atmospherics.dm
hry-gh Nov 16, 2023
048a9a8
Update code/__HELPERS/cmp.dm
hry-gh Nov 16, 2023
f77fe31
Update code/_globalvars/misc.dm
hry-gh Nov 16, 2023
8f5701e
Update code/modules/mob/living/silicon/ai/freelook/read_me.dm
hry-gh Nov 16, 2023
0c25de3
Update code/controllers/mc/admin.dm
hry-gh Nov 16, 2023
33e6ef5
Update code/_globalvars/global_lists.dm
hry-gh Nov 16, 2023
58e32a6
firaview
hry-gh Nov 16, 2023
cc02ef8
Merge remote-tracking branch 'refs/remotes/origin/globbification' int…
hry-gh Nov 16, 2023
c2cf4dd
goodbye z1 turfs
hry-gh Nov 16, 2023
1b85258
unedits the cl (lol)
hry-gh Nov 16, 2023
a7576c8
Merge branch 'master' into globbification
hry-gh Nov 17, 2023
0839f0d
removes dead comment
hry-gh Nov 17, 2023
78529cf
Merge branch 'master' into globbification
hry-gh Nov 17, 2023
cd7951a
resolves soft conflict with minimaps
hry-gh Nov 17, 2023
2922cf1
Merge remote-tracking branch 'upstream/master' into globbification
hry-gh Nov 22, 2023
2705bbb
Merge remote-tracking branch 'upstream/master' into globbification
hry-gh Nov 24, 2023
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
Prev Previous commit
Next Next commit
Update code/modules/mob/living/silicon/ai/freelook/read_me.dm
Co-authored-by: fira <loyauflorian@gmail.com>
hry-gh and fira authored Nov 16, 2023
commit 8f5701e9807a909826c8164a17f0a2f1514a3926
2 changes: 1 addition & 1 deletion code/modules/mob/living/silicon/ai/freelook/read_me.dm
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@ sight; for example, we don't update glass airlocks or floors.

WHERE IS EVERYTHING?

GLOB.cameranet.dm = Everything about the cameranet datum.
cameranet.dm = Everything about the cameranet datum.
chunk.dm = Everything about the chunk datum.
eye.dm = Everything about the AI and the AIEye.
updating.dm = Everything about triggers that will update chunks.