* designer
* finished off remaining body designer stuff, name etc
* merged _vr file, added note to use this
* harddel fix
* this one too
* unifies subtabs, adds search and improves layout
* fixes a longstanding issue with marking color appearance changer
It was feeding a /list (The object) to the color picker and the color picker just rolled with it and said 'sure'.
Now with actual sanity TGUI color picker freaks out and goes 'wtf'
This makes it actually feed a color input into the color picker.
* quick push
* adds hair grad to body designer
* push
* color works again
* hair gradient for body designer
* deconf
* Gets rid of duplicate datum
* no test tonight
* spotty fat
* Condenses hair_extras. Fixes a few missing.
Also adds a new cosmetics_tests unit test.
* fixes the rest of the sprites
* lets try this test
* why did that test compile
* another test ENHANCEMENT(fix)
* More aggressive unittest
* fixie
* invisible tail has snowflake handling
* fix for invis check
* oops
* validate existence of icon in unit test
* unittest checks marking and hair icons properly
* fixing bad unit testing again
* fixed marking icon check
* get rid of unused datum, markings show
* fixes things
* you too
---------
Co-authored-by: Willburd <7099514+Willburd@users.noreply.github.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
* Fixes massive memory leak
* Brain Runtime Fix
* There was no reason for this to be a spawn(0)
And no I didn't spawn with no blood - https://i.imgur.com/vPizqCD.png
* Fixes deadringer not properly deathgasping the right entity
* Wounds properly get delted off destroyed limbs
* Update vorestation.dme
* Runtime fix & DNA lock fix
* More qdels
* qdel
* comment out
* usr to user part two
* this can be null
* A few edits
- Gets rid of src. in a few places that were edited
- Gets rid of a few //VORESTATION comments
- Removes an unneeded sanity check in sizegun_vr
- Gets rid of a mind boggling !usr check in mob.dm
- Changes usr to user in sizegun_vr.dm
---------
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com>
Co-authored-by: C.L. <killer65311@gmail.com>
* Adds a persistent notes feature
Added a new "Private Notes" option to character setup, and a new "Private Notes" verb that opens them up and allows you to see and edit them in-game in the same way as OOC Notes.
These notes are simply a block of persistent text, purely for your own viewing. The entire purpose of them is for making notes for your own use, such as adding info if you come up with lore on the fly, so that you can easily reference it in the future. You can obviously store anything in there that you'd normally put into a txt file, it's just an easy way to organise info directly tied to your character. This works on a character by character basis.
I've tried to follow the template used for OOC Notes as best I can, because I believe that shadow has updated those to be tg style prefs, so that it'll not need to be redone.
I know that there are a few instances of usr instead of user in here too, I am not sure if they are appropriate or not as I just followed the way that similar settings work. Please do poke me if that needs changing.
* Fixed requested usr's
* Removed to_world
* removed "as mob"
* ports tgui color input from monkeystation
* .
* push that real quick
* .
* .
* cleanup
* fix for 516
* port bubbers pre set selection
* also this
* allow 20 saved states
* oups
* regex replace
* urg
* use the update by type
* .
* .
* highlight?
* larger?
* fix those
* keep anyone below 516 on old style
* Convert all preferences to /tg/ preferences
* Move obfuscate key/job to game options
* Add abstract_type to each of the new subtypes
* Convert ignored players to tg prefs
* Yet another global category list removed
* Fix error, convert client FPS
* Convert UI_style, UI_alpha, and UI_color to tg prefs
* Clean up a little, convert tooltipstyle
* Convert ambience to tg prefs
* Remove chat_timestamp, tgchat can do this internally and gives localized results
* Convert admin ooc color to pref, merk 01_ui.dm
* Convert uplinklocation to a tg pref
* Fixup byond:// links
* Convert name_is_always_random
* Convert spawnpoint
* v16 savefile migration in prep for converting 03_body.dm
* Convert all colors to tg prefs
* Finish converting ooc notes
Added the option for hanner and replicants to use digitigrade legs.
Changed the total reform ability to account for clothing to match the sprites to the leg type of the new form.
Why not proteans and prommies? Proteans use prosthetic legs that do not change appearance based on the digitigrade option. Prometheans do work with digitigrade legs but they currently do not match the opacity of the rest of the body.
* Fixes mech cloak having the wrong path
From Outpost21 Commit a64c3ad.
* clarified player record console buttons
"Player had issue with button confusion, and reviewing the buttons they are WAY too similar. changed refuse update to DENY to ensure no at-a-glance confusion"
From Outpost 21 Commit 32bc6f7
* simple doors use their own bump timer and not the user's
simple material doors no longer use the USER'S last bump time, and isntead use their own for locking interaction. They now open promptly when bonked into and close after some time when clicked (they are meant to be slow after all)
The bug was casued by using the user's bump time. So if youtouched anything like a wall within the last 60 ticks (including the door itself) it wouldn't open
From Outpost21 Commit 783ef0a
* 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