Commit Graph
7770 Commits
Author SHA1 Message Date
AnewbeandGitHub d498beffdb Merge pull request #4878 from Verkister/sucktoes
Fixes uncleanable feet.
2018-02-19 14:00:16 -06:00
mistyLuminescenceandAnewbe d0cd553514 Crashed Medical Shuttle PoI (#4863)
* Adds a crashed medical shuttle PoI

* Updates
2018-02-19 13:48:30 -06:00
Verkister da0a230bd5 Fixes foot washing.
-Foot washing proc was using a wrong and nonexistent var instead of the one actually assigned for cleaning feet by showers and such.
2018-02-19 08:12:56 +02:00
VerkisterandAtermonera 8a731a8bc8 Another attempt at leg icon generation fixes. (#4839)
-Makes leg icon cache code little more robust in the hunt of the dreaded bugson dismemberment crash.
-The old leg layer direction caching code was pretty slippery to grasp and basically the only thing left separating it from the other well behaving limbs at this point.
-The cache blending runs each limb on its own so there is no practical need to (con)fuse the left and right legs together like that.
-Not entirely sure how exactly the old code did the stuff(itjustworks.ogg), but the new one goes straight to the point, picking the side of the processing limb, grabbing its overlay appropriate direction icons onto one temp, blending the overlay set onto base before grabbing the underlay appropriate dir by itself into a separate(free of the overlay temp shenanigans) and underlay blending it onto the base.
2018-02-18 11:47:27 -08:00
AnewbeandAtermonera 6ae7f434b4 Should squash two runtimes (#4868) 2018-02-18 11:46:50 -08:00
AnewbeandAtermonera 82889f60a2 Corrects a few accuracy/evasion errors (#4864) 2018-02-18 11:44:43 -08:00
AnewbeandGitHub 7afe6dd1ff Merge pull request #4858 from VOREStation/pol-surgicon
Clean up some recent update_icons() changes
2018-02-18 13:44:05 -06:00
Arokha Sieyes 62b9e203ec Clean up some recent update_icons() changes 2018-02-17 19:24:36 -05:00
AnewbeandAtermonera 077b73a446 Suit coolers don't magically shut off in mild fires (#4820) 2018-02-17 11:19:21 -08:00
AnewbeandGitHub 329a65be08 Merge pull request #4838 from VOREStation/pol-emerboxes
Port Bay's survival boxes
2018-02-17 10:05:39 -06:00
Arokha Sieyes dec6941fea Fix for borgs accidentally getting into useless grab/disarm intents 2018-02-16 22:46:43 -06:00
Arokha Sieyes f4d0ec3fb8 Port Bay's survival boxes
Includes some tweaks to items that usually come in the boxes to make them more similar to the Bay implementation.
2018-02-16 19:21:15 -06:00
AnewbeandGitHub 004ff0166d Merge pull request #4822 from VOREStation/pol-sa-playerqol
Player-controlled SA QoL
2018-02-16 12:52:14 -06:00
AnewbeandGitHub b8058d5cc7 Merge pull request #4825 from VOREStation/pol-mob-glow
Extend mob 'glow' capabilities
2018-02-16 12:50:54 -06:00
AnewbeandGitHub 897833b0fc Merge pull request #4848 from VOREStation/pol-shoes
Walking with nonshoes on feet causes runtimes
2018-02-16 12:50:28 -06:00
CyantimeandAnewbe b0b821cb71 Adds hidden alarms, for air alarms, fire alarms, and APCs (#4816)
* Adds hidden alarms

* TRUE/FALSE defines

* Renames var to alarms_hidden
2018-02-16 12:50:06 -06:00
Aronai SieyesandAnewbe 78d7ef1d72 Port Bay-style attack animations (#4827)
* POLARIS: Attack animations

* POLARIS: Overlay flick system

You can't do this in Byond, unfortunately, so here's some code from /tg/

* Make attack anims a preference
2018-02-15 22:02:04 -06:00
Aronai SieyesandGitHub 15a5e5e10b Merge branch 'master' into pol-sa-playerqol 2018-02-15 21:56:53 -06:00
Arokha Sieyes 6b0b76b78a POLARIS: Walking with nonshoes on feet causes runtimes 2018-02-15 21:45:40 -06:00
AnewbeandGitHub 5a309f1aa1 Merge pull request #4826 from VOREStation/pol-sa-hostile
Don't require hostile SAs for special purposes
2018-02-15 21:07:40 -06:00
AnewbeandGitHub 4be61a3485 Merge pull request #4828 from VOREStation/pol-sa-armor
Allow Simple Animals to have armor in a normal sensible way
2018-02-15 21:02:14 -06:00
AnewbeandGitHub 6fd448a3ad Merge pull request #4821 from VOREStation/pol-sa-attacktext
Allow simple_animal to have more than one attack verb
2018-02-15 20:55:41 -06:00
AnewbeandGitHub cd0394c88b Merge pull request #4834 from VOREStation/pol-borgbright
Fixes lack of borg fullbright with mesons etc
2018-02-15 19:12:33 -06:00
AnewbeandGitHub 0360116ac5 Merge pull request #4823 from VOREStation/pol-sa-seedarkness
Fix the seedarkness variable
2018-02-15 19:12:08 -06:00
BillyBanglesandAnewbe f5dfbff1bd Build igloos and snowmen (#4811)
* adds packed snow brick material

* makes snow walls spawnable for mapping

* adds snowmen

craft them with snow. duh.

* snow spider triggers arachnophobia

also changelog.
2018-02-15 14:25:51 -06:00
AnewbeandAtermonera 7e2df51283 Changes mine code, adds random mine spawners (#4817) 2018-02-15 12:19:58 -08:00
Arokha Sieyes 58d62f3b69 Corrects SA projectile damage accidental removal
Now it just adjusts the Proj's damage instead of doing brute damage directly, so it can be affected by armor and whatever complex things living/bullet_act checks.
2018-02-15 04:04:20 -06:00
Arokha Sieyes edd24126aa Fixes lack of borg fullbright with mesons etc 2018-02-15 03:10:04 -06:00
Arokha Sieyes e248b89b7b POLARIS: Player-controlled SA QOL 2018-02-15 01:49:53 -06:00
Arokha Sieyes e336d0c255 POLARIS: Allow Simple Animals to have armor in a normal sensible way 2018-02-15 01:36:13 -06:00
Arokha Sieyes 49a750a9a9 POLARIS: Don't require hostile SAs for special purposes 2018-02-15 01:28:21 -06:00
Arokha Sieyes 05aa8540ca POLARIS: Extend mob 'glow' capabilities
Now you can alter the other set_light variables by setting them on the mob (yay antiphoton effects that follow you)
2018-02-15 01:24:42 -06:00
Arokha Sieyes 26fea6a875 POLARIS: Fix the seedarkness variable
Now essentially works as a "permanent darksight adjustment" variable, removing the slow change.
2018-02-15 01:23:37 -06:00
Arokha Sieyes a66f8438d1 POLARIS: Attacktext change 2018-02-15 01:18:33 -06:00
AnewbeandAtermonera 51d425b1b8 THE MINI FIST-PUNCH UPDATE (#4804)
* VARIOUS FISTICUFFS RELATED CODE CHANGES
2018-02-12 23:17:35 -08:00
AnewbeandAtermonera 534a588a6a Gun changes (#4185)
* Various background gun changes

* Forgot to include the sounds, woops

* Fixes some more gun stuff

* Makes the cham gun work again
2018-02-12 23:12:14 -08:00
VerkisterandGitHub 660e359708 Fixes pAI HUDs not working at all.
-For some whatever reason the things had absolutely no function other than toggling a single pAI specific var that had no code whatsoever connected to it.
2018-02-11 12:03:51 +02:00
AnewbeandGitHub 377ca0fe3f Merge pull request #4798 from Anewbe/folder_rename
Removes a stray space, replaces it with glorious underscore
2018-02-11 02:05:45 -06:00
AnewbeandGitHub b2bbe63e83 Merge pull request #4789 from VOREStation/vplk-ghosts-invisible
Make ghosts invisible again.
2018-02-11 01:53:59 -06:00
Anewbe 9688dcb6be Removes a stray space, replaces it with glorious underscore 2018-02-11 01:47:20 -06:00
AnewbeandAtermonera 2eac03ec08 Adjusts certain simple mobs, adds some things (#4778) 2018-02-10 23:31:03 -08:00
Cameron653andAnewbe e128afbd17 Fixes Typing Indicator (#4773)
* Fixes text indicator. Works on getting the chat bar to work.

* Getting the text bar to show the typing indicator proved to be impossible.

Seeing as it was cut out 3 years ago for being absolutely broke, I snipped it out of the code.

* Makes the indicator work better
2018-02-10 18:16:17 -06:00
Leshana 147b21cc47 Make ghosts invisible again. 2018-02-10 18:05:56 -06:00
AnewbeandAtermonera 103c83883e Lowercases the Giant Crab name (#4763) 2018-02-09 22:28:58 -08:00
AnewbeandGitHub 73150947c7 Merge pull request #4766 from Neerti/2/9/2018_poi_adjustments
POI Adjustments
2018-02-10 00:14:13 -06:00
AnewbeandGitHub 05e9ae8cb1 Merge pull request #4767 from Screemonster/twoforthepriceofone
removes redundant override in human emp_act()
2018-02-10 00:10:00 -06:00
AnewbeandGitHub f5b6f155cc Merge pull request #4762 from Verkister/patch-3
Fixes vis_enabled becoming unobtainable if something happens to apply plane_holder to mob before client
2018-02-09 16:26:02 -06:00
MechoidandGitHub 736134d10f Merge pull request #4707 from Cerebulon/virologyRetoothing
Gives Virology teeth again
2018-02-09 11:49:45 -08:00
Screemonster 47319874fb removes redundant override in human emp_act() 2018-02-09 06:19:02 +00:00
Neerti 5532894cde POI Adjustments
Drone subtype added that is slower than the regular type, so that fleeing is an option now.
All drones on surface POIs have been replaced by this subtype.
Fixes power issues in several POIs.
Makes POI SMESes more robust and start full.
APCs in POIs will no longer send an alert to the station.
Fixes missing area in bonfire POI.
Tweaks name and desc of big stompy drone mechas.
2018-02-09 00:26:21 -05:00