Gamestudio Links
Zorro Links
Newest Posts
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (AndrewAMD, Ayumi), 1,405 guests, and 4 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Hanky27, firatv, wandaluciaia, Mega_Rod, EternallyCurious
19051 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 4 of 4 1 2 3 4
Future of ANet Demo(s) [Re: Dark_samurai] #289457
09/13/09 09:01
09/13/09 09:01
Joined: Jul 2005
Posts: 1,930
Austria
Dark_samurai Offline OP
Serious User
Dark_samurai  Offline OP
Serious User

Joined: Jul 2005
Posts: 1,930
Austria
This is how the ANet Demo will be limited in the future:
- ANet Demo also has the functions of ANet Standard/Professional unlocked
- ANet Demo only allows 4 connections
- ANet Demo has a starting window
- ANet Demo can't be used for commercial projects
- ANet Demo locks all functions after a certain time


ANet - A stable and secure network plugin with multi-zone, unlimited players, voip, server-list features,... (for A7/A8)!
get free version
Re: Future of ANet Demo(s) [Re: Dark_samurai] #290463
09/19/09 09:48
09/19/09 09:48
Joined: Jul 2005
Posts: 1,930
Austria
Dark_samurai Offline OP
Serious User
Dark_samurai  Offline OP
Serious User

Joined: Jul 2005
Posts: 1,930
Austria
Small Update:
- I think I managed to fix an enoying bug that only randomly appeared
- I've implemented a new function: enet_ent_morph()
- I've added a new page to the manual, where all defines and macros are listed and explained


ANet - A stable and secure network plugin with multi-zone, unlimited players, voip, server-list features,... (for A7/A8)!
get free version
Re: Future of ANet Demo(s) [Re: Dark_samurai] #293601
10/12/09 16:42
10/12/09 16:42
Joined: Jun 2006
Posts: 2,640
Earth
Germanunkol Offline
Expert
Germanunkol  Offline
Expert

Joined: Jun 2006
Posts: 2,640
Earth
A feature request: (correct me if this is not needed or already implemented, but I can't find it)

var enet_get_fsender(var FTransferID);

a function that returns the clientid of the client who _started_ the transfer.

The reason I need it: in the EVENT_FTRANSFER_ABORTED event, I need to know who started sending the file, to know which client I can now send a new file to, because there's no more transition going on now.

I have a workaround for now (saving the clientid in the file name, which i need to do anyways), but the function would be nice for the future.
Could be useful for other setups as well: in the other two file sending events, I know who the other client is (and in _STARTED I even know that this other client was the one starting the file transfer), so I can sortof figure out who the sender was (if I didn't send the file, it must've been him), but it's not the nicest way, and in the _ABORTED event I only receive a var of the one who aborted the transfer, which may have been my current client.


~"I never let school interfere with my education"~
-Mark Twain
Re: Future of ANet Demo(s) [Re: Germanunkol] #293923
10/14/09 19:41
10/14/09 19:41
Joined: Jun 2006
Posts: 2,640
Earth
Germanunkol Offline
Expert
Germanunkol  Offline
Expert

Joined: Jun 2006
Posts: 2,640
Earth
...And how about a "enet_ftransfer_active(var clientid)" that returns 1 if there's a file being transmitted between me and clientid or 0 if there's not file being transmitted? would make coding file transfers much, much easier.

What I'm trying to do is have every client send their logo to the server, and the server distributing them out. it's becoming quite a pain...

Last edited by Germanunkol; 10/14/09 19:42.

~"I never let school interfere with my education"~
-Mark Twain
Re: Future of ANet Demo(s) [Re: Germanunkol] #294003
10/15/09 14:13
10/15/09 14:13
Joined: Jul 2005
Posts: 1,930
Austria
Dark_samurai Offline OP
Serious User
Dark_samurai  Offline OP
Serious User

Joined: Jul 2005
Posts: 1,930
Austria
Thanks for your request, I'll put it on my list!


ANet - A stable and secure network plugin with multi-zone, unlimited players, voip, server-list features,... (for A7/A8)!
get free version
Page 4 of 4 1 2 3 4

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