pAIs, Computers and ntIRC (#8757)

#8005 just revived.

Tasks to acomplish while here:

Fix merge conflicts

    Add ntIRC direct messaging

Things I migth consider adding in future PR:

    Porting IRC to VueUI
    Porting File Manager to VueUI.
This commit is contained in:
Karolis
2020-05-08 13:58:34 +03:00
committed by GitHub
parent 691a11cf00
commit 1c00ae02d3
72 changed files with 6149 additions and 4768 deletions

View File

@@ -46,11 +46,11 @@ main ui datum.
*
* @return nothing
*/
/datum/vueui/New(var/nuser, var/nobject, var/nactiveui = 0, var/nwidth = 0, var/nheight = 0, var/ntitle, var/list/ndata, var/datum/topic_state/nstate = default_state)
/datum/vueui/New(var/nuser, var/nobject, var/nactiveui = 0, var/nwidth = 0, var/nheight = 0, var/ntitle, var/list/ndata, var/datum/topic_state/state = default_state)
user = nuser
object = nobject
data = ndata
state = nstate
src.state = state
LAZYINITLIST(assets)
if (nactiveui)
@@ -100,6 +100,7 @@ main ui datum.
* @return nothing
*/
/datum/vueui/proc/close()
object.vueui_on_close(src)
SSvueui.ui_closed(src)
user << browse(null, "window=[windowid]")
status = null