Commit Graph

63 Commits

Author SHA1 Message Date
MistakeNot4892
8e2bd55ab4 Fixing uses of reserved word operator. 2024-01-18 10:45:37 +11:00
klorpa
f445ffde0a Spelling Fixes (#8973)
* SpellingFixes

* OtherTypos

* OtherTypos
2023-04-08 21:39:28 -08:00
spookerton
f432c68fc2 mix of old bay, vore, and tg io macros -> baylike 2022-11-03 12:38:03 +00:00
spookerton
556331a6a3 use /global/ sugar for bare globals, no leading / 2022-04-24 07:54:34 +01:00
atermonera
7a9806d9b4 Removes weapons 2022-04-17 19:14:32 -08:00
Atermonera
0232be9531 Repaths obj/effect/effect, datum/effect/effect [MDB_IGNORE] (#8312)
* Repaths obj/effect/effect, datum/effect/effect

* linter fixes

* No new

Co-authored-by: Atermonera <forslandm@gmail.com>
2022-01-16 00:14:39 -08:00
MarinaGryphon
593246b595 Linter diagnostics + bans non-var relative pathing (#8150)
* Linter diagnostics + bans non-var relative pathing

* Enable DreamChecker Annotations

* make it executable

* update hashFiles

* oops

* tries to fix it... again

* trying again

* path

* repath

* fix perms

* fixes weird capitalisation issue
2021-06-20 13:14:29 -09:00
Verkister
7c8c21ce23 Fixes modular computer game sound volume
Unfortunately this will not fix the loss of hearing the players may already have experienced.
2021-02-19 15:29:21 +02:00
ShadowLarkens
dad9020f9a TGUI Engineering... and a bunch of other random things 2020-10-21 13:02:19 -07:00
ShadowLarkens
800573d4c5 Fix TGUI Modules in NTOS 2020-09-27 16:38:53 -07:00
Rykka
324cb1f12d Replace "Sleeping Agent" with Nitrous Oxide
This makes it identical to it's real-life counterpart, and brings some actual sprite improvements upstream from Virgo.

Earlyport of https://github.com/VOREStation/VOREStation/pull/8812 with an actual rename of the gas, ID, and sprite used.
2020-08-27 21:45:19 -04:00
ShadowLarkens
971a95bc0a TGUI 4.0 & Camera Console 2020-07-30 17:48:11 -07:00
ShadowLarkens
c06a2d2cef TGUI v3.0
This ports TGUI, and makes the old nano crew monitor and the disposal
bins use it as first examples.
2020-07-09 22:06:23 -07:00
Neerti
91402f4f50 Should fix a few bugs and also get us a step closer to overmap. 2020-07-07 09:30:12 -04:00
Aronai Sieyes
a45da3f0bb Add UAV and UAV control software 2020-05-11 21:35:06 -04:00
Aronai Sieyes
d7679264fc Show all alarms on modular alarm monitor and mark major ones (#7002)
Co-authored-by: Novacat <35587478+Novacat@users.noreply.github.com>
2020-05-01 11:19:58 -07:00
Atermonera
51f61886a9 Merge pull request #7024 from atlantiscze/2020_04_21_ValveProgram
Converts Shutoff valve monitoring into a MC program
2020-04-28 14:57:24 -07:00
Aronai Sieyes
b98027d050 Various fixes while waiting on PR 2020-04-27 10:48:04 -04:00
Aronai Sieyes
3ae9a118b1 Refactor consoles to operate on logically adjacent zlevels 2020-04-27 10:45:25 -04:00
Aronai Sieyes
c9086829ec Convert some telecomms constants into defines 2020-04-27 10:34:13 -04:00
Atlantiscze
131270c6f8 Converts Shutoff valve monitoring into a MC program
- Existing consoles remain for now, only refactored to use a shared nano_module. Included by default on engineering consoles, downloadable by anyone with basic engineering access.
- Tidies up the UI a bit, prevents manual toggling of valves when they are in Auto mode (as it would immediately toggle back)
2020-04-21 15:15:57 +02:00
Atlantiscze
56e28ec2aa Fixes supermatter monitoring EPR indicator showing Undefined
- This mirrors original sources from Bay. Nano file was apparently moved from there, but code file was not.
- As for intent of this function (i coded it originally on Bay), EPR can be considered "Amount of canisters worth of gas in the core chamber", hence the weird 23.1 constant. Unlike pressure reading, this does not change with temperature, so it can be used to accurately monitor actual amount of gas in the chamber without having to take temperature in effect.
- I know the constant is kind of shady. It could possibly be recalculated using atmos constants, but i suck at math too much to do that. If anyone who knows atmos math can find a better alternative, i will gladly toss it in instead.
2020-04-17 06:06:06 +02:00
Leshana
8da8e3e0b1 Convert alarm_manager into SSalarm subsystem.
- Switch to using MC_TICK_CHECK and replace all references.
- Optimize stat panel display by caching the active alarms.
2020-03-28 01:20:34 -04:00
Atermonera
0021a3b025 Merge pull request #6818 from Neerti/event_manager_fix_electric_boogaloo
Fully Implements R_EVENT for Event Managers
2020-03-12 12:01:07 -07:00
Neerti
e8c51b9291 Makes R_EVENT go everywhere. 2020-03-11 23:17:24 -04:00
Neerti
86f58ecca7 Command QoL 2020-03-09 10:51:42 -04:00
Neerti
24fbd0b87e Half-Refactors Jobs (#6762)
* Somewhat cleans up a piece of job code, makes new ID computers not be awful.

* Changes ROLE_ defines to DEPARTMENT_ to be clearer. Backports the new ID computer's assignment section of its UI to the old ID computer.

* Swaps back to southern cross map.

* Removes a block of commented code.
2020-03-03 13:27:37 -08:00
Atermonera
b96dc72800 Merge pull request #6690 from VOREStation/vplk-ntnet-fixer
Fixes to Modular Computers and NTNet Relays
2020-02-20 22:57:02 -08:00
Arokha Sieyes
5b15917d32 to_chat replacing stream operator 2020-02-17 13:14:08 -05:00
Leshana
42d25f823d Fix issues with New and Destroy in NTNet
- New() on atoms needs to call parent.
- Destroy() needs to return a qdel hint.
- Only add yourself to processing in Initialize() to make sure globals are instantiated.
2020-02-12 00:03:13 -05:00
Heroman3003
3d46075733 MC camera and access fixes and adjustments (#6269)
* Adjusts MC camera program, fixes ID program

* Fixes oversight with network access
2019-07-09 13:00:47 -05:00
Anewbe
55caa09122 Merge pull request #6260 from Heroman3003/alarmchange
Properly splits security and engineering alarms
2019-07-03 12:10:14 -05:00
Anewbe
5eb4b3e2e0 Merge pull request #6256 from Heroman3003/fixtheone
Fixes '1' message from MCs
2019-07-03 12:09:57 -05:00
Heroman
ede313118f Properly splits security and engineering alarms 2019-07-02 13:20:56 +10:00
Heroman
ac5db23786 Fixes '1' message 2019-07-02 07:36:58 +10:00
if there were two guys on the moon
2f710a202f Fixes Z-level fuckery 2019-06-29 00:16:15 +01:00
Neerti
9a6246067f Merge pull request #6160 from Heroman3003/commod-fix
Fixes access restrictions for com&com MC program
2019-05-13 22:56:31 -04:00
Neerti
1232e68284 Merge pull request #6153 from Heroman3003/camera-access-changes
Restricts camera access on MC
2019-05-13 22:55:18 -04:00
Neerti
c07de0ad9b Merge pull request #6152 from Heroman3003/alarm-acces-restriction
Restricts alarm monitor MC program access to engineering
2019-05-13 22:55:10 -04:00
Heroman
bb6c0fbd7d Fixes atmos program not giving CE out-of-alarm access 2019-05-09 12:56:22 +10:00
Heroman
d23e72bb85 Fixes access restrictions for command program 2019-05-09 10:39:45 +10:00
Heroman
19130b0560 Restricts camera access on MC more 2019-05-06 05:54:17 +10:00
Heroman
539e3ff786 Restricts alarm console access to engineering-only 2019-05-06 05:36:25 +10:00
Unknown
a41e6343b6 Fixes MC Specific bugs 2019-04-27 12:54:38 -04:00
Unknown
269940f384 Fixes Access Decryption program 2019-04-27 00:12:35 -04:00
Unknown
6eb60af801 Access Decryption, fixes nanoword 2019-04-26 21:25:28 -04:00
Unknown
539f4f133a Removes Space Magazine
Only commented out, so that it can be used as an example for future lore projects.
2019-04-23 14:01:22 -04:00
Unknown
327d2b0924 Fixes up comm program 2019-04-14 16:25:31 -04:00
Unknown
5498735a74 Fixes Part One 2019-04-14 15:20:52 -04:00
Unknown
7594c28f21 Updates Part Twelve 2019-04-14 14:38:30 -04:00