477 Commits
Author SHA1 Message Date
BatrachophrenoandGitHub 2fa2c731ea Update Access/Airlock Controller NanoUI to TGUI (#21732)
PR for conversion of various NanoUI windows to TGUI.
**Access Controller**
<img width="758" height="252" alt="image"
src="https://github.com/user-attachments/assets/3263cc86-2e5f-4285-af39-25665a187a3c"
/>
**Airlock Controller (includes Advanced Airlock Controller)**
<img width="950" height="330" alt="image"
src="https://github.com/user-attachments/assets/1c636673-ec34-4ab2-a33d-1293fe20087b"
/>
2026-01-30 19:28:09 +00:00
BatrachophrenoandGitHub 901c6591a9 Update Camera Monitor NanoUI to TGUI (#21734)
As title; dedicated computer/security objs now launch the same Camera
Monitoring app as modular computers do- same interface but in TGUI.
Removes old NanoUI version.
2026-01-26 14:11:52 +00:00
e0aa218843 Shell May Cry: A comprehensive rework of synthetics. (#20721)
https://www.youtube.com/watch?v=9mPvZ96pHJI

A pull request commissioned by the Synthetic Lore Team to
comprehensively rework synthetics (read: IPCs) and how they work in
Aurora. The objective is to make IPCs as unique as possible from humans,
upgrading the robotic feel and atmosphere, while also preserving a good
sense of balance in-game.

Key features:

- A comprehensive expansion of synthetic organs, all of which now
fulfill a purpose: hydraulics, cooling units, power systems, actuators,
diagnostics units.
- Customizable organs with benefits and drawbacks, such as with cooling
units and power systems.
- Unique ways to repair the organs and more involved steps.
- Unique damage mechanics - every organ has wiring and electronics which
affect its functioning, and they are defended by plating which provides
natural armour.
- Improved and immersive diagnostics.
- Unique features, benefits, and drawbacks for every IPC frame.
- A rework of the positronic brain, which can be either destroyed or
shut down, alongside effects caused by low integrity.
- A rework of how EMPs affect IPC organs.
- Non-binary damage states for each organ.

To-do:

- [x] Finish the unique features for each frame.
- [x] Look into if mechanical synthskin is possible.
- [x] Power system.
- [x] Posibrain mechanics.
- [ ] Passive cooling expansion.
- [x] EMP mechanics.
- [x] Repair mechanics.
- [x] Mob weight mechanics.
- [ ] Gurney for heavy mobs.
- [x] New augments.
- [ ] IPC tag scanning and flashing.

---------

Signed-off-by: Werner <1331699+Arrow768@users.noreply.github.com>
Co-authored-by: Matt Atlas <liermattia@gmail.com>
Co-authored-by: Geeves <22774890+Geevies@users.noreply.github.com>
Co-authored-by: Werner <1331699+Arrow768@users.noreply.github.com>
2025-12-21 16:26:23 +00:00
BatrachophrenoandGitHub 8ebc0b5213 Janicart NanoUI replacement, misc code improvement (#21522)
This PR updates Janitorial Carts to use radial menus for inventory
management (just like Engineering and Parcel carts). It also expands
mechanics hints and includes some general cleanup.

Removes a NanoUI template for the [TGUI
update](https://github.com/Aurorastation/Aurora.3/pull/21046).
2025-12-19 20:21:11 +00:00
Cody BrittainGitHubGeneralCamo <n/a>
807f9917a9 Laptop Vendor now dispenses more things (#21631)
My long-awaited return to coding.

The Laptop Vendor had a ton of stuff commented out, likely because it
was added before many of these parts were ported to Aurora. In addition,
it was unable to vend PDAs or tablets. It can now do so.

This machine is really in need of a re-do, since it's rather clunky. But
this was a quick option.

---------

Co-authored-by: GeneralCamo <n/a>
2025-12-06 19:00:34 +00:00
BatrachophrenoandGitHub 6661e15344 Agent ID cards TGUI update, quick qol pass (#21628)
This PR updates Agent ID cards to use TGUI instead of NanoUI and
introduces some addtional qol features. Comparison image in following
comments.
- Extended examine information: mechanics hints and antagonist hints
both for standard ID cards and Agent ID cards (explains things like how
Agent ID cards EW suites recharge over time, how to imprint biometrics,
etc.
- Silent warning message added to Agent ID cards for when power starts
getting low.

Removes a NanoUI template for the [TGUI
update](https://github.com/Aurorastation/Aurora.3/pull/21046).
2025-11-30 11:28:01 +00:00
BatrachophrenoandGitHub da3b40d502 Remove false positive 'fire alarm in area' text from atmos alerts (#21050)
Orphaned code from when fire alarms were migrated to their own machinery
obj. Handled.
2025-07-25 19:47:23 +00:00
nautandGitHub 61d613a608 Adds the Expeditionary radio frequency as a default channel (#20948)
- Added the Expeditionary radio frequency to all radios that come with
Common (and Entertainment) frequencies as a default radio channel.
- The Expeditionary radio channel is now accessible in-radio via the
shortcut key 'D', e.g. `:d` or `.d`.
- Expeditionary radio channel changed to custard yellow for easier
visibility.

Should make expeditions (and Odysseys) a whole lot easier by allowing
everyone to access the Expeditionary channel in their headset, no radio
or frequency tweaking necessary.

Color was also changed to a sort of custard yellow, since its old color
was very hard to see for a lot of people.


![image](https://github.com/user-attachments/assets/1e9b3da1-c9d9-4073-9072-d2b41b55388b)

![image](https://github.com/user-attachments/assets/6b2e454d-aa88-4c44-8bae-4bcd635152e0)

![image](https://github.com/user-attachments/assets/b1f52ef6-7525-405f-a8f6-aa9809bdbee7)

![image](https://github.com/user-attachments/assets/31e6a423-4842-43e9-9179-196168146168)

![image](https://github.com/user-attachments/assets/5be773aa-36ac-4de8-bb94-f9cca5a27ccd)
2025-07-10 21:37:30 +00:00
FluffyandGitHub 7fdfb4ce02 Refactored the mecha fabricator (#19264)
Refactored the mecha fabricator to use a queue system instead of
processing.
Typed a GLOB list for robolimbs.
Build time is now correct.
2024-05-31 21:24:17 +00:00
FluffyandGitHub ec421af722 Fire alarm TGUI (#19139)
Attacking a fire alarm with harm intent will trigger the fire alarm.
Refactored fire alarms from NanoUI to TGUI.
2024-05-22 09:09:04 +00:00
GeevesandGitHub 099374213e TGUI Nav Console (#18038)
* Ship Sensor View Fix

* copy paste error

* TGUI Nav Console

* the lint experience

* tweak

* tweak 2
2024-01-02 20:40:19 +00:00
06d04f71ec Gadpathur Navy Patrol Vessel (#17537)
* Start of Gadpathur Navy vessel

More work on the Gadpathur Vessel

Nearly finished now...

* More work on the Gadpathur vessel

* More work on the Vessel

More work on the vessel

More work on the vessel

* attempt to fix runtime errors

* Remove duplicate APCs and fix designation

* Overhauled the cadre surgeon uniform with generic scrub sprites

* Attempt to fix runtime errors, more work on access restrictions

* Fix hallway power and air alarms, fix designation test

* Change the Captain's uniform to be more distinct

* Add breath masks for EVA suits (may be replaced with rebreathers)

* Added Xanan pistol and Gadpathur rebreather

* Fix positioning of the ship guns

* Replace the generic combat shotgun with the Xanan shotgun

* Used code defined gun cabinets

* Set a unit test group(?)

* Fix compile

* Ditto

---------

Co-authored-by: Cody Brittain <cbrittain10@live.com>
2023-12-05 11:41:51 +00:00
SparkyandGitHub d8e993aee0 Adds an Expeditionary Channel and Intercoms & Gives the Interrogation Channel a Name (#17296)
* Expedition Comms

* mistyped

* Adds hailing to expedition intercomms

* Colour Change

* Forgot light mode

* ui fix
2023-10-08 21:34:32 +00:00
DreamySkrellGitHubDreamySkrell <>
e381a5fa88 Uplink tgui (#17336)
* add uplink.tsx

* a

* a

* a

* a

* a

* exploitables

* close gui

* a

* delete uplink.tmpl

* 1

* ooooooooooooooooooooooooo

* lint

* c

---------

Co-authored-by: DreamySkrell <>
2023-10-06 22:15:38 +00:00
GeevesandGitHub 33094b36de Shuttle TGUI (#17432)
* Shuttle TGUI

* eqeqeq

* escapeescapeescape

* bawkses

* linter
2023-09-29 22:38:14 +00:00
GeevesandGitHub cb20a8e15b Docking Controller TGUI (#17435)
* Docking Controller TGUI

* linmter
2023-09-27 23:56:55 +00:00
57ffd3289f Sensors tgui (#17031)
* z

* a

* optional property access operator

* a

* a

* a

* bb

* a

* a

* q

* c

* aa

* a

* Update tgui/packages/tgui/interfaces/Sensors.tsx

Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>

* delete nano sensors

* contact detailed scan

* tgui fixes

* DIST_BETWEEN_TWO_POINTS macro

* BEARING_RELATIVE macro

* ui_act return true/false instead of topic/nano values

* Update code/_helpers/maths.dm

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

* Update code/_helpers/maths.dm

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

* a

* b

* color coding status

* capitalizeAll

* Grid Coordinate Distance/Range

* b

---------

Co-authored-by: DreamySkrell <>
Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com>
2023-08-22 14:13:48 +00:00
Cody BrittainandGitHub 34d6e6b08a Binary Atmospherics TGUI port (#17037)
* Ports binary atmospherics stuff to TGUI

* Finish port to TGUI

* RM now obsolete NanoUI files
2023-08-10 11:03:53 +00:00
a331591bbe Robotics lift extended to third deck (#16864)
* kinda sorta works

* mapping mostly

* mapping

* holy hell it works

* lift sounds

* mapping

* multi/lift type

* mappin

* code

* ui

* code

* c

* remove old lift stuff

* weary

* Update code/modules/shuttles/shuttle_console_multi_lift.dm

Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>

* Update code/modules/shuttles/shuttle_console_multi_lift.dm

Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>

* Update code/modules/shuttles/shuttles_multi_lift.dm

Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>

* Update code/modules/shuttles/shuttle_console_multi_lift.dm

Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>

* Update code/modules/shuttles/shuttles_multi_lift.dm

Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>

* Update code/modules/shuttles/shuttles_multi_lift.dm

Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>

* Update html/changelogs/DreamySkrell-robotics-lift-1111.yml

Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>

* emergency stop

* Update code/modules/shuttles/shuttles_multi_lift.dm

Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>

---------

Co-authored-by: DreamySkrell <>
Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
2023-07-31 20:11:45 +00:00
DreamySkrellGitHubDreamySkrell <>
5081bbe0eb Helm Control tgui (#16857)
* a

* b

* c

* d

* e

* f

* g

* h

* data.locations

* fixed

* gui

* red roll buttons

* roll and turn switch positions

---------

Co-authored-by: DreamySkrell <>
2023-07-27 17:16:07 +00:00
DreamySkrellGitHubDreamySkrell <>
5f47481bc7 Overmap drifting (#16833)
* a

* c

* aaa

* a

---------

Co-authored-by: DreamySkrell <>
2023-07-27 01:25:52 +00:00
DreamySkrellGitHubDreamySkrell <>
db030df4d5 Docking Ports Management Program (#16802)
* stuff copied from the other branch

* aurorastation.dme reorder

* lint fixes

* docks gui prettier

---------

Co-authored-by: DreamySkrell <>
2023-07-23 18:27:43 +00:00
31956c7eb0 Rock the UI Away - Removes VueUI and adds TGUI (#16509)
* tgui the beginning

* binaries and the like

* Bring in the last of it

* Example radio UI

* delete example

* NTOS Main Menu, start on manifest, tgui states

* tasks.json

* gunnery ui pt 1

* okay

* fix everything

* scss update

* oops

* manifest gigablast

* downloader part 1

* download prt 2

* NTOSDownloader final

* mfw committing to_worlds

* gunnery console pt2

* i cooked

* targeting (finished)

* one vueui down

* voting ui almost done

* MY MIND FEELS LIKE AN ARCH ENEMYYYY

* voting ui down

* photocopier

* ntos config + download fixes

* photocopier 2

* refactor define

* NTOS client manager + fixes

* fax machine final (it also uses toner now)

* marching forwards... left behind...

* ntnrc part 1

* canister

* add quotes

* portable pumps pt1 + more backgrounds

* oops

* finish the portable pump

* freezers

so I'll keep on pushing forward... you haven't seen the last of me... oooooooh...

* doors ui pt1

* finish doors UI (forgive me wildkins it's a bit of shitcode)

* vitals monitor, make things use labeled lists, new backgrounds

* mais j'envoyé aucun mayday...

* maglock pt1

* pour ça je me suis perdu...

* infrared

* fix that

* prox sensor pt1

* prox sensor

* signaler (this was actually pretty hard)

* atmos control pt1

* atmos control pt1.1

* atmos pt 2

* fuel injector

* multitool UI

* jammer

* list viewer

* APC

* portgen

* targeting console updates + SMES ui

* new themes, shield generator

* supermatter

* Add ore detector and (shitty) NTNet Relay

* orderterminal pt1

* orderterminal pt2

* smartfridge

* Add (air-)tank GUI update ore detector size

* Adds Transfer Valves

* Add AtmoScrubber

* analyzer pt1

* weapons analyzer pt2

* bodyscanner pt1

* bodyscanner pt2

* fix this shitcode

* seed storage

* appearance changer

* appearance changer final

* sleeper pt1

* sleeper

* gps

* vehicles

* chem dispenser

* lily request

* holopad

* tgui modules pt1

* ppanel

* damage menu

* fixes

* im here too now

* follow menu, search bars

* quikpay

* quikpay fixes

* circuit printer

* ppanel

* ppanel updates

* pai

* turret controls (i want to kill myself)

* tweak

* remove the boardgame

* guntracker

* implant tracker

* penal mechs

come close to me, come close to me

* chem codex

* pai radio

* doorjack

* pai directives

* signaler removal, sensors

* ghost spawner

* spawnpoint

* fixes

* teleporter

* one more to the chopping block

* account database

* remove divider

* scanner, atmos

* latejoin ui pt1

* latejoin

* records pt1

* RECORDS UI DONE

* delete interpreter & records

* CHAT FUCKING CLIENT

* data updates

* fix some things

* final UI, log

* basic nanoui fix

* antag panel

* remove vueui

* atm update

* vending update

* warrants, cameras

* ntmonitor

* time comes for all

* preserve this legacy

* bring that back (oops)

* rcon, ui auto update for computer UIs, remove rcon computers

* alarm monitoring (a bit broke and also todo: add custom alarm monitoring programs to a few consoles)

* A LIKE SUPREME

* a

* power monitor

* lights on

* fuck this code, fuck nanoui modules, and fuck nanoui

* LEAVE IT OH SO FAR BEHIND

* fix alarm monitoring for synths

* I SAW IN YOU WHAT LIFE WAS MISSING

* comms console

* idcard and record updates

* turn the light on

* arcade

* pt2

* news browser

* static

* crusher

* f

* COULD I JUST SLEIGH THE GOLD FROM THE BALLS? I'M SO FRUSTRATED OH COULD YOU TELL? IF I HEAR ONE MORE VUEUI OR ONE NANOUI I'M GONNA LOSE IT SO LET ME GOOOOOOOOOOOOOOOOO

* codeowners & suit sensors

* html ui style removal

* make lint happy

* resist and disorder

* i slowly get up and turn off the noise, already fed up...

* pleaseeeeeeeeeeeeeee

* THE CREDIT LARP IS NECESSARY

* i hold the keys

* RISE UP

* fix that?

* harry's suggestions xoxo

* runtime fix pt2

* You are the only thing that I still care about

* adds build workflow

* Update update_tgui.yml

* adds some needed steps

* ATM

* misc fixes and tweaks

* fixes 2

* make newscasters usable and fix use power on freezers

* turret control is clearer

---------

Co-authored-by: John Wildkins <john.wildkins@gmail.com>
Co-authored-by: Matt Atlas <liermattia@gmail.com>
Co-authored-by: harryob <55142896+harryob@users.noreply.github.com>
Co-authored-by: Werner <Arrow768@users.noreply.github.com>
Co-authored-by: Geeves <ggrobler447@gmail.com>
Co-authored-by: harryob <me@harryob.live>
2023-06-25 19:03:33 +02:00
GeevesandGitHub 5991d40468 Sensor Tweaks (#16434)
* Sensor Tweaks

* anotha one

* sound tweaks

* removed debug code
2023-06-23 10:57:15 +00:00
316a80c231 Splits telecrystals into bluecrystals and telecrystals. (#16380)
* bluecrystals 1

* Splits telecrystals into bluecrystals and telecrystals.

* fixes

* dans ma tete ce n'est pas evident

* c'est toujours trop beau pour etre vrai

* on ne peut toucher le ciel des doigts

* thanks lily

---------

Co-authored-by: Matt Atlas <liermattia@gmail.com>
2023-06-18 12:43:49 +00:00
FluffyandGitHub a965645d51 Port+Changelog (#16291) 2023-05-28 20:45:02 +00:00
FluffyandGitHub b3d7ab17d3 Added ability to see sensors scan info in UI without printing (#15451)
* Added ability to see sensor scan info in UI

* Fixup

* Indentation fuckup fix

* Changed variable name, merged master
2023-03-04 21:56:44 +00:00
DreamySkrellandGitHub bdb7b5e5f9 Sensors spooling up and down (#15808) 2023-02-16 08:56:36 -03:00
Matt AtlasandGitHub 4a0466972d Adds a Horizon roundstart report with overmap bearings, sensor tweaks. (#15765) 2023-02-14 22:52:47 +01:00
DreamySkrellandGitHub 8bb8e6fa66 Range and heat sensors buff, better range input (#15770) 2023-02-13 12:12:59 +01:00
FluffyandGitHub 3562562067 Musical instruments (#15616) 2023-02-03 23:46:38 +01:00
FluffyandGitHub 14d41d1e84 Overmap sensors overhaul (#15666) 2023-02-03 23:39:18 +01:00
SleepyGemmyandGitHub ad24947f93 SCC Default Laws (#15499)
* SCC Default Laws

* E
2023-01-05 17:58:56 +01:00
FluffyandGitHub 6197b96b8b Horizon sensor console announcement of incoming fire (#15117) 2023-01-02 14:26:43 +01:00
Mykhailo BykhovtsevandGitHub ff7c10f9cc Cyborg Access Rework (#15157) 2022-12-09 12:35:54 +01:00
WildkinsandGitHub 2fcfa8adb7 Ports /tg/ spatial grid system, refactors telecomms, destroys lag (#15140) 2022-12-09 12:35:33 +01:00
Mykhailo BykhovtsevandGitHub 372629de43 Atmospheric machines max power rating buff (#15229) 2022-12-07 11:54:19 +01:00
DreamySkrellandGitHub ecb5a8e769 Uplink item buy limit mechanism (#14999) 2022-11-12 23:08:54 +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
SleepyGemmyandGitHub ea1e4d815f Fixes Some Manifest Oversights (#14832) 2022-09-19 22:29:36 +02: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
SleepyGemmyandGitHub 55973cec38 Fixes NanoTrasen Typos (#14540) 2022-08-06 16:46:47 +02:00
Matt AtlasandGitHub f768a9022d Removes ERT from standard gameplay. The Horizon now sends distress beacons for other Overmap vessels instead. Barricades and crew armoury buff. (#14371) 2022-08-02 17:59:51 +02:00
DoxxmedearlyandGitHub eadb271aaa Telecomms considers sector range, away site radio fixes (#14014) 2022-06-01 15:36:52 +02:00
SleepyGemmyandGitHub e3ae5e734a Distinguish Between Service and Civilian on Crew Manifest (#13670) 2022-05-06 14:27:18 +02:00
alberyk 8c1d2a7cde Merge branch 'master' into final_away_maps_additions
# Conflicts:
#	code/__defines/misc.dm
#	code/modules/client/preference_setup/loadout/loadout_xeno/tajara.dm
#	icons/mob/head.dmi
#	maps/exodus/code/exodus.dm
2022-04-04 19:47:58 -03:00
mikomyazakiandGitHub 6f345c1383 Toggle pumps/filters with AltClick & RCON Max SMES Output Button (#13385)
* Atmospherics devices (pumps, filters, etc.) can be have their power toggled on/off with Alt-Click.

* RCON control can now max the SMES output in one button-click.

* Changelog

* Got to check the SMES exist.
2022-03-16 02:49:14 +01:00
Matt Atlas 2a2f9bb788 add engine control global control 2022-03-13 21:42:21 +01:00
alberyk 14179960f7 Radio stuff 2022-03-04 14:57:02 -03:00
VisVirificandGitHub 23c9dd2874 Adds blood volume to the Body Scanner & Vitals Monitor (#12934) 2022-01-30 00:22:38 +01:00