Commit Graph

23421 Commits

Author SHA1 Message Date
AnturK
399d2cd6d8 Undelaying will now reboot the server normally. (#33423) 2017-12-10 13:54:20 -05:00
kevinz000
1f32d160d9 Automatic changelog compile, [ci skip] (#33393) 2017-12-10 11:58:42 -05:00
coiax
165d53b0de Add caltrop component for spikey floor objects (#33280)
* Add caltrop component for spikey floor objects

The caltrop component now can be added to any crossable atom, and it'll
act like a shard of glass, or a d4. Additional flags are possible for it
to bypass shoes or ignore people who are walking.

This means d4 don't reimplement shard logic, and also open the window
for caltrop grenades later.

Also, it taught me how components work.

* Code review I

* Caltrop damage is 4

* Cactus hurts

* Whoops

* Ignore restraints = true
2017-12-10 11:31:56 -05:00
Jordan Brown
90cf476e54 Merge pull request #33396 from AnturK/tooltip-fix
Fixes tooltip offsets
2017-12-10 11:26:40 -05:00
AnturK
da6cc8ebe5 src cleanup 2017-12-10 11:07:26 +01:00
Jordan Brown
dff4c8a862 Merge pull request #33241 from swindly/suicide
Adds some suicide acts
2017-12-09 16:22:00 -05:00
Jordan Brown
1b47bb2bd4 Merge pull request #33365 from KomradeSpectre/vox_circuit
Adds AI Vox Sound Output Circuit
2017-12-09 16:18:00 -05:00
Jordan Brown
118d9605b0 Merge pull request #33376 from Xhuis/patch-3
Flickering no longer enables emergency lights
2017-12-09 16:16:40 -05:00
Jordan Brown
2ee679e763 Merge pull request #33390 from duncathan/atmos-defines
cleans up atmos defines
2017-12-09 16:11:57 -05:00
Jordan Brown
26cd6dc493 Merge pull request #33397 from Xhuis/em_light_fix
Fixes emergency lights having infinite power, and replaces their magic number with a define
2017-12-09 16:08:05 -05:00
Jordan Brown
3aac5194f8 Merge pull request #33384 from ninjanomnom/deletes-in-my-shutle-subsystem
Allows for qdel in shuttleMove procs
2017-12-09 16:07:55 -05:00
Jordan Brown
5709f90b7a Merge pull request #33389 from LuigiBoi/patch-1
Fixes spelling error
2017-12-09 16:05:47 -05:00
ACCount
1dd86ea128 Fixes meth explosion throwing warnings (#33356) 2017-12-09 02:09:28 -05:00
Tad Hardesty
cfe23dddca Replace pAI verb tab with an action button (#33358)
pAI suicide is now standardized with other suicides. The Software
Interface verb has been changed to an action button. This eliminates the
need for a verb tab for only two verbs.
2017-12-08 23:46:05 -05:00
Xhuis
da9b9659c0 GOTCHA 2017-12-08 13:38:41 -05:00
Jordan Brown
09ec914dbf Fixes certain material containers (#33370)
* Fixes certain material containers

* Adds missing user parameter to material_container preconditions

* Lies and slander
2017-12-08 19:12:21 +01:00
ACCount
e474a90342 Fixes random in random seeds (#33362)
* Fixes random in random seeds

* removed kwargs
2017-12-08 19:10:23 +01:00
ACCount
3a27e5df05 Fixes air alarm gas thresholds being impossible to change (#33359) 2017-12-08 19:09:06 +01:00
Dax Dupont
8e95c8b5ba Fixes observer versions of sillicon chat (#33355) 2017-12-08 19:07:42 +01:00
duncathan salt
ebf735184c hopefully optimizes process_cell() a touch (#33329)
* hopeful optimizations + code cleanup to process_cell() and lindaturftile

* minor fixes

* break and right paren

* extraneous define
2017-12-08 19:06:51 +01:00
kevinz000
34897a3951 Allows rdconsoles to link to departmental things. (#33195) 2017-12-08 19:04:37 +01:00
AnturK
5d81761606 Fixes tooltip offsets (partially) 2017-12-08 18:48:26 +01:00
ACCount
1c63327c0a Removes juicers (#33361)
* Removes juicer

* Of course there's THAT ONE MAP
2017-12-08 10:33:15 -05:00
oranges
caf024ec92 Merge pull request #33350 from Cyberboss/FixConfig
panic_address -> panic_server_address
2017-12-08 22:37:44 +13:00
jammer312
f07421a002 Makes actionbuttons remember positions where you locked them. (#33150)
* conjure spells fix

* added newline at end of file

* actionbuttons positioning memory

* remade id generation

* added memory reset on mass reset

* small fix
2017-12-08 22:29:42 +13:00
Ashe Higgs
6e8401e112 Adds pet carriers (#33231)
* Adds pet carriers

* Some bugfixes

* praise the 1 AM code
2017-12-08 22:28:56 +13:00
oranges
c6d8b972c3 Merge pull request #33235 from Fox-McCloud/xenobio-console
Slime Blueprint Change
2017-12-08 22:28:19 +13:00
oranges
eddf889598 Merge pull request #33341 from ShizCalev/31-bottles-of-beer
Fixes mugs being called "broken bottles"
2017-12-08 22:24:37 +13:00
LuigiBoi
7142aaecee Fixes spelling error 2017-12-08 02:45:15 -06:00
duncathan
770a97249c cleans up atmos defines 2017-12-08 02:03:47 -06:00
Shadowlight213
42dc50ee6f Adds a medal for getting to the end of the secret tile dialog. (#33116)
* Adds medal for reaching the end of the secret room panel list

* fix
2017-12-08 20:41:29 +13:00
ninjanomnom
327727f70c allows for qdel in shuttleMove procs 2017-12-07 22:37:30 -05:00
Tlaltecuhtli
7ade4684ad commit (#33343)
help what is this
2017-12-07 20:20:50 -05:00
YPOQ
43e0d7a23e Fixes some broken random events (#33345) 2017-12-07 20:18:28 -05:00
Ashe Higgs
193ef1c91f Update lighting.dm 2017-12-07 17:13:01 -05:00
Ashe Higgs
c39e5ccca0 Flickering no longer enables emergency lights 2017-12-07 17:05:06 -05:00
swindly
94f83561a8 fixes suicide acts 2017-12-07 16:27:29 -05:00
Dorsisdwarf
1df51e6f52 tweaks techwebs (#33082)
* tweaks techwebs

* Removes comment

and cuts aytech price
2017-12-07 15:39:07 -05:00
ShizCalev
c3383d1520 Fixes mugs being called "broken bottles" 2017-12-07 13:52:03 -05:00
Jordan Brown
8c8eba8b94 Merge pull request #33324 from deathride58/foreignfurryaddswidescreen
[Ready] Makes the default view range a config option (Allows hosts to enable widescreen)
2017-12-07 13:50:09 -05:00
KomradeSpecte
08fcf7846c fixes redundant code formatting, and one placement error 2017-12-07 11:22:37 -05:00
KomradeSpecte
26c2d46fbd Adds AI Vox Sound Output Circuit 2017-12-07 10:52:15 -05:00
Jordan Brown
713f2fcfa1 Fixes some record_feedback calls (#33317)
* Fixes protolathe feedback

* Fix circuit imprinter record_feedback

* Fixes destructive analyzer record_feedback
2017-12-07 15:04:55 +01:00
Tad Hardesty
51c7bdc007 Replace radio frequency magic numbers with defines (#33236)
* Change transmission_method to use defines rather than magic numbers

* Use MIN and MAX_FREE_FREQ defines when bounds-checking radios

* Remove violently broken "Debug Signals" verb

The relevant Destroy() is never called, making the static pointers list
take lots of memory and be large enough, even at roundstart, to crash
the chat when invoked (25k+ entries).

* Remove unnecessary checks for SSradio not existing

* Move department frequencies from GLOB to defines

* Replace all hardcoded radio frequencies with named defines

* Change the radio filters to be defines

* Use a define for the default signaler code
2017-12-07 14:58:27 +01:00
Leo
dc926208aa Merge pull request #33303 from AnturK/fakefix
Fixes ghost role events being picked by false alert
2017-12-07 10:23:45 -02:00
Jordan Brown
9460277ca0 Merge pull request #33316 from ShizCalev/games-vendor
Adds games vendor resupply crate
2017-12-06 23:52:30 -05:00
Jordan Brown
6576bfca7f Merge pull request #33312 from ninjanomnom/oldturf
old turf in afterShuttleMove
2017-12-06 23:50:49 -05:00
Jordan Brown
9798371b55 Merge pull request #33311 from optimumtact/meme
Blank messages no longer add a second input box, after you close the
2017-12-06 23:49:25 -05:00
Cyberboss
344d294bb8 panic_address -> panic_server_address 2017-12-06 23:35:26 -05:00
deathride58
cc0b52b110 fixes ai anticheat runtimes 2017-12-06 22:52:47 -05:00