Commit Graph

9 Commits

Author SHA1 Message Date
Kian
5c84b165cf october tgu (sylvia blue name app) (#1264)
Octuber TGU
2024-11-13 14:48:48 +00:00
Bilbo367
a6070faf3a TGU - 3/14/2024 (#1154)
* TGU - 3/14/2024

* a

* nanite source fix

* Fixes Cargo

* Fix polling mutating its target's plane and layer

* Fixing cargo 2

---------

Co-authored-by: JohnFulpWillard <53777086+JohnFulpWillard@users.noreply.github.com>
2024-03-20 09:12:21 -07:00
John Willard
76b205d290 Nanites (#1100)
* Adds nanites

* moves 2 uis to tsx

* giving up

* All tsx now

* Nanites now feel more consistent

* new nanite sound

* Removes the public nanite chamber

* defines & removes cloud sync

* Update nanite_component.dm

* Working HUDs

* Storage nanitese

* Armor

* Update _programs.dm

* less time

* nanite decal

* Machines can now be deconstructed

* Ports my PR to make nanites take it into account

* material amount

* removes header comments

* hopefully fixes tgui errors

* Update Techweb.jsx

* Update machines.dm

* adds a worn icon state

* maps nanites in fulp maps

* Update SeleneStation.dmm

* testmerge fixes

* wat

* Updates Pubbystation

* Update PubbyStation.dmm

* Update PubbyStation.dmm

* a

* Nanites don't give as much research points

* Cloud controller now appears off when broken

* fix UI error and annoying sound

* removes hallucination

* f
2024-02-09 08:21:49 -08:00
Timberpoes
1f23cc281d Enforce preserving parent proc return values across ui_act call stacks (#53964)
All ui_act procs should call parent by default. All procs should preserve the value of the parent proc when it's TRUTHY and pass it down the call stack. No UI should be interactible when its flags or state indicate it should not be, except when explicity overriden by child procs intentionally disregarding parent return values to achieve a specific goal.
2020-09-26 11:52:39 -03:00
Aleksej Komarov
0cf00a2645 tgui 4.0 (#52085)
* tgui 4.0 hyper squash

* Upgrade dependencies
2020-07-16 20:13:04 +02:00
Aleksej Komarov
9acf7a3c84 tgui: Tutorial fix (#50766)
About The Pull Request

Web edit kung-fu for a really dumb mistake in documentation, which makes copypasta not work, and confuses the hell out of newbs.
2020-04-30 19:00:57 +12:00
Aleksej Komarov
7aab8de9f1 Cleanup, Fix docs on tgui 2020-04-19 19:38:53 +03:00
Aleksej Komarov
184a0f53ce Update the docs
Update the docs

Fix some bugs in README
2020-04-19 19:38:53 +03:00
Aleksej Komarov
baf9bd2f95 REMOVES TGUI (#49330)
* Removes tgui

* Make tgui script executable again

* Set version of packages to 2.0.0

* Update copypasta docs to match the current best practice

* Rebuild tgui

* Update .github/CONTRIBUTING.md

Co-Authored-By: BadSS13Player <58376109+BadSS13Player@users.noreply.github.com>

* Remove holy bible by Arcane

* rebuild

Co-authored-by: BadSS13Player <58376109+BadSS13Player@users.noreply.github.com>
Co-authored-by: Rob Bailey <actioninja@gmail.com>
2020-02-17 04:51:56 -08:00