Search found 2389 matches
- Fri Mar 23, 2007 12:22 pm
- Forum: General discussion
- Topic: a few bugs and things
- Replies: 6
- Views: 11660
You have found another bug :) SpawnModel behave incorrect for Reference, it should guarantee only one instance but now there may be several instances. I will fix this in next version. Workaround: Your MoveEmitter have a zero repeat delay. This makes the spawnmodel execute several times for a single ...
- Fri Mar 23, 2007 10:51 am
- Forum: Releases
- Topic: ZGameEditor 1.02: updated
- Replies: 7
- Views: 19016
ZGameEditor 1.02: updated
Changes in 1.02 version: - Fixed : "When you add a TextFloatRef after you already have Text the tree view doesn't update until you edit the Text field" - Fixed : "When you change the Model.Scale numbers it changes the lighting. For example if something is scaled down to 0.2 0.2 0.2 th...
- Thu Mar 22, 2007 8:49 pm
- Forum: General discussion
- Topic: a few bugs and things
- Replies: 6
- Views: 11660
- Thu Mar 22, 2007 8:12 pm
- Forum: General discussion
- Topic: a few bugs and things
- Replies: 6
- Views: 11660
- Wed Mar 21, 2007 9:25 pm
- Forum: General discussion
- Topic: Wiki and PDF manual
- Replies: 3
- Views: 8239
Hi elan, ZGameEditor may become open source later on, but not initially. There will be more documentation. I've just not had enough time yet. ZGE is a very new product you know :wink: Do you think the wiki should be open for public editing? If anyone wants to help with documentation then I would be ...
- Wed Mar 21, 2007 9:19 pm
- Forum: General discussion
- Topic: a few bugs and things
- Replies: 6
- Views: 11660
Thanks for reporting these bugs, I have copied your post into my todo-list and will try to solve the problems in later releases. MeshSphere or a new type of sphere primitive could be generated in spherical coordinates instead of cylindrical coordinates to make the ends less pointed. Yes this would b...
- Tue Mar 20, 2007 3:14 pm
- Forum: General discussion
- Topic: Is it posible to add shapes in Mesh.Producers?
- Replies: 1
- Views: 6264
- Mon Mar 19, 2007 4:32 pm
- Forum: Releases
- Topic: ZGameEditor 1.01
- Replies: 1
- Views: 11562
ZGameEditor 1.01
Changes: - Fixed: Clicking on the vertical scrollbar in property editor sometimes produces an error message: - Fixed: Property references displayed as "MyModel.Position.2" etc. Reported by nmarshall. - Lock preview now has got a separate icon in the toolbar. Suggested by nmarshall. - New p...
- Sun Mar 18, 2007 1:23 pm
- Forum: General discussion
- Topic: bug in RenderText.TextFloatRef or RenderTransform.Translate
- Replies: 3
- Views: 8313
Normally the KeyPress.RepeatDelay takes care of this, but since you have two different KeyPress instances this will not work because the delay is local to the running KeyPress-component. You can of course use left mouse button for one state and right mouse button for the other state :) Otherwise you...
- Fri Mar 16, 2007 4:00 pm
- Forum: General discussion
- Topic: bug in RenderText.TextFloatRef or RenderTransform.Translate
- Replies: 3
- Views: 8313
You have found a bug! It is only cosmetic since the program works, but it should be fixed anyway. I've found the problem and changed the code, so the next release will fix this. Nice demo program. You seem to really understand how this works! The only thing I can think of commenting in your program ...
- Thu Mar 15, 2007 7:35 pm
- Forum: General discussion
- Topic: Suggestion for Lock preview
- Replies: 1
- Views: 6072
- Thu Mar 15, 2007 7:30 pm
- Forum: General discussion
- Topic: Tutorial 2: The "Hello World" application
- Replies: 7
- Views: 13470
Ah, more good suggestions :) I updated the tutorial and component reference with a bit of information of the coordinate system used for rendering text. The current font-handling is not very good, the text looks unprofessional for various reasons. I am planning to add a feature for importing bitmappe...
- Thu Mar 15, 2007 3:26 pm
- Forum: General discussion
- Topic: Tutorial 3: The "OneButton" game application
- Replies: 4
- Views: 10498
- Tue Mar 13, 2007 6:22 pm
- Forum: General discussion
- Topic: Reading variables from a file
- Replies: 0
- Views: 7156
Reading variables from a file
The new components for reading from a file now have reference documentation:
http://www.zgameeditor.org/index.php/ComponentRef/File
The FileDemo sample project demonstrates how to read from a file:

http://www.zgameeditor.org/index.php/ComponentRef/File
The FileDemo sample project demonstrates how to read from a file:

- Tue Mar 13, 2007 12:05 pm
- Forum: General discussion
- Topic: ZGameEditor help file
- Replies: 6
- Views: 13697