Commit Graph

47962 Commits

Author SHA1 Message Date
OzzyMcpseudonym fd8289485c Loadout mod grey suit on dev this time. 2024-10-21 14:03:53 -04:00
Metis a10d870908 Update server.txt 2024-10-20 13:25:27 -04:00
Metis 78f472ff0f updates tick rate 2024-10-19 18:53:55 -04:00
Metis 88c30646e8 Merge branch 'master' of https://github.com/sheepishgoat/GS13-Citadel 2024-10-19 17:57:06 -04:00
Metis 5e44e63556 Merge remote-tracking branch 'upstream/master' 2024-10-19 17:56:57 -04:00
evilew 594686d615 snaxi tweak 2024-10-19 20:05:57 +02:00
SandPoot f029095440 Merge pull request #16107 from sheepishgoat/fix-ci
fixes CI
2024-10-19 03:23:32 -03:00
Metis fdb18045de Update requirements.txt 2024-10-19 01:53:43 -04:00
Metis 989afa2d37 Update ci_suite.yml 2024-10-19 01:47:49 -04:00
Metis 35c80d9911 node 2024-10-19 01:35:11 -04:00
Metis 1637b9da0e Update dependencies.sh 2024-10-19 01:31:37 -04:00
Metis 676c60ce40 Update dependencies.sh 2024-10-19 01:13:52 -04:00
Metis 98b9739e22 Update dependencies.sh 2024-10-19 01:06:17 -04:00
Metis 7359088a1b Update ci_suite.yml 2024-10-19 00:54:36 -04:00
Metis 812c195491 Update ci_suite.yml 2024-10-19 00:45:12 -04:00
Metis e26351cbf6 hopefully this does it 2024-10-19 00:33:10 -04:00
Metis d55279a842 movement fix 2024-10-17 00:11:45 -04:00
Metis 51adf0dd23 Merge remote-tracking branch 'upstream/master' 2024-10-16 18:18:34 -04:00
Metis 76a4e29281 Update mob_movement.dm 2024-10-16 17:38:17 -04:00
Metis 149d93f83f quick fix 2024-10-16 14:48:47 -04:00
Metis 58b055dbad achievements but fat 2024-10-16 14:46:54 -04:00
Metis f0e5bd1acc mining point nerf 2024-10-16 14:13:15 -04:00
Metis de2126547e blacksmithing change 2024-10-16 14:11:13 -04:00
Metis 1d5774be1f Calorite Fix 2024-10-16 13:43:14 -04:00
Metis 5072c705a5 cleaning things up 2024-10-16 11:04:51 -04:00
ReoDaProtovali 209bd24bbb Finished.
Scrubbed out a few last bugs
2024-10-16 10:56:23 -04:00
ReoDaProtovali f3c684ad98 Almost complete.... 2024-10-16 10:56:05 -04:00
Metis 686feda59a Update tgstation.dme 2024-10-16 10:55:26 -04:00
ReoDaProtovali 1c1a157ee6 Not done. 2024-10-16 10:54:40 -04:00
Metis a6b831f2f6 Update tgstation.dme 2024-10-16 10:52:42 -04:00
ReoDaProtovali 3921328d1f done? 2024-10-16 10:52:13 -04:00
ReoDaProtovali ce1cf1d093 Plap 2024-10-16 10:49:35 -04:00
Metis bf5512db61 Update traits.dm 2024-10-16 10:47:27 -04:00
Metis 36d0b712f0 Update traits.dm 2024-10-16 10:46:17 -04:00
Metis f5a53e66b7 fixes perma fatness 2024-10-15 18:46:51 -04:00
silicons 77c1554bf7 Merge pull request #16105 from sheepishgoat/arcd-tweak
ARCD now comes with upgrades
2024-10-15 14:51:26 -07:00
Metis 75b717d7fa Merge remote-tracking branch 'upstream/master' 2024-10-15 13:22:30 -04:00
ReoDaProtovali b64aa10eb7 tipe 2024-10-15 13:03:41 -04:00
Metis 358fc16365 Merge remote-tracking branch 'upstream/master' 2024-10-15 12:51:58 -04:00
SandPoot 0df0d30c82 Merge pull request #16104 from sheepishgoat/toast!
Ports over Toast
2024-10-15 03:19:27 -03:00
Metis 2b19d9084f needed emote 2024-10-15 01:07:10 -04:00
Metis 4800f35a3a Update traits.dm 2024-10-15 00:54:18 -04:00
Metis 2908fed991 Update stock_parts.dm 2024-10-15 00:46:11 -04:00
Metis a5e9ae8bc6 Update RCD.dm 2024-10-15 00:41:11 -04:00
Metis 04cb381e02 camera and arousal fixes 2024-10-15 00:36:18 -04:00
Metis 50e2d911a6 Update general.txt 2024-10-15 00:26:38 -04:00
SkyratBot 80e7c0db0a [MIRROR] Sends a toast notification when initializations complete. [MDB IGNORE] (#18623)
* Sends a toast notification when initializations complete. (#72465)

Initialization is significantly slowed down by the presence of clients,
though when testing features, you need to join the server. I've been
told that some devs (particularly Mothblocks) are alt-tabbed out of
Dream Daemon while doing dev work, meaning that they are liable to miss
initializations completing, causing an effective slowdown in the dev
cycle. Mothblocks said it would be nice if there was a way to produce a
desktop notification when initialization completes.

I originally intended to add a function to rust_g that would produce a
Windows toast notification with a button allowing you to immediately
launch Dream Seeker. However, I couldn't find a reliable way to detect
if the OS version was Windows 7 or earlier, so running this function on
such an OS would cause a rust panic (which I was told is only a problem
because MSO probably still uses Windows 7).

Fortunately, PowerShell scripts can access the necessary .NET APIs to
produce toast notifications on Windows 10, while also failing more
gracefully than crashing the host process. So I recreated the
functionality I intended in PowerShell.

Toast notifications will only be sent on Windows, if the
TOAST_NOTIFICATION_ON_INIT config flag is enabled, AND there are no
clients on the server.

**Note for downstreams:** If you want the toast notification to have
your downstream's icon, copy it, scale the copy down to 16x16, and
either rename it "tg_16.png" or change that path in the call to
`world.shelleo` to the name of the new file.

Video Demo:

https://user-images.githubusercontent.com/12720844/210492033-963923d7-a1de-4326-9c9f-4f0c0b71d1a5.mp4

This isn't really a line item in the Dev Cycles Initiative, but even if
Mothblocks was exaggerating the benefits, it would still be a
significant speedup in the dev cycles.

No player-facing changes.

* Sends a toast notification when initializations complete.

Co-authored-by: Y0SH1M4S73R <legoboyo@earthlink.net>
2024-10-15 00:25:48 -04:00
Metis f348b44bef ghost roles fix 2024-10-14 23:57:52 -04:00
sheepishgoat 007b5565ec Merge pull request #8 from AlManiak/feature/add-back-arousal
Feature/add back arousal
2024-10-14 20:18:47 -04:00
AlManiak 46e3de0d5e Enabled Adiposexual 2024-10-14 19:18:36 +02:00