Merge pull request #1367 from CIB/master

Implemented socket_talk, a quick way for inter-process communication
This commit is contained in:
SkyMarshal
2012-06-22 17:01:05 -07:00
10 changed files with 282 additions and 1 deletions
+4
View File
@@ -25,6 +25,7 @@
var/vote_period = 60 // length of voting period (seconds, default 1 minute)
var/vote_no_default = 0 // vote does not default to nochange/norestart (tbi)
var/vote_no_dead = 0 // dead people can't vote (tbi)
var/socket_talk = 0 // use socket_talk to communicate with other processes
// var/enable_authentication = 0 // goon authentication
var/del_new_on_log = 1 // del's new players if they log before they spawn in
var/feature_object_spell_system = 0 //spawns a spellbook which gives object-type spells instead of verb-type spells for the wizard
@@ -309,6 +310,9 @@
if("ticklag")
Ticklag = text2num(value)
if("socket_talk")
socket_talk = text2num(value)
if("tickcomp")
Tickcomp = 1