End of an era - Moves SQL to rustlibs and bins rustg. (#30461)

* Probably my magnum opus tbqh

* Knew I'd forget something

* guh

* Oh we lint for that now. Man I am outta touch.

* oogabooga

* Build Rust library

* library pls

* Build Rust library

* balls to it

* off me

* DOES THIS WORK NOW?

* if this works I am done

* this is a fucking violation

* hopium

* Build Rust library

* Build Rust library

* Fixes a major panic

* Build Rust library

* Sort macros out while I am at it

---------

Co-authored-by: paradisess13[bot] <165046124+paradisess13[bot]@users.noreply.github.com>
This commit is contained in:
AffectedArc07
2025-10-28 20:57:23 +00:00
committed by GitHub
co-authored by paradisess13[bot] <165046124+paradisess13[bot]@users.noreply.github.com>
parent ae4489cb2f
commit e692356100
29 changed files with 1206 additions and 356 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ THE METHODS IN THIS FILE ARE TO BE USED BY THE SUBSYSTEM AS A MANGEMENT HUB
* Call this with relevant parameters to form the request you want to make
*
* Arguments:
* * _method - HTTP Method to use, see code/__DEFINES/rust_g.dm for a full list
* * _method - HTTP Method to use, see code/__DEFINES/rust.dm for a full list
* * _url - The URL to send the request to
* * _body - The body of the request, if applicable
* * _headers - Associative list of HTTP headers to send, if applicab;e
-2
View File
@@ -105,8 +105,6 @@ GLOBAL_PROTECT(revision_info) // Dont mess with this
else
msg += "<b>Server Commit:</b> <i>Unable to determine</i>"
msg += "<b>RUST-G Build</b>: [rustg_get_version()]"
if(world.TgsAvailable())
var/datum/tgs_version/tgs_ver = world.TgsVersion()
var/datum/tgs_version/api_ver = world.TgsApiVersion()