Skip to content
This repository has been archived by the owner on Jan 22, 2020. It is now read-only.

Commit

Permalink
Remove tgui (#833)
Browse files Browse the repository at this point in the history
  • Loading branch information
MistakeNot4892 authored and Lohikar committed Feb 15, 2019
1 parent 6fd6650 commit 4b1783a
Show file tree
Hide file tree
Showing 143 changed files with 285 additions and 5,005 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,12 @@ env:
# IF THEY ARE NOT, YOUR BUILD WILL FAIL
matrix:
- TEST=CODE
- TEST=WEB
- TEST=MAP MAP_PATH=example
- TEST=MAP MAP_PATH=cassini
- TEST=MAP MAP_PATH=away_sites_testing

cache:
directories:
- tgui/node_modules
- $HOME/BYOND-${BYOND_MAJOR}.${BYOND_MINOR}

before_script:
Expand Down
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,6 @@ If you wish to develop and host this codebase in a closed source manner you may

See [here](https://www.gnu.org/licenses/why-affero-gpl.html) for more information.

tgui clientside is licensed as a subproject under the MIT license.
Font Awesome font files, used by tgui, are licensed under the SIL Open Font License v1.1
tgui assets are licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/).

See tgui/LICENSE.md for the MIT license.
See tgui/assets/fonts/SIL-OFL-1.1-LICENSE.md for the SIL Open Font License.

All assets including icons and sound are under a [Creative Commons 3.0 BY-SA license](http://creativecommons.org/licenses/by-sa/3.0/) unless otherwise indicated.

### GETTING THE CODE
Expand Down
1 change: 0 additions & 1 deletion code/__defines/subsystem-priority.dm
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
#define SS_PRIORITY_PLANTS 90 // Plant processing, slow ticks.
#define SS_PRIORITY_VINES 50 // Spreading vine effects.
#define SS_PRIORITY_NANO 40 // Updates to nanoui uis.
#define SS_PRIORITY_TGUI 40 // Updates to tgui uis.
#define SS_PRIORITY_TURF 30 // Radioactive walls/blob.
#define SS_PRIORITY_EVAC 30 // Processes the evac controller.
#define SS_PRIORITY_CIRCUIT 30 // Processing Circuit's ticks and all that.
Expand Down
80 changes: 0 additions & 80 deletions code/_helpers/global_access.dm
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,6 @@
return global.SSsupply;
if("SStemperature")
return global.SStemperature;
if("SStgui")
return global.SStgui;
if("SSticker")
return global.SSticker;
if("SStimer")
Expand Down Expand Up @@ -579,8 +577,6 @@
return global.next_station_date_change;
if("ninjastart")
return global.ninjastart;
if("not_incapacitated_turf_state")
return global.not_incapacitated_turf_state;
if("ntnet_card_uid")
return global.ntnet_card_uid;
if("ntnet_global")
Expand Down Expand Up @@ -789,34 +785,6 @@
return global.telecomms_list;
if("text_tag_icons")
return global.text_tag_icons;
if("tg_admin_state")
return global.tg_admin_state;
if("tg_always_state")
return global.tg_always_state;
if("tg_conscious_state")
return global.tg_conscious_state;
if("tg_contained_state")
return global.tg_contained_state;
if("tg_deep_inventory_state")
return global.tg_deep_inventory_state;
if("tg_default_state")
return global.tg_default_state;
if("tg_hands_state")
return global.tg_hands_state;
if("tg_human_adjacent_state")
return global.tg_human_adjacent_state;
if("tg_inventory_state")
return global.tg_inventory_state;
if("tg_not_contained_state")
return global.tg_not_contained_state;
if("tg_not_incapacitated_state")
return global.tg_not_incapacitated_state;
if("tg_physical_state")
return global.tg_physical_state;
if("tg_self_state")
return global.tg_self_state;
if("tg_z_state")
return global.tg_z_state;
if("ticket_panels")
return global.ticket_panels;
if("tickets")
Expand Down Expand Up @@ -988,8 +956,6 @@
global.SSsupply=newval;
if("SStemperature")
global.SStemperature=newval;
if("SStgui")
global.SStgui=newval;
if("SSticker")
global.SSticker=newval;
if("SStimer")
Expand Down Expand Up @@ -1452,8 +1418,6 @@
global.next_station_date_change=newval;
if("ninjastart")
global.ninjastart=newval;
if("not_incapacitated_turf_state")
global.not_incapacitated_turf_state=newval;
if("ntnet_card_uid")
global.ntnet_card_uid=newval;
if("ntnet_global")
Expand Down Expand Up @@ -1662,34 +1626,6 @@
global.telecomms_list=newval;
if("text_tag_icons")
global.text_tag_icons=newval;
if("tg_admin_state")
global.tg_admin_state=newval;
if("tg_always_state")
global.tg_always_state=newval;
if("tg_conscious_state")
global.tg_conscious_state=newval;
if("tg_contained_state")
global.tg_contained_state=newval;
if("tg_deep_inventory_state")
global.tg_deep_inventory_state=newval;
if("tg_default_state")
global.tg_default_state=newval;
if("tg_hands_state")
global.tg_hands_state=newval;
if("tg_human_adjacent_state")
global.tg_human_adjacent_state=newval;
if("tg_inventory_state")
global.tg_inventory_state=newval;
if("tg_not_contained_state")
global.tg_not_contained_state=newval;
if("tg_not_incapacitated_state")
global.tg_not_incapacitated_state=newval;
if("tg_physical_state")
global.tg_physical_state=newval;
if("tg_self_state")
global.tg_self_state=newval;
if("tg_z_state")
global.tg_z_state=newval;
if("ticket_panels")
global.ticket_panels=newval;
if("tickets")
Expand Down Expand Up @@ -1803,7 +1739,6 @@
"SSsun",
"SSsupply",
"SStemperature",
"SStgui",
"SSticker",
"SStimer",
"SStrade",
Expand Down Expand Up @@ -2035,7 +1970,6 @@
"next_duration_update",
"next_station_date_change",
"ninjastart",
"not_incapacitated_turf_state",
"ntnet_card_uid",
"ntnet_global",
"ntnrc_uid",
Expand Down Expand Up @@ -2140,20 +2074,6 @@
"tape_roll_applications",
"telecomms_list",
"text_tag_icons",
"tg_admin_state",
"tg_always_state",
"tg_conscious_state",
"tg_contained_state",
"tg_deep_inventory_state",
"tg_default_state",
"tg_hands_state",
"tg_human_adjacent_state",
"tg_inventory_state",
"tg_not_contained_state",
"tg_not_incapacitated_state",
"tg_physical_state",
"tg_self_state",
"tg_z_state",
"ticket_panels",
"tickets",
"total_unit_tests",
Expand Down
Loading

0 comments on commit 4b1783a

Please sign in to comment.