Get the code running on 510

* Travis for 510
* Remove json, list2text, text2list, bygex
* Change blind and click catcher to a low plane
This commit is contained in:
Bjorn Neergaard
2016-02-04 17:19:40 -06:00
parent ba699024ab
commit 063dd9fb84
73 changed files with 138 additions and 836 deletions
+4 -3
View File
@@ -245,10 +245,11 @@
json_data["data"] = data
// Generate the JSON.
var/json = JSON.stringify(json_data)
var/json = json_encode(json_data)
//var/json = JSON.stringify(json_data)
// Strip #255/improper.
json = regex_replaceall(json, "\improper", "")
json = regex_replaceall(json, "\proper", "")
json = replacetext(json, "\improper", "")
json = replacetext(json, "\proper", "")
return json
/**