Paradise error handler (#10571)

* Ports the Paradise error handler.

Made by @Krausus

Initial code port, it compiles!

* It now looks cool!

All kinds of fancy CSS and HTML things.

* Stuff

Fixes Comic's comments.

Ports some more changes from Paradise.

The src from the machinery process is NOT included. I consider stack
traces more valuable.
This commit is contained in:
PJB3005
2016-06-23 02:56:49 +02:00
committed by clusterfack
parent 07998874a6
commit df30c3f4b7
11 changed files with 365 additions and 9 deletions

View File

@@ -198,7 +198,8 @@ var/list/admin_verbs_debug = list(
/client/proc/cmd_admin_dump_macprofile,
#endif
/client/proc/debugNatureMapGenerator,
/client/proc/callatomproc
/client/proc/callatomproc,
/client/proc/view_runtimes
)
var/list/admin_verbs_possess = list(
/proc/possess,