PureBasic-Lounge (PureBasic - Forum) Foren-Übersicht Win-API PureBasic-Library
  • Icon
  • Icon
  • Icon
  • Icon
  • Icon
Board Navigation
 Navigation
# Portal
# Forum
# PureBasic-Lexikon
# PureBasic Club
# Die Netiquette
 Chat:
# Zum Chat
# Wer ist im Chat ?
# Chat Paste-Service
 News
# Kategorien
# Archiv
 Download
# In Wartung!
 Tools
# RSS-Feed
# PureBasic-Quiz
# Posts heute
# Einstellungen
# Letzte Themen
# Kalender
# Grafiker Gallerie
# Links
 Über uns
# FAQ
# Mitgliederliste
# Benutzergruppen
# Kontakt
# Impressum

Top Poster
Mitglieder Beiträge
 Hroudtwolf   9142
 hellhound66   3860
 Kaeru Gaman   3054
 bembulak   2881
 Green Snake   2510

Schnellsuche


[ Erweiterte Suche ]

Letzte Themen
# Jubelläum
by hajol on Mon Feb 08, 2010 11:27 pm

# Commandline-Helper
by RSBasic on Sun Feb 07, 2010 6:49 pm

# Dead Key's z.B. Zirkumflex ^
by alexcentral on Sat Feb 06, 2010 11:10 pm

# Sphere
by hajol on Fri Feb 05, 2010 10:40 pm

# wie geht das eigentlich mit den Windows-Ressourcen...?
by Kaeru Gaman on Fri Feb 05, 2010 1:03 pm


Statistik
Wir haben 943 registrierte Benutzer.
Der neueste Benutzer ist Dr.Damn Fist.

Unsere Benutzer haben insgesamt 45800 Beiträge geschrieben.

Links
Purebasic.com

PureArea.net und das Showcase

PureBoard



Neueste Bilder
Kleiner Zeitvertreib mit MyPaint unter Ubuntu. 
Es gibt einfach zu wenig Fotos von Fred, war deshalb etwas schwierig markante Gesichtszüge zu erkennen. Wollte es euch trotzdem nicht vorenthalten :P
Titel: Fred?
Poster: Remi
Verfasst am: Tue Feb 02, 2010 10:16 pm
Aufrufe: 37
Bewertung: 10
Kommentare: 6

Die Lisa.
Titel: Lisa
Poster: max_der_held
Verfasst am: Mon Jan 25, 2010 2:33 pm
Aufrufe: 27
Bewertung: 10
Kommentare: 2

ist für das namentlich nicht erwähnte spiel, das ich seit nem jahr so programmiere ;) :) [und heute auch 3d modelliere]
das blueprint
wers benutzen will pm@ mich. all rights reserved ;)
Titel: Krieger Blueprint
Poster: max_der_held
Verfasst am: Fri Jan 08, 2010 10:04 pm
Aufrufe: 59
Bewertung: 10
Kommentare: 1

[ Grafiker Gallerie ]
PureBasic-Lounge (PureBasic - Forum) - Das Forum der PureBasic Comunity
Portal-Logo

Alle Werbeinnahmen werden selbstverständlich nur zum Erhalt der PureBasic-Lounge aufgewendet.





Letzte 5 PureBasic-Lexikon Einträge
Eingereicht:Titel:
18.12.2009Videotutorial über Konstanten und Enumeration
29.09.2009Videotutorial über Kommentare
26.09.20091. Videotutorial über Strings
26.09.20091. Videotutorial zu Variabeln
14.09.2009MVC mit PB (Supi, es reimt sich.)

Laberkasten

  [Aktuelle PB Version] PureBasic 4.41 Auf diese News antworten Dieses Thema drucken Dieses Thema mailen
Verfasst am 12-07-2009 02:50:08 pm von Hroudtwolf
PureBasic Aktuelle PureBasic Version

Version: 4.41
Released am: 31.01.2010

Die neue IDE:
Image

Neue Features:

  • Linux x64
  • Map Library for hash tables
  • 'Threaded' Keyword for thread-local variables
  • Structure assignment copies the structure (a.point = b.point)
  • ClearStructure(*Pointer, Structure)
  • AES to cipher library: AESEncoder(), AESDecoder(), StartAESCipher(), AddCipherBuffer(), FinishCipher()
  • Dylib for OS X
  • Trim/LTrim/RTrim() got an optional character to trim
  • Added #PB_Function, #PB_OSFunction, #PB_Map to Defined()
  • ReverseString(String$), InsertString(String$, StringToInsert$, Position), RemoveString(String$ [, Position [, NbOccurences])
  • Add blob support to databases
  • Added peephole optimizer to 64 bit versions to produce better code
  • '.a' (ascii) and '.u' (unicode) native type to provide native unsigned byte and word.
  • FileBuffersSize(#PB_Default, ...): #PB_Default support change the buffersize to the next opened files
  • #PB_URL_Protocol to Get/SetURLPart()
  • #PB_Shadow_TextureAdditive
  • FTPDirectoryEntryRaw()
  • Global, Protected, Threaded, Shared and Static now accept a type to affect all default variable declaration.
  • AddWindowTimer(), RemoveWindowTimer(), #PB_Event_Timer, EventTimer()
  • #PB_Window_Tool - create tool windows
  • StatusBarProgress()
  • StatusBarImage() - now supports normal images (not just icons)
  • #PB_Checkbox_ThreeState flag to create a 3 state checkbox (state values: #PB_CheckBox_Checked, #PB_CheckBox_Unchecked, #PB_CheckBox_Inbetween)
  • CreateImageMenu(), CreatePopupImageMenu() for OSX
  • Full alphachannel support for all GUI elements that display images
  • Full alphachannel support for Image lib
  • New drawing modes for 2DDrawing in ImageOutput()
    - #PB_2DDrawing_AlphaBlend
    - #PB_2DDrawing_AlphaClip
    - #PB_2DDrawing_AlphaChannel
    - #PB_2DDrawing_Gradient
  • LinearGradient(), BoxedGradient(), CircularGradient(), EllipsicalGradient(), ConicalGradient(), CurtomGradient()
  • GradientColor(), ResetGradientColors()
  • DrawAlphaImage() for all outputs on all OS
  • DrawAlphaImage() has a new transparency parameter and can be used to draw non-alpha images part transparent
  • QuickDraw subsystem for WindowOutput() on OSX
  • Sprite/ScreenOutput for OpenGL (all OS)
  • DrawingFont() works for SDL output!
  • OutputWidth(), OutputHeight(), OutputDepth() for 2DDrawing
  • GrabDrawingImage(), DrawRotatedText()
  • RGBA(), Alpha()
  • #PB_PixelFormat_ReversedY - for pixel buffers that are stored upside-down (Windows ImageOutput or OpenGl)
  • #PB_Image_DisplayFormat is now deprecated (value set to 32 to have 32bit as default)
  • #PB_OS_Windows_7 for OSVersion()
  • OGRE to 1.6.2, sqlite 3.6.14.2
  • Call(C)Function(Fast) parameters have been changed from 'Any' to 'Integer'.
  • Image Decoders are now threadsafe
  • UsePostgreSQLDatabase()
  • #PB_2DDrawing_CustomFilter drawing mode (ImageOutput only)
  • CustomFilterCallback()
  • AlphaBlend(Color1, Color2) - blend two 32bit colors
  • OpenScreen() now accepts FlipMode, RefreshRate (see quickhelp)
  • SetRefreshRate() has been removed
  • FlipBuffers() doesn't take an optional parameter anymore
  • 2DDrawing library optimized for size
  • ArraySize() to support non-declared (null) arrays
  • Joystick library for OS X
  • Systray library for OS X
  • DirectX9 subsystem as default


Neue Features der PureBasic IDE:

  • Highlight matching keyword for keyword under cursor (tied to BraceMatching color setting)
  • Edit->Goto matching keyword
  • PB_TOOL_Preferences Environment variable for IDE tools
  • Theme management to customize menu icons
  • New 'Silk' theme based on the Iconsset by Mark James
  • Autocomplete scans implicit variable declaration and respects scope
  • Structure item autocomplete
  • Project Management:
    - Autocomplete for all files within a project (even if not opened)
    - Multiple compiler settings for different compile targets
    - Compile all compile targets at once
    - Per-Project list of last opened files
    - Project ToolsPanel tool for fast access to the project files

  • moved encoding/newline setting from compiler options to file menu
  • Keyword underlining can be turned off separately from brace matching (under Editor->Fonts/Margins)
  • Autopopup mode for AutoComplete can be set separately for structure and non-structure items


Neues im Debugger:

  • greatly improved VariableViewer update speeds
  • progressbar display if VariableViewer update takes long
  • column sort capability to VariableViewer (Windows Only)


Download (Per Account):
http://www.purebasic.com/securedownload/Login.php?language=DE

Diese News wurde 548 mal gelesen und hat 2 Kommentare. Antworten

Login
Benutzername:

Passwort:

 Remember me



Ich habe mein Passwort vergessen!

Hast Du noch keinen Account ?
Du kannst hier kostenlos registrieren


Wer ist online?

Insgesamt sind 6 Benutzer online: Kein registrierter, kein versteckter und 6 Gäste

Keine

[ Komplette Liste anzeigen ]


Der Rekord liegt bei 61 Benutzern am Tue Jun 26, 2007 5:02 am.


Umfrage
Welchen Browser benutzt du hauptsächlich?
MS Internet Explorer [ 1 ]
4%  4%  
Mozilla FireFox [ 15 ]
68%  68%  
Mozilla Seamonkey [ 0 ]
0%  0%  
Opera [ 3 ]
13%  13%  
Safari (Mac OS X default) [ 0 ]
0%  0%  
Google Chrome od. Chromium [ 2 ]
9%  9%  
K-Meleon [ 1 ]
4%  4%  
Konqueror (KDE default) [ 0 ]
0%  0%  
Epiphany (Gnome) [ 0 ]
0%  0%  
Sonstiger (siehe unten) [ 0 ]
0%  0%  
Stimmen insgesamt : 22
[ Ergebnis anzeigen ]

Kalendar
<<Februar 2010>>
Mo Di Mi Do Fr Sa So
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
Heute hat niemand Geburtstag.
Geburtstag(e) in den nächsten 7 Tagen: johann.boehme (21), LJ_1102 (19), proinovest (57), Ronnzn (24), Tomarr Sovai (39)
Kommende Events:
Keine

Zuletzt online
Insgesamt haben heute 114 User das Forum besucht: 8 registrierte, kein versteckter und 106 Gäste, davon 18 innerhalb der letzten Stunde.
helpy Tue Feb 09, 2010 7:29 am
Green Snake Mon Feb 08, 2010 9:56 pm
inc Mon Feb 08, 2010 9:13 pm
HB Mon Feb 08, 2010 8:21 pm
Remi Mon Feb 08, 2010 6:47 pm




Powered by phpBB2 Plus © 2001, 2002 phpBB Group :: Designed by DerWebWolf.de