Search found 10 matches

by neseir
Sat Jul 20, 2013 10:58 am
Forum: Announcement
Topic: PureBasic 5.20 beta 20 is out
Replies: 360
Views: 141107

Re: PureBasic 5.20 beta 6 is ready to test !

Comtois wrote:it is added since 5th November 2012: Version 5.00
Added: EntityAngularFactor(), EntityLinearFactor()

Wow !!

I did not notice these two commands :oops:

Thanks !

Regards
Eirik
by neseir
Sat Jul 20, 2013 2:47 am
Forum: Announcement
Topic: PureBasic 5.20 beta 20 is out
Replies: 360
Views: 141107

Re: PureBasic 5.20 beta 6 is ready to test !

Hi

Great to see all the new features that have been added on the physics part. I could not see any information related to the question I had earlier regarding adding constraints on physics simulation (behave lik Box2D) ( http://www.purebasic.fr/english/viewtopic.php?f=13&t=48913 is the post with ...
by neseir
Thu Nov 01, 2012 2:07 pm
Forum: Feature Requests and Wishlists
Topic: Entity collision information
Replies: 1
Views: 1316

Re: Entity collision information

Hi

There are some information on the bullet physics site regarding this :

http://www.bulletphysics.org/mediawiki- ... d_Triggers

Having this information available in a purebasic List or array (or simular) would be nice :D

BR
Eirik
by neseir
Wed Sep 05, 2012 11:03 am
Forum: Announcement
Topic: PureBasic 5.00 beta 2
Replies: 82
Views: 38418

Re: PureBasic 5.00 beta 2

WOW!!

This is great !! Looks very good :D

Will features using the rendergroup also be added ? Would love to have feature like explained in this posting :

http://www.ogre3d.org/tikiwiki/tiki-index.php?page=Displaying+2D+Backgrounds

Will ease the creation of graphics with static or scrolled ...
by neseir
Mon Jan 23, 2012 1:24 am
Forum: Feature Requests and Wishlists
Topic: More Database Connector
Replies: 6
Views: 2546

Re: More Database Connector

Hi Bisonte

Firebird sql is opensource. If possible I prefer native connectors instead of ODBC (FireBird is available on Win, Mac and Linux etc. Don't now the status of iODBC on linux but I think using a FireBird client lib directly is the best option). Regarding the other databases listed I think ...
by neseir
Fri Jan 20, 2012 12:20 am
Forum: Feature Requests and Wishlists
Topic: More Database Connector
Replies: 6
Views: 2546

Re: More Database Connector

Hi

I would also love to see a UseFBSQLDatabase() connector !

//Eirik
by neseir
Fri Jan 20, 2012 12:11 am
Forum: Coding Questions
Topic: #Database handle in DatabaseQuery
Replies: 0
Views: 853

#Database handle in DatabaseQuery

Hi

This might be a feature request but also that I'm not using the database functionallity good enough.......

Why do the NextDatabaseRow (and simular) functions use the database handle and not a handle returned from e.g. the DatabaseQuery ? Would be far easier to do queries without having to ...
by neseir
Thu Jan 19, 2012 10:59 pm
Forum: Coding Questions
Topic: Setting LinearFactor and AngularFactor
Replies: 7
Views: 2773

Re: Setting LinearFactor and AngularFactor

Great !

Are we talking 4.61/4.62 or 4.7 :D ?

//Eirik
by neseir
Wed Jan 18, 2012 1:04 am
Forum: Coding Questions
Topic: Setting LinearFactor and AngularFactor
Replies: 7
Views: 2773

Re: Setting LinearFactor and AngularFactor

Hi DarkDragon

You are spot on the usage. If the bullet edition used inside purebasic is later than 2.75 then this functions are already implemented :

http://bulletphysics.org/mediawiki-1.5.8/index.php/Code_Snippets

The only part I could not see was if the methods where published for the entity ...
by neseir
Tue Jan 17, 2012 11:27 am
Forum: Coding Questions
Topic: Setting LinearFactor and AngularFactor
Replies: 7
Views: 2773

Setting LinearFactor and AngularFactor

Hi

In bullet physics it is possible to set the LinearFactor and the AgularFactor on a physics object to restrict the action to e.g. just move in the x, y plane and rotate around the z-axis (like Box2D).

Have looked through the 3D commands but I can not find these functions published (or refered to ...