Commit Graph
16 Commits
Author SHA1 Message Date
warriorstar-orionandGitHub 2a842644d5 port ADMIN_VERB and friends (#30646)
* port ADMIN_VERB and friends

* some renaming

* dumb

* one more rename

* never search and replace this codebase

* fix TM issues, more renaming

* add a static analysis to shore up user verbs

* fix double message on roundstart

* remove macro we're not using yet

* convert remaining playsounds verbs

* convert more verbs i missed somehow

* why is this a completely different signature than everything else

* fix ui_interact arg

* fix logging view and others

* buncha issues caught in TM

* fix mentor tickets ui

* fix bug report viewing

* moron
2025-12-12 19:18:22 +00:00
AffectedArc07andGitHub b962a243c3 Balls (#26652) 2024-08-30 21:31:34 +00:00
S34NandGitHub 4a5fb011e6 515 Compliance part 2 (#20809)
* more illegal procpaths

* Update code/modules/ruins/lavalandruin_code/puzzle.dm

* REGEX_REPLACE_HANDLER

* shuttle fix
2023-04-22 09:28:54 +02:00
SteelSlayerandGitHub c3fcf3e256 Datumizes changelings and refactors related code (#17774)
* it's finally here

unfucks tgui

* oops, I don't want to change the mode

* charlie and moxian review

* charlie review II + some GC fixes

* rebase to fix conflicts + tgui bundle deconflict

* charlie review III + affected review

* final? tweaks
2022-06-18 20:55:49 +01:00
AffectedArc07 5d0fa0a0b7 Improved system 2020-09-27 08:47:20 +01:00
AffectedArc07 a3154d7750 **TEMPORARY** UID LOGGING 2020-09-26 13:12:10 +01:00
AffectedArc07 1755b9ecb9 Fixes UIs breaking from running out of UIDs 2020-09-26 10:12:27 +01:00
Fox McCloud 8852a9de58 Makes New Players GC 2020-07-01 10:45:42 -04:00
AffectedArc07andGitHub 210f8badf4 Makes all global variables handled by the GLOB controller (#13152)
* Handlers converted, now to fix 3532 compile errors

* 3532 compile fixes later, got runtimes on startup

* Well the server loads now atleast

* Take 2

* Oops
2020-03-20 21:56:37 -06:00
Couls cdb867456e use \ref until I can figure something out for UID 2019-05-22 14:42:06 -04:00
Couls fff65f34ca Code cleanup time! 2019-04-27 20:42:31 -04:00
Couls 4921405749 make clients inherit from datums 2019-04-23 19:55:17 -04:00
Fox McCloud fe2365590f move the datum vars 2018-04-03 00:29:28 -04:00
tigercat2000 60e287c019 VV Refactor
Ports /tg/'s VV refactor. Most of this is just cleaning up and making it
easier on the coders, but everyone else benefits too:

 - Mass mod no longer freezes the server (CHECK_TICK <3)
 - Attempting to change any of the step_* values or anything that will
 otherwise disable pixel movement will now prompt you and ask if you are
 sure you want to continue
 - You can actually enter |text| again in a box, rather than being
 forced to always use the multi-line input
 - Cookies! VV saves your search and scroll position for a given UID,
 rather convenient for debugging
 - The refresh button on /clients works finally
 - You can view lists in detail by clicking on them like any other
 reference, and edit them directly that way. This also means there is no
 hard limit on how many variables you can see in a list before it's
 truncated- it will just be hidden until you view the list in VV
 directly.
 - You can shuffle lists and clear duplicate/null entries.
 - Mildly reordered the stuff in the dropdown, inconvenient but
 necessary.
2017-09-14 14:08:38 -07:00
Krausus b0ac462166 Integrates UIDs into View Variables 2016-09-08 19:04:50 -04:00
Krausus aefb664a58 Implements UIDs and initial topic integration 2016-09-05 22:33:10 -04:00