48445 Commits
Author SHA1 Message Date
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
siliconsandGitHub 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
ReoDaProtovaliandMetis 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
Metis c04d889e8b Update grinder_chemical.dm 2024-10-15 11:36:26 -04:00
Metis 0a3304223f Merge remote-tracking branch 'upstream/master' into chem-grinder-change 2024-10-15 11:29:47 -04:00
evilew 99732e0809 changing strings / reflavoring
- changed a lot of strings to remove some unfitting meta jokes or names
- changed some mentions of Nanotrasen to GATO
- added in GS specific Ion laws and brain traumas
2024-10-15 16:47:23 +02:00
evilew 688009dada readded 2 GS events
- readded fattening vent clog
- readded cargo snack attack
2024-10-15 15:17:49 +02:00
evilew 47d2d2bc79 small tweaks
- brought back fat jacqueen sprites
- added modular suits and flowers to loadouts
- nerfed electrical storms
2024-10-15 14:22:21 +02:00
SandPootandGitHub 0df0d30c82 Merge pull request #16104 from sheepishgoat/toast!
Ports over Toast
2024-10-15 03:19:27 -03:00
Metis 01841576cb Update grinder_chemical.dm 2024-10-15 01:21:42 -04:00
Metis 61b0b62f2d Update grinder_chemical.dm 2024-10-15 01:21:24 -04:00
Metis a28c282158 Update grinder_chemical.dm 2024-10-15 01:16:19 -04:00
Metis 52b9c3b246 Update grinder_chemical.dm 2024-10-15 01:15:09 -04: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
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
sheepishgoatandGitHub 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
AlManiak 81215db8ab Merge remote-tracking branch 'origin/master' into feature/add-back-arousal 2024-10-14 17:01:15 +02:00
AlManiak 2eb2659590 Fix for belly_visibility
Inflation added
cleanup of warnings
Fixed arousal hud genital visibility menu
2024-10-14 16:53:47 +02:00
AlManiak f7181a0aa8 Fixed genitals not producing reagents 2024-10-14 13:58:41 +02:00
sheepishgoatandGitHub 5ee767d405 Merge pull request #7 from SeepingVisage/master
Fixing Belly Customization
2024-10-13 20:00:59 -04:00
SeepingVisage 77cc858a9f makes belly editing menu stylistically consistent
changes the order of a few items and makes it so that the belly displays its hex number. this is consistent with other genitals
2024-10-13 17:09:56 -04:00
SeepingVisage bcf67120a7 makes bellies 24-bit color instead of 12-bit
most bodily parts are 24-bit color now but belly color was still 12 bit.
2024-10-13 16:54:58 -04:00
AlManiak 854a0cf4b4 Initial commit of a working state 2024-10-13 22:48:31 +02:00
evilew 943dd90076 quick fix
typo
2024-10-13 19:21:04 +02:00
evilewandGitHub 9209e1657c Merge pull request #6 from sheepishgoat/tweaks-and-fixes
tweaking event balance
2024-10-13 19:06:10 +02:00
evilew e073063399 tweaking event balance
- nerfed most disruptive events from happening, raising pop requirement
- stopped radstorms and heart attacks from occuring
- slightly buffed lighter or less destructive events
2024-10-13 14:53:10 +02:00
sheepishgoatandGitHub 276b56363c Merge pull request #5 from Alphas00/master
Belly organ fix
2024-10-12 15:29:23 -04:00
Metis ea00b29d08 chem changes 2024-10-12 15:26:43 -04:00
Alphas00 984a9c1a1f Belly organ fix
Fixed error when intializing belly organs. Colors and size should now both work properly.
In the character setup menu, belly options have been aligned to the row of other organs (breasts, butts, etc)
2024-10-12 16:43:06 +02:00
Metis cea76b26ae Update preferences.dm 2024-10-11 16:56:11 -04:00
Metis 8dccea748e Update breasts.dm 2024-10-11 15:39:55 -04:00
Metis 0e3649bea5 I am dumb 2024-10-11 15:34:57 -04:00
Metis 2dfbda2d13 Merge branch 'master' of https://github.com/sheepishgoat/GS13-Citadel 2024-10-11 15:18:13 -04:00
Metis d38d160b41 strange rocks 2024-10-11 15:18:11 -04:00
evilewandGitHub 694820001a Merge pull request #4 from sheepishgoat/tweaks-and-fixes
Tweaks and fixes
2024-10-11 20:59:56 +02:00
evilew 3d0064ce24 fixing windows/airlocks/walls smoothing
title
2024-10-11 20:42:19 +02:00
Metis cf1a9a28e7 synthliz gluttony 2024-10-11 01:29:11 -04:00
Metis aa2758eb94 examine text and custom breast reagent fix 2024-10-11 00:20:11 -04:00
Metis b3501ec2b1 ssd indicator 2024-10-10 19:43:07 -04:00