Page 3 of 14
					
				Re: PureBasic 5.30 beta 1 released!
				Posted: Fri May 30, 2014 10:41 pm
				by Olby
				 
This is just amazing! So much to play with, don't know where to start. 

Happy days... Thanks PB team- you're the best!
 
			
					
				Re: PureBasic 5.30 beta 1 released!
				Posted: Fri May 30, 2014 10:43 pm
				by Jagermeister
				Beautiful! Thank you PB team!
			 
			
					
				Re: PureBasic 5.30 beta 1 released!
				Posted: Fri May 30, 2014 11:36 pm
				by Poshu
				Hell yeah for the news \o/
			 
			
					
				Re: PureBasic 5.30 beta 1 released!
				Posted: Sat May 31, 2014 1:15 am
				by PB
				> A new /PREPROCESS compiler flag which will generate a
> PB code with all compiler directives and macros resolved
See, this is precisely why PureBasic is the best Basic around!
You guys have proven that you listen to your customers and
put in amazing features like this! I thank you so very much!  
 
BTW, the donation link at 
http://www.purebasic.com should be on
the main site somewhere, so we don't have to log into our personal
accounts to make a donation. Make it easy, not hard, to donate. 

 
			
					
				Re: PureBasic 5.30 beta 1 released!
				Posted: Sat May 31, 2014 1:46 am
				by Fred
				fsw wrote:Question:
Does the 5.3 version entail all 5.22LTS (already occured) bug fixes?
I assume yes.
Sure.
 
			
					
				Re: PureBasic 5.30 beta 1 released!
				Posted: Sat May 31, 2014 2:57 am
				by flaith
				Thank you so much for your work guys  

 
			
					
				Re: PureBasic 5.30 beta 1 released!
				Posted: Sat May 31, 2014 4:04 am
				by PB
				Olby, I didn't even realise at first that your animgif guy
still had glasses on, after he took the first pair off!  

 
			
					
				Re: PureBasic 5.30 beta 1 released!
				Posted: Sat May 31, 2014 6:53 am
				by mestnyi
				Have not added a much needed 
 
   
  
  # PB_Event_SizeGadget, # PB_Event_MoveGadget, ID (), GetParent () ...
 
			
					
				Re: PureBasic 5.30 beta 1 released!
				Posted: Sat May 31, 2014 6:54 am
				by box_80
				Thanks team for all your work!!!  

 
			
					
				Re: PureBasic 5.30 beta 1 released!
				Posted: Sat May 31, 2014 7:48 am
				by applePi
				too much new goodies , the glorious arrival of v5.3 is like the arrival of the basketball superstar michael jordan over a UFO in "space jam" movie (1996)
http://www.youtube.com/watch?v=lLeD-2Ebdaw 
			
					
				Re: PureBasic 5.30 beta 1 released!
				Posted: Sat May 31, 2014 9:01 am
				by Fred
				Thanks all for the nice comments ! We also have planned a new "change to apply" section as requested sometimes ago. Here is the one for 5.30:
[Mandatory]: It won't compile anymore, so change is needed
[Deprecated]: It will still compile and works but will raise a deprecated warning.
If something isn't clear for you, or if you have a better idea, don't hesitate to tell.
Code: Select all
Update roadmap from 5.2x to 5.30
* [Mandatory] CreateXMLNode():
  add the new name parameter, and remove any extra SetXMLNodeName() if any (no more needed)
  
* [Mandatory] AddBillboard(Index, #BillboardGroup, x, y, z)
  Change to: Index = AddBillboard(#BillboardGroup, x, y, z)
* [Deprecated] MaterialDepthWrite(#Material, State):
  Change to SetMaterialAttribute(#Material, #PB_Material_DepthWrite, State)
  
* [Deprecated] CountRenderedTriangles()
  Change to Engine3DStatus(#PB_Engine3D_NbRenderedTriangles)
  
* [Deprecated] Engine3DFrameRate(Type):
  Change to Engine3DStatus(Type)
  
* [Deprecated] #PB_LinkedList
  Change to: #PB_List
 
			
					
				Re: PureBasic 5.30 beta 1 released!
				Posted: Sat May 31, 2014 10:17 am
				by Bananenfreak
				Cool Features 
 
Thank you Fred & Team.
Only thing I have to say: Good, now we can free water and get the heigth of water (Good for boats, I will make an program ^^), but we can“t set the Dimension of a waterplane and its floatingdirection, Amplitude,... .
 
			
					
				Re: PureBasic 5.30 beta 1 released!
				Posted: Sat May 31, 2014 10:20 am
				by Fred
				Hydrax is built as an "unlimited" waterplane by design, that's why it can't be sized.
			 
			
					
				Re: PureBasic 5.30 beta 1 released!
				Posted: Sat May 31, 2014 10:30 am
				by chi
				Thank you for the new beta! I really like the JSON lib 
 
@Fred: Those "change to apply" infos... Will they also be visible inside the IDE by any chance?
 
			
					
				Re: PureBasic 5.30 beta 1 released!
				Posted: Sat May 31, 2014 10:36 am
				by Fred
				Should be a dedicated page in the help for now