Page 1 of 1

Probably killed a bug in PF 0_8_1

PostPosted: Sep 30, 2004 @ 12:39pm
by BIGBEN

PostPosted: Sep 30, 2004 @ 1:26pm
by Conan
I'm interested in seeing your game when it's ready as I too am writing an isometric game using PF.

ps: would you like me to re-write your website homepage text so that it makes more sense? It's not quite normal looking.

PostPosted: Sep 30, 2004 @ 2:09pm
by BIGBEN
Thanks Conan, and yes I would like to re-write my story, but I haven't got english speaking friends :(
It would be a real problem for me when I'll complit my russian scenario.

PostPosted: Sep 30, 2004 @ 3:19pm
by Conan

PostPosted: Sep 30, 2004 @ 4:01pm
by BIGBEN

PostPosted: Sep 30, 2004 @ 9:37pm
by fast_rx
I didn't thing this was a bug, although I have run into something similar... I was doing 1 GetDisplay() with multiple Update()'s. Older versions were ok with that, 0.8 didn't like it.

I think the way it's supposed to be used is:

GetDisplay()
DrawSomeStuff..
Update()

for every loop.

PostPosted: Sep 30, 2004 @ 10:46pm
by BIGBEN