Initial commit of media suite

Conflicts:
	baystation12.dme
	code/controllers/configuration.dm
	code/game/area/areas.dm
	code/modules/client/client defines.dm
This commit is contained in:
Rob Nelson
2014-03-10 08:38:03 -07:00
committed by ZomgPonies
parent a9f67bf557
commit 8fb14a26e9
86 changed files with 36028 additions and 34 deletions
+7 -2
View File
@@ -40,8 +40,13 @@
var/related_accounts_ip = "Requires database" //So admins know why it isn't working - Used to determine what other accounts previously logged in from this ip
var/related_accounts_cid = "Requires database" //So admins know why it isn't working - Used to determine what other accounts previously logged in from this computer id
preload_rsc = 0 // This is 0 so we can set it to an URL once the player logs in and have them download the resources from a different server.
preload_rsc = 1 // This is 0 so we can set it to an URL once the player logs in and have them download the resources from a different server.
var/karma = 0
var/karma_spent = 0
var/karma_spent = 0
/////////////////////////////////////////////
// /vg/: MEDIAAAAAAAA
// Set on login.
var/datum/media_manager/media = null