Search found 55 matches

by AngelSoul
Thu Dec 11, 2003 7:50 am
Forum: Game Programming
Topic: Irrlicht-3DEngine
Replies: 26
Views: 8331

@fsw
Here some screenshots what the engine is already able to do...

http://openscenegraph.sourceforge.net/s ... index.html
This looks very promising!
by AngelSoul
Thu Nov 20, 2003 8:14 am
Forum: General Discussion
Topic: About PureBasic
Replies: 37
Views: 10388

PowerBasic is not far more as you suggest.

In terms of speed, PowerBasic is a tiny little bit faster but PureBasic makes smaller executables.

Granted, PowerBasic respect more the BASIC syntax, it allows strings with nul chars in it but the debugging is somewhat rather poor compared to PureBasic ...
by AngelSoul
Wed Nov 19, 2003 2:43 pm
Forum: Coding Questions
Topic: Looking for ASM tutorials
Replies: 4
Views: 1876

That's too bad i wonder why he did that :(

Anyway thanks Andre, my email is stbigras@hotmail.com
by AngelSoul
Wed Nov 19, 2003 12:05 pm
Forum: Coding Questions
Topic: Looking for ASM tutorials
Replies: 4
Views: 1876

Looking for ASM tutorials

I've seen one here before but i can't seem to find it searching. Is there any sites anyone could recommend?

Thanks
by AngelSoul
Wed Nov 12, 2003 11:40 am
Forum: Game Programming
Topic: Anyone know the 3D engine Truevision 3D?
Replies: 2
Views: 2006

Anyone know the 3D engine Truevision 3D?

It was mainly developed for VB6 and i must say i was really impressed! I'd like to port it to PB but i don't know much about COM/Activex.

It is definitely possible to wrap those functions since they did it for C++ and this engine is pretty solid even within the VB IDE and another good thing, you ...
by AngelSoul
Wed Nov 12, 2003 10:53 am
Forum: General Discussion
Topic: VMWare, Virtual PC & Co.
Replies: 6
Views: 2627

You don't need a floopy drive necessarely, i think if i remember correctly it can boot from an image. If you have a win98 bootable cd you could extract the boot sector and store it to a small image file.

You can get this cool utility here: http://www.nu2.nu/bbie/

VMWare is very impressive and ...
by AngelSoul
Wed Nov 12, 2003 10:50 am
Forum: Coding Questions
Topic: Best Way To Display Timer Without Flicker
Replies: 12
Views: 3397

Cool! A great way to properly optimize your loop.

Haven't thought of that :>
by AngelSoul
Wed Nov 12, 2003 9:16 am
Forum: Game Programming
Topic: Problem running Terrain.pb using SKYDOME
Replies: 1
Views: 1722

Problem running Terrain.pb using SKYDOME

After running the example, i can see the first frame rendered perfectly but it returns a VCC++ Runtime Library error.

If i remove the Skydome line it runs fine.
It does the same windowed/full screen

anyone else with that issue?
by AngelSoul
Wed Nov 12, 2003 8:05 am
Forum: Game Programming
Topic: Is there a way to generate/make terrains?
Replies: 2
Views: 1829

Great! Thanks a lot!
by AngelSoul
Wed Nov 12, 2003 7:51 am
Forum: Coding Questions
Topic: Best Way To Display Timer Without Flicker
Replies: 12
Views: 3397

There is also another method to avoid flickering without having to put delays in your code.

Here's an example:


OpenWindow(0,50,50,200,30,#PB_Window_ScreenCentered + #PB_Window_MinimizeGadget,"A Window...")
CreateStatusBar(0,WindowID())

Repeat
ww=WindowEvent()
If Date()<>lastdate
a$=Str(Date ...
by AngelSoul
Wed Nov 12, 2003 7:22 am
Forum: Game Programming
Topic: Is there a way to generate/make terrains?
Replies: 2
Views: 1829

Is there a way to generate/make terrains?

I know i need a 256 grayscale image for the heights, is there a tool or software that can generate them?
by AngelSoul
Tue Nov 11, 2003 8:10 am
Forum: Announcement
Topic: * Winsock API for PB released *
Replies: 19
Views: 9894

I mainly did this to allow multi server ports and UDP was tagged along with it. As for Linux i don't really care i'm not into that.
by AngelSoul
Fri Oct 31, 2003 6:50 am
Forum: Coding Questions
Topic: getting own ip adress?
Replies: 4
Views: 1992

Take a look here:
viewtopic.php?t=7347&highlight=adapter

It is a sample code that enumerates network adapters with their current IP address
by AngelSoul
Fri Oct 31, 2003 6:48 am
Forum: Coding Questions
Topic: May order PB depending on answers... :)
Replies: 13
Views: 3800

PureBasic is really worth buying, the price is very low for such an advanced and optimized compiler compared to Visual Basic.

What i really love about it it's the easy and straight access to Windows API without the hassle to declare the functions.

example: lockworkstation_()


Buy it you won't ...
by AngelSoul
Wed Oct 29, 2003 5:54 pm
Forum: Coding Questions
Topic: Mirc
Replies: 13
Views: 4564

It looks like mirc can't recognize PB procedures :(