Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
1 registered members (TipmyPip), 18,449 guests, and 6 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 1 of 2 1 2
Gamestudio 7.06 public beta #158386
10/03/07 09:31
10/03/07 09:31
Joined: Jul 2000
Posts: 28,024
Frankfurt
jcl Offline OP

Chief Engineer
jcl  Offline OP

Chief Engineer

Joined: Jul 2000
Posts: 28,024
Frankfurt
A new Gamestudio/A7 version is available for a public beta test:

gstudio_706.exe

This version contains fixes for all bugs listed for 7.05, as well as new features like mesh cloning, SpaceNavigator support, a WED terrain editor, improvements for MED, SED, and new engine functions. You can install it as a update for your previous 7.05 version. About installing and using the new features, please read:

http://manual.conitec.net/newfeatures70.htm

7.06 will sit here for a couple of days and then move to the download page when no serious bugs are found. Please report any bugs in the bug forum.

Re: Gamestudio 7.06 public beta [Re: jcl] #158387
10/03/07 10:04
10/03/07 10:04
Joined: Aug 2006
Posts: 652
Netherlands
bstudio Offline
User
bstudio  Offline
User

Joined: Aug 2006
Posts: 652
Netherlands
Yay, downloading now. New updates are always welcome


BASIC programmers never die, they GOSUB and don't RETURN.
Re: Gamestudio 7.06 public beta [Re: bstudio] #158388
10/03/07 11:57
10/03/07 11:57
Joined: May 2007
Posts: 2,043
Germany
Lukas Offline

Programmer
Lukas  Offline

Programmer

Joined: May 2007
Posts: 2,043
Germany
Thanks! Now the code jumper also shows other variables than vars. That's very good because I often use chars

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 Offline
Member
Sam_Be  Offline
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: Sam_Be] #158390
10/04/07 11:52
10/04/07 11:52
Joined: Jul 2000
Posts: 28,024
Frankfurt
jcl Offline OP

Chief Engineer
jcl  Offline OP

Chief Engineer

Joined: Jul 2000
Posts: 28,024
Frankfurt
You can certainly set up your antivirus software not to cancel downloads. Another user had reported a similar problem, probably with the same antivirus software. Of course, it would be nice to report that false alarm to the manufacturer.

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 Offline
User
sheefo  Offline
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: sheefo] #158392
10/04/07 13:58
10/04/07 13:58
Joined: Jan 2007
Posts: 651
Germany
R
RedPhoenix Offline
User
RedPhoenix  Offline
User
R

Joined: Jan 2007
Posts: 651
Germany
Don't know why, but SED needs much more time to open windows.h now, than before.
(code jumper as well as sort code jumper option are diaabled)

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
R
RedPhoenix Offline
User
RedPhoenix  Offline
User
R

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 Offline
Member
Sam_Be  Offline
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".
Re: Gamestudio 7.06 public beta [Re: Sam_Be] #158395
10/06/07 06:35
10/06/07 06:35
Joined: Sep 2003
Posts: 929
Spirit Offline

Moderator
Spirit  Offline

Moderator

Joined: Sep 2003
Posts: 929
I have no probs downloading but I dont think you want to receive a 50 MB email and I also dont think it is allowed to put it on rapidshare without conitec permission.

Page 1 of 2 1 2

Moderated by  Matt_Coles 

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1