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

Ive randomly decided to port NTSL from yogstation. Lets see how dis goes and how many runtimes it causes #2199

Merged
merged 69 commits into from
Oct 25, 2024
Merged
Show file tree
Hide file tree
Changes from 33 commits
Commits
Show all changes
69 commits
Select commit Hold shift + click to select a range
2269dbd
initial commit
Gboster-0 Jun 8, 2024
6c194d4
Fixes the .DME file, and updates readme.md with the pull number
Gboster-0 Jun 8, 2024
a4db863
adds poly achievement sprites
Gboster-0 Jun 8, 2024
cc2e555
adds the programming console to maps and techweb
Gboster-0 Jun 8, 2024
8cf6b1f
fixes the decals being in my walls on kilo
Gboster-0 Jun 8, 2024
6141a28
Adds basic signal techs
Gboster-0 Jun 11, 2024
8b8654b
Merge remote-tracking branch 'upstream/master' into NTSL
Gboster-0 Jun 11, 2024
8b6f19b
fixes for jumpsuits and PDA
Gboster-0 Jun 11, 2024
3ac0011
le fix
Gboster-0 Jun 11, 2024
914f3e1
Merge remote-tracking branch 'upstream/master' into NTSL
Gboster-0 Jun 13, 2024
5f94d81
Merge remote-tracking branch 'upstream/master' into NTSL
Gboster-0 Jun 25, 2024
e5ca703
adds signal technician start landmarks
Gboster-0 Jun 25, 2024
abcaae8
TGUI for the NTSL is now a thing
Gboster-0 Jun 26, 2024
1961f94
Merge remote-tracking branch 'upstream/master' into NTSL
Gboster-0 Jun 26, 2024
a0ce8f0
boop for linters
Gboster-0 Jun 26, 2024
0d3d5f8
Merge remote-tracking branch 'upstream/master' into NTSL
Gboster-0 Jul 6, 2024
4db1154
Merge remote-tracking branch 'upstream/master' into NTSL
Gboster-0 Jul 8, 2024
be22b65
removes skin.dmf NTSL since we use TGUI now
Gboster-0 Jul 8, 2024
f965bb7
smol fixes
Gboster-0 Jul 16, 2024
f49526c
Merge remote-tracking branch 'upstream/master' into NTSL
Gboster-0 Jul 26, 2024
e50b7a7
Adds sig techs to ouroboros and void raptor
Gboster-0 Jul 26, 2024
6b6cdc4
Merge remote-tracking branch 'upstream/master' into NTSL
Gboster-0 Aug 3, 2024
6807d2b
Ports yog's TGUI traffic console, erasing my work
Gboster-0 Aug 10, 2024
0670ec0
smol fix
Gboster-0 Aug 12, 2024
2692de7
Merge remote-tracking branch 'upstream/master' into NTSL
Gboster-0 Aug 12, 2024
578ea5c
Update tgstation.dme
Gboster-0 Aug 12, 2024
3e1a10d
temp map fixes so linters love me
Gboster-0 Aug 12, 2024
11ef3a4
Merge remote-tracking branch 'upstream/master' into NTSL
Gboster-0 Aug 13, 2024
47dfebe
boop
Gboster-0 Aug 13, 2024
9b5bb63
fixes broadcast()
Gboster-0 Aug 13, 2024
6d8af88
Update readme.md
Gboster-0 Aug 13, 2024
b66f1fc
adds filter
Gboster-0 Aug 13, 2024
15abd8e
Merge remote-tracking branch 'upstream/master' into NTSL
Gboster-0 Aug 17, 2024
21a0c90
makes double-spaces become only single-spaces via regex
Gboster-0 Aug 22, 2024
d1fc936
forces all var.len instances into length()
Gboster-0 Aug 22, 2024
e6de24c
Update monkestation/code/modules/NTSL/code/coding_language/interprete…
Gboster-0 Aug 22, 2024
82e3d1b
Update monkestation/code/modules/NTSL/code/coding_language/interprete…
Gboster-0 Aug 22, 2024
278211b
fixes lucy
Gboster-0 Aug 22, 2024
008de72
uses a giant ass regex to spot most bad symbol placements
Gboster-0 Aug 22, 2024
060e484
Update monkestation/code/modules/NTSL/code/machinery/traffic_control.dm
Gboster-0 Aug 22, 2024
438c13c
smol fix up of + signs
Gboster-0 Aug 22, 2024
fb0bc1b
Merge branch 'NTSL' of https://github.com/Gboster-0/Monkestation2.0 i…
Gboster-0 Aug 22, 2024
1899804
drops ID on being destroyed
Gboster-0 Aug 22, 2024
c3c0f28
telecomms server destroy() cleanup
Gboster-0 Aug 22, 2024
83f9279
lucy's freq suggestion thats outdated so i cannot auto-commit it
Gboster-0 Aug 22, 2024
c894a53
Merge remote-tracking branch 'upstream/master' into NTSL
Gboster-0 Sep 2, 2024
778d197
Merge remote-tracking branch 'upstream/master' into NTSL
Gboster-0 Sep 5, 2024
5b771b2
Merge remote-tracking branch 'upstream/master' into NTSL
Gboster-0 Sep 12, 2024
128c3b7
lucy's Destroy() suggestions
Gboster-0 Sep 12, 2024
dfb7aee
Merge remote-tracking branch 'upstream/master' into NTSL
Gboster-0 Sep 15, 2024
049f122
Merge remote-tracking branch 'upstream/master' into NTSL
Gboster-0 Oct 11, 2024
366ffed
unshittifies north star's 2 message consoles (northstar stays losing)…
Gboster-0 Oct 11, 2024
171f435
fixes rebuilding traffic consoles, changes the AI a lil bit
Gboster-0 Oct 11, 2024
1c56fe9
adds radio as a valid frequency, adds the reference buttong
Gboster-0 Oct 12, 2024
bf23ac6
Merge branch 'master' of https://github.com/Monkestation/Monkestation…
Absolucy Oct 14, 2024
c390cf6
fixes achievements, fixes NTSL bans not banning you completelly from …
Gboster-0 Oct 14, 2024
312bd23
adds specified return types from Lucy's review
Gboster-0 Oct 14, 2024
d93f5a4
adds a singular comment
Gboster-0 Oct 15, 2024
718220a
Merge branch 'master' of https://github.com/Monkestation/Monkestation…
Absolucy Oct 15, 2024
d5a89fb
Minor Cleanup
Gboster-0 Oct 16, 2024
4b8df64
Merge branch 'NTSL' of https://github.com/Gboster-0/Monkestation2.0 i…
Gboster-0 Oct 16, 2024
b14653b
Job Icon (#1)
Gw0sty Oct 16, 2024
41224df
adds MONKESTATION ADDITION to job icons
Gboster-0 Oct 16, 2024
0d06037
Fixes AI tracking
Gboster-0 Oct 16, 2024
71f00b1
Merge branch 'master' of https://github.com/Monkestation/Monkestation…
Absolucy Oct 16, 2024
a8fac99
Merge branch 'master' of https://github.com/Monkestation/Monkestation…
Absolucy Oct 22, 2024
94c6b75
adds an admin-only button to clear comms
Gboster-0 Oct 24, 2024
490a528
adds plasmamen signal tech clothing
Gboster-0 Oct 24, 2024
318a861
Merge remote-tracking branch 'upstream/master' into NTSL
Gboster-0 Oct 25, 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
125 changes: 65 additions & 60 deletions _maps/map_files/Blueshift/Blueshift.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -18470,12 +18470,6 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/wood,
/area/station/security/courtroom)
"dAo" = (
/obj/structure/bookcase{
name = "Forbidden Knowledge"
},
/turf/open/floor/iron/dark,
/area/station/service/library/private)
"dAr" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable,
Expand Down Expand Up @@ -29076,11 +29070,6 @@
/obj/effect/spawner/random/trash/garbage,
/turf/open/floor/plating,
/area/station/maintenance/department/security/greater)
"fBZ" = (
/obj/structure/table/reinforced,
/obj/item/paper_bin,
/turf/open/floor/iron/dark,
/area/station/tcommsat/computer)
"fCd" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
dir = 8
Expand Down Expand Up @@ -36285,10 +36274,6 @@
},
/turf/open/floor/iron,
/area/station/science/ordnance)
"gZw" = (
/obj/item/kirbyplants/organic/plant21,
/turf/open/floor/iron/dark,
/area/station/tcommsat/computer)
"gZx" = (
/turf/open/floor/iron/dark,
/area/station/service/chapel/office)
Expand Down Expand Up @@ -46438,17 +46423,6 @@
},
/turf/open/floor/engine/n2o,
/area/station/engineering/atmos)
"jas" = (
/obj/machinery/door/airlock/command/glass{
name = "Control Room"
},
/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{
cycle_id = "tcomms-internal"
},
/obj/machinery/door/firedoor/heavy,
/obj/effect/mapping_helpers/airlock/access/all/command/general,
/turf/open/floor/iron,
/area/station/tcommsat/computer)
"jay" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
Expand Down Expand Up @@ -64390,6 +64364,12 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/engine,
/area/station/science/xenobiology)
"mzA" = (
/obj/structure/chair/office/light,
/obj/machinery/light/floor/has_bulb,
/obj/effect/landmark/start/signal_technician,
/turf/open/floor/iron,
/area/station/tcommsat/computer)
"mzC" = (
/obj/machinery/power/shieldwallgen/anchored{
shield_range = 14
Expand Down Expand Up @@ -85865,6 +85845,28 @@
"qIh" = (
/turf/open/floor/plating,
/area/station/maintenance/fore/upper)
"qIk" = (
/obj/effect/turf_decal/tile/neutral{
dir = 1
},
/obj/effect/turf_decal/tile/neutral,
/obj/effect/turf_decal/tile/neutral{
dir = 4
},
/obj/effect/turf_decal/tile/neutral{
dir = 8
},
/obj/machinery/disposal/bin,
/obj/effect/turf_decal/delivery,
/obj/structure/disposalpipe/trunk{
dir = 2
},
/obj/structure/sign/painting/large/library_private{
pixel_y = null;
dir = 1
},
/turf/open/floor/iron/dark,
/area/station/service/library/private)
"qIm" = (
/obj/effect/turf_decal/bot,
/obj/machinery/portable_atmospherics/scrubber/huge/movable/cargo,
Expand Down Expand Up @@ -87655,6 +87657,18 @@
/obj/machinery/gulag_teleporter,
/turf/open/floor/iron/dark,
/area/station/security/prison/upper)
"qZZ" = (
/obj/machinery/door/airlock/command/glass{
name = "Control Room"
},
/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{
cycle_id = "tcomms-internal"
},
/obj/machinery/door/firedoor/heavy,
/obj/effect/mapping_helpers/airlock/access/any/engineering/tcoms,
/obj/effect/mapping_helpers/airlock/access/any/command/general,
/turf/open/floor/iron,
/area/station/tcommsat/computer)
"rah" = (
/obj/structure/flora/bush/lavendergrass,
/obj/effect/turf_decal/siding/thinplating/light{
Expand Down Expand Up @@ -91488,6 +91502,12 @@
/obj/effect/spawner/random/trash/mess,
/turf/open/floor/plating,
/area/station/maintenance/department/science/ordnance_maint)
"rLz" = (
/obj/structure/bookcase{
name = "Forbidden Knowledge"
},
/turf/open/floor/iron/dark,
/area/station/service/library/private)
"rLE" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
Expand Down Expand Up @@ -97833,6 +97853,12 @@
},
/turf/open/floor/iron/white,
/area/station/medical/medbay/central)
"sXY" = (
/obj/machinery/computer/telecomms/traffic{
dir = 4
},
/turf/open/floor/iron/dark,
/area/station/tcommsat/computer)
"sXZ" = (
/obj/machinery/computer/shuttle/mining{
dir = 8
Expand Down Expand Up @@ -111743,11 +111769,6 @@
/obj/machinery/camera/autoname/directional/north,
/turf/open/floor/iron/dark,
/area/station/cargo/sorting)
"vEE" = (
/obj/structure/chair/office/light,
/obj/machinery/light/floor/has_bulb,
/turf/open/floor/iron,
/area/station/tcommsat/computer)
"vEF" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
Expand Down Expand Up @@ -120427,28 +120448,6 @@
},
/turf/open/floor/iron,
/area/station/command/bridge)
"xmR" = (
/obj/effect/turf_decal/tile/neutral{
dir = 1
},
/obj/effect/turf_decal/tile/neutral,
/obj/effect/turf_decal/tile/neutral{
dir = 4
},
/obj/effect/turf_decal/tile/neutral{
dir = 8
},
/obj/machinery/disposal/bin,
/obj/effect/turf_decal/delivery,
/obj/structure/disposalpipe/trunk{
dir = 2
},
/obj/structure/sign/painting/large/library_private{
pixel_y = null;
dir = 1
},
/turf/open/floor/iron/dark,
/area/station/service/library/private)
"xne" = (
/obj/effect/turf_decal/delivery,
/obj/machinery/portable_atmospherics/scrubber,
Expand Down Expand Up @@ -120562,6 +120561,12 @@
},
/turf/open/floor/plating,
/area/station/maintenance/port/fore)
"xol" = (
/obj/structure/table/reinforced,
/obj/item/paper_bin,
/obj/item/kirbyplants/organic/plant21,
/turf/open/floor/iron/dark,
/area/station/tcommsat/computer)
"xon" = (
/obj/machinery/atmospherics/pipe/smart/simple/cyan/hidden{
dir = 4
Expand Down Expand Up @@ -150455,7 +150460,7 @@ vCy
nds
nds
nds
gZw
sXY
jsT
xdB
nds
Expand Down Expand Up @@ -150708,12 +150713,12 @@ nud
nud
xuI
xxh
jas
qZZ
pFN
pFN
jas
qZZ
pFN
vEE
mzA
tzO
nds
tku
Expand Down Expand Up @@ -150971,7 +150976,7 @@ nds
nds
iBL
szl
fBZ
xol
nds
aju
uak
Expand Down Expand Up @@ -152454,7 +152459,7 @@ ckT
iFl
llv
qlY
xmR
qIk
noU
mQH
qlY
Expand Down Expand Up @@ -152711,7 +152716,7 @@ sMu
iFl
xLo
qlY
dAo
rLz
mNk
uMG
qlY
Expand Down
Loading
Loading