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
a5b9507d96
Merge pull request #12067 from PsiOmegaDelta/160129-WeldingFix
...
Fixes eyecheck() not returning the proper value.
2016-01-31 05:27:03 -05: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
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
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
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
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
Atlantis
b18389e39d
Buffs backpack capacities
...
- From 4 normal items to 7 normal items
2016-01-17 08:57:21 +01:00
Techhead0
8ef7336a2c
Fixes #11990
2016-01-16 13:32:36 -05:00
Zuhayr
cc4c86c995
Fixes #270
2016-01-14 08:37:10 +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
afd526126d
Fire extinguisher fixes and tweaks
...
Port of https://github.com/PolarisSS13/Polaris/pull/713 .
2016-01-08 14:47:18 +01:00
PsiOmegaDelta
f9b61ed1ec
Merge pull request #11943 from Baystation12/dev-freeze
...
Dev
2016-01-08 14:27:32 +01:00
Chinsky
6f2450c3d5
Unrelatedly cleans up some dark ages-styled code.
2016-01-07 21:18:29 +03:00
Hubblenaut
cd0a1221d5
Merge branch 'dev' of https://github.com/Baystation12/Baystation12 into dev
2016-01-07 14:37:18 +01:00
PsiOmegaDelta
39bbca416a
Adds missing istype() check before the secure brief case emag check.
...
Fixes #11900 .
2016-01-06 18:31:39 +01:00
Hubblenaut
e1f58161ac
Diverse Police Tape fixes/tweaks
2016-01-05 19:14:18 +01:00
RavingManiac
a8cea3862d
Backpack and box storage capacity set to 16 and 8 respectively. Maximum w-class set to 4 and 3 respectively.
...
Storage box sprite made lighter to improve visibility against dark backgrounds.
2016-01-05 22:26:15 +08:00
RavingManiac
6e82dfa381
Merge branch 'dev' of https://github.com/Baystation12/Baystation12 into dev
2016-01-04 19:25:36 +08:00
Ccomp5950
7dc9b3487a
Merge pull request #11739 from PsiOmegaDelta/151214-ObserveThis
...
Qdel() tweaking and a bonus
2016-01-01 23:58:29 -05:00
Karolis2011
3076884f6e
Adds new modular ID modification console and
...
removes old console. This commit won't compile.
2015-12-31 13:17:31 +02:00
PsiOmegaDelta
96cbc225ff
Bags with the auto-pickup ability can no longer grab anchored objects.
...
Also fixes the canUnEquip() proc. It now only checks state, it doesn't change it. Fixes #11819 and probably a couple other odd item interactions.
2015-12-30 11:28:54 +01:00
Atlantis
605b78d377
Merge branch 'dev' of https://github.com/Baystation12/Baystation12 into NTOSv2
2015-12-29 20:25:34 +01:00
PsiOmegaDelta
a4545f8ded
Scheduler, observation, and New() tweaks.
...
Corrects a number of places where New() did not call ..(), and implements similar changes to attempt to ensure New()/initialize() complete running before qdel() runs.
Cuts down on the number of created items during server start.
2015-12-27 17:44:53 +01:00
GinjaNinja32
2d5b677a62
Merge remote-tracking branch 'upstream/dev-freeze' into dev
2015-12-25 03:51:40 +00:00
GinjaNinja32
7cca8416b3
Merge remote-tracking branch 'upstream/master' into dev-freeze
2015-12-25 03:41:33 +00:00
Sebastian Broberg
90f27ca42c
Fixes chemgrenades
...
Fixes #11686
2015-12-23 23:46:53 +01:00
PsiOmegaDelta
f6eec096e7
Merge remote-tracking branch 'upstream/dev-freeze' into dev
...
Conflicts:
code/_onclick/click.dm
code/game/objects/items/weapons/material/kitchen.dm
code/modules/mob/living/silicon/ai/ai.dm
2015-12-20 11:55:53 +01:00
PsiOmegaDelta
c78f98754a
Utensils now respect the lack of mouths, and has a delay on feeding others.
2015-12-20 11:46:42 +01:00
PsiOmegaDelta
5d3d0c5dc3
Merge remote-tracking branch 'upstream/master' into dev-freeze
...
Conflicts:
code/game/objects/items/weapons/material/kitchen.dm
2015-12-20 11:22:08 +01:00
ccomp5950
6736fb54e7
Merge branch '_base-turf' of https://github.com/mwerezak/Baystation12 into dev
...
Conflicts:
code/game/area/Space Station 13 areas.dm
2015-12-17 20:25:36 -05:00
Spamcat
905070bc96
\the
2015-12-16 20:30:26 +03:00
Spamcat
8df6ee3318
\red >> styles
2015-12-16 20:21:10 +03:00
Spamcat
485a2fdd45
Made kitchen utensils less dangerous.
...
#11370
2015-12-16 20:07:35 +03:00
Atlantis
326922cd8d
NTNet Relay upgrades
...
- NTNet Quantum Relays now have simple UI that allows users to manually toggle them on/off.
- Implements simplified Denial of Service handling for relays. This will be used by next commit that will add antagonist software.
- Relays can buffer and dissipate certain amount of DoS traffic. If this traffic exceeds certain level (configurable via varedit) the relay crashes temporarily.
- Relays may be manually reset by using specific button in the UI
- Relays are now buildable. They are relatively cheap (circuit board and some cables), but the board requires Data Theory 4 research.
2015-12-15 16:13:17 +01:00
PsiOmegaDelta
1a8fc50f1e
Removes suicide code.
2015-12-14 15:57:56 +01:00
PsiOmegaDelta
7d7aa4b50b
Turns events into vars instead of a list, to greatly simplify qdel() cleanup.
2015-12-14 13:44:05 +01:00
PsiOmegaDelta
bbe65baf5c
Merge remote-tracking branch 'upstream/dev' into 151210-TapeTape
...
Conflicts:
code/__defines/misc.dm
2015-12-13 11:50:06 +01:00
PsiOmegaDelta
eda4a5d595
Adds tape to medical, and excavation lockers.
...
Also maps in some EMT medical tape, corrects some badly rotated intercoms, and pixel shifts the large sinks properly.
2015-12-13 11:48:29 +01:00
PsiOmegaDelta
12078c48e9
Merge remote-tracking branch 'upstream/dev-freeze' into dev
...
Conflicts:
code/__defines/mobs.dm
code/game/asteroid.dm
code/modules/mob/living/carbon/human/human.dm
code/modules/mob/living/silicon/robot/robot_modules.dm
code/modules/mob/new_player/preferences_setup.dm
code/modules/recycling/disposal.dm
2015-12-13 10:47:33 +01:00
PsiOmegaDelta
f382626075
Merge remote-tracking branch 'upstream/master' into dev-freeze
...
Conflicts:
code/game/asteroid.dm
code/game/verbs/ooc.dm
code/modules/admin/verbs/icarus.dm
code/modules/mob/living/silicon/robot/robot_items.dm
code/modules/projectiles/projectile/special.dm
code/modules/random_map/random_map.dm
code/setup.dm
2015-12-13 10:15:29 +01:00
SkyMarshal
415f78ee18
Chem grenades are no longer melted by acid.
...
Fixes #10478
2015-12-12 16:29:05 -07:00
PsiOmegaDelta
6ab585fbf2
Adds research and medical tape.
...
To cordon dig sites, major medical incident areas, etc.
2015-12-11 08:45:55 +01:00
Kearel
9450680b1c
Merge branch 'dev' of https://github.com/Baystation12/Baystation12 into fluff2
2015-12-10 13:04:52 -06:00
Chinsky
60e785da97
Merge pull request #11458 from PsiOmegaDelta/151117-MultitoolPower
...
Multitool Upgrade
2015-12-09 21:34:12 +03:00
Chinsky
c9542be1ce
Merge pull request #11630 from PsiOmegaDelta/151207-RotationalIcons
...
Rotational icons
2015-12-09 11:08:24 +03:00