Commit Graph

20121 Commits

Author SHA1 Message Date
Atermonera
48e54599c6 Silly admins can't blindly break movement irreparably (#6897)
* Silly admins can't blindly break movement

* Updates pixel movement var protections
2020-03-25 13:38:35 -07:00
Atermonera
728bb26524 Repaths collapsible white canes to not anger beepsky (#6896) 2020-03-25 13:37:44 -07:00
Atermonera
c4097a11d0 Besrserkjuice doesn't spam chat (#6893) 2020-03-25 13:36:48 -07:00
Atermonera
705208de03 Distillery tweaks (#6892)
* Basic distillery uses logistic temp change
Basic distillery pings when at temp
Industrial distillery repsects gas laws

* Expands examine text to be informative
Adds verbs to distillery

* Tweaks distillery costs
2020-03-25 13:35:40 -07:00
Leshana
43fc65d529 Remove turbolift_controller proccess, just use SSprocessing instead.
- Design based on BayStation: Refactor turbolift.do_move() to remove all sleep()'s, instead have wait_state to keep track of where it was.
- Add in process() proc to do appropriate action based on wait_state.
- Register/deregister with SSprocessing instead of turbolift_controller
2020-03-25 14:33:47 -04:00
Leshana
8c1ab54467 Converted old supply_controller to SSsupply
- Removed the old processController process and refactored it into a subsystem
- Updated references from supply-controller to SSsupply
- Changed from 1.5 points per 30 seconds to 1 point per 20 seconds.  Same rate of 3 per min, but avoids fractional points.
2020-03-25 00:32:10 -04:00
Atermonera
2e623e5aa8 Merge pull request #6854 from Mechoid/XenoarchExpansion
Xenoarch Expansion
2020-03-24 18:42:15 -07:00
Mechoid
4ebe39ff5c Don't put monsters and rocks in people. 2020-03-24 17:36:43 -07:00
Mechoid
4ae0bc1cbd Tweaks re: Ater 2020-03-24 16:06:04 -07:00
Atermonera
40d5484dda Merge pull request #6808 from Neerti/travis_runtime_checker
Makes Travis fail PRs that runtime during init/unit testing.
2020-03-24 14:28:19 -07:00
Mechoid
48c54fc43b More blob work. Blob core chunk added. 2020-03-24 14:26:27 -07:00
Atermonera
95ac99c514 Merge pull request #6882 from VOREStation/vplk-machinery-use-power
Machinery: Always use update_use_power()
2020-03-23 20:20:41 -07:00
Atermonera
ffc3460d86 Merge pull request #6881 from VOREStation/vplk-set-stat
Add mob/living stat setter and observer
2020-03-23 19:47:03 -07:00
Atermonera
b2e82f9b40 Merge pull request #6880 from Greenjoe12345/teshariprosthetics
Teshari prosthetics
2020-03-23 19:37:18 -07:00
Leshana
bd3212258f Configure skybox with random color for southern cross. 2020-03-23 21:05:06 -04:00
Leshana
faefb918d6 Let all ferry shuttles ignore docking codes.
Ferry shuttles generally shouldn't have to worry about docking codes.  Thats for exploration or antag shuttles. Therefore let them read the docking codes and dock anyway.
Given we put this on all ferry shuttles, we don't need specific code for it on the supply shuttle anymore.
2020-03-23 20:19:28 -04:00
Aronai Sieyes
f57fd435c7 Add tooltips to visitable sectors on the overmap 2020-03-23 20:19:28 -04:00
Leshana
888f25cf8e Add proc set_viewsize() to allow hooking actions when client.view is changed.
- Proc is on mob to simplify the standard use case; maybe someday actually save it there too if desired.
2020-03-23 20:19:28 -04:00
Aronai Sieyes
031c30644c Fix refueling into fuelports
They still work from roundstart cus they have fuel in them. Just can't refuel without asking an admin to move a fuel tank into contents.
2020-03-23 20:19:27 -04:00
Aronai Sieyes
2e7ac6e424 Rebalance gas/ion thrusters 2020-03-23 20:19:27 -04:00
Aronai Sieyes
b995c71a43 Make transit look nicer with transit dust 2020-03-23 20:19:27 -04:00
Aronai Sieyes
b26f25eff4 More docking codes features
- Adds docking codes to normal shuttles naoui.
- Adds docking codes sheet of paper.
2020-03-23 20:19:27 -04:00
Leshana
9007a3aad9 Ported Basic Overmap Functionality
- Ports the overmap, ships, sectors, and "landable" ships from baystation.
- Ports necessary computers to control ships and overmap shuttles.
- Shims missing machine and computer functionality pending future enhancements.
- Includes required new sprites and sounds.
2020-03-23 20:19:27 -04:00
Atermonera
f745c57b05 Merge pull request #6875 from TheFurryFeline/patch-9
[Oversight] Yay, another typo fixy
2020-03-22 23:33:42 -07:00
TheFurryFeline
224733622e Bitten to Bit 2020-03-22 21:41:22 -04:00
Atermonera
db276d8459 Merge pull request #6883 from VOREStation/vplk-port-tickrate-change
Safely change world.fps for SStimer
2020-03-22 17:16:48 -07:00
TheFurryFeline
e3b0f439e2 [Feature Tweak] Message Fixy For Snowballs/Kickstands
Changelog Notes:

- Tweaks bike kickstand usage message to give the name of its user rather than a public weirdness of "You put down/up the kickstand".

- Snowball compacting message tweak to have a to_chat as well as a visible_message. (Not sure if this will work probably.)
2020-03-22 16:04:38 -04:00
Atermonera
a77d6649a9 Merge pull request #6879 from VOREStation/pol-mechz
Small mech tweaks
2020-03-22 12:27:50 -07:00
Atermonera
be6fa7d170 Merge pull request #6871 from VOREStation/pol-shock
Remove stray 'return'
2020-03-22 11:53:13 -07:00
Atermonera
6449c57c8f Merge pull request #6870 from VOREStation/pol-aibash
Makes AI give up bashing if nothing to bash
2020-03-22 11:51:07 -07:00
TheFurryFeline
fdbc1f7710 Yet another one 2020-03-22 13:24:43 -04:00
Neerti
dd2edef196 Saving more work. 2020-03-22 03:25:44 -04:00
Leshana
938384cb1b In fact lets use the constants instead of bare numbers for use_power everywhere. 2020-03-21 19:41:01 -04:00
Leshana
1ab0524daa Safely change world.fps
- Added world.change_fps() proc to safely change world.fps
- Its important that SStimer be informed whenever world.tick_lag or world.fps change, so always use the proc, never set the var directly!
2020-03-21 19:31:48 -04:00
Leshana
3ad3b7956b Switch admin verb "Set Ticklag" to "Set Server FPS" since it's more intuitive. 2020-03-21 19:31:20 -04:00
Leshana
c2d16acdca Always call update_use_power() instead of directly setting the use_power var.
- This will let us react to the change appropriately.
- While we're here, lets define some constants so we can stop using bare numbers.
- Always use those constants when calling update_use_power()
2020-03-21 16:40:22 -04:00
Atermonera
28f34f1e51 Merge pull request #6820 from Meghan-Rossi/Emergency-Lighting
Emergency lighting
2020-03-21 13:38:32 -07:00
Meghan-Rossi
d40e9732d3 update /obj/machinery/light_construct/attack_hand(..) 2020-03-21 12:28:19 +00:00
Leshana
767e6227f5 Replace all direct setting of mob.stat with mob.set_stat() 2020-03-20 23:45:29 -04:00
Leshana
252acb5011 Added mob.set_stat() proc so we can capture mob stat changes.
Also added a canary to detect attempts to set_stat() on ghosts.
2020-03-20 23:45:03 -04:00
Greenjoe12345
52e9315a18 Adds two sets of Teshari prosthetics, unbranded, and Cenilimi Cybernetics
unbranded is unlocked via research, while cenilimi is ordered on the cargo console
a 'bald' hairstyle is added for FBP teshari to use
a sprite fix for teshari torsos and far hand are also included, to avoid having holes in teshari that have prosthetic limbs
some minor fixes for the teshari nurse cap and eyepatch are also included
2020-03-21 01:22:04 +00:00
Aronai Sieyes
7a571f68b0 Small mech tweaks 2020-03-20 20:00:59 -04:00
Mechoid
f0b15993a3 Merge branch 'master' of https://github.com/PolarisSS13/Polaris into ATaleofBlobsandMen 2020-03-20 12:29:59 -07:00
Mechoid
cf5d750519 Blobwork, Human mobs with AIs can attack, AI mobs consider blobs to be enemies unless they're Blob faction. 2020-03-20 12:29:40 -07:00
Atermonera
efeaf058ff Merge pull request #6840 from Neerti/qol_notification_sounds
QoL: Various Notifications
2020-03-20 12:08:04 -07:00
TheFurryFeline
f44f39afbf [Oversight] Yay, another typo fixy
Changelog Notes: 

- Fixes typo with loading items into service borg's tray module.
2020-03-19 22:11:01 -04:00
Atermonera
55cd990598 Merge pull request #6826 from VOREStation/vplk-landmark-shuttles
Port Landmark Shuttles
2020-03-19 15:14:47 -07:00
Neerti
33657c9e11 Event system rewrite started. 2020-03-19 07:31:30 -04:00
Cerebulon
87c1889d32 Sound port sprite fixes (#6869) 2020-03-18 21:12:52 -07:00
Aronai Sieyes
362f7a5715 Remove stray 'return' 2020-03-18 10:14:32 -04:00