mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-21 15:42:35 +00:00
* 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>
DMAPI Internals
This folder should be placed on it's own inside a codebase that wishes to use the TGS DMAPI. Warranty void if modified.
- includes.dm is the file that should be included by DM code, it handles including the rest.
- The core folder includes all code not directly part of any API version.
- The other versioned folders contain code for the different DMAPI versions.
- LICENSE is the MIT license for the DMAPI.
APIs communicate with TGS in two ways. All versions implement TGS -> DM communication using /world/Topic. DM -> TGS communication, called the bridge method, is different for each version.