mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-25 22:17:51 +01:00
Remove the DMAPI requirement
- Add field to DreamMaker model - Add permission - Add migrations - Add Incompatible ApiValidationStatus - Send admin watchdog chat message when manual reboot required - Remove DeadSessionController - Suppress some chat tracking context logspam - Add more session creation logging - Add tests
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
/world/New()
|
||||
log << "Hello world!"
|
||||
@@ -0,0 +1,15 @@
|
||||
// Hand crafted DME, will not work if saved with DreamMaker
|
||||
|
||||
// BEGIN_INTERNALS
|
||||
// END_INTERNALS
|
||||
|
||||
// BEGIN_FILE_DIR
|
||||
#define FILE_DIR .
|
||||
// END_FILE_DIR
|
||||
|
||||
// BEGIN_PREFERENCES
|
||||
// END_PREFERENCES
|
||||
|
||||
// BEGIN_INCLUDE
|
||||
#include "Test.dm"
|
||||
// END_INCLUDE
|
||||
@@ -0,0 +1,17 @@
|
||||
// Hand crafted DME, will not work if saved with DreamMaker
|
||||
|
||||
// BEGIN_INTERNALS
|
||||
// END_INTERNALS
|
||||
|
||||
// BEGIN_FILE_DIR
|
||||
#define FILE_DIR .
|
||||
// END_FILE_DIR
|
||||
|
||||
// BEGIN_PREFERENCES
|
||||
// END_PREFERENCES
|
||||
|
||||
// BEGIN_INCLUDE
|
||||
#include "Config.dm"
|
||||
#include "..\tgs_include.dm"
|
||||
#include "Test.dm"
|
||||
// END_INCLUDE
|
||||
Reference in New Issue
Block a user