|
4 registered members (VoroneTZ, kiamonster, Grant, 1 invisible),
3,511
guests, and 3
spiders. |
|
Key:
Admin,
Global Mod,
Mod
|
|
|
Re: Gamestudio 7.06 public beta
[Re: Lukas]
#158389
10/04/07 11:46
10/04/07 11:46
|
Joined: Jan 2007
Posts: 295 Portugal
Sam_Be
Member
|
Member
Joined: Jan 2007
Posts: 295
Portugal
|
hi i tried to download the 7.06 but at the end the antivirus found a virus named "not-a-virus AdWare.Win32"  oO. i know that not-a-virus arent bad but the antivirus cancelled the download.  please help sam
GS-Extra
Looking for a scripter
Suche einen scripter.
Estou a procura de um "Scripter".
|
|
|
Re: Gamestudio 7.06 public beta
[Re: jcl]
#158391
10/04/07 12:38
10/04/07 12:38
|
Joined: Jul 2006
Posts: 783 London, UK
sheefo
User
|
User
Joined: Jul 2006
Posts: 783
London, UK
|
Yay, 'continue' works in for loops  Now I can sleep easy at night. Thanks!
|
|
|
Re: Gamestudio 7.06 public beta
[Re: RedPhoenix]
#158393
10/04/07 15:05
10/04/07 15:05
|
Joined: Jan 2007
Posts: 651 Germany
RedPhoenix
User
|
User
Joined: Jan 2007
Posts: 651
Germany
|
Quote:
bmap_blit scaled to a wrong size when the source bitmap was not a power of 2 (all lite-C and A7 versions; fixed in A7.05.9).
Hm on my system bmap_blit used to work in most cases but now it doesn't any more. Some examples:
1: Code:
bmap_blit (li_p,temp_tex,vector(109,51,0),NULL);
This worked before (A7.054) and it works now (A7.06).
2: Code:
bmap_blit (tex_p,temp_tex,vector(4+50*(number-1),155,0),vector(40,40,0));
This doesn't work any more with any number value
3: Code:
bmap_blit (tex_dia,temp_tex,vector(40*((number-1)%4),40*integer((number-1)/4),0),vector(40,40,0));
This only works now if the vector becomes a nullvector (previously it worked with any number value which gave a result in the borders of the bitmap)
4: Code:
bmap_blit(temp2_tex,temp_tex,nullvector,vector(height_vars[3],height_vars[3],0));
This didn't work before but it works now!
So it seems that the function has the most problems when giving a position and a scale value at the same time.
|
|
|
Re: Gamestudio 7.06 public beta
[Re: RedPhoenix]
#158394
10/05/07 15:31
10/05/07 15:31
|
Joined: Jan 2007
Posts: 295 Portugal
Sam_Be
Member
|
Member
Joined: Jan 2007
Posts: 295
Portugal
|
i disabled my antivirus to download the a7.06 (i really don't like to turn off the antivirus  ) but now the download finished at ~20mb instead by 56mb  can somebody send me the exe by email, icq or rapidshare?? thx sam ps @ conitec i'm really angry 
GS-Extra
Looking for a scripter
Suche einen scripter.
Estou a procura de um "Scripter".
|
|
|
|