Mloc
4ddd799359
Merge pull request #4505 from Ccomp5950/ert_admin_only
...
Configuration option: Ability to set ERT to be admin call only.
2014-03-03 19:21:05 +00:00
DJSnapshot
8abbd52703
Merge pull request #4506 from Mloc/bs12-wtfaccess
...
Optimizes /obj/New() by removing access generation
2014-03-02 15:48:12 -08:00
Mloc
37112105f6
Merge pull request #4499 from Ccomp5950/runtime_fixs
...
Runtime fix: Depth scanner now won't check the length of null lists.
2014-03-02 19:56:23 +00:00
Mloc-Argent
d53263a49b
Optimizes of /obj/New(), by removing access generation.
...
Previously, every single /obj would parse the req_access_txt and req_one_access_txt strings and turn them into a list of numbers for the access system.
This is now done the first time check_access() is called, so only objects that actually use the system will have the lists generated.
Signed-off-by: Mloc-Argent <colmohici@gmail.com >
2014-03-02 15:12:56 +00:00
Ccomp5950
8f2d5e817f
Configuration option: Ability to set ERT to be admin call only.
...
Admin request.
Default behavior is what we're used to, that two heads can call for the ERT
with the option turned on it removes the ability for players to call for an ERT and requires admin intervention.
2014-03-02 06:20:26 -06:00
Mloc
1b8eb18450
Merge pull request #4497 from Ccomp5950/sort_files
...
Server log files are now sorted when using .getruntimelog or .getserverlog
2014-03-02 10:54:51 +00:00
Ccomp5950
5c482f1c8c
Merge pull request #4494 from yashaldie/master
...
Fixed Borg toggling broadcast mode
2014-03-01 11:07:41 -06:00
Mloc
c8f2d85b41
Merge pull request #4493 from Loganbacca/baytweak
...
Little things
2014-03-01 15:52:03 +00:00
Ccomp5950
5146268253
Runtime fix: Depth scanner now won't check the length of null lists.
...
runtime error: Cannot read null.len
proc name: scan atom (/obj/item/device/depth_scanner/proc/scan_atom)
source file: tools_depthscanner.dm,31
usr: Some Guy (/mob/living/carbon/human)
src: the depth analysis scanner (/obj/item/device/depth_scanner)
call stack:
the depth analysis scanner (/obj/item/device/depth_scanner): scan atom(Some Guy (/mob/living/carbon/human), Rock (155,169,5) (/turf/simulated/mineral))
Rock (155,169,5) (/turf/simulated/mineral): attackby(the depth analysis scanner (/obj/item/device/depth_scanner), Some Guy (/mob/living/carbon/human))
Some Guy (/mob/living/carbon/human): ClickOn(Rock (155,169,5) (/turf/simulated/mineral), "icon-x=23;icon-y=13;left=1;scr...")
Rock (155,169,5) (/turf/simulated/mineral): Click(Rock (155,169,5) (/turf/simulated/mineral), "mapwindow.map", "icon-x=23;icon-y=13;left=1;scr...")
2014-02-28 23:03:10 -06:00
Ccomp5950
051e2f0ce3
Server log files are now sorted when using .getruntimelog or .getserverlog
2014-02-28 22:37:36 -06:00
DJSnapshot
4492648491
server crash fix based off of https://github.com/tgstation/-tg-station/pull/2943/files
2014-02-28 17:38:58 -08:00
DJSnapshot
1e186839c6
added IPCs(machines) to list to make it easier on everyone.
2014-02-28 17:36:50 -08:00
DJSnapshot
3b10ee3ad5
Removing IPC whitelist requirement.
2014-02-28 17:32:29 -08:00
DJSnapshot
acdbb3573a
Changed supermatter messages to reflect what they actually mean.
2014-02-28 15:28:11 -08:00
yashaldie
3d7b7a937c
Missed some codes...
...
Forgot to add some code from a past bug fix i did on my end.
2014-02-28 05:42:42 -05:00
yashaldie
a0bb14f76e
borg radio fix
2014-02-28 04:58:49 -05:00
yashaldie
96dc185fde
Update robot_modules.dm
2014-02-28 04:42:27 -05:00
yashaldie
36b4af57f2
made module contain channel list
2014-02-28 04:40:36 -05:00
Loganbacca
8e1b286a84
Mining drill text
...
- Adds drill_verb variables to pickaxe subtypes, so drills will now be described as "drilling" instead of "picking"
2014-02-28 12:15:41 +13:00
Loganbacca
fbfdccebaf
Suit sensor toggle
...
- Changes the suit sensor toggle verb to select from a list, instead of cycling through one mode at a time.
2014-02-28 12:15:26 +13: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-Argent
f5ab084eac
Fixes admin attack logs to show up in-game as well as in the logfiles.
...
Signed-off-by: Mloc-Argent <colmohici@gmail.com >
2014-02-25 20:36:46 +00:00
Ccomp5950
3ab7e8438a
Runtime fix: Sparks trying to delete that which does not exist.
...
runtime error: Cannot execute null.delete().
proc name: start (/datum/effect/effect/system/spark_spread/start)
source file: effect_system.dm,204
usr: Mark Hoover (/mob/living/carbon/human)
src: /datum/effect/effect/system/sp... (/datum/effect/effect/system/spark_spread)
call stack:
/datum/effect/effect/system/sp... (/datum/effect/effect/system/spark_spread): start()
runtime error: Cannot execute null.delete().
proc name: start (/datum/effect/effect/system/spark_spread/start)
source file: effect_system.dm,204
usr: Mark Hoover (/mob/living/carbon/human)
src: /datum/effect/effect/system/sp... (/datum/effect/effect/system/spark_spread)
call stack:
/datum/effect/effect/system/sp... (/datum/effect/effect/system/spark_spread): start()
2014-02-25 00:28:00 -06:00
Ccomp5950
ceb220f705
Runtime fix: OH GOD NOT THE BEEs WON'T SOMEONE CALM THEM DOWN?
...
Other then NULL?
runtime error: Cannot read null.type
proc name: Life (/mob/living/simple_animal/bee/Life)
source file: bees.dm,91
runtime error: Cannot read null.type
proc name: Life (/mob/living/simple_animal/bee/Life)
source file: bees.dm,91
runtime error: Cannot read null.type
proc name: Life (/mob/living/simple_animal/bee/Life)
source file: bees.dm,91
runtime error: Cannot read null.type
proc name: Life (/mob/living/simple_animal/bee/Life)
source file: bees.dm,91
runtime error: Cannot read null.type
proc name: Life (/mob/living/simple_animal/bee/Life)
source file: bees.dm,91
runtime error: Cannot read null.type
proc name: Life (/mob/living/simple_animal/bee/Life)
source file: bees.dm,91
runtime error: Cannot read null.type
proc name: Life (/mob/living/simple_animal/bee/Life)
source file: bees.dm,91
runtime error: Cannot read null.type
proc name: Life (/mob/living/simple_animal/bee/Life)
source file: bees.dm,91
2014-02-25 00:21:41 -06:00
Ccomp5950
e098746209
Runtime fix: RP_Revolution's auto_add_rev_head loves that null.
...
runtime error: Cannot read null.client
proc name: process (/datum/game_mode/revolution/rp_revolution/process)
source file: rp_revolution.dm,198
runtime error: Cannot read null.client
proc name: process (/datum/game_mode/revolution/rp_revolution/process)
source file: rp_revolution.dm,198
runtime error: Cannot read null.client
proc name: process (/datum/game_mode/revolution/rp_revolution/process)
source file: rp_revolution.dm,198
runtime error: Cannot read null.client
proc name: process (/datum/game_mode/revolution/rp_revolution/process)
source file: rp_revolution.dm,198
runtime error: Cannot read null.client
proc name: process (/datum/game_mode/revolution/rp_revolution/process)
source file: rp_revolution.dm,198
runtime error: Cannot read null.client
proc name: process (/datum/game_mode/revolution/rp_revolution/process)
source file: rp_revolution.dm,198
2014-02-25 00:20:44 -06:00
Chinsky
0ba65efd18
Merge pull request #4477 from Ccomp5950/runtimefixes
...
Runtimefixes
2014-02-25 06:01:59 +04:00
Ccomp5950
23faf801ae
Merge pull request #4468 from Segrain/master
...
Bugfixes.
2014-02-24 18:59:54 -06:00
Segrain
bd5585052c
Fix for #4479 .
2014-02-25 03:33:18 +03:00
Mloc
fa2061a249
Fix for ban queries.
2014-02-25 00:11:07 +00:00
Ccomp5950
0f538a9b2f
Typo fix.
...
Screw typechecks and their need for closing parens :*(
2014-02-24 01:50:44 -06:00
Ccomp5950
f071421552
Runtime fix: Null isn't really that sharp.
...
runtime error: Cannot read null.sharp
proc name: is sharp (/proc/is_sharp)
source file: unsorted.dm,1270
usr: Arthur Ward (/mob/living/carbon/human)
src: null
call stack:
is sharp(null)
the police tape (/obj/item/tape/police): breaktape(null, Arthur Ward (/mob/living/carbon/human))
the police tape (/obj/item/tape/police): attack hand(Arthur Ward (/mob/living/carbon/human))
Arthur Ward (/mob/living/carbon/human): UnarmedAttack(the police tape (/obj/item/tape/police), 1)
Arthur Ward (/mob/living/carbon/human): ClickOn(the police tape (/obj/item/tape/police), "icon-x=16;icon-y=10;left=1;scr...")
the police tape (/obj/item/tape/police): Click(the floor (172,128,1) (/turf/simulated/floor), "mapwindow.map", "icon-x=16;icon-y=10;left=1;scr...")
2014-02-24 01:39:25 -06:00
Ccomp5950
3d88998123
Runtime fix: usr = 0???
...
runtime error: Cannot read 0.item_use_icon
proc name: remove gun icons (/client/proc/remove_gun_icons)
source file: targeting.dm,273
usr: 0
src: Vivalas (/client)
call stack:
Vivalas (/client): remove gun icons()
the taser gun (/obj/item/weapon/gun/energy/taser): dropped(Jonathon Sommer (/mob/living/carbon/human))
Jonathon Sommer (/mob/living/carbon/human): drop r hand(null)
Jonathon Sommer (/mob/living/carbon/human): update canmove()
Jonathon Sommer (/mob/living/carbon/human): Weaken(5)
Jonathon Sommer (/mob/living/carbon/human): Weaken(5)
Jonathon Sommer (/mob/living/carbon/human): apply effect(5, "weaken", 0)
Jonathon Sommer (/mob/living/carbon/human): apply effects(0, 5, 0, 0, 0, 0, 0, 0, 0)
2014-02-24 01:35:04 -06:00
Ccomp5950
d5951781fd
Runtime fix: Alarms keep trying to heat up space.
...
runtime error: Cannot execute null.heat capacity().
proc name: process (/obj/machinery/alarm/process)
source file: alarm.dm,186
runtime error: Cannot execute null.heat capacity().
proc name: process (/obj/machinery/alarm/process)
source file: alarm.dm,186
over and over and over.
2014-02-24 01:27:04 -06:00
Ccomp5950
75116bfd53
Runtime fix: Someone using a gas mask with no tank...IN SPACE
...
runtime error: Cannot read null.oxygen
proc name: copy from (/datum/gas_mixture/proc/copy_from)
source file: FEA_gas_mixture.dm,480
usr: null
src: /datum/gas_mixture (/datum/gas_mixture)
call stack:
/datum/gas_mixture (/datum/gas_mixture): copy from(null)
Basileus (/mob/living/carbon/human): breathe()
Basileus (/mob/living/carbon/human): Life()
/datum/controller/game_control... (/datum/controller/game_controller): process mobs()
/datum/controller/game_control... (/datum/controller/game_controller): process()
runtime error: Cannot read null.toxins
proc name: breathe (/mob/living/carbon/human/proc/breathe)
source file: life.dm,339
usr: null
src: Basileus (/mob/living/carbon/human)
call stack:
Basileus (/mob/living/carbon/human): breathe()
Basileus (/mob/living/carbon/human): Life()
/datum/controller/game_control... (/datum/controller/game_controller): process mobs()
/datum/controller/game_control... (/datum/controller/game_controller): process()
2014-02-24 01:16:19 -06:00
Ccomp5950
0bcd89360a
Runtime fix: I have no UI, and I must close it.
...
runtime error: Cannot execute null.close().
proc name: Topic (/obj/item/device/pda/Topic)
source file: PDA.dm,485
usr: Garry Myers (/mob/living/carbon/human)
src: PDA-Garry Myers (Station Engin... (/obj/item/device/pda/engineering)
call stack:
PDA-Garry Myers (Station Engin... (/obj/item/device/pda/engineering): Topic("src=\[0x2003e95];choice=Messag...", /list (/list))
NeroHarry (/client): Topic("src=\[0x2003e95];choice=Messag...", /list (/list), PDA-Garry Myers (Station Engin... (/obj/item/device/pda/engineering))
NeroHarry (/client): Topic("src=\[0x2003e95];choice=Messag...", /list (/list), PDA-Garry Myers (Station Engin... (/obj/item/device/pda/engineering))
2014-02-24 00:51:57 -06:00
Ccomp5950
1eb66f1f78
Runtime fix blood_DNA length checks when it's possibly null.
...
runtime error: Cannot read null.len
proc name: attack self (/obj/item/weapon/melee/telebaton/attack_self)
source file: swords_axes_etc.dm,156
2014-02-24 00:47:55 -06:00
Ccomp5950
cea151813e
Runtime fix: Dirt in SPAAAAACCEEEEEEE
...
ndefined variable /turf/space/var/dirt
proc name: reaction turf (/datum/reagent/space_cleaner/reaction_turf)
source file: Chemistry-Reagents.dm,939
2014-02-24 00:44:00 -06: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
suethecake
32de00eed8
Fix to cloned gun issue - now your holster is located on your tactical armor.
2014-02-22 21:50:21 -06:00
Ccomp5950
e72c584ac8
Reapplys this runtime fix when dead /mob/living would not have a client.
2014-02-22 03:47:46 -06: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
92e0c60126
Remove clients removal derp.
2014-02-22 02:50:49 -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
Segrain
86c73e242b
Fix for embedding.
2014-02-22 10:16:55 +03:00
Segrain
05c82c970b
Tiny fix.
2014-02-22 06:56:51 +03:00
Segrain
2b9842c113
Smallfix.
2014-02-22 06:56:12 +03:00
Segrain
fd738a5767
Smallfix.
2014-02-22 06:54:48 +03:00
Segrain
b04d00ff7b
Typo fix.
2014-02-22 06:54:11 +03:00
Segrain
ef3b565f64
Fix for #4458 .
2014-02-22 06:53:37 +03:00
Segrain
c6d39deac0
Fix for #4445 .
2014-02-22 06:49:57 +03:00