Skip to content

Commit

Permalink
Merge pull request #226 from carpotoxin/TG-parity-nov-2
Browse files Browse the repository at this point in the history
Tg parity nov 2
  • Loading branch information
Paxilmaniac authored Nov 14, 2024
2 parents 6b212ba + 8839332 commit 29cbadc
Show file tree
Hide file tree
Showing 396 changed files with 5,077 additions and 3,665 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Things you **CAN'T** do:
* [Close PRs](https://imgur.com/w2RqpX8.png): Only maintainers are allowed to close PRs. Do not hit that button.
* Close issues purely for breaking a template if the same information is contained without it.

For more information reference the [Issue Manager Guide](.github/guides/ISSUE_MANAGER.md).
For more information reference the [Issue Manager Guide](./guides/ISSUE_MANAGER.md).

</details>

Expand Down
8 changes: 4 additions & 4 deletions .github/guides/ISSUE_MANAGER.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ When examining new issues you should immediately notify a maintainer if you see
- **Server Lagging** [[1]](https://github.com/tgstation/tgstation/issues/60193) [[2]](https://github.com/tgstation/tgstation/issues/51927) [[3]](https://github.com/tgstation/tgstation/issues/32762) - Something that is causing a _severe_ amount of lag during the game

#### Runtime Issue Reports
If an issue reports a runtime, it must have the actual runtime call stack provided by round logging or in-game debug menu (https://github.com/tgstation/tgstation/issues/70329#issuecomment-1279853883).
If an issue reports a runtime, it must have the actual runtime call stack provided by round logging or in-game debug menu (https://github.com/tgstation/tgstation/issues/70329#issuecomment-1279853883).
<details>
<summary>Example runtime call stack</summary>

```
[2022-10-15 16:12:38.902] runtime error: Cannot execute null.add().
- proc name: visibility (/datum/cameranet/proc/visibility)
Expand All @@ -28,8 +28,8 @@ If an issue reports a runtime, it must have the actual runtime call stack provid
- usr.loc: the floor (150,25,4) (/turf/open/floor/circuit)
- call stack:
- Camera Net (/datum/cameranet): visibility(/list (/list), null, /list (/list), 1)
- AI (/mob/living/silicon/ai): camera visibility(Inactive AI Eye (/mob/camera/ai_eye))
- Inactive AI Eye (/mob/camera/ai_eye): setLoc(the floor (150,25,4) (/turf/open/floor/circuit), 0)
- AI (/mob/living/silicon/ai): camera visibility(Inactive AI Eye (/mob/eye/ai_eye))
- Inactive AI Eye (/mob/eye/ai_eye): setLoc(the floor (150,25,4) (/turf/open/floor/circuit), 0)
- AI (/mob/living/silicon/ai): create eye()
- AI (/mob/living/silicon/ai): Initialize(0, null, TagGamerGame2 (/mob/dead/new_player))
- Atoms (/datum/controller/subsystem/atoms): InitAtom(AI (/mob/living/silicon/ai), 0, /list (/list))
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
touch dmdoc/.nojekyll
echo codedocs.tgstation13.org > dmdoc/CNAME
- name: Deploy
uses: JamesIves/[email protected].8
uses: JamesIves/[email protected].9
with:
branch: gh-pages
clean: true
Expand Down
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,15 @@ Space Station 13 is a paranoia-laden round-based roleplaying game set against th

**[How to compile in VSCode and other build options](tools/build/README.md).**

## Contributors
[Guides for Contributors](.github/CONTRIBUTING.md)
## Getting started

[/tg/station HACKMD account](https://hackmd.io/@tgstation) - Design documentation here
For contribution guidelines refer to the [Guides for Contributors](.github/CONTRIBUTING.md).

[Interested in some starting lore?](https://github.com/tgstation/common_core)
For getting started (dev env, compilation) see the HackMD document [here](https://hackmd.io/@tgstation/HJ8OdjNBc#tgstation-Development-Guide).

For overall design documentation see [HackMD](https://hackmd.io/@tgstation).

For lore, [see Common Core](https://github.com/tgstation/common_core).

## LICENSE

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1732,10 +1732,10 @@
pixel_y = 5;
pixel_x = 3
},
/obj/item/fish/dwarf_moonfish{
/obj/item/fish/moonfish/dwarf{
pixel_x = -5
},
/obj/item/fish/dwarf_moonfish{
/obj/item/fish/moonfish/dwarf{
pixel_x = -2;
pixel_y = 8
},
Expand Down
14 changes: 11 additions & 3 deletions _maps/RandomRuins/IceRuins/icemoon_underground_hotsprings.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,22 @@
/turf/closed/mineral/random/snow,
/area/icemoon/surface/outdoors/unexplored)
"c" = (
/turf/open/water/cursed_spring,
/turf/open/water/hot_spring/cursed,
/area/icemoon/surface/outdoors/noteleport)
"d" = (
/obj/item/paper/crumpled{
default_raw_text = "When one falls into this hot spring, they shall forever be turned into..."
},
/turf/open/misc/asteroid/snow/icemoon,
/area/icemoon/surface/outdoors)
"l" = (
/obj/structure/chair/plastic,
/turf/open/misc/asteroid/snow/icemoon,
/area/icemoon/surface/outdoors)
"G" = (
/obj/item/storage/toolbox/fishing,
/turf/open/misc/asteroid/snow/icemoon,
/area/icemoon/surface/outdoors)

(1,1,1) = {"
b
Expand Down Expand Up @@ -70,7 +78,7 @@ b
(5,1,1) = {"
b
a
a
G
c
c
c
Expand All @@ -83,7 +91,7 @@ b
(6,1,1) = {"
b
a
a
l
c
c
c
Expand Down
2 changes: 1 addition & 1 deletion _maps/RandomRuins/LavaRuins/lavaland_surface_crashsite.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
/turf/open/floor/plating/lavaland_atmos,
/area/ruin/unpowered)
"l" = (
/turf/open/water/lavaland_atmos,
/turf/open/water/hot_spring,
/area/lavaland/surface)
"m" = (
/obj/machinery/door/airlock/survival_pod/glass,
Expand Down
9 changes: 7 additions & 2 deletions _maps/map_files/Birdshot/birdshot.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -21826,9 +21826,9 @@
/turf/open/floor/iron/smooth,
/area/station/command/gateway)
"hIm" = (
/obj/machinery/libraryscanner,
/obj/machinery/camera/autoname/directional/north,
/obj/machinery/airalarm/directional/north,
/obj/machinery/bookbinder,
/turf/open/floor/wood/parquet,
/area/station/service/library)
"hIE" = (
Expand Down Expand Up @@ -44195,6 +44195,11 @@
},
/turf/open/floor/iron,
/area/station/cargo/storage)
"phk" = (
/obj/structure/table/wood,
/obj/machinery/libraryscanner,
/turf/open/floor/carpet,
/area/station/service/library)
"phm" = (
/obj/effect/turf_decal/tile/neutral/fourcorners,
/turf/open/floor/iron/dark,
Expand Down Expand Up @@ -94921,7 +94926,7 @@ sXD
qSa
feR
aZh
jdx
phk
pOQ
wKr
wKr
Expand Down
12 changes: 5 additions & 7 deletions _maps/map_files/Deltastation/DeltaStation2.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -1273,6 +1273,7 @@
/obj/effect/spawner/random/maintenance,
/obj/effect/decal/cleanable/cobweb/cobweb2,
/obj/machinery/power/apc/auto_name/directional/north,
/obj/structure/cable,
/turf/open/floor/plating,
/area/station/maintenance/department/security)
"apC" = (
Expand Down Expand Up @@ -21053,7 +21054,6 @@
"fiL" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/structure/cable,
/obj/structure/chair/comfy/black{
dir = 8
},
Expand Down Expand Up @@ -44023,6 +44023,7 @@
/obj/item/folder/red,
/obj/item/lighter,
/obj/machinery/power/apc/auto_name/directional/east,
/obj/structure/cable,
/turf/open/floor/wood,
/area/station/service/electronic_marketing_den)
"kWE" = (
Expand Down Expand Up @@ -49572,6 +49573,7 @@
"msx" = (
/obj/item/kirbyplants/random,
/obj/structure/sign/poster/contraband/random/directional/south,
/obj/structure/cable,
/turf/open/floor/wood,
/area/station/service/electronic_marketing_den)
"msB" = (
Expand Down Expand Up @@ -55831,6 +55833,7 @@
pixel_y = 3
},
/obj/machinery/power/apc/auto_name/directional/north,
/obj/structure/cable,
/turf/open/floor/plating,
/area/station/security/detectives_office/private_investigators_office)
"nXY" = (
Expand Down Expand Up @@ -57721,7 +57724,6 @@
/turf/open/floor/iron/white,
/area/station/science/research)
"oxV" = (
/obj/structure/cable,
/obj/effect/mapping_helpers/broken_floor,
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
dir = 4
Expand Down Expand Up @@ -58618,7 +58620,6 @@
/turf/open/floor/iron,
/area/station/security/prison)
"oLz" = (
/obj/structure/cable,
/obj/structure/chair/office{
dir = 4
},
Expand Down Expand Up @@ -59132,7 +59133,6 @@
/turf/open/floor/iron,
/area/station/hallway/secondary/construction)
"oRD" = (
/obj/structure/cable,
/obj/item/circuitboard/computer/secure_data,
/obj/structure/frame/computer{
anchored = 1;
Expand Down Expand Up @@ -63253,7 +63253,6 @@
"pQT" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/structure/cable,
/obj/structure/chair/comfy/brown{
dir = 8
},
Expand Down Expand Up @@ -72633,6 +72632,7 @@
dir = 8
},
/obj/machinery/light/small/dim/directional/north,
/obj/machinery/power/apc/auto_name/directional/north,
/turf/open/floor/iron/checker,
/area/station/service/hydroponics/garden/abandoned)
"sgh" = (
Expand Down Expand Up @@ -85739,7 +85739,6 @@
/obj/item/reagent_containers/cup/watering_can,
/obj/item/plant_analyzer,
/obj/structure/sign/poster/contraband/kudzu/directional/south,
/obj/machinery/power/apc/auto_name/directional/south,
/obj/effect/turf_decal/bot,
/obj/effect/turf_decal/siding/green{
dir = 8
Expand Down Expand Up @@ -92440,7 +92439,6 @@
},
/area/station/science/lobby)
"xeF" = (
/obj/structure/cable,
/obj/item/kirbyplants/random,
/obj/machinery/light/small/dim/directional/north,
/turf/open/floor/wood,
Expand Down
Loading

0 comments on commit 29cbadc

Please sign in to comment.