Commit Graph

23133 Commits

Author SHA1 Message Date
kevinz000
18bae22e2b Fixes Colossus Projectiles (#32621) 2017-11-12 02:26:33 -05:00
ACCount
8b5cd7f7dc Disposal pipes and pipe dispensers refactor (#32435)
* Disposal pipes and pipe dispensers refactor

* Disposal pipes refactor, phase 2: Reviewing Intensifies

* More code review edits

* Changes hasmob check loop

* There was a point when we should have stopped, and we have clearly passed it.
2017-11-12 01:30:17 -05:00
AnturK
3093d86897 Makes false alarm use more explicit in event code. (#32559) 2017-11-11 18:35:49 -02:00
Emmett Gaines
0f0d39ebff fixes 512 compile reminders (#32582) 2017-11-11 21:32:10 +01:00
Dax Dupont
b59ac46501 Fixes medbots not injecting from one tile away 2017-11-11 11:29:50 -06:00
Leo
52c0d78037 Merge pull request #32583 from Iamgoofball/patch-334
Frog masks no longer have a sound
2017-11-11 14:23:26 -02:00
Leo
9641d108b8 Merge pull request #32577 from PKPenguin321/patch-13
Fixes lich revival text spelling
2017-11-11 09:37:55 -02:00
Emmett Gaines
934f3459df Fixes some cases where changeturf were called incorrectly (#32584) 2017-11-11 09:34:56 -02:00
Kyle Spier-Swenson
d7b537ce24 SSoverlay improvements and tweaks (#32371)
* Overlay per-type cost logging.

Overlays will now log how long each type took to process.

Changed up how overlays was done to account for the fact its a queue and not a processor. (it was using almost none of the processing subsystem framework)

Made the overlay loop faster by making it not cut the list until the end.

Added a simple generic benchmark stat tracking system.

I don't know how much overhead this adds to overlays. i may put it behind testing or something, but i do want to test this on the serbers to get some stats.

* Removes flush() as it was creating race conditions

* Use ref

* text2file

* Atoms added as an overlay will have their pending overlays compiled before being converted to an appearance
2017-11-10 20:25:29 +01:00
Leo
e23451a09c Merge pull request #32560 from Mark9013100/11/9/17_char_antitox
Renames charcoal bottles
2017-11-10 13:09:47 -02:00
as334
f71595a3e2 Assmos tweaks/minor additions. (#32400)
* Adds pluoxium formation, makes fusion radioactive and nerfs it, makes noblium cost more energy.

* Review response.

* tanks now melt above 1 Million degrees Kelvin.
2017-11-10 01:30:36 -06:00
Jordan Brown
ff67eb87db Merge pull request #32545 from Buggy123/patch-33
clamps view range and add view range to a minimum of 7
2017-11-10 00:24:40 -05:00
ShizCalev
179e653562 Adds icons for items with randomization (#32523)
* Adds icons for items with randomization

* Glowsticks

* added ?

* more question marks

* Loc
2017-11-10 00:23:10 -05:00
Jordan Brown
2f1f5dd8f1 Merge pull request #32556 from Cruix/deep_fryer
Fixed teleporting food out of the deep fryer
2017-11-10 00:21:01 -05:00
Iamgoofball
63ea23fd42 Update miscellaneous.dm 2017-11-09 20:19:18 -08:00
Iamgoofball
613fef17c6 jesus christ what the hell
why
2017-11-09 20:18:53 -08:00
PKPenguin321
770d7f3fa7 Grammar fix 2017-11-09 18:17:51 -08:00
Ian Turk
7bccc445ff Allowed people with telekenesis to eject things from the deep fryer
changed a get_turf() to a drop_location()
2017-11-09 17:14:42 -06:00
PKPenguin321
74ab4757e4 Ensures sentienced animals know how to speak all the languages their master does (#32518)
* Ensures sentienced animals know how to speak Common

* Give all of master's languages

* Languages
2017-11-09 11:08:17 -06:00
Jordan Brown
45c5e63206 Makes editing movements delay configs have an effect again (#32530) 2017-11-09 11:04:48 -06:00
swindly
d3df913402 fixes spelling and stuff (#32531) 2017-11-09 11:03:50 -06:00
Leo
e157e689f9 Merge pull request #32525 from ShizCalev/delta-fixes
Fixes Station issues, updates Test Area debug verb
2017-11-09 13:36:35 -02:00
Mark9013100
dc21d75fc2 Renames charcoal bottles 2017-11-09 10:22:16 -05:00
Ian Turk
566af92834 Fixed teleporting food out of the deep fryer 2017-11-08 19:35:20 -06:00
Blute1
3a36c13cd5 Process_Spacemove proc improvement (#32515)
* changed the ability to spacewalk to a variable

This is much cleaner.

* quick fix
2017-11-08 19:02:45 -05:00
Buggy123
ea4ce35acf clamps view range and add view range to a minimum of 7 2017-11-08 18:37:35 -05:00
ShizCalev
f48333c63e Fixes map issues 2017-11-08 16:06:06 -05:00
AnturK
414586c299 Fixes orbit (#32536) 2017-11-08 14:49:26 -05:00
swindly
1ef9667358 Generalizes some reagent heating (#32461)
* adds expose_temperature

* changed chem_temp change

* returns ..()

* removed redundant handle_reactions()
2017-11-08 12:04:33 -05:00
Ashe Higgs
d98cc6d789 Adds new sounds to the microwave (#32500)
* Adds looping sounds to the microwave

* sound smoothening

* Changes the var name
2017-11-08 12:02:30 -05:00
AnturK
0282a0d310 Fixes orbit stack overflow (again) (#32491)
* Fixes indirect infinite loop.

* Let's also prevent starting these at all

* Yes
2017-11-08 11:55:40 -05:00
ShizCalev
d3313a1c0a Fixes some misuse of fully_replace_character_name (#32493) 2017-11-08 12:13:59 +01:00
ShizCalev
d31acf5289 Global vest lists (#32489)
* Global vest lists

* revised coat

* Fixed duped proc
2017-11-08 00:57:37 -05:00
oranges
b4ac5e3e9a Merge pull request #32428 from kevinz000/patch-374
Fixes spacevines causing negative pressure/temperature
2017-11-08 09:36:10 +13:00
Leo
ee3bb0be25 Editing a variable now logs the old value (#32478)
* Editing a variable now logs the old value

* Moves the html_encode to log_admin
2017-11-08 09:24:48 +13:00
kevinz000
fcdbefdebe Makes flightsuits far more vulnerable to EMPs (#32430) 2017-11-07 11:37:09 -05:00
Leo
d8827fcdbb Merge pull request #32442 from KorPhaeron/flyingrevert
Reverts flying mobs passing through people
2017-11-07 12:03:48 -02:00
oranges
fc090d84a1 Merge pull request #32456 from vuonojenmustaturska/ghostmemes
[s] Removes a handful of ways ghosts can affect the world
2017-11-07 16:47:43 +13:00
Anonmare
b6538f46ce Adds an organ storage bag to the syndicate medborg (#32437)
* Adds an organ storage bag to the syndicate medborg

* Adds the drill and extinguisher
2017-11-06 15:14:40 -06:00
oranges
aaefa67006 Merge pull request #32438 from ACCount12/snowflake_tail_fix
Fixes lizard tail spines
2017-11-07 09:41:36 +13:00
kevinz000
89062252df Fixes negative pressure. 2017-11-06 10:12:45 -08:00
Jordan Brown
8ccaba1a30 Merge pull request #32453 from Jalleo/machinery_refactor
Little change. More the same
2017-11-06 09:45:42 -05:00
MoreRobustThanYou
a58749355d Monkeys can no longer transmit diseases through hardsuits (#32431) 2017-11-05 21:44:41 -05:00
AnturK
70d0357b33 Ling datum antag standarization. (#32183)
* Ling datum standarization.

* Removal of redundant file

* Ok
2017-11-05 20:32:37 -05:00
vuonojenmustaturska
ae8207da99 These memes should stay dreams 2017-11-06 02:01:27 +02:00
AnturK
c9454ad64b Adds admin away gateway. (#32425)
* Adds admin gateway away

* I choose third option.
2017-11-05 18:34:39 -05:00
blah
898db9af81 removes a var and makes another one a FALSE and TRUE. Nothing much 2017-11-05 22:20:03 +00:00
Jordan Brown
11d5be6fa8 Revert "Adds 'round' chat command" (#32421) 2017-11-05 16:37:49 -05:00
Jordan Brown
605384914c Merge pull request #32418 from KorPhaeron/cloak
Updates cape descriptions
2017-11-05 13:02:57 -05:00
KorPhaeron
ba22aa7d94 Reverts mobs flying over each other 2017-11-05 09:27:25 -06:00