Autolathe and wires panel TGUI, autolathe queueing. (#17978)

* autolathe 1

* FUCK MY LIFE

* more fixes

* autolathe queueing

* cl

* garbage collection

* wire fixes

* some final tweaks

* on second thought this might be annoying

* fix that

* whoopsies

* that didn't work for shit

---------

Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
Matt Atlas
2023-12-21 11:40:49 +00:00
committed by GitHub
co-authored by Matt Atlas
parent 8b48ee0be2
commit 23c0fd7b4f
64 changed files with 1839 additions and 1184 deletions
+1 -1
View File
@@ -48,7 +48,7 @@
user_client = user.client
addProgBarImageToClient()
RegisterSignal(user, COMSIG_PARENT_QDELETING, PROC_REF(onUserDelete))
RegisterSignal(user, COMSIG_QDELETING, PROC_REF(onUserDelete))
RegisterSignal(user, COMSIG_MOB_LOGOUT, PROC_REF(cleanUserClient))
RegisterSignal(user, COMSIG_MOB_LOGIN, PROC_REF(onUserLogin))