* fix tail alyering pref
* .
* .
* .
* .
* -
* return
* fix that
* write needs save after
* urg
* ban slot change mid round
* -
* .
* properly save
* .
* queue to ss
* read current
* performance
* .
* .
* bit better optimized
* no resetsploit
* this works at least but is it proper (#13)
* this works at least but is it proper
* Update changeling.dm
* this too...
* dont be private
* fix asset ss
---------
Co-authored-by: C.L. <killer65311@gmail.com>
* Begin
* Begin 2
* move to tsx
* fix that UI
* fix gib
* bunch of fixes
* fix this one
* Nicer ahelp bot text formatting
* clean up all inputs
* .
* fix MC tab
* fix ore spawn
* with rare
* More filter stuff
* Cleaned up world
* Fix
* ummm
* .
* fix that
* .
* Begin
* Begin 2
* move to tsx
* fix that UI
* fix gib
* bunch of fixes
* fix this one
* clean up all inputs
* Nicer ahelp bot text formatting
* .
* fix MC tab
* fix ore spawn
* with rare
* More filter stuff
* Cleaned up world
* Fix
* Added missing props
* useContext fix
* .
---------
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
* Initial Port of tg's tgui 2.0
* initial
* first UI fixes
* fix retro theme
* rd console
* wiki theme
* better tgui say handling
* Ui scaling port
* smaller gap
* guh
* reset subcats on main cat change
* blink a bit later
* tofixed
* fixed
* currently not fully supported
* increase that
* fix powermonitor chart
* typescript up
* tgui core up
* Admin ranks update
* Permissions fix
* One missing thing
* Further rework to make database also fully work
* Adds admin rank bitflag calculator to tools
* ZA WARUDO
---------
Co-authored-by: C.L. <killer65311@gmail.com>
* Experimental: Port OD Pragma Lints
* first pass: Includes icon forge fixes/updates
* 2nd pass
* third pass
* debug_ai: This what you're unhappy with?
* Revert "debug_ai: This what you're unhappy with?"
This reverts commit bc178792e6.
* How about this
* Or is it the else?
* Pass summer
---------
Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com>
* Fixes see_invisible getting overridden
- Fixes see_invisible from being overwritten if your see_invisible_default is > SEE_INVISIBLE_LEVEL_ONE.
* Fixes ghost manifest() proc runtiming
- Fixes a runtime of when manifest() was called on a ghost with no user. Allows admins to call manifest() without it runtiming.
* Fixes the ghost 'Toggle Visibility' verb
- Due to it being a variable on the proc itself, it wouldn't properly call and store the time..
* Fixes feysight
- Feysight was trying to give vision into the 'see_invisible 60' layer but had forgotten to also give you the plane_holder for that layer.
* fix span
* More fixes
- Allows ghosts to ACTUALLY USE the ghost whisper and become visible proc if their is_manifest is enabled via admins.
- Allows admins to give any /mob verbs and procs instead of just /mob/living via admin add_verb topic
* False
* Add a lint to check for hrefs that don't start with byond://
* Regex convert href links
* Regex convert _src_ as well
* Clean up the last few
* Missed a few
* next set of spans
* some more
* next
* next
* next
* .
* text...
* next... rest soon
* .
* .
* ok last set for the night
* .
* .
* .
* .
* some more
* next
* next
* all for now
* .
* some more easy ones
* some more easy ones
* .
* .
* some more bolds
* oups auto complete moment
* add the remaining spans
* this as well
* this as well
* .
* .,
* resync them properly
* Update settings
* Whitespace changes
* Comment out merger hooks in gitattributes
Corrupt maps would have to be resolved in repo before hooks could be updated
* Revert "Whitespace changes"
This reverts commit afbdd1d844.
* Whitespace again minus example
* Gitignore example changelog
* Restore changelog merge setting
* Keep older dmi hook attribute until hooks can be updated
* update vscode settings too
* Renormalize remaining
* Revert "Gitignore example changelog"
This reverts commit de22ad375d.
* Attempt to normalize example.yml (and another file I guess)
* Try again
* Creates new proc in pda/messenger.dm to handle fake conversation creation
* Creates new eventkit datum and holder var on client for remembering identitities
* Creates new proc as eventkit R_FUN verb for managing prop identities
* Creates new proc on pda to create a fake event prop conversation in new eventkit
* Creates new topic in admin/view_variables/topic.dm and helper.dm to call new proc on pda
Adds a new button to the dropdown menu in VV that brings up a dialogue requesting bleeding severity and location before inflicting the requested wound.
In case of targetting a player mob, we notify them with a custom pain message and log it to prevent potential abuse.
Adds a new button to the dropdown of "View Variables" for mobs that works for subtypes of mob/living.
This new button automates setting a new ai type for a mob, making sure it's properly garbage collected and then simplifies setting faction, intent and ensures carbon mobs wake up.