Skip to content

Conversation

@dariorbun
Copy link
Collaborator

No description provided.

dariorbun added 12 commits May 7, 2017 11:39
…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
@Enuraz
Copy link

Enuraz commented Jun 8, 2017

Testing pull request : All seams ok

Copy link

@Enuraz Enuraz left a 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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants