Search found 690 matches

by Thalius
Sat Jan 06, 2018 11:20 pm
Forum: Announcement
Topic: N3XTD: 3D engine
Replies: 201
Views: 106211

Re: N3XTD: 3D engine

btw Irrlicht. I may be able to dig out the last version i helped on + bit uncomplete Manual for it.

Cheers!
by Thalius
Thu Mar 06, 2014 3:49 pm
Forum: General Discussion
Topic: Bittorrent
Replies: 5
Views: 2216

Re: Bittorrent

@idle:
Ooooh thank Fre..erm God your still around! :D This might be exactly what i am looking for, small, simple, leightweight.
"I shall experiment on the pavement of my own hacked source upon... erm.. yeah" *cough* :D
Meaning to say: Thaaanks :)

@User_Russian
Is the UDP-fixed Source somewhere to ...
by Thalius
Wed Mar 05, 2014 6:09 pm
Forum: General Discussion
Topic: Bittorrent
Replies: 5
Views: 2216

Bittorrent

Hihi :)

i haven't been around here for a while now since i started my own company and barely get to use PB nowadays anymore. Which is a terrible shame. For longer time i wanted again to code some nice programs again but yeah.. where can you find time if the money-chain is biting you in the a ...
by Thalius
Mon Aug 13, 2012 4:11 pm
Forum: Tricks 'n' Tips
Topic: [Crossplatform] HTTP GET / Download *without API !*
Replies: 32
Views: 37852

Re: [Crossplatform] HTTP GET / Download *without API !*

Gotta try with the new versions again.

But what http error do you get , curious :)

Cheers! oh and yeah i havent been here in a loong time, but found time to work with PB again - yey!
Thalius
by Thalius
Fri Jan 21, 2011 9:35 pm
Forum: Announcement
Topic: N3XTD: 3D engine
Replies: 201
Views: 106211

Re: N3XTD: 3D engine

Ive managed to get a Linux version compiled.

Tested here on various Ubuntu.

Download here:
Win32/Linux32:
http://www.anwesend.ch/meckardt/pb/n3xt ... Engine.zip

Cheers,
Thalius
by Thalius
Sun May 23, 2010 2:24 pm
Forum: Game Programming
Topic: PB Port >> FB Irrlicht Wrapper v0.7.6 (Anyone bored?)
Replies: 4
Views: 3200

Re: PB Port >> FB Irrlicht Wrapper v0.7.6 (Anyone bored?)

Theres a little bit more involved.

In case you missed - this is based on Franks work:
http://www.purebasic.fr/english/viewtopic.php?f=27&t=24164

Basically is what you want - Innesoft from the German Board got the 1.71 Irrlicht based Version.
Source here: http://www.anwesend.ch/meckardt/pb/pbiw ...
by Thalius
Thu Apr 29, 2010 8:58 pm
Forum: Announcement
Topic: TV3D with PureBasic
Replies: 14
Views: 12547

Re: TV3D with PureBasic

Downloaded it a while ago.

Mirrored: here: http://www.anwesend.ch/meckardt/pb/TV3D_PB_WRAP.zip


Cheers,
Thalius
by Thalius
Fri Apr 09, 2010 7:47 pm
Forum: Applications - Feedback and Discussion
Topic: IrrlichtWrapper 1.05 (still) beta
Replies: 239
Views: 257162

Re: IrrlichtWrapper 1.05 (still) beta

Innesoft wrote:@Thalius, thanks for the links; your "Source of v 1.06 of the Wrapper + Build" file is corrupt though (7zip or winrar won't open it).
oops ! reuploaded!
dang 3G Connections ^^
by Thalius
Fri Apr 09, 2010 6:27 pm
Forum: Applications - Feedback and Discussion
Topic: IrrlichtWrapper 1.05 (still) beta
Replies: 239
Views: 257162

Re: IrrlichtWrapper 1.05 (still) beta

This is still the latest build Irrlicht 1.4.

Unfortunately i dont have time for much personal coding anymore - simply too tired when i get home from work.
If somone wants to maintain the wrapper feel free to contact me - i may be able to do a few small things but time has prooven that i dont get to ...
by Thalius
Thu Apr 08, 2010 6:09 pm
Forum: Tricks 'n' Tips
Topic: Dynamical calling interface
Replies: 6
Views: 4125

Re: Dynamical calling interface

Code: Select all

CallFunction(Fast) and CallCFunction
are old Relicts.

Generally nowadays the use of Interfaces is strongly recommended. While this piece of code is pretty handy tho i must admit :D

Cheers,
Thalius
by Thalius
Thu Feb 25, 2010 3:35 pm
Forum: Applications - Feedback and Discussion
Topic: oonetwork lib 1.00a
Replies: 9
Views: 5062

Re: oonetwork lib 0.91a

Proxy relies ona Standard Protocol.

This looks custom but seems nice and easy ^^
Thanks idle. ! :D
by Thalius
Thu Oct 15, 2009 6:44 pm
Forum: Off Topic
Topic: iPhone killer..
Replies: 80
Views: 16282

Re: iPhone killer..

man -... everyone talks about this thing called "Reality" .. is it really so important ? :mrgreen:

Whats that anyway ?
i mean the world is just ONE!+!!+0+!0ne

:lol:
by Thalius
Thu Oct 15, 2009 6:25 pm
Forum: Coding Questions
Topic: Flippin' Images
Replies: 12
Views: 1667

Re: Flippin' Images

Fred wrote:Timo spent about 1 day on the subject, so i bet he is correct :twisted:
does he still have his hair ? :mrgreen:
by Thalius
Thu Oct 15, 2009 10:26 am
Forum: Linux
Topic: OpenNetworkConnection() - How to determine timeout
Replies: 6
Views: 3000

Re: OpenNetworkConnection() - How to determine timeout

Syn Cookies should be enabled - to prevent SYN flooding or connections will drop in that case.

you can enable / disable them using Magick flags:

# enable
echo 1 > /proc/sys/net/ipv4/tcp_syncookies
# disable
echo 0 > /proc/sys/net/ipv4/tcp_syncookies

as i see oyu want to connect to a HTTP Port ...
by Thalius
Wed Oct 14, 2009 10:00 pm
Forum: Tricks 'n' Tips
Topic: [PB 4.31] Random realistic solar system
Replies: 10
Views: 8660

Re: [PB 4.31] Random realistic solar system

Whoa, Great Stuff! ;) Somehow brings back memorys of David Braben's Elite(tm) Series :D

Cheers,
Thalius