mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 17:52:36 +00:00
This pull request updates the TGS DMAPI to the latest version. Please note any changes that may be breaking or unimplemented in your codebase by checking what changes are in the definitions file: code/__DEFINES/tgs.dm before merging. Full changelog can be found [here](https://raw.githubusercontent.com/tgstation/tgstation-server/gh-pages/changelog.yml). #tgs-dmapi-release Co-authored-by: tgstation-ci[bot] <179393467+tgstation-ci[bot]@users.noreply.github.com>
Core DMAPI functions
This folder contains all DMAPI code not directly involved in an API.
- _definitions.dm contains defines needed across DMAPI internals.
- byond_world_export.dm contains the default
/datum/tgs_http_handlerimplementation which usesworld.Export(). - core.dm contains the implementations of the
/world/proc/TgsXXX()procs. Many map directly to the/datum/tgs_apifunctions. It also contains the /datum selection and setup code. - datum.dm contains the
/datum/tgs_apideclarations that all APIs must implement. - tgs_version.dm contains the
/datum/tgs_versiondefinition