Changes in 1.9.2 version:
* New component DefineArray for defining arrays of floating point values that can be used in expressions. See attached sample project.
* New property Filter on Bitmap component.
* Changed property TextureScale on Material so that a texture can be scaled in x and y axis individually.
* New function round in expressions.
* Bugfix: Alpha-value is kept when changing colors on material.
* Bugfix: Screen is cleared to avoid garbage on screen when using a non-fullscreen viewport ratio.
* + several other minor fixes.
Thanks to Kjell, Kattle and JPH.
Download from here:
http://www.zgameeditor.org/index.php/Main/Download
ZGameEditor 1.9.2
Moderator: Moderators
ZGameEditor 1.9.2
- Attachments
-
- ArrayTest.zgeproj
- just a small non-graphic project to test the new array-functionality
- (1.44 KiB) Downloaded 1169 times
- jph_wacheski
- Posts: 1005
- Joined: Sat Feb 16, 2008 8:10 pm
- Location: Canada
- Contact:
great stuff again!
These are all very welcome additions, my great thanks to you all!
A couple things I noticed and will point out; the Alpha-value Bugfix seems to work fine however the default value for both Material and RenderSetColor components is now zero (0) ! took me a few minuets to figure out what was going on there,.
With the other bugfix,. it is indeed better in that the garbage is not displayed,. however the viewport is no longer centered on the screen,. For me centering it would make more sence,. not too sure what anyone would use this mode for anyhow., so not a big deal.
I reall lov the pixle filter mode,. very nice! the new DefineArray may come in very usefull,. as well as the rest! again great stuff.
A couple things I noticed and will point out; the Alpha-value Bugfix seems to work fine however the default value for both Material and RenderSetColor components is now zero (0) ! took me a few minuets to figure out what was going on there,.
With the other bugfix,. it is indeed better in that the garbage is not displayed,. however the viewport is no longer centered on the screen,. For me centering it would make more sence,. not too sure what anyone would use this mode for anyhow., so not a big deal.
I reall lov the pixle filter mode,. very nice! the new DefineArray may come in very usefull,. as well as the rest! again great stuff.
iterationGAMES.com
The alpha-bug just shows how even the smallest change that seems perfectly reasonable can introduce new problems.
Thanks for reporting.
I've changed now so it doesn't restore the alpha value if it is zero.
The zip is updated with a new exe.
I cannot reproduce the viewport problem though, it is still always centered for me.
Thanks for reporting.
I've changed now so it doesn't restore the alpha value if it is zero.
The zip is updated with a new exe.
I cannot reproduce the viewport problem though, it is still always centered for me.