La Nouvelle version PB 4.40 Est sortie OK !
Publié : mar. 01/déc./2009 23:05
Ben voilà,
PureBasic 4.40 est parus !
Rien de vraiment plus que la dernière Beta 7...
Un Grand Merci à l'équipe....

PureBasic 4.40 est parus !
Rien de vraiment plus que la dernière Beta 7...
Un Grand Merci à l'équipe....
A vos compte !Message de Fred !
Salut!
Nous sommes vraiment heureux de vous annoncer la version finale de PureBasic 4.40, après une étape très longue développement.
Nous avons mis beaucoup d'efforts dans cette version, il était plus ambitieux que le plan initial.
Cela dit, nous allons essayer de réduire le temps entre les nouvelles versions à l'avenir, alors restez branchés!
À nouveau un grand merci à tous les beta testeurs, qui ont fait un étonnant emplois en signalant les bugs que possible, nous espérons
avoir atteint un statut fiables.
Rien de bien nouveau depuis la version bêta publique dernier, juste quelques bugs plus écrasés.
; Le (grand) liste des changements:
; La (grande) liste des changements:
; ***************************************
- Added: Native Linux x64 support
- Added: Build-in Map library For hash tables
- Added: 'Threaded' Keyword For thread-local variables
- Added: Structure assignment copies the Structure (a.point = b.point)
- Added: ClearStructure()
- Added: AESEncoder(), AESDecoder(), StartAESCipher(), AddCipherBuffer(), FinishCipher()
- Added: Dylib support For OS X
- Added: Joystick library For OS X
- Added: Systray library For OS X
- Added: Trim/LTrim/RTrim() got an optional character To trim
- Added: #PB_Function, #PB_OSFunction, #PB_Map To Defined()
- Added: ReverseString(), InsertString(), RemoveString()
- Added: Blob support To databases
- Added: UsePostgreSQLDatabase(): native PostgreSQL support
- Added: Peephole optimizer To 64 bit versions To produce better code
- Added: '.a' (ascii) And '.u' (unicode) native type To provide native unsigned byte And word.
- Added: FileBuffersSize() - #PB_Default support change the buffersize To the Next opened files
- Added: #PB_URL_Protocol To Get/SetURLPart()
- Added: #PB_Shadow_TextureAdditive
- Added: FTPDirectoryEntryRaw(), FillMemory()
- Added: Global, Protected, Threaded, Shared And Static now accept a type To affect all Default variable declaration.
- Added: AddWindowTimer(), RemoveWindowTimer(), EventTimer()
- Added: #PB_Window_Tool To create tool windows
- Added: ShortcutGadget(), StatusBarProgress()
- Added: StatusBarImage() now supports normal images (Not just icons)
- Added: #PB_CheckBox_ThreeState flag To create a 3 state checkbox
- Added: CreateImageMenu(), CreatePopupImageMenu() For OSX
- Added: Full alphachannel support For all GUI elements that display images
- Added: Full alphachannel support For Image lib
- Added: New drawing modes For 2DDrawing in ImageOutput()
- Added: LinearGradient(), BoxedGradient(), CircularGradient(), EllipsicalGradient(), ConicalGradient()
- Added: CustomGradient(), GradientColor(), ResetGradientColors(), CustomFilterCallback()
- Added: DrawAlphaImage() For all outputs on all OS
- Added: DrawAlphaImage() has a new transparency parameter And can be used To draw non-alpha images part transparent
- Added: QuickDraw subsystem For WindowOutput() on OSX
- Added: Sprite/ScreenOutput For OpenGL (all OS)
- Added: DrawingFont() works For SDL output
- Added: OutputWidth(), OutputHeight(), OutputDepth() For 2DDrawing
- Added: GrabDrawingImage(), DrawRotatedText(), RGBA(), Alpha(), AlphaBlend()
- Added: #PB_PixelFormat_ReversedY - For pixel buffers that are stored upside-down (Windows ImageOutput Or OpenGl)
- Added: #PB_OS_Windows_7, #PB_OS_MacOSX_10_6 For OSVersion()
- Updated: OGRE To 1.6.2, sqlite 3.6.14.2, PCRE To 7.9
- Changed: Call(C)Function(Fast) parameters have been changed from 'Any' To 'Integer'.
- Changed: OpenScreen() now accepts FlipMode And RefreshRate
- Changed: FlipBuffers() doesn't take an optional parameter anymore
- Removed: #PB_Image_DisplayFormat is now deprecated (value set To 24 To have 24bit As Default)
- Removed: SetRefreshRate() has been removed, the parameter is in OpenScreen() now
- Fixed: Image Decoders are now threadsafe
- Fixed: Quite some bugs in libraries And in the compiler
;PureBasic IDE:
- Added: Full project management
- Added: Highlight matching keyword For keyword under cursor (tied To BraceMatching color setting)
- Added: Edit->Goto matching keyword
- Added: PB_TOOL_Preferences Environment variable For IDE tools
- Added: Theme management To customize menu icons
- Added: New 'Silk' theme based on the Iconsset by Mark James
- Added: Autocomplete scans implicit variable declaration And respects scope
- Added: Structure item autocomplete
- Changed: moved encoding/newline setting from compiler options To file menu
;PureBasic Debugger:
- Optimized: greatly improved VariableViewer update speeds
- Added: progressbar display If VariableViewer update takes long
- Added: column sort capability To VariableViewer (Windows only)

