Commit Graph

37766 Commits

Author SHA1 Message Date
kevinz000
7b05dca3e6 Update buildmode.dm 2017-08-02 22:05:23 -07:00
Jordan Brown
5ff62bfce4 Fixes runtimes cause by an improper override (#29653) 2017-08-02 23:13:36 +02:00
Jordan Brown
bdc410eb03 Merge pull request #29253 from Ergovisavi/weak_point
Adds another planetstation mob, the "Seedling"
2017-08-02 16:37:33 -04:00
ShizCalev
b3a2721590 Window Spawners (#29634) 2017-08-02 10:11:07 -04:00
Jordan Brown
bd8a737d18 Merge pull request #29626 2017-08-02 09:47:10 -04:00
Jordan Brown
09a50d9bfe Merge pull request #29621 2017-08-02 09:46:31 -04:00
Jordan Brown
44c09bb794 Merge pull request #29615 2017-08-02 09:45:52 -04:00
Jordan Brown
6806607425 Merge pull request #29369 2017-08-02 09:45:05 -04:00
Leo
4d99138b2b Merge pull request #29620 from MrStonedOne/patch-402
fixes astar and windoors
2017-08-02 07:21:34 -03:00
Leo
4fb9d4301e Merge pull request #29618 from optimumtact/dualturfchanging
Combine the two changeturf procs into one
2017-08-02 07:19:26 -03:00
Qustinnus
08b77963b0 does-the-thing 2017-08-02 06:05:21 +02:00
Joan Lung
2c3f0101a7 Fixes Geis except a little more this time (#29612)
* Fixes Geis except a little more this time

* ah.
2017-08-01 18:25:56 -05:00
Jordan Brown
f9acd09f04 Fixes silicons not returning an Initialize hint (#29603) 2017-08-01 18:10:46 -05:00
Jordan Brown
d3a4468ede Fixes devil pitchforks being uninitialized (#29610) 2017-08-01 17:57:15 -05:00
Jordan Brown
452c5ce360 Makes GetComponent() faster using typecache magic (#29523)
Added /proc/type2parent which takes a type (string, or type) and returns it's parent type (initial(x.parent_type) doesn't work)

Instead of being a raw list of components, /datum/var/datum_components is now associated list keyed by type with some bells and whistles to make GetComponent() calls faster
2017-08-02 09:58:53 +12:00
shizcalev
6c4241a208 fixed typo 2017-08-01 10:42:43 -04:00
Leo
1aa23ee3d9 Merge pull request #29599 from tgstation/Cyberboss-patch-2
Testmerged [s] PRs no longer shown to non-admins
2017-08-01 10:58:09 -03:00
Jordan Brown
6df66f730f Merge pull request #29617 2017-08-01 09:40:33 -04:00
Jordan Brown
47dea05347 Merge pull request #29591 2017-08-01 09:39:44 -04:00
Jordan Brown
b91ba81458 Merge pull request #29592 2017-08-01 09:39:00 -04:00
Jordan Brown
6203c401b2 Merge pull request #29598 2017-08-01 09:38:17 -04:00
Jordan Brown
3ec4aec215 Merge pull request #29601 2017-08-01 09:37:28 -04:00
Ashe Higgs
e94c14336d Refactors pie throwing and fixes throwing not finalizing in some cases (#29319)
* Refactors pie throwing

* Change this to H.dna.species.limbs_id so that ashwalkers get the same overlay.

* Throwing now properly finalizes in some cases

This prevents them being refinalized multiple times, especially when
catching

* finally makes it work
2017-08-01 14:47:27 +02:00
AnturK
8552071886 Missing parameters 2017-08-01 14:27:15 +02:00
AnturK
66f316620a Whoops 2017-08-01 14:18:29 +02:00
AnturK
dde9f7f7ac Including the shortcuts 2017-08-01 14:07:53 +02:00
Ashe Higgs
7ee2b7c228 Update action.dm 2017-08-01 08:05:37 -04:00
Ashe Higgs
35fd896866 Merge branch 'master' into spell_action_button_thing 2017-08-01 08:05:18 -04:00
AnturK
d5f0c10ac3 Makes cyborg remote interaction limited. 2017-08-01 13:56:18 +02:00
Kyle Spier-Swenson
e6b14a9310 fixes astar and windoors
See, now, with interfaces, I could just do for (var/interface/borderblocker in src) and avoid having to do two loops.
2017-07-31 23:37:22 -07:00
shizcalev
bc687f2677 Correction to span class 2017-08-01 00:21:11 -04:00
shizcalev
99624b8e74 further spellchecking 2017-07-31 23:09:08 -04:00
Ashe Higgs
0a32812982 Separates actions.dmi into multiple files (#29587)
actions.dmi is way too cluttered and messy, and with inhands getting the axe I decided to fix this, too. I separated the major categories of actions into their own files, like antagonist-specific actions and spells. A full list of categories is found here:

    actions_AI.dmi contains AI-specific actions;
    actions_clockcult.dmi contains clockcult-specific actions, and scripture quickbind icons;
    actions_cult.dmi contains cult-specific actions as well as sintouch;
    actions_flightsuit.dmi contains flightsuit and flightpack actions;
    actions_items.dmi contains minor item-specific actions such as the hierophant club and jetboots;
    actions_mecha.dmi contains actions related to mechs;
    actions_minor_antag.dmi contains antag-related actions with no other spot, like devils/abductors;
    actions_revenant.dmi contains revenant ability icons;
    actions_silicon.dmi contains minor silicon and console icons, like pAI and xenobiology consoles;
    actions_slime.dmi contains slime actions;
    actions_spells.dmi contains icons for all spells;
    actions_xeno.dmi contains icons for all xeno actions; and
    backgrounds.dmi contains backgrounds for the action buttons.
2017-08-01 14:26:42 +12:00
oranges
aa72145456 Merge pull request #29606 from MrStonedOne/patch-401
Fixes the fruity pebbles in the code
2017-08-01 14:24:58 +12:00
oranges
5705e571de Combine the two changeturf procs into one
less confusion, this byond misfeature continues to cause issues, in this
case it was a runtime because it didn't have all the arguments the
parent had
2017-08-01 02:12:20 +00:00
MoreRobustThanYou
d4966faf23 removes ERP material 2017-07-31 21:48:50 -04:00
ExcessiveUseOfCobblestone
23dd7dd7ff Update cult_items.dm (#29595) 2017-07-31 20:23:35 -05:00
Xhuis
47b7e61078 Spell action buttons now have tooltips 2017-07-31 20:36:16 -04:00
Qustinnus
99dff181a6 fix 2017-08-01 00:57:13 +02:00
Jordan Brown
13be0e16fc Merge pull request #29585 from Fox-McCloud/sound-performance
Improves several Sound Loops' Performance
2017-07-31 15:34:25 -04:00
Kyle Spier-Swenson
7d263a58d5 Fixes the fruity pebbles in the code 2017-07-31 11:39:11 -07:00
Unknown
d5a783a7dc adds cooldown of 5 seconds 2017-07-31 20:05:17 +02:00
shizcalev
c55ed74e4a Removed extra space. 2017-07-31 11:24:35 -04:00
shizcalev
1c69895b87 spellchecked code/modules 2017-07-31 11:18:32 -04:00
Joan Lung
d700efff9b nobody really reviews my code but me 2017-07-31 10:22:44 -04:00
Jordan Brown
0fcc1079b5 Testmerged [s] PRs no longer shown to non-admins 2017-07-31 10:11:29 -04:00
Jordan Brown
20d8f32096 Merge pull request #29484 2017-07-31 09:52:59 -04:00
Jordan Brown
fc63afb891 Merge pull request #29579 2017-07-31 09:52:20 -04:00
Jordan Brown
f74b6a037d Merge pull request #29581 2017-07-31 09:51:38 -04:00
Jordan Brown
bb99546907 Merge pull request #29582 2017-07-31 09:50:57 -04:00