8 Commits

Author SHA1 Message Date
Batrachophreno 0d92359da7 Bun, Inferno->React migration (#22529)
Re-creation of https://github.com/Aurorastation/Aurora.3/pull/21046 to
skip merge conflict hell. Brings us modern TGUI.

**ALTERNATE TITLE: TGUI HELLSCAPE PR
ABANDON ALL HOPE YE WHO ENTER HERE**

- [x] Migrate build tools (javascript -> typescript, bun for package
management).
- [x] Upgrade all TGUI dependencies and associated root files to
TG-congruent versions (axios, babel, dompurify, eslint, highlight,
marked, prettier, sass, source-map, stacktrace-parser, typescript).
- [x] InfernoJS -> React migrations
- [x] React cleanup and polish (migrate all remaining .js files to
appropriate .ts or .tsx filetype, all remaining hooks, linting, error
corrections, etc.)
- [ ] Test all remaining TGUI interfaces
2026-06-05 15:55:22 +02:00
Fluffy 0ae0b10764 Refactored all the backslash ref and ref() calls to use REF() instead (#19847)
Refactored all the backslash ref and ref() calls to use REF() instead.
Added a linting for raw ref proc calls.
2024-09-13 10:17:32 +00:00
Werner ed47885b35 Update tgs dmapi (#17789)
* Update tgs dmapi

* Add basic tgs event handler

* Update to_world_count

---------

Co-authored-by: Werner <Arrow768@users.noreply.github.com>
2023-11-15 19:59:28 +00:00
Werner 59387c6e62 Update TGS API to 6.0.2 (#11148) 2021-02-09 22:58:22 +01:00
Werner 49f3e15028 Revert "Update TGS API to latest version"
This reverts commit 6f1e76a145.
2021-02-06 20:19:13 +01:00
Werner 6f1e76a145 Update TGS API to latest version 2021-02-06 20:16:47 +01:00
Werner d03a98af53 Updates the TGS DM API to 7.0.1 (#9465)
* Updates the TGS DM API to 7.0.1

* Update code/__defines/tgs.dm

Co-authored-by: Erki <skull132@users.noreply.github.com>

* Add rust_g.so

* Update rust_g detection with method from tg

Co-authored-by: Werner <Arrow768@users.noreply.github.com>
Co-authored-by: Erki <skull132@users.noreply.github.com>
2020-12-17 19:45:57 +01:00
Erki b9e981e0b8 Implements TGS3 API (#4800)
Since TGS3 is much-much-muuuuch gooder than my Python server monitor, it will be worth migrating there.
2018-07-22 21:11:40 +03:00