Commit Graph

21002 Commits

Author SHA1 Message Date
Arokha Sieyes
0283074785 Fixes #5083
This whole HasProximity() thing should be redone at some point. We discovered earlier that every atom moving into every turf notifies every atom/movable in the surrounding 8 turfs that it's now moved into the turf. Which is silly. There's like 4 things that use the system, including prox sensors.
2018-05-27 21:40:45 -04:00
Heroman3003
2f0d9aab04 Fixed watermelon not having kitchen_tag 2018-05-28 09:33:10 +10:00
Arokha Sieyes
2d89d63c09 Merge branch 'master' of https://github.com/PolarisSS13/Polaris into aro-sync-05-27-2018
# Conflicts:
#	code/game/objects/structures/crates_lockers/closets/l3closet.dm
#	code/game/objects/structures/crates_lockers/closets/secure/engineering.dm
#	code/game/objects/structures/crates_lockers/closets/secure/medical.dm
#	code/game/objects/structures/crates_lockers/closets/secure/scientist.dm
#	code/game/objects/structures/crates_lockers/closets/secure/security.dm
#	code/game/objects/structures/crates_lockers/closets/utility_closets.dm
#	maps/southern_cross/structures/closets/misc.dm
#	maps/submaps/surface_submaps/wilderness/DoomP.dmm
#	vorestation.dme
2018-05-27 19:26:12 -04:00
Unknown
c02a0973ff Adds Heterochromia Markings
Supports most species, with exception of Teshari, Skrell, and Vox.
2018-05-27 18:40:04 -04:00
Aronai Sieyes
4cddf6ccd0 Merge pull request #3762 from VOREStation/aro-sync-05-25-2018
Polaris Sync 05/25/2018
2018-05-27 18:38:44 -04:00
Arokha Sieyes
3827307e59 Rewrite mine turf overlay adding
Stop adding overlays on adjacent turfs. Just add them on yourself, and push them sideways.
2018-05-27 16:27:02 -04:00
Leshana
0994c9dbe7 Removes the global lists all_clothing, all_items, all_objs, and all_atoms for performance reasons.
- The cost of maintaining these lists is more than the benefit of having them (mostly used only for debugging code)
2018-05-27 15:20:40 -04:00
Atermonera
c7aad71147 Merge pull request #5295 from Anewbe/suit_sprite_issues
Spacesuits are now in their own dmi file
2018-05-26 15:25:58 -07:00
Atermonera
e1fe4d5a5d Merge pull request #5293 from VOREStation/pol-closets
Makes closets/crates like boxes
2018-05-26 15:24:45 -07:00
Atermonera
449a495b54 Merge pull request #5299 from Novacat/spriteadd
Accessory Fixes
2018-05-26 15:23:54 -07:00
Atermonera
53db96d193 Merge pull request #5300 from Anewbe/more_runtimes
Adds a number of accessory related null checks
2018-05-26 15:23:03 -07:00
Ketrai
82e9c30aa7 Travis? 2018-05-26 22:51:05 +02:00
Ketrai
794db16782 Makes fennix attacks super weak. 2018-05-26 22:42:38 +02:00
Anewbe
13b205ee14 Merge pull request #5297 from Mechoid/FixBorgSynthesizers
Fix Engi Material Synths
2018-05-26 11:52:59 -05:00
Ketrai
8fb3bd6891 Adds Fennix code
Squelch
2018-05-26 15:45:11 +02:00
Mechoid
917c7b71a5 Box of Things for Events and the Future MK1 (#5281)
* Lots of Stuff for Events

* Adds changelog.

* Review & QOL
2018-05-25 16:26:31 -07:00
Arokha Sieyes
2308c70a8f SYNC: Alter promethean changes 2018-05-25 15:05:39 -04:00
Anewbe
fbeb390d52 Merge pull request #5277 from Mechoid/SeedpocalypseTheFirst
Seed storages are hackable.
2018-05-25 14:03:46 -05:00
Atermonera
5957251397 Merge pull request #5280 from Anewbe/poi_tweaks
Merc PoI Tweaks
2018-05-25 10:56:40 -07:00
Anewbe
d8f1069689 Adds a number of accessory related null checks 2018-05-25 12:29:33 -05:00
Arokha Sieyes
088eee3d96 SYNC: Compileability fixes 2018-05-25 13:29:30 -04:00
Unknown
39f9fbec1f Accessory Fixes
- Only holsters with utility slot can be unsheathed/sheathed by clicking on the suit (to stop conflicts with webbing)
- Heavy Armor Plates no longer have a bugged/invisible icon
2018-05-25 13:24:00 -04:00
Arokha Sieyes
6b42df0685 Merge branch 'master' of https://github.com/VOREStation/Polaris into aro-sync-05-25-2018
# Conflicts:
#	code/__defines/misc.dm
#	code/controllers/master_controller.dm
#	code/game/machinery/computer3/computers/card.dm
#	code/game/objects/items/devices/communicator/UI.dm
#	code/game/objects/items/stacks/medical.dm
#	code/game/objects/structures/signs.dm
#	code/modules/admin/admin_verbs.dm
#	code/modules/client/client defines.dm
#	code/modules/client/client procs.dm
#	code/modules/clothing/clothing.dm
#	code/modules/clothing/under/accessories/holster.dm
#	code/modules/events/radiation_storm.dm
#	code/modules/mining/machine_processing.dm
#	code/modules/mob/living/carbon/human/species/station/prometheans.dm
#	code/modules/mob/living/living.dm
#	code/modules/mob/living/simple_animal/animals/bear.dm
#	code/modules/mob/living/simple_animal/animals/cat.dm
#	code/modules/mob/living/simple_animal/animals/parrot.dm
#	code/modules/mob/mob.dm
#	code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Core.dm
#	code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Food-Drinks.dm
#	code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Medicine.dm
#	code/modules/reagents/reagent_dispenser.dm
#	config/example/config.txt
#	html/changelogs/.all_changelog.yml
#	interface/skin.dmf
#	maps/southern_cross/southern_cross-1.dmm
#	vorestation.dme
2018-05-25 13:23:47 -04:00
Arokha Sieyes
3a92a678ce Plane tweak for adminbuse 2018-05-25 12:48:30 -04:00
Mechoid
a4d7699c0f Fix Engi Synths 2018-05-24 22:08:52 -07:00
Anewbe
841837191c Merge pull request #5296 from Anewbe/armor_fix
Fixes a runtime with armor checks
2018-05-24 18:39:55 -05:00
Anewbe
beb88f7b7d Fixes a runtime with armor checks 2018-05-24 18:38:57 -05:00
Aronai Sieyes
b1b9090430 Merge pull request #3757 from VOREStation/aro-cblind
Fix vulp colorblindness being mono instead
2018-05-24 19:33:24 -04:00
Arokha Sieyes
22bf8684e5 Fix vulp colorblindness being mono instead
Fixes #3740
2018-05-24 19:14:57 -04:00
Anewbe
1e05e23a78 Spacesuits are now in their own dmi file 2018-05-24 17:45:45 -05:00
Anewbe
49cf32f3b0 Fixes examine bugs 2018-05-24 17:08:45 -05:00
Aronai Sieyes
abecdfe3fa Merge pull request #3499 from Verkister/engibork
New dogborg + Recycling update + Wet Dogborgs update
2018-05-24 17:45:08 -04:00
Aronai Sieyes
243bee8965 Merge pull request #3737 from Verkister/patch-25
Makes gurgled ID description even more obvious.
2018-05-24 17:36:59 -04:00
Aronai Sieyes
1d068ef41e Merge pull request #3742 from VOREStation/aro-smite
Adds 'Smite' verb and pray button
2018-05-24 17:35:27 -04:00
Aronai Sieyes
a9a293527c Merge pull request #3744 from Mewchild/MC-uniform
Gives KHI CMD to all command staff
2018-05-24 17:34:18 -04:00
Aronai Sieyes
86eeeca926 Merge pull request #3747 from VOREStation/aro-promnif
Fix promthean NIF shoving
2018-05-24 17:33:12 -04:00
Arokha Sieyes
f9b409549e Makes closets/crates like boxes
Gives them a 'starts_with' (well, renames the existing one. Someone ported it but never actually applied it anywhere).
2018-05-24 17:26:17 -04:00
Mechoid
4dbd619b05 Merge pull request #5288 from Anewbe/blockers
Blockers should no longer be visible
2018-05-24 13:41:58 -07:00
Atermonera
73450f337d Merge pull request #5284 from Anewbe/item_zoom
Swapping hands cancels zoom
2018-05-24 13:19:36 -07:00
Anewbe
63742ba24e Merge pull request #5285 from VOREStation/pol-accessories
Change accessories to use bitflags
2018-05-24 14:58:20 -05:00
Anewbe
97748146bc Merge pull request #5287 from VOREStation/pol-smite
Adds 'Smite' verb and pray button
2018-05-24 14:53:16 -05:00
Aronai Sieyes
ffb722c44a Merge pull request #3736 from VOREStation/aro-indsuit
Reduce armor on industrial rig
2018-05-24 12:26:51 -04:00
fludd12
92e339363c Compliance with vorecode coding standards! 2018-05-24 09:37:14 -04:00
Aronai Sieyes
03e709d92f Merge pull request #3739 from Novacat/MiscTweaks
New Explorer Gear
2018-05-24 09:18:51 -04:00
fludd12
49380bd2ff Curse You Great Britain 2018-05-24 07:22:06 -04:00
fludd12
84058a4de0 Friggin capital letters 2018-05-24 07:20:02 -04:00
fludd12
e64e4ed0c8 Prometheans melt on death, and can now be revived. 2018-05-24 07:08:46 -04:00
Arokha Sieyes
2006b7f113 Switch to shocking head and electrocute_act 2018-05-24 00:57:26 -04:00
Arokha Sieyes
6e33fb7648 Switch to shocking head and electrocute_act 2018-05-24 00:57:02 -04:00
Anewbe
418af6376d Merge pull request #5272 from Lorwp/SARloadout
Adds SAR to allowed_roles of certain loadout items
2018-05-23 23:38:33 -05:00