Files
Bubberstation/code/modules/tgs/v5
Waterpig bb70889f6e TG Upstream Part 1
3591 individual conflicts

Update build.js

Update install_node.sh

Update byond.js

oh my fucking god

hat

slow

huh

holy shit

we all fall down

2 more I missed

2900 individual conflicts

2700 Individual conflicts

replaces yarn file with tg version, bumping us down to 2200-ish

Down to 2000 individual conflicts

140 down

mmm

aaaaaaaaaaaaaaaaaaa

not yt

575

soon

900 individual conflicts

600 individual conflicts, 121 file conflicts

im not okay

160 across 19 files

29 in 4 files

0 conflicts, compiletime fix time

some minor incap stuff

missed ticks

weird dupe definition stuff

missed ticks 2

incap fixes

undefs and pie fix

Radio update and some extra minor stuff

returns a single override

no more dupe definitions, 175 compiletime errors

Unticked file fix

sound and emote stuff

honk and more radio stuff
2024-10-19 08:04:33 -07:00
..
2024-10-19 08:04:33 -07:00
2024-10-19 08:04:33 -07:00
2024-08-12 22:43:35 -04:00
2024-08-12 22:43:35 -04:00
2024-10-19 08:04:33 -07:00
2024-10-19 08:04:33 -07:00

DMAPI V5

This DMAPI implements bridge requests using HTTP GET requests to TGS. It has no security restrictions.

  • __interop_version.dm contains the version of the API used between the DMAPI and TGS.
  • _defines.dm contains constant definitions.
  • api.dm contains the bulk of the API code.
  • bridge.dm contains functions related to making bridge requests.
  • chunking.dm contains common function for splitting large raw data sets into chunks BYOND can natively process.
  • commands.dm contains functions relating to /datum/tgs_chat_commands.
  • serializers.dm contains function to help convert interop /datums into a JSON encodable list() format.
  • topic.dm contains functions related to processing topic requests.
  • undefs.dm Undoes the work of _defines.dm.