Search found 2125 matches

by DarkDragon
Sat Dec 11, 2004 8:58 am
Forum: Announcement
Topic: Spacegame3D - Techdemo of Senseflare 3D
Replies: 16
Views: 4202

Well, what I have forgotten: press C to change view!

here is the ErrorRequester version: http://www.senseflare.com/downloads/space_error.zip
I hope you can help me, with what I am doing wrong.
by DarkDragon
Fri Dec 10, 2004 7:56 pm
Forum: Announcement
Topic: Spacegame3D - Techdemo of Senseflare 3D
Replies: 16
Views: 4202

When does it crash? At the start? Which OpenGL version do you have? How much MB RAM do you have? Or do you get an error message? I will upload a special version with an Error-Requester. Maybe it can help me finding the bug. My System: TARGA AMD Athlon XP 1700+, 512MB DDR RAM, 60GB HD(30 in use), nVi...
by DarkDragon
Fri Dec 10, 2004 1:37 pm
Forum: Announcement
Topic: Spacegame3D - Techdemo of Senseflare 3D
Replies: 16
Views: 4202

Thanks for the answer thefool.
It seems to me that you are the onliest one who has downloaded the 88kb demo.
by DarkDragon
Thu Dec 09, 2004 6:55 pm
Forum: Announcement
Topic: Spacegame3D - Techdemo of Senseflare 3D
Replies: 16
Views: 4202

Spacegame3D - Techdemo of Senseflare 3D

Hello :D , I have a new game made in my own engine: http://www.senseflare.com/downloads/space_demo.zip http://www.senseflare.com/ <- 3DDeveloping package Old screenshots of the game: http://www.senseflare.com/images/1_small.jpg http://www.senseflare.com/images/2_small.jpg http://www.senseflare.com/i...
by DarkDragon
Mon Nov 29, 2004 4:53 pm
Forum: Coding Questions
Topic: Networking Question
Replies: 11
Views: 2358

InitNetwork() Procedure.s GetIP(Host$, File$, _Data$) File$ = "/ip.php" ConnectionID = OpenNetworkConnection("bradan.i-networx.de", 80) If ConnectionID String$ = "" String$ + "GET " + File$ + " HTTP/1.1" + Chr(13) + Chr(10) String$ + "Host: &qu...
by DarkDragon
Sun Nov 28, 2004 1:40 pm
Forum: Game Programming
Topic: Snake3D (demo)
Replies: 5
Views: 1963

Well, okay, for a demo it is good. Engine3D.dll is only aviable for users which have PureBasic. So it isn't standard on pc's.
by DarkDragon
Sun Nov 28, 2004 11:00 am
Forum: Game Programming
Topic: Snake3D (demo)
Replies: 5
Views: 1963

:| have you ever played snake? I can't die here. And do you always forget to put the Engine3D.dll in the directory of the game? If it isn't there I can't run it. Ask ShadowTurtle for more information about Snake3D Clones: http://www.shadowturtle.de/sites/shadowturtle/page.php?portal=standart&pag...
by DarkDragon
Thu Nov 18, 2004 7:23 am
Forum: Off Topic
Topic: Micro$oft used pirated app for Windows XP?
Replies: 11
Views: 2112

Microsoft wrote the Name of the illegal person in the SoundFiles itself ;) .
by DarkDragon
Tue Nov 09, 2004 6:26 pm
Forum: General Discussion
Topic: Xmas game contest !?
Replies: 10
Views: 1403

Yai I would make a 3D Snowboarding game or something else ;) But it would be a 3D game I hope :P .
by DarkDragon
Sun Nov 07, 2004 7:01 pm
Forum: Off Topic
Topic: Is this much code?
Replies: 0
Views: 745

Is this much code?

Well, hello, I implemented a triangle collision in my engine, and now I want to know if this is much user-code for this little demo: http://www.bradan.net/downloads/tricol.zip SF3DInit() ID = SF3DCreate(0, 0, 800, 600, #PB_Window_ScreenCentered | #PB_Window_SystemMenu, "Test") SF3DLoadMesh...
by DarkDragon
Sat Nov 06, 2004 5:21 pm
Forum: Tricks 'n' Tips
Topic: IRC Procedures
Replies: 10
Views: 5677

Now there are PingPong Events. So you can visit irc.euirc.net,....
by DarkDragon
Sun Oct 31, 2004 4:33 pm
Forum: Coding Questions
Topic: Garbage at the end of line (Linkedlist)
Replies: 2
Views: 769

You are redefining the fields of the structure.

Code: Select all

  ReplacementList()\ToFind.s      = Chr(i)
  ReplacementList()\ReplaceWith.s = Chr(38)+Chr(35)+Str(i)+Chr(59)
should be

Code: Select all

  ReplacementList()\ToFind      = Chr(i)
  ReplacementList()\ReplaceWith = Chr(38)+Chr(35)+Str(i)+Chr(59)
by DarkDragon
Sun Oct 31, 2004 4:11 pm
Forum: Off Topic
Topic: Who can make the best mod to a purebasic program?!
Replies: 4
Views: 1234

After a while, playing:

Debugger Error at Line 111: LinkedList doesn't have a current element.
by DarkDragon
Sun Oct 31, 2004 3:23 pm
Forum: Tricks 'n' Tips
Topic: IRC Procedures
Replies: 10
Views: 5677

IRC Procedures

Code updated for 5.20+ Hello!!! :D I created some IRC Procedures and a short Example for it: InitNetwork() Global ConnectionID.l Global NewList RecText.s() Procedure IRCConnect(Server.s, Port.l) Connection = OpenNetworkConnection(Server, Port) If Connection <> 0 ConnectionID = Connection EndIf Proc...
by DarkDragon
Sat Oct 30, 2004 4:24 pm
Forum: TailBite
Topic: TailBite 1.0 Preview, soon in PureProject and PureArea
Replies: 586
Views: 190284

ARGH Now I get that Error:
FAsm: SF3DShared.asm
flat assembler version 1.56
TBTemp\Functions\SF3DShared.asm [9]
Public align 4
error: reserved word used as a symbol

The Pipe was closed.