Re: looking for pure basic network examples

2019-10-28 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: looking for pure basic network examples @9, again, you are over-complicating a solution. Yes, they may be more familiar to him, but you are still expecting him to know C as well as make DLL calls. DLL calls are notoriously unsafe, and considering the fact that there is (absolutely) no

Re: looking for pure basic network examples

2019-10-28 Thread AudioGames . net Forum — Developers room : rory-games via Audiogames-reflector
Re: looking for pure basic network examples I think I'll try to learn the pure basic stuff for now, or maybe just work on offline games until I become really familiar with the syntax and structure of the programs. URL: https://forum.audiogames.net/post/470937/#p470937 -- Audio

Re: looking for pure basic network examples

2019-10-27 Thread AudioGames . net Forum — Developers room : bgt lover via Audiogames-reflector
Re: looking for pure basic network examples Well, he said that the pb commands are hard and he needs an example, so I thought enet could be more familiar to him because he might have used bgt in the past.As for the C header to pb conversion, in the included sdk folder there is a tool

Re: looking for pure basic network examples

2019-10-27 Thread AudioGames . net Forum — Developers room : bgt lover via Audiogames-reflector
Re: looking for pure basic network examples Well, he said that the pb commands are hard and he needs an example, so I thought enet could be more familiar to him because he might have used bgt in the past.As for the C header to pb conversion, in the included sdk folder there is a tool

Re: looking for pure basic network examples

2019-10-27 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: looking for pure basic network examples Oh why, oh why must you have enet? What makes Enet so amazing? PB already provides UDP networking functions -- use those. It may be unwieldy but your over-complicating the solution by making someone have to mentally parse a C header file, then

Re: looking for pure basic network examples

2019-10-27 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: looking for pure basic network examples Oh why, oh why must you have enet? What makes Enet so amazing? PB already provides UDP networking functions -- use those. It may be unwieldy but your over-complicating the solution by making someone have to mentally parse a C header file, then

Re: looking for pure basic network examples

2019-10-27 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: looking for pure basic network examples Oh why, oh why must you have enet? What makes Enet so amazing? PB already provides UDP networking functions -- use those. It may be unwieldy but your over-complicating the solution by making some one have to mentally parse a C header file, then

Re: looking for pure basic network examples

2019-10-27 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: looking for pure basic network examples Oh why, oh why must you have enet? What makes Enet so amazing? PB already provides UDP networking functions -- use those. URL: https://forum.audiogames.net/post/470895/#p470895 -- Audiogames-reflector mailing list Audiogames-reflector

Re: looking for pure basic network examples

2019-10-27 Thread AudioGames . net Forum — Developers room : bgt lover via Audiogames-reflector
Re: looking for pure basic network examples Well, you don't need to convert the library to pb, the main enet.h is the one that needs to be converted in order for pb to know about any structs and functions available to be called from the library.In what way is it complicated, usage or

Re: looking for pure basic network examples

2019-10-26 Thread AudioGames . net Forum — Developers room : rory-games via Audiogames-reflector
Re: looking for pure basic network examples ok, this looks very complicated URL: https://forum.audiogames.net/post/470760/#p470760 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames

Re: looking for pure basic network examples

2019-10-25 Thread AudioGames . net Forum — Developers room : rory-games via Audiogames-reflector
Re: looking for pure basic network examples thanks! I will download it now and try to port it URL: https://forum.audiogames.net/post/470612/#p470612 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman

Re: looking for pure basic network examples

2019-10-25 Thread AudioGames . net Forum — Developers room : bgt lover via Audiogames-reflector
Re: looking for pure basic network examples Did you manage to do anything so far? If so, do you find enet simpler to work with than the pb commands?Now that I look at my previous post, I realise that I forgot to provide the link for enet, so here it goes:http://enet.bespin.org/I wish you

Re: looking for pure basic network examples

2019-10-25 Thread AudioGames . net Forum — Developers room : bgt lover via Audiogames-reflector
Re: looking for pure basic network examples pb's way of handling networking is verry unwealdy, even for a medium level of experience, needless to speak about a beginner.I recomand porting the enet library to pb and use it as a temporary solution, at least untill you become more advanc

Re: looking for pure basic network examples

2019-10-25 Thread AudioGames . net Forum — Developers room : bgt lover via Audiogames-reflector
Re: looking for pure basic network examples Did you manage to do anything so far? If so, do you find inet simpler to work with than the pb commands?Now that I look at my previous post, I realise that I forgot to provide the link for inet, so here it goes:Https://www.inet.bespin.org/I wish

Re: looking for pure basic network examples

2019-10-25 Thread AudioGames . net Forum — Developers room : bgt lover via Audiogames-reflector
Re: looking for pure basic network examples pb's way of handling networking is verry unwealdy, even for a medium level of experience, needless to speak about a beginner.I recomand porting the inet library to pb and use it as a temporary solution, at least untill you become more advanc

Re: looking for pure basic network examples

2019-10-24 Thread AudioGames . net Forum — Developers room : rory-games via Audiogames-reflector
Re: looking for pure basic network examples I havn't found one yet, so if anyone has any they could share, then that would be cool URL: https://forum.audiogames.net/post/470442/#p470442 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

looking for pure basic network examples

2019-10-19 Thread AudioGames . net Forum — Developers room : rory-games via Audiogames-reflector
looking for pure basic network examples hi!if anyone has some small multiplayer projects in pure basic, please send them to me here, I am very stuck on the pure basic networking.also, in particular i need something that can send and receive through telnetthanks in advance and have a nice