Commit Graph

15518 Commits

Author SHA1 Message Date
GinjaNinja32
6c874842e1 Fix emergency shields activating without being turned on 2014-11-03 18:48:03 +00:00
PsiOmega
cb6a855292 Cyborg detonation notice
When a cyborg is detonated by a cyborg console  the AI is now notified about the event.
Violently applied destruction remains without notice.
2014-11-03 19:40:24 +01:00
PsiOmega
2a5e685e6e Fixes #6747
Channel names are already HTML-stripped on creation. Removes second HTML-stripping when attempting to post a new story as this appears to break name comparison later.
PDAs should now properly display stories with newlines.
2014-11-03 10:39:51 +01:00
PsiOmega
fc67087d7a More Z-level compatibility
Previously missed Z-level checks in the form "z  != X".  Utilized this regex which hopefully has cought most of them [zZ](\s?)(!?)=(\s?)(\d+).
Adds more Z-level configuration, admin levels.
2014-11-03 09:57:56 +01:00
PsiOmega
ff14da90b3 Random Event Overhaul
Alters the event controller based on http://baystation12.net/forums/viewtopic.php?f=5&t=10706.
Exception is that there is always some start time variance to prevent metagaming.

Mundane, moderate, and major events run on their own timers and start and run independantly of each other.
Multiple events of the same severity degree can run at the same time. However, currently only one instance of the same event can be active at a time.
2014-11-03 09:22:37 +01:00
ccomp5950
9363af2a09 "Exploit Menu" uplink fix.
Double quotes will no longer break the json nanoui uses to display the data.

This fix removes the ability to use html and javascript (exploitable for nefarious reasons)

Specifying exactly what we want instead of assigning nanoui_data["exploits"] = L.fields
which passes by refernce instead of by value.

It allows us to also sanitize the input so everything that gets displayed in nanoui doesn't have html
2014-11-03 01:15:44 -05:00
mwerezak
6ac3c4c359 More custom loadout jackets + bandana
Adds custom loadout gear:
Searif's brown leather jacket, NT brown leather jacket, and grey hoodie.
Also brings back the orange bandana, and adjusts some siemens
coefficient values that weren't making sense.
2014-11-02 22:51:33 -05:00
mwerezak
5dcda61181 Fixes #6355
Not sure why it was commented it out, but it seems to be the cause of
the layer issues.
2014-11-02 20:33:41 -05:00
mwerezak
a33fd1a2c6 Merge remote-tracking branch 'upstream/dev' into fire-extinguishers 2014-11-02 10:33:16 -05:00
mwerezak
7e2e44a61a Adds Searif's leather jackets as a custom gear 2014-11-01 23:12:21 -04:00
Ccomp5950
55ddbd10ff Merge pull request #6923 from mwerezak/climbing
Fixes #6660
2014-11-01 22:31:57 -04:00
Ccomp5950
01c507615d Merge pull request #6914 from PsiOmegaDelta/Bolts
More Mapping
2014-11-01 22:29:39 -04:00
Ccomp5950
9e1dfa2d97 Merge pull request #6919 from mwerezak/custom-loadout
Custom loadout updates
2014-11-01 22:29:24 -04:00
Chinsky
7bfa2661fb Merge pull request #6916 from Mloc/bs12-server
serverside fixes
2014-11-02 04:47:26 +03:00
Chinsky
e81a478bf3 Merge pull request #6907 from PsiOmegaDelta/EmergencyShutters
(De)constructable emergency shutters.
2014-11-02 04:47:20 +03:00
Chinsky
b64d704f8f Merge pull request #6903 from mwerezak/bite
Adjusts secondary unarmed attacks
2014-11-02 04:41:10 +03:00
Chinsky
45e2074097 Merge pull request #6908 from PsiOmegaDelta/NastyVoices
Nasty voices and now noises
2014-11-02 04:40:22 +03:00
Chinsky
f74c6ec97a Merge pull request #6912 from mwerezak/boatswain
Adds sound for the captain-spawning announcement
2014-11-02 04:40:19 +03:00
Chinsky
5d7a233bc7 Merge pull request #6851 from RavingManiac/dev
Breakable doors, door and window damage messages
2014-11-02 04:40:12 +03:00
mwerezak
b2dc8f1142 Fixes #6660
Also makes flipping tables block climbing.
2014-11-01 21:38:04 -04:00
Ccomp5950
0f174fe1ac Merge pull request #6911 from mwerezak/he-pipes
Fixes #6910
2014-11-01 19:53:45 -04:00
Mloc-Argent
693574da19 update IsGuestKey for webclient guests
Signed-off-by: Mloc-Argent <colmohici@gmail.com>
2014-11-01 21:40:01 +00:00
mwerezak
97bdcca033 Fixes bad handcuff check 2014-11-01 17:02:54 -04:00
mwerezak
a9399c2b79 Custom loadout updates
Adds sorting to the custom gear menu list.
Adds the white cheongsam as a custom gear item.
Moves the purple comb out of the custom item defines as it is no longer
just a custom item.
Adds pockets to the bomber jacket.
Reduces the cost of ponchos to 3.
2014-11-01 15:56:11 -04:00
PsiOmega
19b157db10 More Mapping
Fixes #6913.
Splits the arrival section up into sub-areas to reduce the need of crew rescue.
Makes catwalks act as plating instead of floor.
Misc. changes.
2014-11-01 19:20:34 +01:00
Mloc-Argent
119e0a89ff webclient support
no cid checks, not supported properly on webclient

Signed-off-by: Mloc-Argent <colmohici@gmail.com>
2014-11-01 16:17:23 +00:00
bs12
a6934a531b gameticker.dm crash fix
Signed-off-by: bs12 <bs12@bs12.bs12>
2014-11-01 16:17:18 +00:00
mwerezak
1bd235878f Captain join announcement sound
Adds a sound to the announcement that is made when the captain joins.
The sound only plays if the captain joins after round start.
2014-10-31 22:34:22 -04:00
mwerezak
17316f912e Fixes #6910 2014-10-31 22:22:52 -04:00
mwerezak
5372b526a1 Merge remote-tracking branch 'upstream/dev' into fire-extinguishers 2014-10-31 20:29:00 -04:00
Chinsky
7c284141b8 Merge pull request #6891 from PsiOmegaDelta/Z
Multi Z-Level Compatibility
2014-11-01 02:18:23 +03:00
Chinsky
de41cfea4c Merge pull request #6904 from mwerezak/handcuffs
Adds feedback when handcuffs cannot be placed, fixes robot cuffs
2014-11-01 02:18:13 +03:00
Chinsky
46a8bc8c94 Merge pull request #6902 from GinjaNinja32/machinelist
More machinery list speedups
2014-11-01 02:18:09 +03:00
Chinsky
1f54af9b2c Merge pull request #6897 from PsiOmegaDelta/DynamicRadio
Makes the AI radio channel listing more dynamic.
2014-11-01 02:17:55 +03:00
Ccomp5950
c78ce51cb0 Merge pull request #6890 from PsiOmegaDelta/Maps
The great bed increase.
2014-10-31 12:16:02 -04:00
Ccomp5950
02abbc9430 Merge pull request #6888 from mwerezak/atmos-icon-cache
Fixes #6746
2014-10-31 12:09:45 -04:00
PsiOmega
6b895e3889 Nasty voices and now noises
Some inconsistency when body parts rip. Two sections say voice, one noise.
Going with noise unless it happens to be a use of voice I'm unfamiliar with.
2014-10-31 14:56:09 +01:00
PsiOmega
f8ead9139a (De)constructable emergency shutters.
Can now construct emergency shutter assemblies from metal sheets, same as door assemblies.
Requires air alarm circuits to complete, rather than airlock circuits.
2014-10-31 13:35:48 +01:00
mwerezak
e7dcda13de Adds feedback when handcuffs cannot be placed, fixes robot cuffs. 2014-10-30 20:13:01 -04:00
mwerezak
4c9cda8d7e Adjusts secondary unarmed attacks 2014-10-30 19:57:59 -04:00
GinjaNinja32
df29429e0e Add dd_insertObjectList proc, adjust obj/machinery/New to use this proc 2014-10-30 22:59:10 +00:00
PsiOmega
a5c014a3e8 Fixes #6894.
Xenomorphs no longer a whitelisted race.
2014-10-30 22:49:40 +01:00
PsiOmega
4a7199020c Makes the AI radio channel listing more dynamic. Kills copy-pasting. 2014-10-30 22:27:58 +01:00
Chinsky
5404a18045 Merge pull request #6886 from PsiOmegaDelta/ShoppingList
Uplink Shopping List
2014-10-30 22:13:39 +03:00
Chinsky
fff3622386 Merge pull request #6884 from PsiOmegaDelta/LobbyVote
Fixes #6881
2014-10-30 22:13:32 +03:00
Chinsky
be7a9bcf3a Merge pull request #6882 from PsiOmegaDelta/JobController
Lobby menu refreshment
2014-10-30 22:13:19 +03:00
Chinsky
090dc8a6b7 Merge pull request #6880 from PsiOmegaDelta/BomberJacker
Fixes #6879
2014-10-30 22:13:16 +03:00
Chinsky
53aa85fa08 Merge pull request #6887 from Glloyd/fixes
Fixes #5796
2014-10-30 22:13:08 +03:00
RavingManiac
027995c041 Merge branch 'dev' of https://github.com/Baystation12/Baystation12 into dev 2014-10-30 23:24:33 +08:00
RavingManiac
fe18a7d761 Bug where non-airlock doors would disappear upon power update fixed.
Metal rods no longer work as improvised crowbars with regards to unpowered/broken doors.

Glass airlocks now have 300 health. Hit sounds changed.

At least 10 force now needed for weapon to be able to damage doors.
2014-10-30 23:23:44 +08:00