Rykka
3434c53ada
Reenable Air Pump Soundloop
...
After extensive testing, there's no way to simply confine the airpump to a single sound channel without extreme wonkiness/inaudible audio, and the suggestion of a global audio channel resulted in no audio playing at all.
Attempting to make a static loop caused horrible feedback, so that was a no-go, and attempting to set up a check to find out if there are mobs near a vent (basically a proximity check) does the same thing/uses the same amount of resources that simply doing playsound() does - but in reverse.
Tested with ShadowLarkens <shadowlarkens@gmail.com >'s help
2020-04-19 20:15:36 -04:00
Atermonera
966845ee0f
Merge pull request #6999 from KasparoVy/leaves-me-breathless
...
Update Human HUD Generation to Fix Internals Graphical Bug
2020-04-19 17:38:51 -04:00
Killian
3b663ee8d4
Security Voidsuit Overhaul Redux ( #6985 )
...
* security voidsuit overhaul redux
* svo2 - small desc update
* update inhands for secEVA suits
2020-04-19 16:21:33 -04:00
Novacat
bea9f3b3c9
Merge pull request #7315 from Verkister/refixtallbois
...
Re-fixes scaling offsets for tall sprites
2020-04-17 20:35:07 -04:00
Aronai Sieyes
747530aacb
Fixes #7316
2020-04-17 19:26:05 -04:00
Verkister
8fa42e08c3
Re-fixes scaling offsets for tall sprites
...
Turns out fixing the busted update_transform proc revealed it lacked the thing that the previous scaling offset fix gave to the other size procs that did function back then.
2020-04-18 01:36:31 +03:00
Aronai Sieyes
429d33fc29
Merge pull request #7306 from Novacat/nova-ert
...
Deployable Escape Pods
2020-04-17 14:13:22 -04:00
Aronai Sieyes
01f57d4245
Merge pull request #7310 from VOREStation/vplk-lazy-landables
...
Lazy ship/landable Overmap Levels
2020-04-17 14:13:04 -04:00
Aronai Sieyes
bc423c2345
Merge pull request #7311 from VOREStation/aro-scanbetter
...
Improve Ship Scanners
2020-04-17 14:12:55 -04:00
Aronai Sieyes
3551edd8cc
Improve ship scanners
2020-04-17 13:11:03 -04:00
Leshana
1f21e7c0f2
Automatic landmarks respect mapped-in name overrides.
...
If a mapper puts an automatic landmark and overrides the name var, that is now respected instead of overwritten.
Note that initial(name) does *not* reset to mapped in values, but the value in code.
2020-04-17 12:09:33 -04:00
Leshana
45e71373d3
Mapped in shuttle landmarks won't append their own coordinates to their name.
...
- Could be meta-info in some circumstances, and redundant in most well-named landmarks. Automatics still do it.
2020-04-17 12:09:33 -04:00
Aronai Sieyes
bb59718238
Mark some vorestation edits
2020-04-17 11:24:59 -04:00
Leshana
796c406965
Lazily create landable ship's overmap z-level on first use.
...
- Create the landmark as normal, but instead of allocating a z-level and placing it, register a pre_move listener on the shuttle and setup the z-level only when the shuttle is about to move to its overmap landmark.
- Change when shuttles fire the shuttle_pre_move_event to before calculating translation list to give us a chance to allocate the z-level.
2020-04-17 10:22:22 -04:00
Leshana
0c3126ffad
Fix overmap spacemove not actually re-using deepspace sectors.
2020-04-17 10:22:22 -04:00
Aronai Sieyes
de1dac382e
Merge pull request #7303 from VOREStation/vplk-disperser
...
Ports the disperser beam from Baystation.
2020-04-17 10:14:07 -04:00
Unknown
5d2186cafd
Fixfix Travis
2020-04-17 09:27:31 -04:00
Unknown
d1e2412d76
Deployable Escape Pods
...
- Adds Surfluid Escape Pod Capsule
Adds one to the cruiser
Updates some contents
Adds Support for unique deployables
Removes redundant global vars
Better error message
Sets a var correctly
2020-04-17 09:17:46 -04:00
Novacat
dd6dca0e27
Update suit_storage_unit.dm
2020-04-16 23:23:37 -04:00
Atermonera
b56722bae0
Suit Cyclers: Faster, Smarter, Better
2020-04-16 23:16:34 -04:00
Leshana
64eb2cf552
Ports the disperser beam from Baystation.
2020-04-16 21:31:49 -04:00
Aronai Sieyes
0f8b8c29cb
Merge pull request #7300 from KitchiFox/BleatingBranch
...
Adds the "Baa" Poster
2020-04-16 18:34:06 -04:00
Aronai Sieyes
92ae9dca42
Move skybox representation into procs and vars
2020-04-16 18:08:41 -04:00
Aronai Sieyes
3f03b72ea2
Adjust icon
2020-04-16 13:50:43 -04:00
Aronai Sieyes
3ea7696c38
Adds autosaving
2020-04-16 12:40:30 -04:00
Sheep
309c39d731
Adds the "Baa" Poster
2020-04-16 16:58:51 +01:00
Heroman
1ddbab789a
Removes species restrictions from shadekin tails
2020-04-16 14:29:00 +10:00
Aronai Sieyes
f92c2a2754
Merge pull request #7290 from VOREStation/aro-zfixes
...
Fix atmos alarm console and PDA power console zlevel confinement
2020-04-15 23:19:22 -04:00
Aronai Sieyes
cbe4c15bc2
Merge pull request #7288 from VOREStation/aro-randommechbug
...
Fix runtime in mechs taking damage
2020-04-15 23:19:09 -04:00
Aronai Sieyes
0bc5a35309
Fix atmos alarm console and PDA power console zlevel confinement
2020-04-15 22:03:39 -04:00
Aronai Sieyes
74a6c8cecb
Fix runtime in mechs taking damage
2020-04-15 21:49:05 -04:00
Aronai Sieyes
9167f86805
Confine timeclock announcements to specific levels
2020-04-15 21:42:35 -04:00
Aronai Sieyes
fc312dd9ea
Merge pull request #7282 from VOREStation/aro-staticconfig
...
Make every config var static
2020-04-15 19:19:22 -04:00
Aronai Sieyes
957a2af127
Merge pull request #7280 from VOREStation/aro-spacefast
...
Make starlight static
2020-04-15 19:12:25 -04:00
Aronai Sieyes
5bc4b9e474
VS: Make every config var static
2020-04-15 19:06:06 -04:00
Aronai Sieyes
cc7da3ecc2
Make every config var static
2020-04-15 19:05:56 -04:00
Aronai Sieyes
e8831188e2
Merge pull request #7278 from VOREStation/aro-proteanob
...
Fix protean observe runtime
2020-04-15 19:02:54 -04:00
Aronai Sieyes
b87f94d6fc
Make starlight static
2020-04-15 19:02:21 -04:00
Aronai Sieyes
2289e8d177
Fix protean observe runtime
2020-04-15 18:51:55 -04:00
Aronai Sieyes
8512c48b3d
Swap overlay cache for appearance cache in SSskybox
2020-04-15 18:37:13 -04:00
Aronai Sieyes
c3d406a47c
Merge pull request #7274 from VOREStation/aro-parallaxfix
...
Fix parallax slide and admin jump skybox
2020-04-15 17:12:43 -04:00
Aronai Sieyes
13b5238ca0
Merge pull request #7273 from VOREStation/sscleanup/remove-processScheduler
...
Remove the processScheduler
2020-04-15 15:25:46 -04:00
Aronai Sieyes
5199e07ed9
Fix parallax slide and admin jump skybox
2020-04-15 15:23:23 -04:00
Aronai Sieyes
027d153ea9
Add vorestation posters
2020-04-15 12:02:53 -04:00
Aronai Sieyes
a5379df00e
Let mechs connect to ports if they're larger mechs
2020-04-15 11:59:38 -04:00
Heroman
b72e727d89
Ports tg cablecoils instead of bay's
2020-04-15 14:38:51 +10:00
Aronai Sieyes
e023cf2a8f
Merge pull request #7263 from VOREStation/aro-mcalarm
...
Make nonmodular atmos alert computers useless
2020-04-14 22:58:08 -04:00
Unknown
929df3b1de
Merge remote-tracking branch 'VOREStation/master' into nova-pathfinder
2020-04-14 22:23:34 -04:00
Unknown
c936d5d7fa
fixfix
2020-04-14 22:23:21 -04:00
Novacat
9492dcdc3f
Merge pull request #7221 from VOREStation/aro-powersprites
...
Port some power sprites from Bay
2020-04-14 22:22:50 -04:00