Commit Graph

8223 Commits

Author SHA1 Message Date
Atermonera 51d74bc25b Merge pull request #6793 from Cerebulon/emlocksprite
Fixes shuttle emergency locker sprites
2020-03-08 16:22:34 -04:00
Novacat 3c06d62345 Update weldingtool.dm 2020-03-08 03:25:18 -04:00
Mechoid acc712e1d5 Exosuit Expansion: Return of the Ripley 2020-03-08 00:52:32 -05:00
Aronai Sieyes 632d3a8dc5 Merge pull request #6773 from VOREStation/aro-blufo
Random stuff for map use/events
2020-03-06 13:14:37 -05:00
Arokha Sieyes 3f782d1ea2 Sprites 'n stuff 2020-03-06 13:03:53 -05:00
Aronai Sieyes 7e848e90fc Merge pull request #6772 from VOREStation/aro-blufo
Various minor things
2020-03-06 09:58:00 -05:00
Aronai Sieyes 1255e1be77 Hybrid shuttle 2020-03-05 23:30:07 -05:00
Aronai Sieyes c9f7465ee2 Touch up bed/chair/stool icon updating 2020-03-05 23:30:07 -05:00
Aronai Sieyes 4b5069582b Sprites for alien and frontier translocators 2020-03-05 23:30:07 -05:00
Aronai Sieyes 4bfbb99356 Brighter permanent light 2020-03-05 23:20:58 -05:00
Novacat 6e23c5f45a Merge pull request #6709 from VOREStation/aro-mistake
Fix way too many vorestation edits
2020-03-05 19:03:58 -05:00
Aronai Sieyes 42dc591215 Merge pull request #6756 from VOREStation/vplk-shuttles
Landmark Shuttles
2020-03-05 13:34:56 -05:00
Arokha Sieyes b1728c5520 Refactor sleevemate
Allows keeping OOC notes between download/upload of mobs
2020-03-05 12:24:48 -05:00
Leshana c837078105 Replaced "area" shuttles with "landmark" shuttles.
Largely ported from the work done at Baystation in https://github.com/Baystation12/Baystation12/pull/17460 and later commits.

 - Shuttles no longer require a separate area for each location they jump to.
   Instead destinations are indicated by landmark objects, which are not necessarily exclusive to that shuttle.
   This means that more than one shuttle could use the same docking port (not at the same time of course).
 - Enhanced shuttle control computers to use nanoui if they didn't.
 - Organizes shuttle datum code a bit better so there is less re-inventing the wheel in subtypes.
 - Allows the possibility of shuttles (or destinations) that start on late-loaded maps.
 - Deprecate the "extra" shuttle areas that are no longer needed and update shuttle areas in unit tests

This all required a bit of infrastructure improvements.

 - ChangeArea proc, for changing the area of a turf.
 - Fixed lighting overlays actually being able to be destroyed.
 - Added a few utility macros and procs.
 - Added "turf translation" procs which are like move_contents_to but more flexible.
2020-03-05 10:29:08 -05:00
Heroman3003 dd8f1f6d2b Fixes sofa not refunding any material (#6784) 2020-03-03 15:54:54 -05:00
Heroman 743ae581af Removes _vr only sofa definitions 2020-03-02 13:46:37 +10:00
Novacat 54c792ba9b Merge pull request #6648 from VOREStation/aro-medstand
Replace IV drips with medical stands
2020-03-01 10:54:45 -05:00
Novacat d98cd87585 Merge pull request #6646 from VOREStation/aro-salv
Add salvageable machines
2020-03-01 10:54:21 -05:00
Novacat f7e3d95286 Merge pull request #6640 from VOREStation/aro-headsets
New cent/NT headset sprites
2020-03-01 10:53:37 -05:00
Novacat ed04dbf730 Merge pull request #6639 from VOREStation/aro-rollers
New rollerbed sprites
2020-03-01 10:53:21 -05:00
Novacat c613176292 Merge pull request #6633 from Heroman3003/podremove
Replaces emag interaction with pizza voucher
2020-03-01 10:53:09 -05:00
Novacat d0b92789be Merge pull request #6628 from VOREStation/aro-chairs
Add a few new chair types
2020-03-01 10:52:54 -05:00
Novacat b44f8e0911 Merge pull request #6592 from VOREStation/vchat-rebase
VChat: Redone chat output in Vue.js
2020-03-01 10:51:29 -05:00
Aronai Sieyes f475ecbdc6 Replace a bunch of VOREStation edits that can be sent to Polaris 2020-02-29 19:45:58 -05:00
Novacat b1669f3674 Merge pull request #6708 from VOREStation/upstream-merge-6713
[MIRROR] Fixes communicator newsfeed app.
2020-02-29 18:54:22 -05:00
Atermonera b1e33cd82a Fixes communicator newsfeed app. (#6713)
* Fixes communicator newsfeed app.
Fixes non-terminal while loop in get_latest_news(), helper.dm
Newscaster posts now have a world.time-esque timestamp number, so they can be (almost) uniquely identified

* whoopsie
2020-02-29 18:05:50 -05:00
Novacat c63ba4a349 Nerfs Chameleon Kit Boxes (#6763)
* Nerfs Chameleon Kit Boxes

Because of the way chameleon kits start with items, the boxes start with a ton of storage slots to hold all the items. Sometimes people grab the boxes, dump out the original contents and stuff a ton of stuff into them as a result.

This refactors it so that all the chameleon stuff starts in the backpack instead, so chameleon kit boxes themselves are no longer superboxes

* Unnecessary comma
2020-02-29 18:02:21 -05:00
Aronai Sieyes db04d43f2c Made the new chairs steelsheet constructable 2020-02-29 13:02:43 -05:00
Aronai Sieyes 0d7b1d7240 Fix bug with setting icon for breather 2020-02-29 12:00:48 -05:00
Aronai Sieyes e5b9cb57de Add additional chairs 2020-02-29 11:46:11 -05:00
Atermonera b1720d2653 Defibrilators can be charged in rechargers 2020-02-27 23:55:07 -05:00
Novacat aad8aada9f Merge pull request #6690 from VOREStation/upstream-merge-6744
[MIRROR] Adds holoPDA from Aurora
2020-02-26 22:45:53 -05:00
Atermonera 1c7dd9631c Merge pull request #6744 from listerla/pda-holo
Adds holoPDA from Aurora
2020-02-26 21:04:50 -05:00
Atermonera 695ea645fe Merge pull request #6740 from Heroman3003/orangeyellow
Adds orange and yellow cloth materials
2020-02-26 20:26:40 -05:00
Novacat 1c80ed2a88 Merge pull request #6622 from Shadow-Quill/Holowarrant
Holowarrants can now only be authorized by an ID with HoS access
2020-02-25 10:50:30 -05:00
Novacat c545032a5f Merge pull request #6677 from VOREStation/upstream-merge-6737
[MIRROR]  Makes pen click when you click on them
2020-02-24 20:28:15 -05:00
Novacat 650007f9e7 Merge pull request #6672 from VOREStation/upstream-merge-6729
[MIRROR] Fix and tweak station Railguns.
2020-02-24 20:26:32 -05:00
Novacat 97b86d4d1d Merge pull request #6670 from VOREStation/upstream-merge-6726
[MIRROR] Adds holster, lighter, and seatbelt sounds from World Server.
2020-02-24 20:25:57 -05:00
Novacat d4a8a9332b Merge pull request #6666 from VOREStation/upstream-merge-6718
[MIRROR] Added two chemical spill PoIs + More Immersive PoI Names
2020-02-24 20:24:35 -05:00
Atermonera cc487ceebf Merge pull request #6737 from listerla/penclick
Makes pen click when you click on them
2020-02-24 16:20:09 -05:00
Atermonera 55704e0760 Merge pull request #6729 from Mechoid/RailgunFixxo
Fix and tweak station Railguns.
2020-02-24 16:15:04 -05:00
Atermonera 16183867df Adds holster, lighter, and seatbelt sounds from World Server. 2020-02-24 16:12:37 -05:00
Atermonera 5e2a692610 Added two chemical spill PoIs + More Immersive PoI Names 2020-02-24 16:02:31 -05:00
Atermonera b26daf5fb1 Hide items in plant pots and plushies 2020-02-24 16:01:08 -05:00
Heroman 726664f6f0 Makes all sofa colors/subtypes makeable 2020-02-24 18:19:56 +10:00
Heroman 7c2e86f90f Fixes IDs being dropped from cryopods 2020-02-24 10:03:35 +10:00
Atermonera 11eed81b92 Ports precision placement of items 2020-02-22 02:35:41 -05:00
Arokha Sieyes 0cb233514a Replace IV Drips with medical stands 2020-02-22 00:51:49 -05:00
Aronai Sieyes 5a75891c77 Salvageable machines 2020-02-21 16:54:41 -05:00
Aronai Sieyes 7206d8e7f4 New cent/NT headset sprites
Old ones green?
2020-02-21 11:46:36 -05:00