Gamestudio Links
Zorro Links
Newest Posts
MT5 bridge not working on MT5 v. 5 build 4160
by EternallyCurious. 04/25/24 20:49
Data from CSV not parsed correctly
by EternallyCurious. 04/25/24 10:20
Trading Journey
by howardR. 04/24/24 20:04
M1 Oversampling
by Petra. 04/24/24 10:34
Zorro FIX plugin - Experimental
by flink. 04/21/24 07:12
Scripts not found
by juergen_wue. 04/20/24 18:51
zorro 64bit command line support
by 7th_zorro. 04/20/24 10:06
StartWeek not working as it should
by jcl. 04/20/24 08:38
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
4 registered members (EternallyCurious, AndrewAMD, TipmyPip, Quad), 902 guests, and 8 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Mega_Rod, EternallyCurious, howardR, 11honza11, ccorrea
19048 Registered Users
Previous Thread
Next Thread
Print Thread
Rating: 5
Page 10 of 17 1 2 8 9 10 11 12 16 17
Re: [GSTNet] Send to clientid implemented [Re: nfs42] #133876
08/03/07 11:23
08/03/07 11:23
Joined: Apr 2005
Posts: 3,076
Germany, NRW
rvL_eXile Offline

3D Artist
rvL_eXile  Offline

3D Artist

Joined: Apr 2005
Posts: 3,076
Germany, NRW
Slin du Sau Mein schönes Bild

cYa Sebastian


Tutorials:
[Blender]Terrain creation ENG/GER
[Blender]Low Poly Tree Modeling
[GIMP]Create a Texture for Terrains
CLICK HERE


Re: [GSTNet] Send to clientid implemented [Re: nfs42] #133877
08/03/07 11:33
08/03/07 11:33
Joined: Jun 2007
Posts: 10
R
Raven75 Offline
Newbie
Raven75  Offline
Newbie
R

Joined: Jun 2007
Posts: 10
Die gleiche FH habe ich 6 Jahre später auch besucht , allerdings nicht in Informatik sondern Nachrichtentechnik. Werd dann auch mir mal c-script dann mal anschauen, da sonst die konvertierung der Examples recht umständlich ist.

Re: [GSTNet] Send to clientid implemented [Re: Slin] #133878
08/03/07 11:41
08/03/07 11:41
Joined: Jun 2001
Posts: 1,004
Dossenbach
N
nfs42 Offline OP
Serious User
nfs42  Offline OP
Serious User
N

Joined: Jun 2001
Posts: 1,004
Dossenbach
hi slin,
thank you for beta testing
empty string crash is fixed empty packets are not sent anymore
ent_remove: there was an error with freeing removed entities: still fixing/testing
how much entities do you need ?!


Andreas
GSTools - Home of
GSTScript 0.9.8: lua scripting for A6/7/8
GSTNet 0.7.9.20: network plugin for A6/7/8
GSTsqlite 1.3.7: sql database plugin for A6/7/8
3DGS Codebase: 57 snippets || 3DGS Downloads: 248 files
Re: [GSTNet] Send to clientid implemented [Re: nfs42] #133879
08/03/07 11:58
08/03/07 11:58
Joined: May 2005
Posts: 2,713
Lübeck
Slin Offline
Expert
Slin  Offline
Expert

Joined: May 2005
Posts: 2,713
Lübeck
1000 Entities should usually be enough if they can be removed. Though it would be best if I could set the number myself from within the script. On the other side, what are the disadvantages if you set the number very high?

Re: [GSTNet] Send to clientid implemented [Re: Slin] #133880
08/03/07 12:05
08/03/07 12:05
Joined: Jun 2001
Posts: 1,004
Dossenbach
N
nfs42 Offline OP
Serious User
nfs42  Offline OP
Serious User
N

Joined: Jun 2001
Posts: 1,004
Dossenbach
atm I'm allocting the whole memory at startup, no dynamic allocation


Andreas
GSTools - Home of
GSTScript 0.9.8: lua scripting for A6/7/8
GSTNet 0.7.9.20: network plugin for A6/7/8
GSTsqlite 1.3.7: sql database plugin for A6/7/8
3DGS Codebase: 57 snippets || 3DGS Downloads: 248 files
Re: [GSTNet] Send to clientid implemented [Re: nfs42] #133881
08/03/07 12:24
08/03/07 12:24
Joined: Jan 2003
Posts: 4,305
Damocles Offline
Expert
Damocles  Offline
Expert

Joined: Jan 2003
Posts: 4,305
If is is possible, you could insert a starting parameter, that
manages the memeory allocation. I for example dont need entities to be managed,
and only need Strings, var, and arrays for the communication.

so a parameter: maximum_managed_entities(x); would be good

[GSTNet] 0.5.9 released [Re: Damocles] #133882
08/03/07 17:39
08/03/07 17:39
Joined: Jun 2001
Posts: 1,004
Dossenbach
N
nfs42 Offline OP
Serious User
nfs42  Offline OP
Serious User
N

Joined: Jun 2001
Posts: 1,004
Dossenbach
*************************************************

2007-08-03 Release 0.5.9 public beta

-------------------------------------------------

^ empty packets were sent > no send

^ _SendArray fixed pointer arithmetic

x GSTNet_ent_remove only on server now

entities pool is available again

+ GSTNet_Debug(vMode)

enables/disables logging

download

Last edited by nfs42; 08/03/07 17:42.
Re: [GSTNet] 0.5.9 released [Re: nfs42] #133883
08/03/07 20:19
08/03/07 20:19
Joined: Jan 2003
Posts: 4,305
Damocles Offline
Expert
Damocles  Offline
Expert

Joined: Jan 2003
Posts: 4,305
Very nice, now the send_array works correctly.

This dll is progressing very well!

Re: [GSTNet] 0.5.9 released [Re: Damocles] #133884
08/06/07 13:16
08/06/07 13:16
Joined: May 2005
Posts: 2,713
Lübeck
Slin Offline
Expert
Slin  Offline
Expert

Joined: May 2005
Posts: 2,713
Lübeck
Thanks for the update

Quote:


x GSTNet_ent_remove only on server now
entities pool is available again




This works only, when the GSTNet_ent_create function was called on the server.
this means that weather both can only be called on the server or you have to look into this some more

Re: [GSTNet] 0.5.9 released [Re: Slin] #133885
08/06/07 16:41
08/06/07 16:41
Joined: Jun 2001
Posts: 1,004
Dossenbach
N
nfs42 Offline OP
Serious User
nfs42  Offline OP
Serious User
N

Joined: Jun 2001
Posts: 1,004
Dossenbach
you can GST_ent_create on any client or server, but GSTNet_ent_remove only works on the server.


Andreas
GSTools - Home of
GSTScript 0.9.8: lua scripting for A6/7/8
GSTNet 0.7.9.20: network plugin for A6/7/8
GSTsqlite 1.3.7: sql database plugin for A6/7/8
3DGS Codebase: 57 snippets || 3DGS Downloads: 248 files
Page 10 of 17 1 2 8 9 10 11 12 16 17

Moderated by  HeelX, Spirit 

Gamestudio download | chip programmers | 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