Search found 15 matches
- Thu Jun 25, 2015 3:26 pm
- Forum: All and Everything
- Topic: Cumeating and Contraception
- Replies: 4
- Views: 2002
Re: Cumeating and Contraception
That's the kind of contraception that gives you a surprise 9 month later.
- Sat Jun 13, 2015 12:08 pm
- Forum: Technical Support
- Topic: TeaseMe-error
- Replies: 8
- Views: 2370
Re: TeaseMe-error
This way around works only for flash tease.
viewtopic.php?f=2&t=6993&p=199329#p199329
viewtopic.php?f=2&t=6993&p=199329#p199329
- Thu Jun 11, 2015 11:24 pm
- Forum: Technical Support
- Topic: TeaseMe-error
- Replies: 8
- Views: 2370
Re: TeaseMe-error
Replace https:// by http://www.
- Fri May 29, 2015 10:20 am
- Forum: Teasing Software
- Topic: Tease AI General Discussion
- Replies: 2611
- Views: 952957
- Tue May 26, 2015 10:11 pm
- Forum: Teasing Software
- Topic: Tease AI General Discussion
- Replies: 2611
- Views: 952957
Re: Tease AI Open Beta
You shouldn't be able to move the bet amount to less than 0, you shouldn't be able set the bet amount to more than you have, and you shouldn't be able to set the bet amount while the reels are spinning. So how did you do that? :lol:
This happens because you check (slotbet <= bronze token) only ...
- Mon May 25, 2015 3:30 pm
- Forum: Teasing Software
- Topic: Tease AI General Discussion
- Replies: 2611
- Views: 952957
Re: Tease AI Open Beta
What exactly isn't working? Setting ImageLocation that way defeats the purpose of the PictureBox extension I made ;-) I have to admit I didn't dive into the card games yet so I'm not exactly sure how it should work :blush:
PictureBox.imageLocation doesn't contain the url of the image loaded by ...
- Mon May 25, 2015 1:49 pm
- Forum: Teasing Software
- Topic: Tease AI General Discussion
- Replies: 2611
- Views: 952957
Re: Tease AI Open Beta
The match game doesn't work with the last version.
PictureBoxEx.ImageLocation doesn't give the good url.
Adding in the method LoadFromUrl:
MyBase.ImageLocation = url
seems to fix thing.
PictureBoxEx.ImageLocation doesn't give the good url.
Adding in the method LoadFromUrl:
MyBase.ImageLocation = url
seems to fix thing.
- Sun May 24, 2015 7:48 pm
- Forum: Teasing Software
- Topic: Tease AI General Discussion
- Replies: 2611
- Views: 952957
Re: Tease AI Open Beta
Just encountered a bug with the date (Not sure if anyone else has reported it - might be worth updating the first post with known bugs?)
System returned 'Conversion from string "05-24-2015" to type 'Date' is not valid.
In Form2.vb, you have 3 times :
SetDate As Date = DateString
change it by ...
System returned 'Conversion from string "05-24-2015" to type 'Date' is not valid.
In Form2.vb, you have 3 times :
SetDate As Date = DateString
change it by ...
- Fri May 22, 2015 10:59 pm
- Forum: Teasing Software
- Topic: Tease AI General Discussion
- Replies: 2611
- Views: 952957
Re: Tease AI Open Beta
First off, congrats. This is a fantastic idea, and great execution.
Just a thought - have you publicly posted the code out on github so we can help you debug? I'm a software developer by trade and would be more than willing to help contribute if you're open to it.
Nice work. =)
1885 is fairly ...
Just a thought - have you publicly posted the code out on github so we can help you debug? I'm a software developer by trade and would be more than willing to help contribute if you're open to it.
Nice work. =)
1885 is fairly ...
- Fri May 22, 2015 2:51 pm
- Forum: Teasing Software
- Topic: Tease AI General Discussion
- Replies: 2611
- Views: 952957
Re: Tease AI Open Beta
Whatever happens, I am sorry for the mess. I always figured I could clean up and optimize the code when I was finished (perfect time amirite?)
I hope it's just your way of talking and you don't really feel that way. Everyone on this thread think what you've done is amazing and even it was shit ...
- Fri May 22, 2015 12:11 pm
- Forum: Teasing Software
- Topic: Tease AI General Discussion
- Replies: 2611
- Views: 952957
Re: Tease AI Open Beta
To everyone that could want to help with the code
Now, that the code is available, we have all the pieces to divide what to do. I see two different path we could pursuit:
- the first path, restarting from scratch in term of line of code but, of course, keeping the 'algorithm' behind the code ...
Now, that the code is available, we have all the pieces to divide what to do. I see two different path we could pursuit:
- the first path, restarting from scratch in term of line of code but, of course, keeping the 'algorithm' behind the code ...
- Fri May 22, 2015 12:00 am
- Forum: Teasing Software
- Topic: Tease AI General Discussion
- Replies: 2611
- Views: 952957
Re: Tease AI Open Beta
you can add what you don t want in the .gitignore file.
Just add the path you don't want, so if you re a the root of your projet you just add something like :
/TeaseAI/bin/Debug
/TeaseAI/obj/Debug
Edit:: To be sure write :
/TeaseAI/bin/Debug/**
/TeaseAI/obj/Debug/**
or just should do it:
**/Debug ...
Just add the path you don't want, so if you re a the root of your projet you just add something like :
/TeaseAI/bin/Debug
/TeaseAI/obj/Debug
Edit:: To be sure write :
/TeaseAI/bin/Debug/**
/TeaseAI/obj/Debug/**
or just should do it:
**/Debug ...
- Thu May 21, 2015 11:40 pm
- Forum: Teasing Software
- Topic: Tease AI General Discussion
- Replies: 2611
- Views: 952957
Re: Tease AI Open Beta
What do you use to create it?1885 wrote:
How do I create a repo with just this, and without the obj and bin folder?
Any help would be greatly appreciated
On mine, I can simply left click on the files tree -> ignore these local files.
- Wed May 20, 2015 7:51 pm
- Forum: Teasing Software
- Topic: Tease AI General Discussion
- Replies: 2611
- Views: 952957
Re: Tease AI Open Beta
Okay, I'm new to GitHub, but I somehow managed the following:
I created a GitHub account
I forked the original Milo1885/Tease-AI-Milo to Milo-kinkyswan/Tease-AI-Milo
I installed GitHub for Windows
In GitHub for Windows, I cloned Milo-kinkyswan/Tease-AI-Milo
I added comments to Form1.vb
I ...
I created a GitHub account
I forked the original Milo1885/Tease-AI-Milo to Milo-kinkyswan/Tease-AI-Milo
I installed GitHub for Windows
In GitHub for Windows, I cloned Milo-kinkyswan/Tease-AI-Milo
I added comments to Form1.vb
I ...
- Wed May 20, 2015 3:09 pm
- Forum: Teasing Software
- Topic: Tease AI General Discussion
- Replies: 2611
- Views: 952957
Re: Tease AI Open Beta
First, I want to say that, like everyone, I'm really impressed by your work, the result is really amazing.
For git, here's what you should at least upload .
For me, it was already integrated in vb (maybe you need to download an extension° but on the left of the windows I have a tab TeamExplorer ...
For git, here's what you should at least upload .
For me, it was already integrated in vb (maybe you need to download an extension° but on the left of the windows I have a tab TeamExplorer ...
