PureBasic 4.20 Beta1 (Windows) -- Happy New year!

Developed or developing a new product in PureBasic? Tell the world about it.
SoulReaper
Enthusiast
Enthusiast
Posts: 372
Joined: Sun Apr 03, 2005 2:14 am
Location: England

Post by SoulReaper »

Thankyou to Fred and the Team :)

I have been waiting for this one :wink:
citystate
Enthusiast
Enthusiast
Posts: 638
Joined: Sun Feb 12, 2006 10:06 pm

Post by citystate »

thanks guys - your hard work is always appreciated
there is no sig, only zuul (and the following disclaimer)

WARNING: may be talking out of his hat
Beach
Enthusiast
Enthusiast
Posts: 677
Joined: Mon Feb 02, 2004 3:16 am
Location: Beyond the sun...

Post by Beach »

Thanks guys! I desperately needed something to pull me away from Guitar Hero III!! Can't wait to test the serial lib...
-Beach
BriceManuel
Enthusiast
Enthusiast
Posts: 195
Joined: Thu Nov 29, 2007 8:23 am

Post by BriceManuel »

Thank you for the update.
THCM wrote:@Team Could you please give us some more info about the new DX9 subsystem? What's supported and what's not? By simply changing the subsystem to DX9 I'll get some weird effects. My game shows only some border gfx and freezes. I'll try to hunt down, what's causing the troubles.
If it were me, I wouldn't use the new DirectX9 subsystem. I would use the DX9 subsysten that Stefan wrote.

Both seem equal in rendering speed, but Stefan's sprite pixel collision is blazing fast and leaves the native PB collision commands in the dust.

The exact same code (test 6), compiled with both subsystems using pixel-collision, run on the same PC:

DirectX9 = 10,000 Drops 9 FPS
DX9 = 10,000 Drops 189 FPS

Since I use it for games, and collision is a big part of games, I will continue using Stefan's subsystem. :?
User avatar
flaith
Enthusiast
Enthusiast
Posts: 704
Joined: Mon Apr 25, 2005 9:28 pm
Location: $300:20 58 FC 60 - Rennes
Contact:

Post by flaith »

I still feel like a child where there is a new release :D
So thanks a lot Fred, Freak, Pb Team and happy new year to all
“Fear is a reaction. Courage is a decision.” - WC
Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

Post by Mistrel »

Is there a way to disable the blue theme in the menu? The new menus are harder to read.
maw

Post by maw »

Excellent job guys!!

Was gonna start a new "Let's donate a little" but since it's just been christmas and all I figured most people can be a little short on cash at the moment. Donate drive will be started at the end of january instead! :lol:
tomijan
Enthusiast
Enthusiast
Posts: 107
Joined: Sun Dec 11, 2005 1:32 pm

Post by tomijan »

Very good year end, many thanks for PB Team.
For my best news are debugger enhancements, really needed.
regards
tom
registered user
User avatar
thyphoon
Enthusiast
Enthusiast
Posts: 345
Joined: Sat Dec 25, 2004 2:37 pm

Post by thyphoon »

Thanks The Team for this great present !
lot of good new stuff in this versionIt's fabulous !

I try DirectX9 Subsystem i have some strange rendering i Think it's Beta 1 it's normal ! :D
User avatar
Hroudtwolf
Addict
Addict
Posts: 803
Joined: Sat Feb 12, 2005 3:35 am
Location: Germany(Hessen)
Contact:

Post by Hroudtwolf »

Thanks for the fast work and much more thanks for regex :) .
Derek
Addict
Addict
Posts: 2354
Joined: Wed Apr 07, 2004 12:51 am
Location: England

Post by Derek »

Joakim Christiansen wrote:Pretty weird, I can't get the update to work :S
I tried the auto-updater which does nothing, then I manually copied the files and tried to compile something which gave me thousands of POLINK errors. Maybe I'm just tired or something... :?

Using Vista that is...
I did an update using the included installer on Vista and it worked fine so I don't think it's Vista's fault. :?
Tranquil
Addict
Addict
Posts: 952
Joined: Mon Apr 28, 2003 2:22 pm
Location: Europe

Post by Tranquil »

Thats a nice new year gift! Thanks for that great releases. I'm happy to read the "RegularExpression" enhancement that comes handy.

One suggestion to the FTP lib:

it would be nice if a connectionID returned by OpenNetworkConnection can be used so that it is possible to do connections through a proxy server.

Thanks a lot PB Team! Donation is on its way!

Happy new year to you and all PB users!
Tranquil
THCM
Enthusiast
Enthusiast
Posts: 276
Joined: Fri Apr 25, 2003 5:06 pm
Location: Gummersbach - Germany
Contact:

Post by THCM »

BriceManuel wrote:Thank you for the update.
THCM wrote:@Team Could you please give us some more info about the new DX9 subsystem? What's supported and what's not? By simply changing the subsystem to DX9 I'll get some weird effects. My game shows only some border gfx and freezes. I'll try to hunt down, what's causing the troubles.
If it were me, I wouldn't use the new DirectX9 subsystem. I would use the DX9 subsysten that Stefan wrote.

Both seem equal in rendering speed, but Stefan's sprite pixel collision is blazing fast and leaves the native PB collision commands in the dust.

The exact same code (test 6), compiled with both subsystems using pixel-collision, run on the same PC:

DirectX9 = 10,000 Drops 9 FPS
DX9 = 10,000 Drops 189 FPS

Since I use it for games, and collision is a big part of games, I will continue using Stefan's subsystem. :?
Yes, you're right, but my game uses an Ogre rendered skybox in the background and so I have to use DirectX7 or the newly introduced DirectX9 subsystem. At first it has to produce correct result, after that speed is the second issue.
The Human Code Machine / Masters' Design Group
User avatar
Comtois
Addict
Addict
Posts: 1431
Joined: Tue Aug 19, 2003 11:36 am
Location: Doubs - France

Post by Comtois »

Mistrel wrote:Is there a way to disable the blue theme in the menu? The new menus are harder to read.
In preference , UnCheck 'Display Icons in the Menu'

Thank you PB Team and Happy new year.
Please correct my english
http://purebasic.developpez.com/
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Post by srod »

Thank you very much. 8)
I may look like a mule, but I'm not a complete ass.
Post Reply