Search found 16 matches

by wazoowazoo
Tue Oct 30, 2018 1:13 pm
Forum: Support and Development
Topic: Share a Shader!
Replies: 328
Views: 539914

Re: Share a Shader!

I have created a basic water shader, hope you will like it.
water.love
(230.82 KiB) Downloaded 889 times
I am currently working on reflection.
by wazoowazoo
Sun Jul 01, 2018 12:00 pm
Forum: General
Topic: SAT collision
Replies: 2
Views: 3359

SAT collision

I am actually trying to make advanced collisions using the SAT algorithm.

I NEED HELP !!!!!!!!!
by wazoowazoo
Sun Jul 01, 2018 11:57 am
Forum: General
Topic: These forums are dead nowadays.
Replies: 8
Views: 13629

Re: These forums are dead nowadays.

So tido, the author of the first post ever on this forum starts being active again after only 8 years of inactivity.
by wazoowazoo
Sat Jun 30, 2018 4:21 pm
Forum: General
Topic: lua 5.1
Replies: 2
Views: 2899

lua 5.1

I have noticed an error in lua 5.1, it happens when setting the __len method in a metatable. Lets imagine I have written this code : meta = {} function meta.__len(v) return 782 end function createType() return setmetatable({}, meta) end v = createType() print(#v) this code will return 0 and not 782 ...
by wazoowazoo
Wed Feb 22, 2017 2:18 pm
Forum: Support and Development
Topic: PayPal
Replies: 5
Views: 4785

Re: PayPal

Thank you a lot i think i will have to wait until my game is finished, so i'll have a lot of time to think about this.
by wazoowazoo
Mon Jan 30, 2017 3:31 pm
Forum: Support and Development
Topic: PayPal
Replies: 5
Views: 4785

PayPal

Hi everybody. I'me creating an Android game, but i want to know : How can I make a simple payment systeme ?
PS :I am french