Search found 35 matches

by Teser0ck
Sat Oct 08, 2011 12:36 pm
Forum: Game Development
Topic: The Old World: 2D Sandbox RPG
Replies: 45
Views: 14740

Re: The Old World: 2D Sandbox RPG

Looks nice, most of projects like this one I've seen haven't been completed. I hope you're gonna complete it, it looks like a funny game. ;)
by Teser0ck
Sat Oct 01, 2011 10:01 am
Forum: Programming Discussion
Topic: Textured and untextured quads
Replies: 6
Views: 1493

Re: Textured and untextured quads

Thank you, this solved my problem too :)
by Teser0ck
Fri Sep 30, 2011 3:59 pm
Forum: General/Off-Topic
Topic: Poor guy
Replies: 10
Views: 2745

Re: Poor guy

Haha, seems like first spam which isn't annoying :)
by Teser0ck
Sun Sep 25, 2011 4:18 am
Forum: General/Off-Topic
Topic: Hobbies?
Replies: 7
Views: 2240

Re: Hobbies?

If I'm not programming , I enjoy riding a bike, playing basketball, caring for plants ( especially those ones which can be eaten :mrgreen: ) or playing with electronic circuits.
by Teser0ck
Sat Sep 17, 2011 2:05 pm
Forum: Game Development
Topic: First Complete Game: Obstacle Rd.
Replies: 5
Views: 2025

Re: First Complete Game: Obstacle Rd.

Heh, I remember my first game and I must say, this one is really better :)
Anyway, my highscore is 15,700. Who is quick enough to beat me ?! :twisted:
by Teser0ck
Thu Sep 15, 2011 12:18 am
Forum: General/Off-Topic
Topic: I just found a PS2 in the street!
Replies: 17
Views: 4015

Re: I just found a PS2 in the street!

You've done good thing, now the kid will go out with friends instead of playing games on PS2 :mrgreen:
by Teser0ck
Wed Sep 14, 2011 10:52 am
Forum: General/Off-Topic
Topic: I just found a PS2 in the street!
Replies: 17
Views: 4015

Re: I just found a PS2 in the street!

Haha, going to look at some rubbish on the street :lol:
by Teser0ck
Thu Sep 08, 2011 10:54 am
Forum: General/Off-Topic
Topic: HAPPY BIRTHDAY, GINTO!!!
Replies: 7
Views: 1810

Re: HAPPY BIRTHDAY, GINTO!!!

Happy birthday, man. I hope you're gonna enjoy this day :)
by Teser0ck
Mon Sep 05, 2011 11:08 am
Forum: General/Off-Topic
Topic: Pie
Replies: 12
Views: 3271

Re: Pie

Well, he already said it
by Teser0ck
Mon Sep 05, 2011 11:04 am
Forum: Game Development
Topic: TV Man - 2D sidescrolling platformer development
Replies: 14
Views: 6906

Re: TV Man - 2D sidescrolling platformer development

Nice progress, seems like another project I am gonna follow :)
by Teser0ck
Sun Sep 04, 2011 11:37 am
Forum: Game Development
Topic: Minecraft remake- Crafter
Replies: 129
Views: 38510

Re: Minecraft remake- Crafter

Milch wrote:
I love how you even copy that yellow text thingy from Minecraft :D
I thought it would be cool to add
It is cool, add some of your humor in the text :mrgreen:
by Teser0ck
Thu Sep 01, 2011 6:12 am
Forum: Programming Discussion
Topic: OpenGL Textures are not rendering
Replies: 11
Views: 1402

Re: OpenGL Textures are not rendering

Yeah, thanks. At last I am gonna post some videos about the game :)
by Teser0ck
Thu Sep 01, 2011 4:24 am
Forum: Programming Discussion
Topic: OpenGL Textures are not rendering
Replies: 11
Views: 1402

Re: OpenGL Textures are not rendering

SOLVED !!!
After making the function Load and putting function BindTexture after PrepareScene when rendering it finally works !
Thanky you all for help :bow:
by Teser0ck
Thu Sep 01, 2011 4:22 am
Forum: Programming Discussion
Topic: OpenGL Textures are not rendering
Replies: 11
Views: 1402

Re: OpenGL Textures are not rendering

Yes, my texture's width and height is power of two. I tried to make a function Load instead of loading textures right in constructor and I put it in main after Init(), so now it says the value of Texture is 1, but it still is not rendering.
by Teser0ck
Wed Aug 31, 2011 10:52 am
Forum: Programming Discussion
Topic: OpenGL Textures are not rendering
Replies: 11
Views: 1402

Re: OpenGL Textures are not rendering

Yeah, I am pretty sure it's getting loaded right. I have done some tests. Only thing I found is that my GLuint Texture is still equal to zero ( after loading an image )