Showing posts with label tabbychat. Show all posts
Showing posts with label tabbychat. Show all posts

Saturday, July 25, 2015

TabbyChat beta 3

I've released beta 3 today. Additionally, I've started uploading it to CurseForge so I can more easily watch it and inspect download counts. Links are below.

MnmUtils: http://minecraft.curseforge.com/mc-mods/232960-mnmutils
Tabbychat: http://minecraft.curseforge.com/mc-mods/232962-tabbychat-2

Changelogs

MnmUtils
THIS UPDATE WILL BREAK THINGS. UPDATE YOUR MODS.

+ Revamped settings. They now use annotations to define settings.
+ Added settings objects, lists, and files.
+ Added update checker.
+ Added tabbychat proxy for basic tabbychat abstraction. Implementation is in tabbychat.
+ Add ChatBuilder
* Lighten the borders of gui components.
- Removed LogHelper (It was just a wrapper for Logger)
* Bug fixes

TabbyChat
+ Add filter sound notifications
+ Add new system for channel status. Depreciated the old way.
+ Add Optional macros compatibility module.
+ Add PM Channels (prepended with @)
+ Add regex variables (See wiki)
+ Add regex group support to destinations (See wiki)
+ Add chatbox resizing
+ Make chat persistent between joins.
* Improve look of chat
* Fix wake up button

Check the commit messages for more details.

Thursday, June 4, 2015

TabbyChat 2 beta 2a

Edit: If you downloaded it already, download again. I fixed a bug with the updater that made it think it was always out of date.

Here's another update to TabbyChat. This fixes issues with outbound chat not being sent and links not being clickable. It also adds an update checker. An update to MnmUtils is not required.

Downloads
2.0.0-beta2a: Main | Dev

MnmUtil downloads are in the previous post.

As always, report bugs.

Friday, May 29, 2015

TabbyChat 2 Beta2 Update

Update: beta 2a has been released

I'm releasing beta 2 of tabbychat 2 for Minecraft 1.8. It's been a while since the last release, so there are a lot of changes and additions, so I won't list them all. I will list some major features and bugs that I added or fixed.

+ Chat Continuation (up to 300 chars)
+ Ability to "forget" channels.
+ Channel prefix + hiding
+ Added experimental spam prejudice  (Thanks, Zemoj)
+ Chat logging
+ Scrollbar
+ PgUp PgDn now works on chat
* The tray now expands for the tabs
* Chatbox movement is now more fluid
* Fix issues with scaling
* Fix crash without Forge
* Moved some packages around
* Other fixes

Additionally, many changes were made to the util library, so an update to that will be required. Its version is 0.2

Downloads

TabbyChat - Main | Dev

MnmUtils - Main | Dev

Note: With the recent merge of FML and Forge, I've dropped support for FML standalone. Please install full Forge. Don't worry, it will still work with just LiteLoader.

Friday, February 20, 2015

TabbyChat 2 beta (mc1.8)

Update: I've fixed some startup issues when obfuscated. Redownload.

I've done some progress on TabbyChat 2 and am pleased with it so far. Currently implemented is timestamps, movable chat box, channel and pm detection, anti spam, and basic filters. Filters right now are able to redirect messages to other channels and that's about it. A new feature related to filters is live expression validation, meaning it will tell you if your RegEx is valid and what's wrong with it.

One other new feature that is implemented is the ability to change the colors of chat. You can change the colors of both the chat box and the chat text. I designed a gui to change them, so tell me how it is.

To access the settings, right click on the "*" tab. Right clicking on any other tab will take you to the settings for that tab.

By now, the API is mostly stable, so developers, feel free to start using it. In fact, I encourage it. That doesn't mean it won't change in the future, so watch for updates.

Because of new functionality in FML and LiteLoader, I am able to distribute using one archive for both versions, so no need to change the extension to litemod if you're using LiteLoader. However, Tabbychat now requires a dependency of my own, so be sure to grab that as well.

Here are the downloads for them. This is for Minecraft 1.8, so don't try using it on 1.7.10.

TabbyChat
Main | API | Deobf

MnM-Utils (required)
Main | Deobf

Report any issues you have with it. More features are to come.