checkraisefold
98295dd5b5
fix 'cannot scream while unconscious' bug ( #32814 )
...
* fix 'cannot scream while unconscious' bug
fixes a bug where it tells you that you can't scream while unconscious while on fire (experienced on Bagil when a plasma fire happened at endround shuttle)
* Update species.dm
* sanitize code
* add the comment back so people know what it doin
* change operator
other one wouldn't work with the fix, the screaming is supposed to happen while you're in crit
2017-11-18 03:40:33 -05:00
KorPhaeron
1521466dec
Fixes purple bartender clothes
2017-11-17 22:42:20 -06:00
Tad Hardesty
4e646c345e
Fix HUDs being over-added on Login and over-removed by silicons
2017-11-17 19:21:46 -08:00
duncathan salt
1792d92a57
RPD ui improvements ( #32736 )
...
* continued work on the tgui RPD
* RPD tgui is 1:1 in functionality with old RPG ui
* minor improvements to RPD functionality
* pipe dispenser ui update
* revert
* fixes
2017-11-18 13:03:47 +13:00
kevinz000
e3a42a5577
purple bartender suits ( #32800 )
2017-11-17 13:53:42 -05:00
JJRcop
04a1e3092b
Tweaks AI door open and close buttons ( #32761 )
...
* Missing open/close UI on AI Airlock menu
* Removes door toggle button from silicon airlock menu
Replaced by the open and close buttons
2017-11-17 13:52:07 -05:00
Dax Dupont
8982f0393b
Fixes hydroponics not properly dealing with fluorine ( #32813 )
...
fluorine was misspelled
2017-11-17 13:49:17 -05:00
duncathan salt
841a321969
fixes scrubbers being unable to scrub ( #32823 )
2017-11-17 13:48:53 -05:00
oranges
c4d570ca07
Add the ability to osay from the viewvar dropdown ( #32804 )
2017-11-17 04:48:53 -05:00
Jordan Brown
0481792cf8
Server tools API v3.2 ( #32459 )
...
* Server tools API v3.2
* Fix default instance
* Fix version number
* Fix MIT license name in server_tools.dm
* Fix MIT license name in st_commands.dm
* Fix MIT license name in st_interface.dm
2017-11-17 02:47:22 -05:00
Jordie
8b19b490d1
JSON feedback ( #32188 )
...
* wip
* wip2
* makes code actually compile on 511 + fixes
* versioning
* s
* adds python conversion script, schema change and removes 'force ' from item_used_for_combat
* fix to compile
* forgot to actually commit this
2017-11-17 02:43:12 -05:00
oranges
9f02166867
Remove shocker circuit ( #32758 )
2017-11-17 01:45:31 -05:00
kevinz000
1daf43814f
[s] Sanitizes text input/output in circuits ( #32833 )
...
* Adds Sanitization to TTS
* Sanitize input
* stripped_input
* strip debugger input
* Stripped inputs in pin inputs.
* stripped pin input
* stripped string pin input
* stripped char input pin.
2017-11-17 07:36:18 +01:00
nicbn
e551941b4d
Makes you turn when pulling and adds sound to rolling bed and chair ( #32778 )
...
* Makes you turn at what you are pulling and adds sound to rolling bed and chair
* ShizCalev's sound
2017-11-16 19:43:37 -05:00
MMMiracles
c5cc7752f9
Nerfs power regen on the regular tesla relay circuit. ( #32782 )
...
* nerfed power regen on both variants of tesla circuit
* lines
* ill show you consistency
2017-11-16 19:37:02 -05:00
Iamgoofball
21dd683674
Grammar fixes on trig circuits ( #32791 )
...
* Grammar fixes on trig circuits
* Update trig.dm
2017-11-16 19:35:32 -05:00
Iamgoofball
08af84fe1f
Grammar fixes on list circuits ( #32790 )
2017-11-16 19:34:50 -05:00
Iamgoofball
2ba3a3fd4c
Grammar fix on the logic gates ( #32789 )
2017-11-16 19:34:20 -05:00
Iamgoofball
426d751088
Grammar fixes on output circuits. ( #32792 )
...
* Grammar fixes on outputs
* Update output.dm
* Update output.dm
* Update output.dm
* Update output.dm
2017-11-16 19:33:56 -05:00
Dax Dupont
eb35fc0579
Prevents proximity sensors from beeping when off. ( #32783 )
2017-11-16 18:09:20 -05:00
Matt Smith
79e91124bf
Removed unused HTML tags ( #32787 )
2017-11-16 18:08:15 -05:00
Anonmare
bdabb09aa4
Grammar checks circuit hypospray ( #32785 )
2017-11-16 18:07:50 -05:00
Jordan Brown
8b16747517
New -> Initialize ( #32777 )
...
* New -> Initialize
* Remove loc from Initialize
2017-11-16 18:06:43 -05:00
vuonojenmustaturska
39375d5cc2
Replaces a bunch of mob loops with hopefully better ones ( #32786 )
...
* Free codebase churn
* fixes dviewmob
* a commit
* Partial revert "Free codebase churn"
This reverts commit 9dd41b3860c331637bbc85e694dd32dc59768ad5.
* better fix to dviewmob
* renames living_mob_list to alive_mob_list, adds mob_living_list and carbon_list
* make some use out of the shiny carbon list
* make some use out of the shiny new living list
* more things, also make the mobs subsystem (Life) use living list
* bonus
* domo arigato mr. roboto
* compile fixes, also made the drone code less dumb
* better?
* make admin message prettier
* honk
* fixes blobs
* rev fixes
* one small thing
2017-11-16 23:08:40 +01:00
oranges
f5333917ce
Merge pull request #32622 from AutomaticFrenzy/patch/odysseus
...
Fix conflicts between helmet/mech HUDs and HUD glasses
2017-11-17 10:38:44 +13:00
oranges
bcd9e3a435
Merge pull request #32744 from JJRcop/last_res--oh
...
Fixes changeling egg when slug destroyed
2017-11-17 10:35:10 +13:00
Dax Dupont
a683ab62bb
Makes the operation computer tgui ( #32775 )
...
tweak: CentCom has issued a firmware updated for the operating computers. It is no longer needed to manually refresh the procedure and patient status.
[why]: It's way more handy to have the tgui autoupdate the steps and state of the patients so you do not need to needlessly free your hands.
2017-11-17 09:27:59 +13:00
vuonojenmustaturska
cb8cd5c508
Speeds up saycode by almost doubling get_hearers_in_view() performance ( #32650 )
...
* The sun is also a warrior
* Knowledge can also destroy
* nor can the kindest will preserve you from the kill
2017-11-16 06:08:53 -05:00
Jordie
8d8e05b61c
Merge pull request #32753 from optimumtact/wegetityouvape
...
Smoke circuit only notifies admins on first use and reagent change
2017-11-16 19:10:53 +11:00
duncathan salt
33f2f2f0dd
Atmos Filter/Scrubber UI update ( #32746 )
...
* filter tgui update
* vent scrubber tgui update
* portable scrubber tgui update
* fix portable scrubber ui
2017-11-15 22:37:58 -05:00
ShizCalev
fd7c67ba06
Fixes t-rays chamleon sprite, adds new inhands for each mode ( #32678 )
...
* Fixes tray icons, adds inhands
* Fixed action button
* change
* Fixed icon not properly updating for nonhuman mobs
2017-11-15 22:24:10 -05:00
ACCount
009a02f370
Fixes pipe dispensers being unable to dispense bent pipes ( #32743 )
...
* Fixes pipe dispensers not dispensing bent pipes
* Updates meter RPD icon file to the one that's actually used
2017-11-15 20:11:37 -05:00
ike709
9b308c274d
New vent and scrubber sprites ( #32742 )
...
* New vent and scrubber sprites
* Readds OFF and siphon arrow to map sprites
2017-11-15 20:09:04 -05:00
AutomaticFrenzy
efde04457e
Fixes cell charger animation ( #32748 )
2017-11-15 20:06:53 -05:00
Tad Hardesty
c08c48fa4e
Fix Create Object/Turf/Mob all having the same title ( #32747 )
2017-11-15 20:06:35 -05:00
AutomaticFrenzy
87b21cc3e4
actually use disable_warning mob_can_equip ( #32750 )
2017-11-15 20:06:14 -05:00
oranges
98542b359d
Merge remote-tracking branch 'mrstonedone/myhill' into HEAD
2017-11-15 21:07:13 +00:00
Emmett Gaines
5941e802ee
511 client fix and a config to make the version warning a popup ( #32757 )
...
* 511 client fix
* cache list memes
2017-11-15 11:39:25 +01:00
Tad Hardesty
8423e0e685
Fix HUD conflicts and inappropriate HUD removals
...
The Odysseus's medical HUD and the RD hardsuit's diagnostic HUD no
longer conflict with wearing those HUDs as glasses.
HUDs from glasses are no longer removed inappropriately by taking off a
flightsuit's helmet.
2017-11-15 02:00:27 -08:00
AnturK
a0ded89ca7
Fixes AI door hotkeys & other weirdness ( #32737 )
...
* Fixes AI door hotkeys & other weirdness
* Adds missing open button
* Adds the missing open door button & TGUI Build
2017-11-15 21:02:13 +13:00
oranges
9259e7ba06
Merge pull request #32729 from Qustinnus/cheapGBP
...
removes an unused var from radio code
2017-11-15 20:26:48 +13:00
Matt Smith
9ed4a79fb9
Alternative grille sprite update ( #32630 )
...
* Update grille sprite
* Add damaged grille sprite
* Add 4 varients to the damaged grille
2017-11-15 18:55:12 +13:00
oranges
385659bd0a
Smoke circuit only notifies admins on first use and reagent change
2017-11-15 03:42:32 +00:00
Emmett Gaines
bdede06db4
[512] Makes gas mouse transparent ( #32569 )
...
* Makes gas mouse transparent
* readability cleanup
* future proofing
2017-11-14 17:46:34 -06:00
Leo
0482774e68
Removes some attackby crowbar checks on nuclear bombs and camera assemblies ( #32726 )
2017-11-14 18:43:49 -05:00
JJRcop
7e02e4f209
Fixes changeling egg when slug destroyed
2017-11-14 17:29:15 -05:00
Jordan Brown
fa77b793c0
Adds some server tools info to getrev ( #32692 )
2017-11-14 15:36:38 -06:00
MoreRobustThanYou
42a22ddaf9
Fixes a runtime with glowshrooms ( #32719 )
2017-11-14 15:36:00 -06:00
vuonojenmustaturska
3f582454a8
Minor speedups to movement: First Blood Part 2 ( #32702 )
2017-11-14 18:59:45 -02:00
MrStonedOne
c0b23af114
Revert "hey it's been a week, time to Remove Secborg ( #32708 )"
...
This reverts commit f59d9a870a .
2017-11-14 12:36:43 -08:00