Commit Graph

5 Commits

Author SHA1 Message Date
DreamySkrell 4a488f14b9 a (#16192)
Co-authored-by: DreamySkrell <>
2023-04-14 09:24:03 +00:00
DreamySkrell 7d5b59c5eb Chat string highlighting now allows any number of strings (#16120)
* a

* c

* aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

* Update html/changelogs/DreamySkrell-highlightstring23526.yml

Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>

* Update code/modules/goonchat/browserassets/js/browserOutput.js

Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>

* Update code/modules/goonchat/browserassets/js/browserOutput.js

Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>

---------

Co-authored-by: DreamySkrell <>
Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
2023-03-29 18:34:58 +00:00
DreamySkrell 50d38e8b1c Chat message limit can now be changed (#16121)
* a

* Update code/modules/goonchat/browserassets/js/browserOutput.js

Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>

* Update html/changelogs/DreamySkrell-chatmessagelimit11112.yml

Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>

* Update code/modules/goonchat/browserassets/js/browserOutput.js

Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>

* b

* whitespace...

* Update code/modules/goonchat/browserassets/js/browserOutput.js

Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>

---------

Co-authored-by: DreamySkrell <>
Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
2023-03-29 18:34:54 +00:00
Llywelwyn e9c3fb1e27 Fixes default date on saved chat logs (#13564)
* save chatlog fix

getMonth is 0-indexed in js for w/e reason, needs +1
getDay returns day of the week (monday = 1), not day of the month

* cl

* .yml
2022-04-18 20:38:20 -03:00
Matt Atlas d4666caaac Ports Goonchat from Baystation. (#9635)
changes:

    rscadd: "Ported a new chat system, Goonchat, that allows for cool things like changing font style, size, spacing, highlighting up to 5 strings in the chat, and DARK MODE."
    rscadd: "Repeated chat messages can now get compacted. You can disable this in goonchat settings."
    rscadd: "You can change icon style to any font on your system."
    tweak: "The game window has been altered a bit to adjust for this."
    rscdel: "Removed skin style prefs as they are no longer used."
2020-09-24 23:06:04 +03:00