30 Commits

Author SHA1 Message Date
klorpa f445ffde0a Spelling Fixes (#8973)
* SpellingFixes

* OtherTypos

* OtherTypos
2023-04-08 21:39:28 -08:00
Greenjoe12345 fa3434f7cf Static communicators (#9032)
* commstatic

* further work
2023-03-13 23:49:06 -08:00
atermonera 9d71839ac6 Removes devices 2022-04-17 19:14:43 -08: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
Atermonera 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
Mechoid a65fb58a5a EPv2 circuits can now properly send 'text' data type messages to communicators, and initiate 'conversations'. 2019-12-14 02:08:14 -08:00
Neerti 68d63d2cf3 Adds wind stats to communicator weather window. 2019-04-07 22:51:39 -04:00
kevinz000 46c79c7d3e [READY]Makes a bunch of processes subsystems instead (#5814
* Converts various New() definitions to Initialization()
* Adds absolute pathing
2019-01-15 22:58:06 -08:00
Atermonera 0ce768af5a Appeases travis (Round 1) 2018-08-26 17:43:52 -07:00
atermonera da45a40fad Refactor crew manifest to a separate file 2018-08-26 17:08:31 -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 84458be631 Med records, Sec records, Emp records 2018-08-26 17:07:39 -07:00
atermonera 32bca3d9b6 Template progress 2018-08-26 17:07:38 -07:00
atermonera 5cdeab7208 Cartridge devices 2018-08-26 17:06:53 -07:00
atermonera 3f6ec3e329 Adds newscast viewing, manifest 2018-08-26 17:06:15 -07:00
atermonera 1c8b408594 Initial Work: Manifest, Newsfeed 2018-08-26 17:06:14 -07:00
Atermonera de65c3c643 NanoUI now processes again 2018-08-25 21:13:16 -07:00
Neerti 3b5874d3f1 Weather refactor. 2018-08-11 18:42:36 -04:00
Arokha Sieyes 462effc1d2 Creates SSplanets subsystem
For SPEEDYNESS

It probably works. I mean it's hard to sit there for 8 hours and test it. But it seems to work okay. At worst if it doesn't you'll have weather that doesn't make sense. ;v
2018-06-02 19:09:35 -04:00
Leshana f508841fff Refactor common template HTML for atmospheric scan into its own file.
As a demonstration of the partials inclusion feature, the HTML for the atmospheric scan screen (which was nearly identical between PDAs and Communicators) was moved into a separate file and then transcluded into both pda.tmpl and communicator.tmpl
Also added a README.dm with the very basics of nanoui and template transclusion, and fixed comments in nano_state.js
2018-04-27 14:42:42 -04:00
Arokha Sieyes cad8df658e POLARIS: Communicator small refactor 2018-03-21 14:30:43 -04:00
Arokha Sieyes 73838e0a62 POLARIS: Revamp logging to be consistent 2018-03-13 18:20:58 -04:00
Atermonera 6402538f3c Weather reports won't crash when planet controller dies 2018-03-04 15:41:55 -08:00
Atermonera 30352e1c9b "Communicators have a flashlight" (#4523) 2018-01-13 21:49:58 -06:00
atermonera b7f7f6868a Revert "Communicators have a flashlight"
This reverts commit 3db1efc5aa.
2018-01-12 15:24:15 -08:00
atermonera 3db1efc5aa Communicators have a flashlight 2018-01-12 15:19:02 -08:00
Atermonera 132e20ba52 Nanoui rounding 2018-01-05 23:04:55 -08:00
Atermonera e004d1c4ec Weather app has atmospheric scan 2018-01-01 23:43:24 -08:00
Atermonera 7870ee529c Adds a weather app to the communicator
Splits communicator.dm into multiple files
Also a few bits from my PDA->communicator project, should be commented out
2017-12-28 21:33:23 -08:00