-
-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
thaven refactoring #1810
base: master
Are you sure you want to change the base?
thaven refactoring #1810
Conversation
damn |
real |
i KNOW i've seen no contractions work, because i remember somebody having it once and it turns "ma'am" into "madame" which they didn't like so they turned it off again.......... but either it broke or it just doesn't work on thaven, if they're all supposed to sound like that |
afaik its never done anything, from its conception it hasnt done anything in code |
No contractions works. I've tested it. If it doesn't work, it wasn't
because of a change I made.
…On Sun, Mar 2, 2025, 05:48 deltanedas ***@***.***> wrote:
afaik its never done anything, from its conception it hasnt done anything
in code
—
Reply to this email directly, view it on GitHub
<#1810 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BG6OZJDGYFST72U2Q2IRGLD2SLOWXAVCNFSM6AAAAABYEQQKU6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMOJSGY3TCNBZGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
[image: deltanedas]*deltanedas* left a comment
(impstation/imp-station-14#1810)
<#1810 (comment)>
afaik its never done anything, from its conception it hasnt done anything
in code
—
Reply to this email directly, view it on GitHub
<#1810 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BG6OZJDGYFST72U2Q2IRGLD2SLOWXAVCNFSM6AAAAABYEQQKU6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMOJSGY3TCNBZGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I'll take a look at the rest of this tomorrow probably
…On Sun, Mar 2, 2025, 06:02 Beck ***@***.***> wrote:
No contractions works. I've tested it. If it doesn't work, it wasn't
because of a change I made.
On Sun, Mar 2, 2025, 05:48 deltanedas ***@***.***> wrote:
> afaik its never done anything, from its conception it hasnt done anything
> in code
>
> —
> Reply to this email directly, view it on GitHub
> <#1810 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/BG6OZJDGYFST72U2Q2IRGLD2SLOWXAVCNFSM6AAAAABYEQQKU6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMOJSGY3TCNBZGY>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
> [image: deltanedas]*deltanedas* left a comment
> (impstation/imp-station-14#1810)
> <#1810 (comment)>
>
> afaik its never done anything, from its conception it hasnt done anything
> in code
>
> —
> Reply to this email directly, view it on GitHub
> <#1810 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/BG6OZJDGYFST72U2Q2IRGLD2SLOWXAVCNFSM6AAAAABYEQQKU6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMOJSGY3TCNBZGY>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
|
the system defines regexes and doesnt use them, i think its actually implemented with a generic system? |
cleaned up everything because why not
also related the no contractions accent doesnt do anything (its an identity "accent" just sets output to the input) did @widgetbeck mean to commit it here?
Media
still works

Technical details
it should also just work in 8 years when persistence real
Breaking changes
every method using
EntityUid uid, ThavenMoodsComponent? comp
now takesEntity<ThavenMoodsComponent>
BUI state no longer has Moods, its networked on the component
Changelog
no cl