Commit Graph

5416 Commits

Author SHA1 Message Date
PsiOmegaDelta
183d8cbd3a Makes the into-resist proc solely responsible for checking click delays.
Because it sets the click cooldown itself downstream procs fail when they in turn check the click delay.
Fixes #11839. Fixes #12062. Fixes #12114.
2016-02-05 10:37:09 +01:00
Ccomp5950
bd60099a7e Removes unused pressure_resistance variable.
This is used with FEA not ZAS

Though it's kind of funny to look at what some of these values were set at.
(For reference: ONE_ATMOSPHERE = 101.325)
2016-02-03 18:17:52 -05:00
Ccomp5950
6cf7cbd933 Merge pull request #11988 from PsiOmegaDelta/160115-IAmALittleBitSpecial(InTheHead)
Makes special role preferences a list, instead of flag entry.
2016-02-02 15:26:09 -05:00
Chinsky
edc05f5c4a Merge pull request #12079 from Dennok/patch-1
Multi-tile airlock building FIX.
2016-01-31 19:52:48 +03:00
Ccomp5950
a5b9507d96 Merge pull request #12067 from PsiOmegaDelta/160129-WeldingFix
Fixes eyecheck() not returning the proper value.
2016-01-31 05:27:03 -05:00
Dennok
622d119352 cut var/obj/machinery/door/new_airlock 2016-01-31 02:20:35 +02:00
Dennok
ce89409ff6 remove new_airlock.dir = src.dir 2016-01-31 02:10:07 +02:00
PsiOmegaDelta
04234a5b67 Camera fixes and performance tweaks.
Improves camera EMP handling. Now uses a var and processing to determine when the EMP should end, preventing inconsistent states when a camera is EMPd multiple times.

Reduces the process and bandwidth need for cameras.
* There is now a common camera repository, responsible for setting up cameras once for every invalidation.
* Camera consoles now only updates when the camera cache is invalidated, not every second.
* The console now only presents one network at a time, and only sends the data necessary to view that network (as opposed to sending the data for all cameras).
2016-01-30 17:41:12 +01:00
PsiOmegaDelta
654f2ccaa0 Makes all special role entries use unique ids now that it is possible. 2016-01-30 17:22:17 +01:00
PsiOmegaDelta
d742eddbcf Fixes traitors being unable to be marked as owners of agent ids.
Removes a unnecessary check during owner-assignment, allowing even id cards that have been spawned on floors to find a new owner.
2016-01-29 22:11:55 +01:00
PsiOmegaDelta
6c1f105fdb Fixes eyecheck() not returning the proper value.
No longer should mob eyes' be burned when sufficiently protected.
2016-01-29 10:38:24 +01:00
Hubblenaut
88f2e5b73a Wheelchair fixes
Conflicts:
	code/modules/mob/mob_movement.dm
	icons/obj/rollerbed.dmi
2016-01-28 12:07:40 +01:00
PsiOmegaDelta
6089ccccea Makes events global.
Greatly decreases the number of objects that need to be created (currently 3 event handlers in total vs basically 3 per datum)
The price is a slower lookup of listeners but on a per round basis it should still be much less than the current startup time penalty.
2016-01-26 13:12:37 +01:00
Mloc
7bc2432ce3 fixes #11461
Signed-off-by: Mloc <colmohici@gmail.com>
2016-01-22 21:09:58 +00:00
PsiOmegaDelta
886fb09dde Makes frag grenades a little less laggy.
The server does suffers a fair amount but it's not dead for a minute. Fixes #11879 to a degree.
2016-01-22 09:03:53 +01:00
Chinsky
4143352d48 Merge pull request #12005 from PsiOmegaDelta/160118-MoveMe
Adds the moved event.
2016-01-21 07:24:37 +03:00
PsiOmegaDelta
cc09a86601 Optimizes moved registrations.
Now limits moved registrations to when strictly necessary. That is:
* When entering a movable atom, the entering object only registers to its moved event if it has moved listeners on its own.
* Instead, when registering to a moved event, registrations occur recursively until a non-/atom/movable is encountered or a prior movement registration from the same object is reached.
2016-01-20 11:11:27 +01:00
PsiOmegaDelta
91a0ae2db4 Merge pull request #11994 from atlantiscze/2016-01-16-robotchanges
Robot module changes
2016-01-20 08:06:23 +01:00
PsiOmegaDelta
1210a6e42f Adds the moved event.
Allows movable atoms to follow other movable atoms, as quickly as BYOND allows. Also supports following atoms inside other atoms.
However, this only works fully when Move() or forceMove() is utilized. Setting loc directly will not raise the moved event.
2016-01-18 20:16:48 +01:00
Atlantis
b18389e39d Buffs backpack capacities
- From 4 normal items to 7 normal items
2016-01-17 08:57:21 +01:00
Chinsky
f645de8713 Merge pull request #11999 from Techhead0/DevFixes
Dev fixes: Sheets, Belts, Hair
2016-01-17 03:45:38 +03:00
Techhead0
62540b5b8c Fixes #11833
If you were holding the sheet, they would spawn inside the mob, irretrievable.
2016-01-16 14:27:07 -05:00
Techhead0
8ef7336a2c Fixes #11990 2016-01-16 13:32:36 -05:00
Atlantis
9d98c4ab2a Merge branch 'dev' of https://github.com/Baystation12/Baystation12 into 2016-01-16-robotchanges 2016-01-16 13:03:26 +01:00
Atlantis
ea5504c9ae Adds a floodlight cyborg upgrade
- Floodlight upgrade doubles cyborg's light intensity, but increases power usage from cyborg's power cell considerably.
- It may be obtained via exosuit fabricator as other upgrades do. Application requires a roboticist/research bot
2016-01-16 12:58:26 +01:00
Atlantis
dd74c30b58 Replaces Construction module
- Construction module merged back into Engineering module.
- RCD is not available by default. It is now an upgrade, as is the jetpack for mining module, etc.
- Matter synth capacities adjusted a bit. Steel increased from 40 sheets to 60 sheets. Originally (before matter synths were introduced at all) engiborgs had approx. 100 sheets worth of materials. Plasteel increased from 10 sheets to 20 sheets since rwalls require 4 sheets, instead of 2 for quite some time now.
- Adds possibility to install a matter bin into cyborg. Matter bin multiplies cyborg's material capacity. Obviously this is most useful for engineering borgs. Default multiplier is 1, regular matter bin has 2, advanced matter bin 3 and super matter bin 4.
2016-01-16 12:38:02 +01:00
PsiOmegaDelta
b74f2baf6d Makes special role preferences a list, instead of flag entry.
Allows us to define more than 16 special roles.
Updates some role usages to use the new ghost trap system.
2016-01-15 11:34:00 +01:00
Ccomp5950
228454c7d0 Merge pull request #11965 from PsiOmegaDelta/160111-Tele
Makes it possible to convert uplink TCs into physical form.
2016-01-15 02:08:07 -05:00
Ccomp5950
92ba35fadd Merge pull request #11985 from GinjaNinja32/wingrille
fix wingrille spawners allowing initial ZAS init to expand zones through them
2016-01-15 00:33:45 -05:00
GinjaNinja32
06dd8010f3 fix wingrille spawners allowing initial ZAS init to expand zones through them 2016-01-15 00:16:22 +00:00
Zuhayr
cc4c86c995 Fixes #270 2016-01-14 08:37:10 +01:00
PsiOmegaDelta
899b2effd4 Adds \the macros. 2016-01-14 08:35:31 +01:00
Zuhayr
253f2a278e Fixes #728 2016-01-14 08:34:16 +01:00
PsiOmegaDelta
5a4a240e43 Merge remote-tracking branch 'upstream/dev' into 160111-Tele
Conflicts:
	baystation12.dme
2016-01-13 12:10:57 +01:00
Ccomp5950
56b4982034 Merge pull request #11873 from PsiOmegaDelta/160102-Yona
Tweaks and fixes.
2016-01-12 10:28:30 -05:00
Ccomp5950
cdc556f131 Merge pull request #11969 from comma/directions
Direction signs 2 : Generic Bogaloo
2016-01-12 02:29:25 -05:00
Chinsky
4a6056b945 Adds generic direction sign. 2016-01-12 09:42:06 +03:00
PsiOmegaDelta
dcfe907ff0 Makes it possible to convert uplink TCs into physical form.
These crystals can be inserted into active uplinks, making it possible to trade them.
Variant of https://github.com/ParadiseSS13/Paradise/pull/3174/files.

The uplink now always shows the description to avoid annoying button shifting.
2016-01-11 16:58:42 +01:00
Chinsky
6cc4c26560 Merge pull request #11944 from PsiOmegaDelta/160108-PolDev
Various fixes.
2016-01-09 23:39:17 +03:00
Ccomp5950
6eaaacf58f Merge pull request #11945 from PsiOmegaDelta/160108-GhostlyAccess
Admin observers now have an all access id.
2016-01-09 02:40:18 -05:00
PsiOmegaDelta
ce1b138387 Admin observers now have an all access id.
Gives them further control over modular computers.
2016-01-08 23:26:30 +01:00
GinjaNinja32
f7ec85e0f0 Merge pull request #11933 from comma/mirrormirror
Handheld mirror
2016-01-08 22:09:22 +00:00
PsiOmegaDelta
a83e78a648 Merge remote-tracking branch 'upstream/dev' into 160102-Yona
Conflicts:
	code/modules/modular_computers/file_system/programs/ntnrc_client.dm
2016-01-08 19:02:30 +01:00
PsiOmegaDelta
afd526126d Fire extinguisher fixes and tweaks
Port of https://github.com/PolarisSS13/Polaris/pull/713.
2016-01-08 14:47:18 +01:00
Hubblenaut
a89c066905 Fixes onmob icons for holders
Conflicts:
	code/game/objects/items.dm
2016-01-08 14:47:08 +01:00
PsiOmegaDelta
f9b61ed1ec Merge pull request #11943 from Baystation12/dev-freeze
Dev
2016-01-08 14:27:32 +01:00
Chinsky
c3b3f6e546 Adds Destroy to both handheld and wall mirrors 2016-01-08 02:07:29 +03:00
Chinsky
6f2450c3d5 Unrelatedly cleans up some dark ages-styled code. 2016-01-07 21:18:29 +03:00
Chinsky
8471813406 Adds a handheld mirror that can change hairstyles. 2016-01-07 21:17:31 +03:00
Ccomp5950
97c0635fad Merge pull request #11927 from comma/devfix
Devfixes
2016-01-07 13:03:26 -05:00