From df97c16ecc414ce4af3a77a45daae90d77e31af3 Mon Sep 17 00:00:00 2001 From: tgstation-server Date: Mon, 6 Feb 2017 05:37:40 +0000 Subject: [PATCH] Automatic changelog generation for PR #23694 [ci skip] --- html/changelogs/AutoChangeLog-pr-23694.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-23694.yml diff --git a/html/changelogs/AutoChangeLog-pr-23694.yml b/html/changelogs/AutoChangeLog-pr-23694.yml new file mode 100644 index 00000000000..e7cf2798478 --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-23694.yml @@ -0,0 +1,9 @@ +author: "kevinz000" +delete-after: True +changes: + - rscadd: "ADMINS: SDQL2 has been given some new features!" + - bugfix: "SDQL2 now gives you an exception on runtime instead of flooding server runtime logs." + - rscadd: "SDQL2 now supports usr, which makes that variable reference to whatever mob you are in, src, which targets the object it is being called on itself, and marked, which targets the datum marked by the admin calling it. Also, it supports hex references (the hex number at the top of a VV panel) in {}s, so you can target nearly anything! Also, global procs are supported by global.[procname](args), for CALL queries." + - bugfix: "SDQL2 can no longer edit /datum/admins or /datum/admin_rank, and is protected from changing x/y/z of a turf and anything that would cause broken movement for movable atoms." + - rscadd: "SDQL2 can now get list input with [arg1, arg2]!" + - experiment: "Do '\"\"' to put strings inside of SDQL2 or it won't work."