-
Notifications
You must be signed in to change notification settings - Fork 170
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
TFAR Needed refactor #1111
Comments
Yes i was just thinking about refactoring the teamspeak plugins project. Am 16.09.2016 14:02 schrieb "Ignacio Muñoz Fernandez" <
|
updated the first comment. @dedmen yeah reorganizing and refactoring the ts plugin and closing the most critical issues is needed. i think @michail-nikolaev have the originals so he can sent it to the repo or post it when he has time when you can nkey :) |
@dedmen if you are willing to do the refactor for the plugin, you are most than welcome as a collaborator. @michail-nikolaev Maybe we should do a organization to manage it. |
Before we can think of refactoring we have to process all the open pull
requests to not get conflicts. I was thinking about doing a bit of
refactoring on the teamspeak plugin but even clicking the "format" button
changed almost every line in the file. Where one problem is certainly that
we also dont have a formatting standart ^^.
And i held off doing a PR because Id need to change the project to VS 2015
which not everyone may be using yet and id break some other PRs with that
probably.
|
@dedmen you're right, we should merge finished PRs before we start. But some of them are not worth to merge since most probably it will be removed or changed in near future. (i dont mean to delete it, just saving it for later) |
Yeah Id certainly take over all the C++ refactoring. Im good in scripting but not really confident enough to touch most of it. |
the ID is just perfect! |
@dedmen Addme to Steam: Kavinsky Oss |
I added the 0.9.12 milestone which will probably be the last release before 1.0. That is because we need to push changes to master before we do the 1.0 release. Because the new Teamspeak version and CBA settings implementation are very important. Also Id like to have a Slack team so we can organize this better instead of just writing everything into this issue. Also i don't know where to leave testing feedback for new branches. Might be best to do that on Slack then. |
put your email addresses here ill invite you to slack. |
testing list for 1.0 more work to do on.
|
Some weeks ago i have a conversation with @michail-nikolaev about the refactor of TFAR, doing some clean up and fix some issues and add new features to the project.
What do you think about this idea?
@michail-nikolaev @CorruptedHeart @dedmen
IMHO some parts of the API can be simplified, unify the radio features, and add a pluggable system for 3rd party, remove the Debug Mission and adopt the development environment the ACE Team has created.
Some part of the refactor needed are the split of the addon in separated PBOs by functionality so is easy to maintain.
The text was updated successfully, but these errors were encountered: