TG Upstream Part 1

3591 individual conflicts

Update build.js

Update install_node.sh

Update byond.js

oh my fucking god

hat

slow

huh

holy shit

we all fall down

2 more I missed

2900 individual conflicts

2700 Individual conflicts

replaces yarn file with tg version, bumping us down to 2200-ish

Down to 2000 individual conflicts

140 down

mmm

aaaaaaaaaaaaaaaaaaa

not yt

575

soon

900 individual conflicts

600 individual conflicts, 121 file conflicts

im not okay

160 across 19 files

29 in 4 files

0 conflicts, compiletime fix time

some minor incap stuff

missed ticks

weird dupe definition stuff

missed ticks 2

incap fixes

undefs and pie fix

Radio update and some extra minor stuff

returns a single override

no more dupe definitions, 175 compiletime errors

Unticked file fix

sound and emote stuff

honk and more radio stuff
This commit is contained in:
Waterpig
2024-09-08 10:49:28 +02:00
committed by Majkl-J
parent 67e8dba34a
commit bb70889f6e
1578 changed files with 384 additions and 52713 deletions
@@ -305,7 +305,6 @@
if("toggleprivate")
self_paid = !self_paid
. = TRUE
<<<<<<< HEAD
//SKYRAT EDIT START
if("company_import_window")
var/datum/component/armament/company_imports/gun_comp = computer.GetComponent(/datum/component/armament/company_imports)
@@ -316,8 +315,6 @@
gun_comp.ui_interact(usr)
. = TRUE
//SKYRAT EDIT END
=======
>>>>>>> 4b4ae0958fe6b5d511ee6e24a5087599f61d70a3
if(.)
post_signal(cargo_shuttle)
@@ -157,11 +157,7 @@
/datum/computer_file/program/messenger/ui_state(mob/user)
if(issilicon(user))
<<<<<<< HEAD
return GLOB.reverse_contained_state
=======
return GLOB.deep_inventory_state
>>>>>>> 4b4ae0958fe6b5d511ee6e24a5087599f61d70a3
return GLOB.default_state
/datum/computer_file/program/messenger/ui_act(action, list/params, datum/tgui/ui, datum/ui_state/state)
@@ -627,13 +623,10 @@
playsound(computer, 'sound/machines/terminal_error.ogg', 15, TRUE)
return FALSE
<<<<<<< HEAD
// SKYRAT EDIT BEGIN - PDA messages show a visible message; again!
sender.visible_message(span_notice("[sender]'s PDA rings out with the soft sound of keypresses"), vision_distance = COMBAT_MESSAGE_RANGE)
// SKYRAT EDIT END
=======
>>>>>>> 4b4ae0958fe6b5d511ee6e24a5087599f61d70a3
var/shell_addendum = ""
if(istype(source, /obj/item/circuit_component))
var/obj/item/circuit_component/circuit = source
@@ -40,10 +40,7 @@
var/list/current_record = list()
current_record["age"] = person.age
<<<<<<< HEAD
current_record["chrono_age"] = person.chrono_age // SKYRAT EDIT ADDITION - Chronological age
=======
>>>>>>> 4b4ae0958fe6b5d511ee6e24a5087599f61d70a3
current_record["fingerprint"] = person.fingerprint
current_record["gender"] = person.gender
current_record["name"] = person.name
@@ -57,11 +54,8 @@
for(var/datum/record/crew/person in GLOB.manifest.general)
var/list/current_record = list()
<<<<<<< HEAD
current_record["age"] = person.age // SKYRAT EDIT ADDITION - Chronological age
current_record["chrono_age"] = person.chrono_age // SKYRAT EDIT ADDITION - Chronological age
=======
>>>>>>> 4b4ae0958fe6b5d511ee6e24a5087599f61d70a3
current_record["bloodtype"] = person.blood_type
current_record["ma_dis"] = person.major_disabilities_desc
current_record["mi_dis"] = person.minor_disabilities_desc