Search found 2277 matches

by VilleK
Wed May 21, 2008 4:58 pm
Forum: General discussion
Topic: Need help with App.DeltaTime
Replies: 2
Views: 4591

Hi! From your "up arrow" code: distance += 0.1; AngleView += 0.0005; CameraHeight += 0.1; I'm not sure how those variables are used, but in general this kind of variable update should take deltatime into account. For example: distance += CameraSpeed * App.DeltaTime; Where CameraSpeed is a ...
by VilleK
Wed May 21, 2008 6:51 am
Forum: Feature requests
Topic: Center mouse
Replies: 8
Views: 11213

There will be a new ZGE release next week and the centermouse-feature will be included, I promise :)
by VilleK
Sat May 17, 2008 1:41 pm
Forum: Open activities
Topic: Xbox 360, Ps3, Wii or other alternative builds
Replies: 12
Views: 34109

I'd love to see a ZGE runtime on more platforms! The two hard dependencies of ZGE is: Pascal and OpenGL. http://www.freepascal.org/ Freepascal can generate code for Game Boy Advance and Nintendo DS, so if there is a OpenGL layer available for those platforms then a port should not be too difficult. ...
by VilleK
Thu May 15, 2008 1:38 pm
Forum: Releases
Topic: ZGameEditor 1.7.8: Bugfixes
Replies: 4
Views: 19172

Jph, you are right! It is because collision is using the same "byte" datatype like the new CharCode property of KeyPress-component. So I increased the number in order to be able to catch all control characters below 32.
by VilleK
Thu May 15, 2008 11:21 am
Forum: General discussion
Topic: Interesting information about 4k-graphics
Replies: 0
Views: 5069

Interesting information about 4k-graphics

The very talented demo scene coder IQ (Iñigo Quilez) held a talk about procedural graphics recently and he has provided the slides as a pdf-download: http://rgba.scenesp.org/iq/divulgation/inspire2008/inspire2008.htm Lots of interesting stuff in the slides, including short pieces of code that could ...
by VilleK
Thu May 15, 2008 11:09 am
Forum: Open activities
Topic: Icons and logos
Replies: 18
Views: 48558

Nice work Yılmaz!

The only problem is that they perhaps will not look so good when scaled down to the small size that other ZGE icons use. I will try them and see.
by VilleK
Thu May 15, 2008 11:06 am
Forum: General discussion
Topic: Problem Compiling
Replies: 1
Views: 3247

Hi, The designer tool will not compile under Windows because it has lots of dependencies on windows-only units like the ones you have listed. So the Designer is not cross-platform and probably never will be unless it is substantially rewritten in a future version. It surprise me to hear that Wine do...
by VilleK
Thu May 15, 2008 10:59 am
Forum: General discussion
Topic: random seeds ?
Replies: 6
Views: 7444

I need to check how this is done. Perhaps add a setSeed-function or similar. I think the random-seed is initiated to the same value every time a application starts, and this is how it should be inside the designer too, although currently it is not. Jph, the screen shots on tigsource look impressive ...
by VilleK
Wed May 14, 2008 8:04 pm
Forum: General discussion
Topic: question about MIDI
Replies: 1
Views: 3493

The timing of the notes are imported so playback should definitely stay in sync after music has started. If you find any problems with timing, just post the midi-file here or PM me and I'll take a look.

And thanks for the info about the midi-editor!
by VilleK
Wed May 14, 2008 1:22 pm
Forum: General discussion
Topic: icon inserting dont work! help me please!(((
Replies: 9
Views: 11659

I need to examine this a bit more. Anyone else have this problem?

Here is a article with a command line tool for replacing icons in exe-file, in the worst case I may build it into ZGE, but I hope there is a easier solution.
by VilleK
Wed May 14, 2008 1:19 pm
Forum: General discussion
Topic: 2 suggested modifications to the sites
Replies: 2
Views: 4115

Good suggestions! The wiki-software I use for the main site should support different language-versions of the content, I'll look into how I can make this possible! A link to the main page from the forum should be easy to fix.
by VilleK
Wed May 14, 2008 12:38 pm
Forum: General discussion
Topic: icon inserting dont work! help me please!(((
Replies: 9
Views: 11659

The higher resolution 256x256 png compressed Vista icons are not supported in ZGE yet, but your icon is 16x16 uncompressed so it should work. There is a problem with Windows caching application icons that are viewed in Explorer so you may see an old icon. Try renaming your zgeproj-file to "Temp...
by VilleK
Wed May 14, 2008 11:40 am
Forum: General discussion
Topic: icon inserting dont work! help me please!(((
Replies: 9
Views: 11659

I've only tried this feature on XP so there may be a difference there. Ok, I'll look into it later and see if I can fix it.
by VilleK
Wed May 14, 2008 11:26 am
Forum: General discussion
Topic: icon inserting dont work! help me please!(((
Replies: 9
Views: 11659

It works for me. All I did was open your project and choose build compressed.

The icon is 24-bit color but that should not be a problem. Do you use XP or Vista?
by VilleK
Wed May 14, 2008 9:31 am
Forum: General discussion
Topic: icon inserting dont work! help me please!(((
Replies: 9
Views: 11659

The icon only appears when you choose "Build and compress Windows exe-file", did you try that?

If you have a ico-file that don't work then please attach it to this thread or PM me so I can take a look at it.