30 Commits
Author SHA1 Message Date
BatrachophrenoandGitHub 5277251959 Tool behaviors port (#21663)
For a robust crafting system, I need a new materials framework.
For a new materials framework, I need to clean up reagents.
To clean up reagents, I need to pare down foods from reagent holders.
To pare down foods from reagent holders, I need to port edibility
components.
To port edibility components, I need to port processing components.
To port processing components, I need to port tool behaviors.

This is all back-end code, no new features or functionality from this.
2026-01-27 08:44:49 +00:00
BatrachophrenoandGitHub 387cee9243 Object Examine Text Overhaul (#20923)
Extends and reworks how various extended information text (desc_info,
desc_build, desc_upgrades) are handled to make object interactions and
mechanics A.) much more clearly documented in-game and B.) much easier
to support from the back-end.

Almost certainly a candidate for test merge.

Assembly/Disassembly instructions are noticeably sporadic, largely due
to our current lack of a unified framework. That's a future thing I'd
like to attack so that it can be handled programmatically, but for now I
only targeted the biggest culprits as I came across them.

---------

Signed-off-by: Batrachophreno <Batrochophreno@gmail.com>
2025-07-21 15:35:14 +00:00
FluffyandGitHub 3185c10cf1 516 internal links (#20428)
Convert all (appropriate) links to use the required `byond://` for 516

Added a grep to detect incompatible ones
2025-02-20 22:54:10 +00:00
a13f33a6e3 Ship/Shuttle Terminal Access Checks (#20227)
Ship consoles such as targeting and sensors now check for access.

Emagging a ship console disables access checks

Horizon shuttles given access requirements (bridge crew can access any
ship)

Went through most offships and added access requirements, likely missed
some however.

For access requirements, I only added them for helm control, targetting,
and shuttle control consoles

---------

Signed-off-by: Ben <91219575+Ben10083@users.noreply.github.com>
Co-authored-by: Ben10083 <Ben10083@users.noreply.github.com>
Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com>
2025-01-31 13:53:50 +00:00
FluffyandGitHub d40d459d42 Refactored movement observable away (#20083)
Refactored movement observable away, use only the signal.
Some tweaks to the signal.
2024-10-26 15:53:07 +00:00
FluffyandGitHub 0ae0b10764 Refactored all the backslash ref and ref() calls to use REF() instead (#19847)
Refactored all the backslash ref and ref() calls to use REF() instead.
Added a linting for raw ref proc calls.
2024-09-13 10:17:32 +00:00
FluffyandGitHub 7fb282adf0 Refactored the machinery operable procs (#19274)
Refactored the machinery operable procs into a single one, DMDoc'd, SDMM
marked, made more readable.
Fixed suspension field generator not being able to be used as it was not
checking the power cell for operability.

Fixes #19249
2024-05-31 21:23:30 +00:00
RustingWithYouandGitHub 207621677f Buildable Overmap Machinery (#18974)
Sensors, IFF beacons, and thrusters can now be built with circuit
boards.
Ship sensors consoles will no longer throw an error if their sensors are
deleted or destroyed.
Thrusters and other unary atmos machines now take their initial dir from
the machine frame like other machines rather than requiring modification
of the circuit board item.
2024-04-20 10:25:51 +00:00
FluffyandGitHub ab23fbdb70 Function overloads condensation (#18939)
Unified most of the procs into one definition, so there are no duplicate
around the codebase.
Marked some of the above as overridable if a good enough case can be
made for them (eg. external dependency or unlikely to be used).
2024-04-19 21:19:41 +00:00
FluffyandGitHub 25dc248979 Updated statpanel and added client pings (#18337)
* SSatlas.current_map

* hardsuit spell tab appears to clear correctly

* sdfsa

* from the moment i understood the weakness of my flesh, it disgusted me

* sdf
2024-02-08 12:29:42 +00:00
91a45a4e39 Ship Sensor View Fix (#18030)
* Ship Sensor View Fix

* copy paste error

* Update code/modules/mob/living/carbon/human/life.dm

Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com>

* dmdoc'd

---------

Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com>
2023-12-31 18:06:23 +00:00
cadd19beac Ports the TG globals controller and converts globals. (#18057)
* SDQL2 update

* fix that verb

* cl

* fix that

* toworld

* this is pointless

* update info

* siiiiick..

* vv edit update

* fix that

* fix editing vars

* fix VV

* Port the /TG/ globals controller.

* part 1

* part 2

* oops

* part 3

* Hollow Purple

* sadas

* bsbsdb

* muda na agaki ta

* ids 1-15

* 16-31

* 41-75

* bring me back to how things used to be before i lost it all

* the strength of mayhem

* final touches

* cl

* protect some vars

* update sdql2 to use glob

* stuff?

* forgot that is not defined there

* whoops

* observ

* but it never gets better

* a

---------

Co-authored-by: Matt Atlas <liermattia@gmail.com>
2023-12-26 01:16:02 +00:00
GeevesandGitHub 5991d40468 Sensor Tweaks (#16434)
* Sensor Tweaks

* anotha one

* sound tweaks

* removed debug code
2023-06-23 10:57:15 +00:00
GeevesandGitHub 3707118ebc Nearsighted Sensors Fix (#16338) 2023-05-20 15:34:04 +00:00
FluffyandGitHub 14d41d1e84 Overmap sensors overhaul (#15666) 2023-02-03 23:39:18 +01:00
Matt AtlasandGitHub 06b2707463 Fixes events. (#15665) 2023-01-27 17:49:28 +01:00
GeevesandGitHub 6291667230 Sensor Array Away Sites (#15575) 2023-01-23 20:50:35 +01:00
Matt AtlasandGitHub 65cece06b7 Adds a ship to ship combat system and weapons for the Horizon. (#14851) 2022-11-05 20:11:16 +01:00
Matt AtlasandGitHub d56dd390b8 Adds IFF beacons to ships, allowing people to change the ship name or obfuscate it. (#14471) 2022-08-09 15:38:43 +02:00
DoxxmedearlyandGitHub 11359f0a37 Makes away ships no longer shuttle subtypes (#14224) 2022-06-10 12:51:30 +02:00
DoxxmedearlyandGitHub 8d6a789a28 Fixes ship-console linking runtime (#14172) 2022-06-02 18:58:14 +02:00
DoxxmedearlyandGitHub eadb271aaa Telecomms considers sector range, away site radio fixes (#14014) 2022-06-01 15:36:52 +02:00
mikomyazakiandGitHub 94523a42cb Horizon Bugfixes 01 (#13449) 2022-04-11 15:40:18 +02:00
mikomyazaki 027e14d30d AI/borgs cannot pilot ships. They can only look at the consoles. 2022-04-07 19:22:48 +01:00
mikomyazaki d5ce779ef8 Sensors and Helm consoles are now buildable. 2022-02-24 12:58:44 +00:00
mikomyazaki d24f8bee18 Ports pixel movement for overmap ships from Nebula & Baystation12. 2022-02-19 03:33:24 +00:00
GeevesandGitHub a66479a89f Long-Range Holopads (#12190) 2021-07-31 17:32:18 -03:00
WildkinsandGitHub d446b333d2 Overmap Consoles Fix (#11613) 2021-04-06 23:12:04 -03:00
WildkinsandGitHub 63c6cd2158 Bugfix Shotgun (#10732)
* Bugfix Shotgun

* fix changelog
2020-12-08 11:43:09 +01:00
Matt AtlasandGitHub f59e35e77c Ports Overmap from Baystation. (#8800) 2020-05-23 23:14:08 +03:00