News:

PlayBASIC2DLL V0.99 Revision I Commercial Edition released! - Convert PlayBASIC programs to super fast Machine Code. 

Main Menu

PlayBasic V1.089 Retail Update Available

Started by kevin, October 15, 2005, 05:51:08 AM

Previous topic - Next topic

kevin




PlayBasic V1.089 Retail Update is Now Available



 This is the latest release build of Play Basic.  This update includes the new music command set, search-able help and  various other new features.

 Note:  Most of the new commands added to this release have not yet been documented.  But more are self explanatory.

For more information about PlayBasic, please visit the Play Basic home page, download the demo and dive right on in..

Url: www.PlayBasic.com




Latest User Creations

SuDoKu Board  

Bunnys Adventure




Publish PlayBASIC Games

Have you written a game or application in PlayBasic ? Need a publisher ?. Well, remember we'd love to promote your work on our site and through our news letter, free of course !. If your interested, email me.


Upgrades

 GET UPGRADES FROM THE MAINTENANCE BOARD




TheGameCreators.com customers

If you purchased PlayBasic through TGC and wish get access to updates/betas on UW then send email "Kevin Picone"




V1.089 Update History



 Version    Date              Dizzy
 --------   ----              -----

  1.089m   14th,Oct,2005
*Added
 - "_" can now be used as continuation chr.
    must be used at the end of the line. (To be changed)




  1.089jkl 6/12th,Oct,2005
*Changes
 - Tweaking VM a little.  :)



  1.089i  5th,Oct,2005
*Bugs
 - Fixed logic error in closing dll's

*Changes
 - CLean up the Close Image/Sprite/Sound/Music lib's


  1.089h 1st/2nd,Oct,2005
*Adding
 - cont. DLL binding code generation.


  1.089g 30th,Sep,2005
*Adding
 - DLL binding to parser (LinkDll/EndLInkDll)




  1.089e/f 29th,Sep,2005
* NewCommands
 - FontMaskCOlour ThisFont,MaskCOlour
 - MaskCOlour=GetFontMaskCOlour(ThisFont)

* Updates
 - Updated Draw Image Alpha



  1.089d  26/28th,Sep,2005
* Fixes
 - CopyRect Pre/Dest clipping area
 - GetImage FX clipper

* NewCommands
 - CopyStripV SrcImage,Xpos,Y1,Y2,DestImage,X,Y  
 - CopyStripH SrcImage,Ypos,X1,X2,DestImage,X,Y  
 
 - FontChrWidth(ThisFont,ThisChr,Width)
 - Width=GetFontChrWidth(ThisFont,ThisChr)
 - DrawFontChr thisFont,ThisChr,Xpos,ypos
 - GetFontChr thisFont,ThisChr,Xpos,Ypos



  1.089c  19/25th,Sep,2005
* Updates
 - FadeImage now supports FX buffers  + Viewports
 - RenderPhongMap now supports FX buffers
 - LightImage now supports FX buffers
 - DrawRotatedImage can now read from normal & fx buffer images
 - BlurIMage now supports FX buffers
 - GridImage now supports fx buffers
 - Tileimage now supports fx buffers and now aligns itself to
   to the current viewports top left coord.
 - RgbMaskimage support Fx buffers + Viewports
 - GrayScale image supports FX buffers + Viewports
 - Sped up Scroll Image
 - TextureTrI & Quad now support reading from normal & FX buffers
 - CopyIMage supports FX buffers
 - Cls now supports FX buffers
 - GetImage supports FX buffers

* Fixes
 - Fixed crash from MOD function


* New Commands
 - ScaleImage ThisImage,ScaleX,ScaleY,mode
 - GetImageType(thisImage)  (normal=1 or FX=2)
 - CopyRect SrcSurface,x1,y1,x2,y2,DestSurface,x,y


  1.089b  18th,Sep,2005
* New Commands
 - DeleteAllSounds

 - loadMusic Filename$,MusicIndex
 - DeleteMusic MusicIndex
 - DeleteAllMusics
 - PlayMusic MusicIndex
 - StopMusic MusicIndex
 - PauseMusic MusicIndex
 - ResumeMusic MusicIndex
 - MusicVolume MusicIndex,Volume
 - MusicFreq MusicIndex,FreqValue
 - MusicPan MusicIndex,PanValue
 - LoopMusic MusicIndex,Flag

 - MusicIndex=GetFreeMusic()
 - Flag=GetMusicStatus(MusicIndex)
 - Volume=GetMusicVolume(MusicIndex)
 - Pan=GetMusicPan(MusicIndex)
 - Freq=GetMusicFreq(MusicIndex)
 - Status=GetMusicPlaying(MusicIndex)



  1.089a  5/8th,Sep,2005
* Added
            - Allowed comments after Global/Local/Static declarations
            - Allowed last parameter assignment in global/local/static declares
            - Stop in Debugger now sets variable scope focus

   * Bugs
            - Fixed the problem with comments in the Declaration blocks