• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->
  • Unfortunately, yes, there is a suspension wave happening around the new tlp launch. :'( Please keep regular discussion to Suspension MegaThread and please consider submitting a Suspension report to RG.
Resource icon

MyChat v1.88

[1.21] - 2024-03-21​


〰️Commits​


Cleanup

cleanup stuff.

also moved the time stamp logic to after we parse filters. so we can use ^ to find the first word in the string.
(1f4c587) ~grimmier378

[1.20] - 2024-03-21​


Bug Fixes 🐛


- Typo
Timestamp typo
(b58cfcf) ~grimmier378

[1.19] - 2024-03-21​


Bug Fixes 🐛


- Dbl timestamps
(f705063) ~grimmier378

[1.18] - 2024-03-21​


〰️Commits​


Missed an end

missed an end
(c472114) ~grimmier378

[1.17] - 2024-03-21​


Bug Fixes 🐛


Fix config
(3881241) ~grimmier378

〰️Commits​


Merge branch 'config_edits'
(0cb2ec4) ~grimmier378
- Crash fixes
* Fixed the crash bugs when deleting or adding channels, events, and or filters.
* Added timestamp toggle in the options window.
(3d33fec) ~grimmier378
Config fixes
(8242229) ~grimmier378

[1.16] - 2024-03-19​


〰️Commits​


- * tweaked the config windows to be more pleasing to the eye.
(7a5372b) ~grimmier378
- Filters
* I brought back the filtering of events further.
* You can set multiple filters for an event and color code each filter.
* if the line does not fit a filter it defaults to the events color.
* You can add and remove filters as well as events and channels in the config editor.
* Filters are passed through string.find as the pattern.
* * putting a ^ in the front will denote that you want that pattern to be the beginning of the line. useful with '^You '

I'll make the config more pretty next update.
(40fa596) ~grimmier378

[1.14] - 2024-03-18​


Bug Fixes 🐛


- Crash bug
* fixed a bug where you could crash after clearing a tab.
(dcd1011) ~grimmier378

〰️Commits​


Merge branch 'dev'
(be0aae5) ~grimmier378
- Crash
* Added checks to prevent crash when deleting a channel.
(92ed6da) ~grimmier378
Delete tahomabd.ttf
(135dcff) ~Grimmier378
Delete tahoma.ttf
(b59d2e8) ~Grimmier378
Delete tahoma.ttf
(821c4a2) ~Grimmier378
Delete tahomabd.ttf
(4a7bcf0) ~Grimmier378

[1.13] - 2024-03-16​


Features ⛲


- Adjustable Scale
* Added a slider to adjust zoom scaling.
(d2d03bc) ~grimmier378

〰️Commits​


PR # [6](https://github.com/grimmier378/mychat/pull/6): Slider and readme update
(bcf194c) ~Grimmier378
Update README.md
(493606a) ~Grimmier378
PR # [5](https://github.com/grimmier378/mychat/pull/5): Delete
(2ecb90e) ~Grimmier378

[1.11] - 2024-03-16​


〰️Commits​


PR # [4](https://github.com/grimmier378/mychat/pull/4): buffer
(8a8dc94) ~Grimmier378

[1.10] - 2024-03-16​


〰️Commits​


PR # [3](https://github.com/grimmier378/mychat/pull/3): main console.
background color is now set to black, and hover highlights are set to just a tad bit lighter.
accidently removed writing to main console. that is back

These settings are saved to the config so you can change them. I will probably add a color-picker for this at some point.
(cfa2c11) ~Grimmier378
PR # [2](https://github.com/grimmier378/mychat/pull/2):
(59e1002) ~Grimmier378

[1.08] - 2024-03-14​


〰️Commits​


PR # [1](https://github.com/grimmier378/mychat/pull/1): more events per channel
(abe5fd8) ~Grimmier378

[1.12] - 2024-03-16​


〰️Commits​


- Delete
* You can now delete entire channels or individual events from the config window.
(43e2e46) ~grimmier378

[1.11] - 2024-03-16​


〰️Commits​


PR # [4](https://github.com/grimmier378/mychat/pull/4): buffer
(8a8dc94) ~Grimmier378
- Buffer
* Added a buffer 1000 lines to the ZOOM view console hack.
(ac5ced7) ~grimmier378

[1.10] - 2024-03-16​


〰️Commits​


PR # [3](https://github.com/grimmier378/mychat/pull/3): main console.
background color is now set to black, and hover highlights are set to just a tad bit lighter.
accidently removed writing to main console. that is back

These settings are saved to the config so you can change them. I will probably add a color-picker for this at some point.
(cfa2c11) ~Grimmier378
- Background color is now set to black, and hover highlights are set to match.
These settings are saved to the config so you can change them. I will probably add a color-picker for this at some point.
(6367319) ~grimmier378
PR # [2](https://github.com/grimmier378/mychat/pull/2):
(59e1002) ~Grimmier378

[1.08] - 2024-03-14​


〰️Commits​


PR # [1](https://github.com/grimmier378/mychat/pull/1): more events per channel
(abe5fd8) ~Grimmier378

[1.09] - 2024-03-16​


Testing 🧪


Testing version

config mostly done. can't delete yet basically.
(e2436c4) ~grimmier378

〰️Commits​


Ctrl + C to copy the hovered line of text to clipboard.
(0dea110) ~grimmier378
- Config window cleanup
* Cleaned up the config window. Channels are listed as a collapsed list.
(e915020) ~grimmier378
- Zoom Auto Auto-Scroll
* Zoom now features auto-scroll.
* Turns off when you manually scroll up.
* Turns back on when you scroll to the bottom again.
(7ef2f94) ~grimmier378
- ZOOM
* Right click on a tab to toggle ZOOM view.
* you can't select the text yet in this view.
* TODO: add a slider to adjust zoom settings. currently 1.5x
(75af21a) ~grimmier378
Edit window upadtes

* We can load the config, and directly edit any of the events and channels.
* Deleting the channels and events is not implimented yet.
* You can add new channels and event lines.
(bf403ec) ~grimmier378
Edit window upadtes

* We can load the config, and directly edit any of the events and channels.
* Deleting the channels and events is not implimented yet.
* You can add new channels and event lines.
(2854b23) ~grimmier378
- Config Editor
* Beta work on Config Editor.
* Colors are not stored as vec4 and we have a handy color picker to use.
* Still need to add functions to add new events and channels or delete them.
* Settings and states are saving correctly now.
(afedb84) ~grimmier378

[1.06] - 2024-03-13​


Bug Fixes🐛


- Menu
* Reordered the menu so Channels is a sub menu of options and not the other way around.

* Fixed an imbalanced push / pop style var that was bleeding into other gui's
(1da8977) ~grimmier378
- Command line
Fixed command line heights to be the same across all tabs.
(cff1e33) ~grimmier378
Back
Top