Chinsky
cca2c997df
Merge branch 'master' into dev
2014-03-08 12:02:32 +04:00
Mloc-Argent
63a27890fe
Fix for apostrophes in IRC nudge.
...
Signed-off-by: Mloc-Argent <colmohici@gmail.com >
2014-03-06 09:36:58 +00:00
Ccomp5950
39383c331a
Merge branch 'dev-freeze' of github.com:Baystation12/Baystation12 into dev
2014-02-26 09:38:40 -06:00
Ccomp5950
c56ec21ee3
Merge branch 'master' of github.com:Baystation12/Baystation12 into dev-freeze
...
Conflicts:
code/modules/reagents/Chemistry-Reagents.dm
2014-02-26 09:34:38 -06:00
Mloc
fa2061a249
Fix for ban queries.
2014-02-25 00:11:07 +00:00
Mloc
faa1dd38ba
Merge pull request #4473 from Ccomp5950/dev_power
...
DEV EMPOWERMENT Gives people with R_DEBUG access to runtimelogs.
2014-02-23 15:03:02 +00:00
Aryn
bb6f030f84
Added Reboot ZAS as a debug verb.
...
Replaces the air controller, marks all old zones invalid,
and adds every turf to the update list. Results are the same as on a
server start.
2014-02-22 09:09:48 -07:00
Ccomp5950
8ef2e10237
This reverts commit all the say code changes over the last couple of days.
...
Except for the removal of the redundant get_mobs_in_view used for bolding ghosts text.
2014-02-22 03:46:10 -06:00
Ccomp5950
d95caffecb
DEV EMPOWERMENT Gives people with R_DEBUG access to runtimelogs.
...
Also moves make_everyone_random to R_FUN where it belongs, gets rid of that dumb panel from my awesome dev screen.
2014-02-22 01:45:43 -06:00
Aryn
f511ac20c2
Fixed some debug verbs, removed ZASDBG define.
2014-02-21 08:46:56 -07:00
Ccomp5950
440f784c70
Bugfix: People unable to hear while in certain locations. (And some debug verbs)
...
...hopefully
2014-02-21 02:11:11 -06:00
Ccomp5950
b6eacfe385
Merge branch 'dev-freeze' of github.com:Baystation12/Baystation12 into dev
...
Conflicts:
code/modules/admin/verbs/mapping.dm
2014-02-20 19:23:16 -06:00
Ccomp5950
63a0f1185e
Merge branch 'master' of github.com:Baystation12/Baystation12 into dev-freeze
...
Conflicts:
code/ATMOSPHERICS/pipes.dm
code/game/dna/genes/powers.dm
code/game/objects/items/devices/PDA/PDA.dm
2014-02-20 19:16:23 -06:00
Aryn
a2d992ef5c
Fixed inexplicable reversions.
2014-02-19 17:11:09 -07:00
Ccomp5950
71b41e9ac7
ZAS debug_verb runtime prevention.
2014-02-16 13:31:56 -06:00
Ccomp5950
db33fb6425
ZAS_Debug verb.
...
Applys a client side only layer of colors over the various zones to show if they are connected or not.
Green is your current zone
Blue is adjacent zones that are connected.
yellow is zones that are connected but not adjacent to your current zone.
Red is for zones that aren't connected at all.
2014-02-16 02:22:49 -06:00
Ccomp5950
2d413966cc
Debug verbs are now maintained as a single list
...
instead of having to maintain them in multiple places.
2014-02-15 18:54:08 -06:00
Ccomp5950
16e7da35c9
Admin Request: Hide Debug Verbs
...
Gives admins (and devs) the ability to hide the debug verbs after enabling them.
2014-02-14 03:11:52 -06:00
Rob Nelson
64f83c51ad
And now tested in game, with some fixes.
2014-02-10 22:47:29 -06:00
Rob Nelson
fa20b9c2ee
DNA2 Bug Fixes - Part 2 (CHERRY PICK)
...
We discovered that most of the problems were were having was because of BYOND passing lists (e.g. SE and UI) by-ref instead of the assumed by-val.
This commit adds dna.Clone() and (UI|SE).Copy() where needed. These should be used where DNA or SE/UI lists are COPIED, otherwise changes made in the reference will affect the real strand.
This change also messes with the gene activation logic.
Conflicts:
code/game/dna/dna2_domutcheck.dm
code/game/dna/genes/powers.dm
2014-02-10 22:46:28 -06:00
Rob Nelson
a8d3c0601b
And now tested in game, with some fixes.
2014-02-06 23:52:58 -08:00
Rob Nelson
3121e4fb2d
DNA2 Bug Fixes - Part 2
...
We discovered that most of the problems were were having was because of BYOND passing lists (e.g. SE and UI) by-ref instead of the assumed by-val.
This commit adds dna.Clone() and (UI|SE).Copy() where needed. These should be used where DNA or SE/UI lists are COPIED, otherwise changes made in the reference will affect the real strand.
This change also messes with the gene activation logic.
2014-02-06 23:07:35 -08:00
Ccomp5950
975433f898
Merge branch 'master' of github.com:Baystation12/Baystation12 into dev-freeze
...
Conflicts:
icons/mob/back.dmi
icons/mob/mask.dmi
2014-01-30 12:14:44 -06:00
Zuhayr
c0b91504b4
Recommitting a ton of files as one commit due to needing to reset this repo to an earlier point in the log. Full changes in PR.
2014-01-28 15:59:50 +10:30
Zuhayr
9d7b42f6b6
Merge branch 'master' of https://github.com/Baystation12/Baystation12
2014-01-27 20:55:42 +10:30
Ccomp5950
a3befe9936
Private message fixes. Stealth-mode / admin != maroon
...
Stealth-Mode Admins won't have their keys show up in the title of private messages anymore (unless the person sending the message is mod+)
Admins PM's to players will show up as red again. You are welcome Virgie!
2014-01-25 22:16:58 -06:00
Ccomp5950
c028db481e
Merge branch 'master' of https://github.com/Baystation12/Baystation12 into dev-freeze
...
Conflicts:
code/modules/mob/living/carbon/monkey/diona.dm
code/modules/reagents/Chemistry-Machinery.dm
2014-01-23 00:05:53 -06:00
DJSnapshot
64e3c3d6b9
Admin requested addition of a global dsay toggle.
2014-01-20 18:27:12 -08:00
Ccomp5950
cbcd3d1468
Merge pull request #4265 from SkyMarshal/heatfix
...
Heatfix
2014-01-10 18:47:53 -08:00
SkyMarshal
9cae391e0e
Adds developer-level access to ZAS settings.
...
Fixes bug which would always let heat move through doors.
2014-01-10 16:48:16 -07:00
DJSnapshot
4219b597b6
Merge branch 'dev' of https://github.com/Baystation12/Baystation12 into dev
...
Conflicts:
code/modules/customitems/item_defines.dm
2014-01-10 13:52:07 -08:00
DJSnapshot
46c6145cf7
Made it so asay is not the same color as adminlogs.
2014-01-10 13:39:40 -08:00
Chinsky
76dc0c4c49
Merge pull request #4234 from Mloc/bs12-quicklist
...
[TG] Optimized and refactored list2text, text2list, and replacetext.
2014-01-10 11:55:33 -08:00
Aranclanos
96cf1b050d
Turfs who spawn with the spawn verb or with buildmode will now use the ChangeTurf() proc and stop making Linda runtime to hell.
...
Conflicts:
code/WorkInProgress/buildmode.dm
2014-01-08 19:13:57 +00:00
Mloc
794be2b31e
Fix previous commit for BS12.
...
Signed-off-by: Mloc <colmohici@gmail.com >
2014-01-08 11:49:15 +00:00
YotaXP
68ae21fac3
Optimized and refactored list2text, text2list, and replacetext.
...
Also fixed some grammar in the station blueprint code.
Conflicts:
code/game/objects/items/blueprints.dm
code/game/objects/items/devices/uplinks.dm
code/modules/admin/verbs/debug.dm
code/modules/clothing/masks/gasmask.dm
code/modules/detectivework/scanner.dm
code/modules/flufftext/TextFilters.dm
code/modules/mob/living/carbon/human/say.dm
code/modules/mob/living/silicon/ai/say.dm
2014-01-08 11:41:51 +00:00
Zuhayr
62893f80b6
Merge branch 'master' of https://github.com/Baystation12/Baystation12
2014-01-04 11:35:07 +10:30
Ccomp5950
ea32e235ab
Admins can now put a reason for booting someone from the server.
...
Virgie requested feature.
2014-01-03 01:09:06 -06:00
Zuhayr
46bf56f38a
Wrong var in ghost writer toggle.
2013-12-29 00:03:45 +10:30
Zuhayr
85ad2363c4
Added config toggle for ghost writing (for adminbus).
2013-12-28 23:53:20 +10:30
Zuhayr
c6c1a575d6
Merge of blood file, ammo icons, map. Manual binary file merge incoming.
2013-12-28 23:13:04 +10:30
Zuhayr
b638388bdd
Uncommented ninja block in Check Antags.
2013-12-27 10:48:37 +10:30
Chinsky
82700e9eda
Merge branch 'dev' of https://github.com/Baystation12/Baystation12 into dev
2013-12-26 11:10:36 +04:00
Chinsky
9202fda78a
Fixes #4028
...
Makes invisimin make mob transparent instead of icon changes.
2013-12-25 12:54:15 +04:00
Zuhayr
58ec6756df
Added cortical borer spawn event and admin verbs.
2013-12-18 14:25:38 +10:30
Mloc-Argent
b175c6906b
Merge branch 'dev-freeze' of github.com:Baystation12/Baystation12 into dev
...
Conflicts:
html/changelog.html
2013-12-13 19:13:43 +00:00
Zuhayr
edabf18323
Merge pull request #4012 from N3X15/dna2
...
DNA2 - A recode of DNA
2013-12-05 02:39:55 -08:00
Ccomp5950
157b67404c
Added Telesci to the investigate list.
...
Admins will now be able to select it and view who used the telescience machines
2013-12-05 04:21:18 -06:00
Kilakk
d2c07184f7
Merge remote-tracking branch 'upstream/dev' into dev-radio
...
Conflicts:
maps/tgstation2.dmm
2013-12-03 21:24:03 -05:00
Chinsky
0074452f29
Merge branch 'master' of https://github.com/Baystation12/Baystation12 into dev
2013-12-03 19:42:17 +04:00