Files
Paradise/code/modules
Migratingcocofruit 1b2883e92e Records unhandled in-game bug reports in a DB table and loads the reports from it for the next round (#30710)
* initial table setup

* adds helpers to get full byond versions as numbers and adds those to the table as well

* reorder bug report new() proc and init bug_report_data as empty list instead of null

* more table changes. move adding the metadata to its own proc

* record unsent bug reports into the DB table

* refers to the correct index in the bug report data for the commit

* flip user and server byond versions

* jsonify bug report contents and metadata

* makes a bug report subsystem and moves recording to it

* Implements loading bug reports from the DB at shift start. Also removes handled bug reports from the DB directly

* Update SSbugreports.dm

* Update SSbugreports.dm

* scopes the bug report recording proc to the subsystem
2025-11-01 14:06:34 +00:00
..
2025-10-01 14:39:50 +00:00
2025-08-19 13:05:27 +00:00
2025-07-27 20:52:39 +00:00
2025-10-30 12:26:21 +00:00
2025-07-27 20:52:39 +00:00
2025-10-30 12:26:21 +00:00
2025-10-01 22:07:29 +00:00
2025-09-04 06:43:39 +00:00
2025-10-26 22:30:57 +00:00