Incompatible changes to beta 3:
- removed #PB_Canvas_GrabMouse flag (this is now always done on Windows/Linux)
Other changes:
- added #PB_Canvas_Clip to Get/SetGadgetAttribute to manually set/remove clipping in CanvasGadget
- added diagonal arrow cursors to CanvasGadget (Windows Only)
- added #PB_Canvas_CustomCursor attribute to CanvasGadget to set a custom cursor handle
- added #PB_EventType_LeftClick, #PB_EventType_LeftDoubleClick etc to CanvasGadget
- added #PB_EventType_Input for CanvasGadget and #PB_Canvas_Input attribute for text input
- added DoubleClickTime() function to misc library
- added OpenGL renderer to the OGRE library on Windows, when using the OpenGL subsystem. That means than you can have exactly the same version on the 3 OSes, and also use GLSL as common script plateform (for compositor for example)
- added GetScriptTexture() and TextureOutput()
Es wird doch hoffentlich noch eine beta geben mit mehr Bugfixes/Features bezüglich OGRE, oder? Im moment sind immernoch ein paar wenige Steine im weg.
Angenommen es gäbe einen Algorithmus mit imaginärer Laufzeit O(i * n), dann gilt O((i * n)^2) = O(-1 * n^2) d.h. wenn man diesen Algorithmus verschachtelt ist er fertig, bevor er angefangen hat.