1210 Commits
Author SHA1 Message Date
skull132 e309f2216a Dev Perms For Days 2016-02-16 01:44:27 +02:00
skull132 be4840f920 Warnings Fixes
For editing them, and for editing them.
2016-02-16 01:28:57 +02:00
skull132 0f5818d2b0 Third Party PM Visibility
Only mods and admins should now see them.
2016-02-11 17:36:12 +02:00
skull132 d0b8bb018a Typo
Information is spelled properly.
2016-02-10 13:29:35 +02:00
skull132 eebe08875a Msay Restriction
Only people with +MOD or +ADMIN can now see msay. As is proper.
2016-02-10 00:54:42 +02:00
skull132 f1ebd94d4a Fixing Adminhelps
Stupid mistake while removing R_MENTOR.
2016-02-08 23:44:24 +02:00
skull132 d465b9aabe Runtime Fix 2016-02-07 14:59:04 +02:00
skull132 33377b42f1 Clear Toxins/Fire in Zone verb 2016-02-07 14:25:15 +02:00
skull132 41a6c09fe8 Stylesheet Fixes
Adds the two CSS classes referenced by dev- and cciaasay.
2016-02-07 01:08:06 +02:00
skull132 6d19ca3ad4 Fixes #52
Fixes to the ParseArguments() proc and the warnings panel.
2016-02-06 12:07:18 +02:00
skull132 26a449b861 Merge remote-tracking branch 'Aurorastation/development'
# Conflicts:
#	code/modules/admin/admin_verbs.dm
2016-02-06 02:08:11 +02:00
skull132 481cbf423d +CCIAA and +DEV Finalization 2016-02-06 01:52:50 +02:00
skull132 fda5a7781f Remove R_MENTOR & R_HOST
Flags unnecessary, procs and functions concerning them removed.
2016-02-05 23:20:39 +02:00
Ryan784 0143439a22 BST Update 1.0
Gave Admins their flag because they would whine otherwise.
2016-02-05 16:19:44 -05:00
Ryan784 8277f9e779 BST Import/access for Devs/Admins
Bluespace Technicians are back! And better than ever. And by better, I
mean exactly the same. Hoorah.
2016-02-05 15:51:01 -05:00
Ryan784 650c34ee4c DEV Flags + Perms + Verbs
The Dev Flag and status is back in game! As of right now, you will have
to play around with the values in regards to the defines in setup.dm
(specifically with CCIAA), but everything works fine, besides maybe Devs
having some verbs they shouldn't for some reason..

But besides that, it's peachy.
2016-02-03 22:57:34 -05:00
skull132 8569d1c1ab +CCIAA Flag 2016-02-02 23:37:15 +02:00
skull132 80720990e3 Dibs 2016-02-02 17:14:41 +02:00
skull132 179431115b Merge remote-tracking branch 'Aurorastation/development' into SQL-backend-import
# Conflicts:
#	code/modules/admin/admin.dm
#	code/modules/admin/admin_verbs.dm

All conflicts cleared. Wind funciton needs a quick redo as a result.
2016-02-01 16:00:54 +02:00
Chinsky 4143352d48 Merge pull request #12005 from PsiOmegaDelta/160118-MoveMe
Adds the moved event.
2016-01-21 07:24:37 +03:00
skull132 5da7e3d699 Player Notes SQL
Adds the SQL based notes system. Partially refractored to use the new DB procs and look neater.
2016-01-19 14:55:01 +02:00
Atlantis 9b099a307b Tweaks
- Landmark on supermatter core now waits until all other landmarks are done setting up.
- Setup-supermatter proc is now defined on /datum/admins/ rather than on /client/
- Coolant canisters now have double amount of standard canister's worth of gas, as intended, instead of triple.
2016-01-19 11:02:42 +01:00
Atlantis 85ceb32bca Overhauls setup-supermatter admin verb
- Setup supermatter now uses series of map markers to do it's thing. These makers will make it easier to keep it up to date with map changes.
- Setup supermatter now supports CO2 and PH coolant choices.
- Fixes #9661
2016-01-19 08:20:44 +01:00
skull132 9310018dbd SQL Warnings
Adds the SQL based warning system.
2016-01-19 00:27:50 +02: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
skull132 c7ae4df416 dbcon_old removal, table prefixing
Prefixes the tables properly with ss13_, and removes active references to dbcon_old and related procs.
2016-01-13 15:59:36 +02: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 d10118e3d0 Fixes #11346
Fixes #8123

Removes adminbus ability to call down the Icarus... because it's pretty broken.
2015-12-12 12:03:15 -07:00
SkyMarshal eae12b8f9c Fixes #8568 2015-12-11 19:52:18 -07:00
GinjaNinja32 1921c35231 fix issues with indented absolute path definitions 2015-12-09 14:12:54 +00:00
BlueNexus e071ac7358 Added holder to the locked vars list
I'm very surprised a security loophole like this wasn't noted earlier.
2015-12-07 12:07:08 +00:00
Zuhayr a56618119a Merge pull request #11502 from PsiOmegaDelta/151121-InWorldParams
Replaces 'in world' arguments.
2015-12-02 09:56:28 +10:30
PsiOmegaDelta a7dc586e72 Merge pull request #11549 from Baystation12/dev-freeze
Dev
2015-12-01 08:19:19 +01:00
PsiOmegaDelta 5a0d76d876 Merge pull request #11548 from Baystation12/master
Dev-freeze
2015-12-01 08:09:15 +01:00
PsiOmegaDelta 2d5677109f Build mode throws now admin logs.
Fixes #11514.
2015-11-29 12:14:31 +01:00
PsiOmegaDelta 6e69442545 Replaces 'in world' arguments.
Arguments acquired from 'in world' cannot be GCd for several minutes due to a hidden reference from usr to the argument itself.
This replaces all 'in world' arguments with 'in range(world.view)', with the notable exception of "View Variables".
2015-11-21 11:06:08 +01:00
Zuhayr 5dc6ff5da1 Merge pull request #11230 from PsiOmegaDelta/xenomorphs
Xenomorph update
2015-10-13 08:31:27 +10:30
PsiOmegaDelta 27feb09a31 Merge remote-tracking branch 'upstream/dev-freeze' into dev
Conflicts:
	code/game/machinery/computer/computer.dm
	html/changelogs/.all_changelog.yml
2015-10-11 17:37:01 +02:00
PsiOmegaDelta 070ca0adea Merge remote-tracking branch 'upstream/master' into dev-freeze
Conflicts:
	code/game/objects/items/weapons/tanks/tanks.dm
	code/modules/holodeck/HolodeckControl.dm
	code/modules/mob/living/carbon/breathe.dm
	code/modules/mob/living/carbon/human/life.dm
	code/setup.dm
2015-10-11 17:17:41 +02:00
GinjaNinja32 d5928d9927 Merge pull request #11260 from mwerezak/ttv
Fixes TTV Yield
2015-10-10 09:05:00 +01:00
HarpyEagle 63838b01d4 Updates preset TTV bombs, adds debug verb 2015-10-09 11:18:12 -04:00
Zuhayr 22ef779f65 Cherrypicked xenophage-rewrite mechanics over. 2015-09-21 20:36:45 +09:30
PsiOmega 5863112d2d Merge remote-tracking branch 'upstream/dev-freeze' into dev
Conflicts:
	code/modules/clothing/spacesuits/rig/rig.dm
2015-09-15 20:31:59 +02:00
PsiOmega 5c1b8380a4 Merge remote-tracking branch 'upstream/master' into dev-freeze
Conflicts:
	code/game/objects/items/weapons/tanks/jetpack.dm
	code/game/objects/items/weapons/tanks/tanks.dm
2015-09-15 20:25:13 +02:00
Kelenius 9dd6f9762a Resolves #11049 2015-09-14 12:05:28 +03:00
GinjaNinja32 be2279106f Merge remote-tracking branch 'upstream/dev' into vv
Conflicts:
	code/modules/admin/verbs/debug.dm
	code/modules/admin/view_variables/topic.dm
2015-09-10 03:06:27 +01:00
PsiOmegaDelta 94b4c483ba Merge remote-tracking branch 'upstream/dev-freeze' into dev 2015-09-08 08:22:37 +02:00
PsiOmegaDelta 2f183e1cee Merge remote-tracking branch 'upstream/master' into dev-freeze
Conflicts:
	code/game/objects/items/devices/uplink.dm
	code/modules/nano/modules/human_appearance.dm
2015-09-08 07:58:25 +02:00
Zuhayr 211e426009 Tweak. 2015-09-07 14:43:20 +09:30