forked from Milo1885/Tease-AI
-
Notifications
You must be signed in to change notification settings - Fork 12
merged with main #28
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
Open
dariorbun
wants to merge
12
commits into
TeaseAI:master
Choose a base branch
from
dariorbun:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
merged with main #28
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…abs returning no useable lines) were found fixes to the liked/disliked imageurl errors when those files were not created yet (now it first checks if they exist) improved the getfilter function
… up in some occasion fixed problems with followup when the followup line contained spaces at the end of the line
-changes to make @wait() work also while rapidcode is active -fixes to the responses: now it will not check for case sensitivity anymore and it will always reload the response list every time you answer -improvements to the responses: now #vocabs are usable as responses -new feature in callreturn: @callreturn(Clear) will cancel all the remaining callreturns when reaching the end of the current one, and move back to the first script that launched the stack -new command: @setmood(X): you can set mood to a specific numeric value @setmood(4) or to a relative value @setmood(Normal) -new filter: @mood(X) : you can now filter lines based on absolute mood values @mood(X) or relative values @mood(Normal) -fixed the calculation for mean edge timer values -improved the @goto() safenet: if there are callreturn active and it doesnt find a place to goto, instead of interrupting it all, it will send you back to the previous callreturn in the stack
-multiple @chance() and #Random can now be used on the same line -streamlined the getimagefunction to be a single one dealing with all cases (@ImageTagAny/or/etc etc) instead of having multiple functions doing similar stuff -added @DommeTagAny() command just like @ImageTagAny() -fixed the bug causing the session to end when coming back from callreturns during the finish script -fixed the operations in @ChangeVar[] to finally work with negative numbers: @ChangeVar[a]=[a]+[#random(-1,3)] for example, will now correctly substract 1 if -1 is rolled in the random (previously it was adding it)) -@Playvideo[] can now use the length parameter too, as @Playvideo(): @Playvideo[location\*, 2 minutes) -removed all the contactTimers and improved the function that deals with adding/removing them from the chat so that it will now always work and not create any issues with rapidcodeon (the only problem with that is that the "contactX joined/left the chat" will now appear right after the line in which the command is contained...so depending on where the command is in the scripts it might appear, for example, that the contact is leaving and then there will be her last phrase). The only way to make this work also in rapidcode mode was to eliminate the timers, otherwise the lines would be filtered out from the script before the contact timer had the time to tick and signal the program that the contact is present/gone -added callreturnclear() in the various sub for @Call/CallRandom/RandomModule/etc since in those situations, the callreturn should be reset -fixed a bug that was causing in some situations the video not to be stretched to fit the window
|
Testing pull request : All seams ok |
Enuraz
approved these changes
Jun 8, 2017
Enuraz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.