Search found 4 matches

by Triber
May 26th, 2020, 4:29 pm
Forum: Everything
Topic: Debugging issue - cannot set breakpoint. Please help.
Replies: 10
Views: 6197

Re: Debugging issue - cannot set breakpoint. Please help.

Thank you very much! You've been very helpful. At some point I was convinced that I'm doing something wrong with the water directly, I didn't think my in-loop condition could be wrong in some way. I've repaired it the first way you suggested; setting speed to default at the beginning of the loop and...
by Triber
May 23rd, 2020, 3:16 pm
Forum: Everything
Topic: Debugging issue - cannot set breakpoint. Please help.
Replies: 10
Views: 6197

Re: Debugging issue - cannot set breakpoint. Please help.

Ok I've tried to do few more tests, unfortunetely no results. I am attaching the solution now. (it doesn't contain your "trick" in Player.h, I've tried that after I cleaned the solution and put it in *.zip). I've checked that Wiki page in the forum thread that you mentioned and cleaned the solution ...
by Triber
May 23rd, 2020, 7:23 am
Forum: Everything
Topic: Debugging issue - cannot set breakpoint. Please help.
Replies: 10
Views: 6197

Re: Debugging issue - cannot set breakpoint. Please help.

albinopapa: First of all, thank you for your reaction. About the code sharing - yes, I'm a bit embarassed, I think my code is quite a mess, but on the other hand I don't think it's a big deal since im beginner. Making it commercial? No, I am nowhere near that. I'm just toying around with stuff I've ...
by Triber
May 22nd, 2020, 3:21 pm
Forum: Everything
Topic: Debugging issue - cannot set breakpoint. Please help.
Replies: 10
Views: 6197

Debugging issue - cannot set breakpoint. Please help.

So now I am stuck for a couple days with this issue that really gets me frustrated. I am learning from Chili's begginer game programming tutorial and trying to make my own simple 2D dungeon game. I am using Visual studio 2019. Everything went fine so far, but recently I've added new array of objects...