16 Commits
Author SHA1 Message Date
atermonera 9d71839ac6 Removes devices 2022-04-17 19:14:43 -08:00
CerebulonandGitHub 7d8fa646b2 News Update + Communicator Lag Fix (#7973)
* News Update + Communicator Lag Fix

* combined if. please merge this has been up way too long
2021-03-21 12:11:44 -09:00
ShadowLarkens 444204dde9 Remove broken, unused commcard system from communicators
This is being done to help facilitate the transfer to TGUI. These
commcards are part of a project that never really got finished, and the
majority of them do not even function in their current implementation,
with only barebone templates and half-made integration.

While it would be neat to have these function one day, I believe it
would be for the best to remove their current implementation wholesale
as this commit does, and allow them to be reintegrated at a later time
when communicators have been converted to TGUI and NanoUI has been
eliminated.
2020-09-08 14:28:02 -07:00
Leshana 8c1ab54467 Converted old supply_controller to SSsupply
- Removed the old processController process and refactored it into a subsystem
- Updated references from supply-controller to SSsupply
- Changed from 1.5 points per 30 seconds to 1 point per 20 seconds.  Same rate of 3 per min, but avoids fractional points.
2020-03-25 00:32:10 -04:00
Leshana 85d3cbfa12 Replaced "area" shuttles with "landmark" shuttles.
Largely ported from the work done at Baystation in Baystation12#17460 and later commits.

 - Shuttles no longer require a separate area for each location they jump to.
   Instead destinations are indicated by landmark objects, which are not necessarily exclusive to that shuttle.
   This means that more than one shuttle could use the same docking port (not at the same time of course).
 - Enhanced shuttle control computers to use nanoui if they didn't.
 - Organizes shuttle datum code a bit better so there is less re-inventing the wheel in subtypes.
 - Allows the possibility of shuttles (or destinations) that start on late-loaded maps.
 - Deprecate the "extra" shuttle areas that are no longer needed and update shuttle areas in unit tests

This all required a bit of infrastructure improvements.

 - ChangeArea proc, for changing the area of a turf.
 - Fixed lighting overlays actually being able to be destroyed.
 - Added a few utility macros and procs.
 - Added "turf translation" procs which are like move_contents_to but more flexible.

(cherry picked from commit c837078105)
2020-03-13 00:26:08 -04:00
AtermoneraandGitHub d13336bbe6 Fixes communicator newsfeed app. (#6713)
* Fixes communicator newsfeed app.
Fixes non-terminal while loop in get_latest_news(), helper.dm
Newscaster posts now have a world.time-esque timestamp number, so they can be (almost) uniquely identified

* whoopsie
2020-02-29 15:05:02 -08:00
AtermoneraandGitHub 885a1c6f9b Revert "Fix runtime in helper.dm,92 (#6706)"
This reverts commit 5770291b4e.
2020-02-19 16:24:41 -08:00
LeshanaandGitHub 5770291b4e Fix runtime in helper.dm,92 (#6706)
Lists in byond are 1-indexed not 0-indexed.
2020-02-18 22:24:30 -08:00
atermonera 4774696de9 Lists supply units directly 2019-07-15 15:29:09 -08:00
Atermonera 22d9c89a97 Merc blast door controller 2018-08-26 17:08:46 -07:00
Atermonera 63473cb903 Status display access 2018-08-26 17:08:46 -07:00
atermonera 1f2c7cd9f6 Reorganize GPS to proper organization, important comments 2018-08-26 17:08:32 -07:00
atermonera 849a3cba56 Cartridge work: part 2
* Power monitoring console
 * Cartridges have persistent, internal data
 * Code to load element-specific data upon request, instead of serving all relevant data at once
 * Janitorial Supply Locator
2018-08-26 17:08:02 -07:00
atermonera cce2201dd7 Cartridge work part 1 2018-08-26 17:08:02 -07:00
atermonera 1c8b408594 Initial Work: Manifest, Newsfeed 2018-08-26 17:06:14 -07:00
Atermonera e004d1c4ec Weather app has atmospheric scan 2018-01-01 23:43:24 -08:00