Commit Graph

22290 Commits

Author SHA1 Message Date
FrozenGuy5 afe0030205 Update bullets.dm
nerfs hollowpoint for the l6
2017-08-03 19:36:04 +03:00
Jordan Brown e2d6827adb Merge pull request #29642 2017-08-03 10:47:43 -04:00
Kyle Spier-Swenson 3f4ac7496a Makes bIcon scale to 16x16 like byond chat output did (#29575)
* Makes bIcon scale to 16x16 like chat output did

There was lag and ddos issues because to_chat does certain find replace operations on the resulting string, so putting base64 encoded data of large images in these strings would be insanely and excessively costly.

This is basically banking on the assumption that md5 on a 480x480 image is less costly than 4 find/replaces and 2 html_encodes.

If this doesn't work or we need larger icon support for some reason, I'll just move bIcon over to the asset cache system.
2017-08-03 18:21:26 +12:00
oranges 2bf0edb0ce Merge pull request #29636 from Cyberboss/bdbroundid
Unifies datum var definitions
2017-08-03 18:14:47 +12:00
Kyle Spier-Swenson 23488b6b98 Fixes goonchat on ie8
ie8 doesn't define the console unless dev tools are open
2017-08-02 23:00:39 -07:00
Qustinnus b0317f6f0d fixes 2017-08-03 07:56:02 +02:00
kevinz000 7b05dca3e6 Update buildmode.dm 2017-08-02 22:05:23 -07:00
shizcalev 4e99209d0c requested changes 2017-08-03 00:47:50 -04:00
shizcalev 3d16b2295b Box done 2017-08-02 23:01:54 -04:00
Xhuis 7c0709716b Fixes an odd lighting glitch with observers 2017-08-02 17:40:47 -04: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
Jordan Brown b018a9ba4f Merge branch 'master' into bdbroundid 2017-08-02 11:33:36 -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 6806607425 Merge pull request #29369 2017-08-02 09:45:05 -04: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
JStheguy 9ebbb8a854 Fixes important stuff 2017-08-02 02:37:51 -05:00
kevinz000 4104bdfa2b reeee 2017-08-02 00:17:46 -07:00
Qustinnus 08b77963b0 does-the-thing 2017-08-02 06:05:21 +02:00
Jordan Brown f9acd09f04 Fixes silicons not returning an Initialize hint (#29603) 2017-08-01 18:10:46 -05:00
Jordan Brown cd912faf59 Unifies datum definitions 2017-08-01 15:51:26 -04:00
shizcalev 6c4241a208 fixed typo 2017-08-01 10:42:43 -04:00
Jordan Brown 6175ab77d5 Removes all checks for subsystem existence 2017-08-01 10:16:37 -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 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 d5f0c10ac3 Makes cyborg remote interaction limited. 2017-08-01 13:56:18 +02: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 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
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
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
Jordan Brown fc63afb891 Merge pull request #29579 2017-07-31 09:52:20 -04:00
Jordan Brown bb99546907 Merge pull request #29582 2017-07-31 09:50:57 -04:00
Jordan Brown b06cc36da0 Merge pull request #29583 2017-07-31 09:50:14 -04:00
Joan Lung cf0d087945 since hey we handled that 2017-07-31 09:31:08 -04:00
Joan Lung 50d5c40cc5 Merge branch 'master' of https://github.com/tgstation/tgstation into aicameratweak 2017-07-31 09:29:47 -04:00
Joan Lung 9c323d97a5 Cyborgs grabbing ore works consistently (#29577)
* Cyborgs grabbing ore works consistently

* i am very chaotic but I fix my shit
2017-07-31 14:09:27 +02:00
kevinz000 c1e2710d9d Update observer.dm 2017-07-30 21:24:16 -07:00
Joan Lung 78530a0ceb The AI's internal camera functions better 2017-07-30 23:31:38 -04:00
Cyberboss c074c5c3cb Merge pull request #29365 2017-07-30 20:55:05 -04:00
Cyberboss 662cfd37da Merge pull request #29412 2017-07-30 20:54:44 -04:00
Cyberboss f5f3758df3 Merge pull request #29288 2017-07-30 20:54:22 -04:00
Fox-McCloud 29f1779885 Improves several Sound Loops' Performance 2017-07-30 12:23:37 -04:00
kingofkosmos e75d8b9a6f Adds inhand sprites for DRAGnet and Chemical Sprayer, fixes One-point manipulator's in hand. 2017-07-30 18:58:09 +03:00