Diagonal Dragging performance on Complex windows

For help with general CEGUI usage:
- Questions about the usage of CEGUI and its features, if not explained in the documentation.
- Problems with the CMAKE configuration or problems occuring during the build process/compilation.
- Errors or unexpected behaviour.

Moderators: CEGUI MVP, CEGUI Team

Icewave
Just popping in
Just popping in
Posts: 17
Joined: Fri Mar 06, 2009 01:55

Diagonal Dragging performance on Complex windows

Postby Icewave » Tue Mar 27, 2012 21:05

Hi all

Ran into a slight issue, noting major just a minor irritant.

The only way i can really describe it is with a video: http://www.youtube.com/watch?v=CUg3Ed9OzJM

When i move a complex window side to side, or up and down my FPS stays steady, however if you move it diagonal or in circles, it shoots down the FPS down so fast i have no idea what hit me :D When this happens my console also gets spammed with "MouseDevice::GetDeviceState"(DirectInput8), although i think thats just the game trying to recover from the FPS drop.

Any help with this would be appreciated, im not even sure where to begin attempting to debug this.

Thanks in advance :)

ps: i should probably mention CEGUI is being statically linked into a d3d9.dll being injected into the game X3: Albion Prelude

Log:

Code: Select all

28/03/2012 04:17:39 (Std)    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
28/03/2012 04:17:39 (Std)    +                     Crazy Eddie's GUI System - Event log                    +
28/03/2012 04:17:39 (Std)    +                          (http://www.cegui.org.uk/)                         +
28/03/2012 04:17:39 (Std)    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

28/03/2012 04:17:39 (Std)    CEGUI::Logger singleton created. (03C0C410)
28/03/2012 04:17:39 (Std)    
28/03/2012 04:17:39 (Std)    ********************************************************************************
28/03/2012 04:17:39 (Std)    * Important:                                                                   *
28/03/2012 04:17:39 (Std)    *     To get support at the CEGUI forums, you must post _at least_ the section *
28/03/2012 04:17:39 (Std)    *     of this log file indicated below.  Failure to do this will result in no  *
28/03/2012 04:17:39 (Std)    *     support being given; please do not waste our time.                       *
28/03/2012 04:17:39 (Std)    ********************************************************************************
28/03/2012 04:17:39 (Std)    ********************************************************************************
28/03/2012 04:17:39 (Std)    * -------- START OF ESSENTIAL SECTION TO BE POSTED ON THE FORUM       -------- *
28/03/2012 04:17:39 (Std)    ********************************************************************************
28/03/2012 04:17:39 (Std)    ---- Version 0.7.6 (Build: Mar 26 2012 Static Microsoft Windows MSVC++ 10.0 32 bit) ----
28/03/2012 04:17:39 (Std)    ---- Renderer module is: CEGUI::Direct3D9Renderer - Official Direct3D 9 based 2nd generation renderer module. ----
28/03/2012 04:17:39 (Std)    ---- XML Parser module is: CEGUI::ExpatParser - Official expat based parser module for CEGUI ----
28/03/2012 04:17:39 (Std)    ---- Image Codec module is: SILLYImageCodec - Official SILLY based image codec ----
28/03/2012 04:17:39 (Std)    ---- Scripting module is: None ----
28/03/2012 04:17:39 (Std)    ********************************************************************************
28/03/2012 04:17:39 (Std)    * -------- END OF ESSENTIAL SECTION TO BE POSTED ON THE FORUM         -------- *
28/03/2012 04:17:39 (Std)    ********************************************************************************
28/03/2012 04:17:39 (Std)    
28/03/2012 04:17:39 (Std)    ---- Begining CEGUI System initialisation ----
28/03/2012 04:17:39 (Std)    CEGUI::ImagesetManager singleton created (03C43788)
28/03/2012 04:17:39 (Std)    CEGUI::FontManager singleton created. (03C43858)
28/03/2012 04:17:39 (Std)    CEGUI::WindowFactoryManager singleton created
28/03/2012 04:17:39 (Std)    CEGUI::WindowManager singleton created (03CC6E40)
28/03/2012 04:17:39 (Std)    CEGUI::SchemeManager singleton created. (03C43928)
28/03/2012 04:17:39 (Std)    CEGUI::MouseCursor singleton created. (03BA6978)
28/03/2012 04:17:39 (Std)    CEGUI::GlobalEventSet singleton created. (041801A0)
28/03/2012 04:17:39 (Std)    CEGUI::AnimationManager singleton created (03CC6E90)
28/03/2012 04:17:39 (Std)    CEGUI::WidgetLookManager singleton created. (03E3C1A8)
28/03/2012 04:17:39 (Std)    CEGUI::WindowRendererManager singleton created (03E3C190)
28/03/2012 04:17:39 (Std)    CEGUI::RenderEffectManager singleton created (039E59C0)
28/03/2012 04:17:39 (Std)    Created WindowFactory for 'DefaultWindow' windows.
28/03/2012 04:17:39 (Std)    WindowFactory for 'DefaultWindow' windows added. (03A01150)
28/03/2012 04:17:39 (Std)    Created WindowFactory for 'DragContainer' windows.
28/03/2012 04:17:39 (Std)    WindowFactory for 'DragContainer' windows added. (03A011F8)
28/03/2012 04:17:39 (Std)    Created WindowFactory for 'ScrolledContainer' windows.
28/03/2012 04:17:39 (Std)    WindowFactory for 'ScrolledContainer' windows added. (03A012A0)
28/03/2012 04:17:39 (Std)    Created WindowFactory for 'ClippedContainer' windows.
28/03/2012 04:17:39 (Std)    WindowFactory for 'ClippedContainer' windows added. (03A01348)
28/03/2012 04:17:39 (Std)    Created WindowFactory for 'CEGUI/Checkbox' windows.
28/03/2012 04:17:39 (Std)    WindowFactory for 'CEGUI/Checkbox' windows added. (03A013F0)
28/03/2012 04:17:39 (Std)    Created WindowFactory for 'CEGUI/PushButton' windows.
28/03/2012 04:17:39 (Std)    WindowFactory for 'CEGUI/PushButton' windows added. (03A01498)
28/03/2012 04:17:39 (Std)    Created WindowFactory for 'CEGUI/RadioButton' windows.
28/03/2012 04:17:39 (Std)    WindowFactory for 'CEGUI/RadioButton' windows added. (03A01540)
28/03/2012 04:17:39 (Std)    Created WindowFactory for 'CEGUI/Combobox' windows.
28/03/2012 04:17:39 (Std)    WindowFactory for 'CEGUI/Combobox' windows added. (03A015E8)
28/03/2012 04:17:39 (Std)    Created WindowFactory for 'CEGUI/ComboDropList' windows.
28/03/2012 04:17:39 (Std)    WindowFactory for 'CEGUI/ComboDropList' windows added. (03A01690)
28/03/2012 04:17:39 (Std)    Created WindowFactory for 'CEGUI/Editbox' windows.
28/03/2012 04:17:39 (Std)    WindowFactory for 'CEGUI/Editbox' windows added. (03A01738)
28/03/2012 04:17:39 (Std)    Created WindowFactory for 'CEGUI/FrameWindow' windows.
28/03/2012 04:17:39 (Std)    WindowFactory for 'CEGUI/FrameWindow' windows added. (03A017E0)
28/03/2012 04:17:39 (Std)    Created WindowFactory for 'CEGUI/ItemEntry' windows.
28/03/2012 04:17:39 (Std)    WindowFactory for 'CEGUI/ItemEntry' windows added. (03A01888)
28/03/2012 04:17:39 (Std)    Created WindowFactory for 'CEGUI/Listbox' windows.
28/03/2012 04:17:39 (Std)    WindowFactory for 'CEGUI/Listbox' windows added. (03A01930)
28/03/2012 04:17:39 (Std)    Created WindowFactory for 'CEGUI/ListHeader' windows.
28/03/2012 04:17:39 (Std)    WindowFactory for 'CEGUI/ListHeader' windows added. (03A019D8)
28/03/2012 04:17:39 (Std)    Created WindowFactory for 'CEGUI/ListHeaderSegment' windows.
28/03/2012 04:17:39 (Std)    WindowFactory for 'CEGUI/ListHeaderSegment' windows added. (03A01A80)
28/03/2012 04:17:39 (Std)    Created WindowFactory for 'CEGUI/Menubar' windows.
28/03/2012 04:17:39 (Std)    WindowFactory for 'CEGUI/Menubar' windows added. (03A01B28)
28/03/2012 04:17:39 (Std)    Created WindowFactory for 'CEGUI/PopupMenu' windows.
28/03/2012 04:17:39 (Std)    WindowFactory for 'CEGUI/PopupMenu' windows added. (03A01BD0)
28/03/2012 04:17:39 (Std)    Created WindowFactory for 'CEGUI/MenuItem' windows.
28/03/2012 04:17:39 (Std)    WindowFactory for 'CEGUI/MenuItem' windows added. (03A01C78)
28/03/2012 04:17:39 (Std)    Created WindowFactory for 'CEGUI/MultiColumnList' windows.
28/03/2012 04:17:39 (Std)    WindowFactory for 'CEGUI/MultiColumnList' windows added. (03A01D20)
28/03/2012 04:17:39 (Std)    Created WindowFactory for 'CEGUI/MultiLineEditbox' windows.
28/03/2012 04:17:39 (Std)    WindowFactory for 'CEGUI/MultiLineEditbox' windows added. (03A01DC8)
28/03/2012 04:17:39 (Std)    Created WindowFactory for 'CEGUI/ProgressBar' windows.
28/03/2012 04:17:39 (Std)    WindowFactory for 'CEGUI/ProgressBar' windows added. (03A01E70)
28/03/2012 04:17:39 (Std)    Created WindowFactory for 'CEGUI/ScrollablePane' windows.
28/03/2012 04:17:39 (Std)    WindowFactory for 'CEGUI/ScrollablePane' windows added. (03A01F18)
28/03/2012 04:17:39 (Std)    Created WindowFactory for 'CEGUI/Scrollbar' windows.
28/03/2012 04:17:39 (Std)    WindowFactory for 'CEGUI/Scrollbar' windows added. (03A01FC0)
28/03/2012 04:17:39 (Std)    Created WindowFactory for 'CEGUI/Slider' windows.
28/03/2012 04:17:39 (Std)    WindowFactory for 'CEGUI/Slider' windows added. (03A02068)
28/03/2012 04:17:39 (Std)    Created WindowFactory for 'CEGUI/Spinner' windows.
28/03/2012 04:17:39 (Std)    WindowFactory for 'CEGUI/Spinner' windows added. (03A02110)
28/03/2012 04:17:39 (Std)    Created WindowFactory for 'CEGUI/TabButton' windows.
28/03/2012 04:17:39 (Std)    WindowFactory for 'CEGUI/TabButton' windows added. (03A021B8)
28/03/2012 04:17:39 (Std)    Created WindowFactory for 'CEGUI/TabControl' windows.
28/03/2012 04:17:39 (Std)    WindowFactory for 'CEGUI/TabControl' windows added. (03A02260)
28/03/2012 04:17:39 (Std)    Created WindowFactory for 'CEGUI/Thumb' windows.
28/03/2012 04:17:39 (Std)    WindowFactory for 'CEGUI/Thumb' windows added. (03A02308)
28/03/2012 04:17:39 (Std)    Created WindowFactory for 'CEGUI/Titlebar' windows.
28/03/2012 04:17:39 (Std)    WindowFactory for 'CEGUI/Titlebar' windows added. (03A023B0)
28/03/2012 04:17:39 (Std)    Created WindowFactory for 'CEGUI/Tooltip' windows.
28/03/2012 04:17:39 (Std)    WindowFactory for 'CEGUI/Tooltip' windows added. (03A02458)
28/03/2012 04:17:39 (Std)    Created WindowFactory for 'CEGUI/ItemListbox' windows.
28/03/2012 04:17:39 (Std)    WindowFactory for 'CEGUI/ItemListbox' windows added. (03A02500)
28/03/2012 04:17:39 (Std)    Created WindowFactory for 'CEGUI/GroupBox' windows.
28/03/2012 04:17:39 (Std)    WindowFactory for 'CEGUI/GroupBox' windows added. (03A025A8)
28/03/2012 04:17:39 (Std)    Created WindowFactory for 'CEGUI/Tree' windows.
28/03/2012 04:17:39 (Std)    WindowFactory for 'CEGUI/Tree' windows added. (03A02650)
28/03/2012 04:17:39 (Std)    Created WindowFactory for 'HorizontalLayoutContainer' windows.
28/03/2012 04:17:39 (Std)    WindowFactory for 'HorizontalLayoutContainer' windows added. (03A026F8)
28/03/2012 04:17:39 (Std)    Created WindowFactory for 'VerticalLayoutContainer' windows.
28/03/2012 04:17:39 (Std)    WindowFactory for 'VerticalLayoutContainer' windows added. (03A027A0)
28/03/2012 04:17:39 (Std)    Created WindowFactory for 'GridLayoutContainer' windows.
28/03/2012 04:17:39 (Std)    WindowFactory for 'GridLayoutContainer' windows added. (03A02848)
28/03/2012 04:17:39 (Std)    Window type alias named 'DefaultGUISheet' added for window type 'DefaultWindow'.
28/03/2012 04:17:39 (Std)    CEGUI::System singleton created. (03E120F8)
28/03/2012 04:17:39 (Std)    ---- CEGUI System initialisation completed ----
28/03/2012 04:17:39 (Std)    
28/03/2012 04:17:39 (Std)    Started creation of Scheme from XML specification:
28/03/2012 04:17:39 (Std)    ---- CEGUI GUIScheme name: VanillaSkin
28/03/2012 04:17:39 (Std)    Started creation of Imageset from XML specification:
28/03/2012 04:17:39 (Std)    ---- CEGUI Imageset name: Vanilla-Images
28/03/2012 04:17:39 (Std)    ---- Source texture file: interface_template_cutdown_blackpearl_diffv2.tga in resource group: (Default)
28/03/2012 04:17:39 (Std)    Started creation of Font from XML specification:
28/03/2012 04:17:39 (Std)    ---- CEGUI font name: tahoma-12
28/03/2012 04:17:39 (Std)    ----       Font type: FreeType
28/03/2012 04:17:39 (Std)    ----     Source file: tahoma.ttf in resource group: (Default)
28/03/2012 04:17:39 (Std)    ---- Real point size: 10
28/03/2012 04:17:39 (Std)    Started creation of Font from XML specification:
28/03/2012 04:17:39 (Std)    ---- CEGUI font name: tahoma-16
28/03/2012 04:17:39 (Std)    ----       Font type: FreeType
28/03/2012 04:17:39 (Std)    ----     Source file: tahoma.ttf in resource group: (Default)
28/03/2012 04:17:39 (Std)    ---- Real point size: 12
28/03/2012 04:17:39 (Std)    Started creation of Font from XML specification:
28/03/2012 04:17:39 (Std)    ---- CEGUI font name: times-12
28/03/2012 04:17:39 (Std)    ----       Font type: FreeType
28/03/2012 04:17:39 (Std)    ----     Source file: times.ttf in resource group: (Default)
28/03/2012 04:17:39 (Std)    ---- Real point size: 10
28/03/2012 04:17:39 (Std)    Started creation of Font from XML specification:
28/03/2012 04:17:39 (Std)    ---- CEGUI font name: Zekton-12
28/03/2012 04:17:39 (Std)    ----       Font type: FreeType
28/03/2012 04:17:39 (Std)    ----     Source file: zekton.ttf in resource group: (Default)
28/03/2012 04:17:39 (Std)    ---- Real point size: 8
28/03/2012 04:17:39 (Std)    Started creation of Font from XML specification:
28/03/2012 04:17:39 (Std)    ---- CEGUI font name: Zekton-16
28/03/2012 04:17:39 (Std)    ----       Font type: FreeType
28/03/2012 04:17:39 (Std)    ----     Source file: zekton.ttf in resource group: (Default)
28/03/2012 04:17:39 (Std)    ---- Real point size: 16
28/03/2012 04:17:39 (Std)    ===== Falagard 'root' element: look and feel parsing begins =====
28/03/2012 04:17:39 (Std)    ===== Look and feel parsing completed =====
28/03/2012 04:17:39 (Std)    No window renderer factories specified for module 'CEGUIFalagardWRBase' - adding all available factories...
28/03/2012 04:17:39 (Std)    Created WindowRendererFactory for 'Falagard/Button' WindowRenderers.
28/03/2012 04:17:39 (Std)    WindowRendererFactory 'Falagard/Button' added. (03B33D00)
28/03/2012 04:17:39 (Std)    Created WindowRendererFactory for 'Falagard/Default' WindowRenderers.
28/03/2012 04:17:39 (Std)    WindowRendererFactory 'Falagard/Default' added. (03B33FA0)
28/03/2012 04:17:39 (Std)    Created WindowRendererFactory for 'Falagard/Editbox' WindowRenderers.
28/03/2012 04:17:39 (Std)    WindowRendererFactory 'Falagard/Editbox' added. (03B34048)
28/03/2012 04:17:39 (Std)    Created WindowRendererFactory for 'Falagard/FrameWindow' WindowRenderers.
28/03/2012 04:17:39 (Std)    WindowRendererFactory 'Falagard/FrameWindow' added. (03B340F0)
28/03/2012 04:17:39 (Std)    Created WindowRendererFactory for 'Falagard/ItemEntry' WindowRenderers.
28/03/2012 04:17:39 (Std)    WindowRendererFactory 'Falagard/ItemEntry' added. (03B34198)
28/03/2012 04:17:39 (Std)    Created WindowRendererFactory for 'Falagard/ListHeader' WindowRenderers.
28/03/2012 04:17:39 (Std)    WindowRendererFactory 'Falagard/ListHeader' added. (03B34240)
28/03/2012 04:17:39 (Std)    Created WindowRendererFactory for 'Falagard/ListHeaderSegment' WindowRenderers.
28/03/2012 04:17:39 (Std)    WindowRendererFactory 'Falagard/ListHeaderSegment' added. (03B342E8)
28/03/2012 04:17:39 (Std)    Created WindowRendererFactory for 'Falagard/Listbox' WindowRenderers.
28/03/2012 04:17:39 (Std)    WindowRendererFactory 'Falagard/Listbox' added. (03B34390)
28/03/2012 04:17:39 (Std)    Created WindowRendererFactory for 'Falagard/Menubar' WindowRenderers.
28/03/2012 04:17:39 (Std)    WindowRendererFactory 'Falagard/Menubar' added. (03B34438)
28/03/2012 04:17:39 (Std)    Created WindowRendererFactory for 'Falagard/MenuItem' WindowRenderers.
28/03/2012 04:17:39 (Std)    WindowRendererFactory 'Falagard/MenuItem' added. (03B344E0)
28/03/2012 04:17:39 (Std)    Created WindowRendererFactory for 'Falagard/MultiColumnList' WindowRenderers.
28/03/2012 04:17:39 (Std)    WindowRendererFactory 'Falagard/MultiColumnList' added. (03B34588)
28/03/2012 04:17:39 (Std)    Created WindowRendererFactory for 'Falagard/MultiLineEditbox' WindowRenderers.
28/03/2012 04:17:39 (Std)    WindowRendererFactory 'Falagard/MultiLineEditbox' added. (03B34630)
28/03/2012 04:17:39 (Std)    Created WindowRendererFactory for 'Falagard/PopupMenu' WindowRenderers.
28/03/2012 04:17:39 (Std)    WindowRendererFactory 'Falagard/PopupMenu' added. (03B346D8)
28/03/2012 04:17:39 (Std)    Created WindowRendererFactory for 'Falagard/ProgressBar' WindowRenderers.
28/03/2012 04:17:39 (Std)    WindowRendererFactory 'Falagard/ProgressBar' added. (03B34780)
28/03/2012 04:17:39 (Std)    Created WindowRendererFactory for 'Falagard/ScrollablePane' WindowRenderers.
28/03/2012 04:17:39 (Std)    WindowRendererFactory 'Falagard/ScrollablePane' added. (03B34828)
28/03/2012 04:17:39 (Std)    Created WindowRendererFactory for 'Falagard/Scrollbar' WindowRenderers.
28/03/2012 04:17:39 (Std)    WindowRendererFactory 'Falagard/Scrollbar' added. (03B348D0)
28/03/2012 04:17:39 (Std)    Created WindowRendererFactory for 'Falagard/Slider' WindowRenderers.
28/03/2012 04:17:39 (Std)    WindowRendererFactory 'Falagard/Slider' added. (03B34978)
28/03/2012 04:17:39 (Std)    Created WindowRendererFactory for 'Falagard/Static' WindowRenderers.
28/03/2012 04:17:39 (Std)    WindowRendererFactory 'Falagard/Static' added. (03B34A20)
28/03/2012 04:17:39 (Std)    Created WindowRendererFactory for 'Falagard/StaticImage' WindowRenderers.
28/03/2012 04:17:39 (Std)    WindowRendererFactory 'Falagard/StaticImage' added. (03B34AC8)
28/03/2012 04:17:39 (Std)    Created WindowRendererFactory for 'Falagard/StaticText' WindowRenderers.
28/03/2012 04:17:39 (Std)    WindowRendererFactory 'Falagard/StaticText' added. (03B34B70)
28/03/2012 04:17:39 (Std)    Created WindowRendererFactory for 'Falagard/SystemButton' WindowRenderers.
28/03/2012 04:17:39 (Std)    WindowRendererFactory 'Falagard/SystemButton' added. (03B34C18)
28/03/2012 04:17:39 (Std)    Created WindowRendererFactory for 'Falagard/TabButton' WindowRenderers.
28/03/2012 04:17:39 (Std)    WindowRendererFactory 'Falagard/TabButton' added. (03B34CC0)
28/03/2012 04:17:39 (Std)    Created WindowRendererFactory for 'Falagard/TabControl' WindowRenderers.
28/03/2012 04:17:39 (Std)    WindowRendererFactory 'Falagard/TabControl' added. (03B34D68)
28/03/2012 04:17:39 (Std)    Created WindowRendererFactory for 'Falagard/Titlebar' WindowRenderers.
28/03/2012 04:17:39 (Std)    WindowRendererFactory 'Falagard/Titlebar' added. (03B34E10)
28/03/2012 04:17:39 (Std)    Created WindowRendererFactory for 'Falagard/ToggleButton' WindowRenderers.
28/03/2012 04:17:39 (Std)    WindowRendererFactory 'Falagard/ToggleButton' added. (03B34EB8)
28/03/2012 04:17:39 (Std)    Created WindowRendererFactory for 'Falagard/Tooltip' WindowRenderers.
28/03/2012 04:17:39 (Std)    WindowRendererFactory 'Falagard/Tooltip' added. (03B34F60)
28/03/2012 04:17:39 (Std)    Created WindowRendererFactory for 'Falagard/ItemListbox' WindowRenderers.
28/03/2012 04:17:39 (Std)    WindowRendererFactory 'Falagard/ItemListbox' added. (03B35008)
28/03/2012 04:17:39 (Std)    Created WindowRendererFactory for 'Falagard/Tree' WindowRenderers.
28/03/2012 04:17:39 (Std)    WindowRendererFactory 'Falagard/Tree' added. (03B350B0)
28/03/2012 04:17:39 (Std)    Creating falagard mapping for type 'Vanilla/Titlebar' using base type 'CEGUI/Titlebar', window renderer 'Falagard/Titlebar' Look'N'Feel 'Vanilla/Titlebar' and RenderEffect ''. (0018D3B4)
28/03/2012 04:17:39 (Std)    Creating falagard mapping for type 'Vanilla/Button' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' Look'N'Feel 'Vanilla/Button' and RenderEffect ''. (0018D3B4)
28/03/2012 04:17:39 (Std)    Creating falagard mapping for type 'Vanilla/FrameWindow' using base type 'CEGUI/FrameWindow', window renderer 'Falagard/FrameWindow' Look'N'Feel 'Vanilla/FrameWindow' and RenderEffect ''. (0018D3B4)
28/03/2012 04:17:39 (Std)    Creating falagard mapping for type 'Vanilla/Editbox' using base type 'CEGUI/Editbox', window renderer 'Falagard/Editbox' Look'N'Feel 'Vanilla/Editbox' and RenderEffect ''. (0018D3B4)
28/03/2012 04:17:39 (Std)    Creating falagard mapping for type 'Vanilla/VerticalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' Look'N'Feel 'Vanilla/VerticalScrollbarThumb' and RenderEffect ''. (0018D3B4)
28/03/2012 04:17:39 (Std)    Creating falagard mapping for type 'Vanilla/VerticalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Falagard/Scrollbar' Look'N'Feel 'Vanilla/VerticalScrollbar' and RenderEffect ''. (0018D3B4)
28/03/2012 04:17:39 (Std)    Creating falagard mapping for type 'Vanilla/HorizontalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' Look'N'Feel 'Vanilla/HorizontalScrollbarThumb' and RenderEffect ''. (0018D3B4)
28/03/2012 04:17:39 (Std)    Creating falagard mapping for type 'Vanilla/HorizontalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Falagard/Scrollbar' Look'N'Feel 'Vanilla/HorizontalScrollbar' and RenderEffect ''. (0018D3B4)
28/03/2012 04:17:39 (Std)    Creating falagard mapping for type 'Vanilla/StaticImage' using base type 'DefaultWindow', window renderer 'Falagard/StaticImage' Look'N'Feel 'Vanilla/StaticImage' and RenderEffect ''. (0018D3B4)
28/03/2012 04:17:39 (Std)    Creating falagard mapping for type 'Vanilla/StaticText' using base type 'DefaultWindow', window renderer 'Falagard/StaticText' Look'N'Feel 'Vanilla/StaticText' and RenderEffect ''. (0018D3B4)
28/03/2012 04:17:39 (Std)    Creating falagard mapping for type 'Vanilla/Listbox' using base type 'CEGUI/Listbox', window renderer 'Falagard/Listbox' Look'N'Feel 'Vanilla/Listbox' and RenderEffect ''. (0018D3B4)
28/03/2012 04:17:39 (Std)    Creating falagard mapping for type 'Vanilla/MultiLineEditbox' using base type 'CEGUI/MultiLineEditbox', window renderer 'Falagard/MultiLineEditbox' Look'N'Feel 'Vanilla/MultiLineEditbox' and RenderEffect ''. (0018D3B4)
28/03/2012 04:17:39 (Std)    Creating falagard mapping for type 'Vanilla/ComboDropList' using base type 'CEGUI/ComboDropList', window renderer 'Falagard/Listbox' Look'N'Feel 'Vanilla/ComboDropList' and RenderEffect ''. (0018D3B4)
28/03/2012 04:17:39 (Std)    Creating falagard mapping for type 'Vanilla/Combobox' using base type 'CEGUI/Combobox', window renderer 'Falagard/Default' Look'N'Feel 'Vanilla/Combobox' and RenderEffect ''. (0018D3B4)
28/03/2012 04:17:39 (Std)    Creating falagard mapping for type 'Vanilla/ProgressBar' using base type 'CEGUI/ProgressBar', window renderer 'Falagard/ProgressBar' Look'N'Feel 'Vanilla/ProgressBar' and RenderEffect ''. (0018D3B4)
28/03/2012 04:17:39 (Std)    Creating falagard mapping for type 'Vanilla/TabButton' using base type 'CEGUI/TabButton', window renderer 'Falagard/TabButton' Look'N'Feel 'Vanilla/TabButton' and RenderEffect ''. (0018D3B4)
28/03/2012 04:17:39 (Std)    Creating falagard mapping for type 'Vanilla/TabControl' using base type 'CEGUI/TabControl', window renderer 'Falagard/TabControl' Look'N'Feel 'Vanilla/TabControl' and RenderEffect ''. (0018D3B4)
28/03/2012 04:17:39 (Std)    Creating falagard mapping for type 'Vanilla/TabContentPane' using base type 'DefaultWindow', window renderer 'Falagard/Default' Look'N'Feel 'Vanilla/TabContentPane' and RenderEffect ''. (0018D3B4)
28/03/2012 04:17:39 (Std)    Creating falagard mapping for type 'Vanilla/TabButtonPane' using base type 'DefaultWindow', window renderer 'Falagard/Default' Look'N'Feel 'Vanilla/TabButtonPane' and RenderEffect ''. (0018D3B4)
28/03/2012 04:17:39 (Std)    Creating falagard mapping for type 'Vanilla/ItemListbox' using base type 'CEGUI/ItemListbox', window renderer 'Falagard/ItemListbox' Look'N'Feel 'Vanilla/ItemListbox' and RenderEffect ''. (0018D3B4)
28/03/2012 04:17:39 (Std)    Creating falagard mapping for type 'Vanilla/ListHeader' using base type 'CEGUI/ListHeader', window renderer 'Falagard/ListHeader' Look'N'Feel 'Vanilla/ListHeader' and RenderEffect ''. (0018D3B4)
28/03/2012 04:17:39 (Std)    Creating falagard mapping for type 'Vanilla/ListHeaderSegment' using base type 'CEGUI/ListHeaderSegment', window renderer 'Falagard/ListHeaderSegment' Look'N'Feel 'Vanilla/ListHeaderSegment' and RenderEffect ''. (0018D3B4)
28/03/2012 04:17:39 (Std)    Creating falagard mapping for type 'Vanilla/MultiColumnList' using base type 'CEGUI/MultiColumnList', window renderer 'Falagard/MultiColumnList' Look'N'Feel 'Vanilla/MultiColumnList' and RenderEffect ''. (0018D3B4)
28/03/2012 04:17:39 (Std)    Creating falagard mapping for type 'Vanilla/ScrollablePane' using base type 'CEGUI/ScrollablePane', window renderer 'Falagard/ScrollablePane' Look'N'Feel 'Vanilla/ScrollablePane' and RenderEffect ''. (0018D3B4)
28/03/2012 04:17:39 (Std)    Creating falagard mapping for type 'Vanilla/Tree' using base type 'CEGUI/Tree', window renderer 'Falagard/Tree' Look'N'Feel 'Vanilla/Tree' and RenderEffect ''. (0018D3B4)
28/03/2012 04:17:39 (Std)    Creating falagard mapping for type 'Vanilla/Slider' using base type 'CEGUI/Slider', window renderer 'Falagard/Slider' Look'N'Feel 'Vanilla/Slider' and RenderEffect ''. (0018D3B4)
28/03/2012 04:17:39 (Std)    Started creation of Font from XML specification:
28/03/2012 04:17:39 (Std)    ---- CEGUI font name: times-12
28/03/2012 04:17:39 (Std)    ----       Font type: FreeType
28/03/2012 04:17:39 (Std)    ----     Source file: times.ttf in resource group: (Default)
28/03/2012 04:17:39 (Std)    ---- Real point size: 10
28/03/2012 04:17:39 (Std)    ---- Returning existing instance of Font named 'times-12'.
28/03/2012 04:17:39 (Std)    Started creation of Font from XML specification:
28/03/2012 04:17:39 (Std)    ---- CEGUI font name: tahoma-16
28/03/2012 04:17:39 (Std)    ----       Font type: FreeType
28/03/2012 04:17:39 (Std)    ----     Source file: tahoma.ttf in resource group: (Default)
28/03/2012 04:17:39 (Std)    ---- Real point size: 12
28/03/2012 04:17:39 (Std)    ---- Returning existing instance of Font named 'tahoma-16'.
28/03/2012 04:17:39 (Std)    Started creation of Font from XML specification:
28/03/2012 04:17:39 (Std)    ---- CEGUI font name: tahoma-12
28/03/2012 04:17:39 (Std)    ----       Font type: FreeType
28/03/2012 04:17:39 (Std)    ----     Source file: tahoma.ttf in resource group: (Default)
28/03/2012 04:17:39 (Std)    ---- Real point size: 10
28/03/2012 04:17:40 (Std)    ---- Returning existing instance of Font named 'tahoma-12'.
28/03/2012 04:17:40 (Std)    Started creation of Font from XML specification:
28/03/2012 04:17:40 (Std)    ---- CEGUI font name: Zekton-12
28/03/2012 04:17:40 (Std)    ----       Font type: FreeType
28/03/2012 04:17:40 (Std)    ----     Source file: zekton.ttf in resource group: (Default)
28/03/2012 04:17:40 (Std)    ---- Real point size: 8
28/03/2012 04:17:40 (Std)    ---- Returning existing instance of Font named 'Zekton-12'.
28/03/2012 04:17:40 (Std)    Started creation of Font from XML specification:
28/03/2012 04:17:40 (Std)    ---- CEGUI font name: Zekton-16
28/03/2012 04:17:40 (Std)    ----       Font type: FreeType
28/03/2012 04:17:40 (Std)    ----     Source file: zekton.ttf in resource group: (Default)
28/03/2012 04:17:40 (Std)    ---- Real point size: 16
28/03/2012 04:17:40 (Std)    ---- Returning existing instance of Font named 'Zekton-16'.
28/03/2012 04:17:40 (Std)    Started creation of Imageset from XML specification:
28/03/2012 04:17:40 (Std)    ---- CEGUI Imageset name: Icons
28/03/2012 04:17:40 (Std)    ---- Source texture file: IconsCEGUI.tga in resource group: (Default)
28/03/2012 04:17:40 (Std)    WindowFactory for 'CEGUI/FrameListboxItem' windows added. (0F94F3A8)
28/03/2012 04:17:40 (Std)    Creating falagard mapping for type 'Vanilla/FrameListboxItem' using base type 'CEGUI/ItemEntry', window renderer 'Falagard/ItemEntry' Look'N'Feel 'Vanilla/FrameListboxItem' and RenderEffect ''. (0018ED84)
28/03/2012 04:17:40 (Std)    Attempting to create Imageset 'times-12_auto_glyph_images_ ' with texture only.
28/03/2012 04:17:40 (Error)   Attempt to set value of '86'  to read only property 'HorzExtent' on window: STATIC_USERNAME
28/03/2012 04:17:40 (Error)   Attempt to set value of '13.4448'  to read only property 'VertExtent' on window: STATIC_USERNAME
28/03/2012 04:17:40 (Error)   Attempt to set value of '81'  to read only property 'HorzExtent' on window: STATIC_PASS
28/03/2012 04:17:40 (Error)   Attempt to set value of '13.4448'  to read only property 'VertExtent' on window: STATIC_PASS
28/03/2012 04:17:40 (Error)   Attempt to set value of '111'  to read only property 'HorzExtent' on window: STATIC_CONF
28/03/2012 04:17:40 (Error)   Attempt to set value of '13.4448'  to read only property 'VertExtent' on window: STATIC_CONF
28/03/2012 04:17:40 (Error)   Attempt to set value of '51'  to read only property 'HorzExtent' on window: STATIC_EMAIL
28/03/2012 04:17:40 (Error)   Attempt to set value of '13.4448'  to read only property 'VertExtent' on window: STATIC_EMAIL
28/03/2012 04:17:40 (Error)   Attempt to set value of '205'  to read only property 'HorzExtent' on window: Status_Readout
28/03/2012 04:17:40 (Error)   Attempt to set value of '13.4448'  to read only property 'VertExtent' on window: Status_Readout
28/03/2012 04:17:40 (Std)    ---- Successfully completed loading of GUI layout from 'XTLChat_Main.layout' ----
28/03/2012 04:17:40 (Std)    ---- Successfully completed loading of GUI layout from 'XTLMissions.layout' ----
28/03/2012 04:17:40 (Std)    Attempting to create Imageset 'tahoma-12_auto_glyph_images_ ' with texture only.
28/03/2012 04:17:40 (Error)   Attempt to set value of '150'  to read only property 'HorzExtent' on window: Owner
28/03/2012 04:17:40 (Error)   Attempt to set value of '16.0875'  to read only property 'VertExtent' on window: Owner
28/03/2012 04:17:40 (Error)   Attempt to set value of '162'  to read only property 'HorzExtent' on window: Target
28/03/2012 04:17:40 (Error)   Attempt to set value of '16.0875'  to read only property 'VertExtent' on window: Target
28/03/2012 04:17:40 (Error)   Attempt to set value of '118'  to read only property 'HorzExtent' on window: Strength
28/03/2012 04:17:40 (Error)   Attempt to set value of '16.0875'  to read only property 'VertExtent' on window: Strength
28/03/2012 04:17:40 (Error)   Attempt to set value of '47'  to read only property 'HorzExtent' on window: Time
28/03/2012 04:17:40 (Error)   Attempt to set value of '16.0875'  to read only property 'VertExtent' on window: Time
28/03/2012 04:17:40 (Error)   Attempt to set value of '30'  to read only property 'HorzExtent' on window: Dificulty
28/03/2012 04:17:40 (Error)   Attempt to set value of '16.0875'  to read only property 'VertExtent' on window: Dificulty
28/03/2012 04:17:40 (Error)   Attempt to set value of '97'  to read only property 'HorzExtent' on window: Payout
28/03/2012 04:17:40 (Error)   Attempt to set value of '16.0875'  to read only property 'VertExtent' on window: Payout
28/03/2012 04:17:40 (Std)    ---- Successfully completed loading of GUI layout from 'XTLMissionTemplate.layout' ----
28/03/2012 04:17:40 (Std)    Attempting to create Imageset 'tahoma-16_auto_glyph_images_ ' with texture only.
28/03/2012 04:17:40 (Error)   Attempt to set value of '59'  to read only property 'HorzExtent' on window: StaticChaos/Label
28/03/2012 04:17:40 (Error)   Attempt to set value of '19.3125'  to read only property 'VertExtent' on window: StaticChaos/Label
28/03/2012 04:17:40 (Std)    ---- Successfully completed loading of GUI layout from 'StaticChaos.layout' ----
28/03/2012 04:17:40 (Error)   Attempt to set value of '27'  to read only property 'HorzExtent' on window: AM/Home
28/03/2012 04:17:40 (Error)   Attempt to set value of '19.3125'  to read only property 'VertExtent' on window: AM/Home
28/03/2012 04:17:40 (Error)   Attempt to set value of '27'  to read only property 'HorzExtent' on window: AM/Target
28/03/2012 04:17:40 (Error)   Attempt to set value of '19.3125'  to read only property 'VertExtent' on window: AM/Target
28/03/2012 04:17:40 (Error)   Attempt to set value of '27'  to read only property 'HorzExtent' on window: AM/Type
28/03/2012 04:17:40 (Error)   Attempt to set value of '19.3125'  to read only property 'VertExtent' on window: AM/Type
28/03/2012 04:17:40 (Error)   Attempt to set value of '27'  to read only property 'HorzExtent' on window: AM/Time
28/03/2012 04:17:40 (Error)   Attempt to set value of '19.3125'  to read only property 'VertExtent' on window: AM/Time
28/03/2012 04:17:40 (Error)   Attempt to set value of '27'  to read only property 'HorzExtent' on window: AM/MultiPurpose
28/03/2012 04:17:40 (Error)   Attempt to set value of '19.3125'  to read only property 'VertExtent' on window: AM/MultiPurpose
28/03/2012 04:17:40 (Error)   Attempt to set value of '27'  to read only property 'HorzExtent' on window: AM/PrimaryObj
28/03/2012 04:17:40 (Error)   Attempt to set value of '19.3125'  to read only property 'VertExtent' on window: AM/PrimaryObj
28/03/2012 04:17:40 (Error)   Attempt to set value of '27'  to read only property 'HorzExtent' on window: AM/SecondaryObj
28/03/2012 04:17:40 (Error)   Attempt to set value of '19.3125'  to read only property 'VertExtent' on window: AM/SecondaryObj
28/03/2012 04:17:40 (Error)   Attempt to set value of '27'  to read only property 'HorzExtent' on window: AM/TertiaryObj
28/03/2012 04:17:40 (Error)   Attempt to set value of '19.3125'  to read only property 'VertExtent' on window: AM/TertiaryObj
28/03/2012 04:17:40 (Std)    ---- Successfully completed loading of GUI layout from 'XTLActiveMissions.layout' ----
28/03/2012 04:17:40 (Error)   Attempt to set value of '110'  to read only property 'HorzExtent' on window: chaosSector
28/03/2012 04:17:40 (Error)   Attempt to set value of '16.0875'  to read only property 'VertExtent' on window: chaosSector
28/03/2012 04:17:40 (Std)    ---- Successfully completed loading of GUI layout from 'XTLChaosMissionTemplate.layout' ----
28/03/2012 04:17:40 (Error)   Attempt to set value of '50'  to read only property 'HorzExtent' on window: Readout_Type
28/03/2012 04:17:40 (Error)   Attempt to set value of '19.3125'  to read only property 'VertExtent' on window: Readout_Type
28/03/2012 04:17:40 (Std)    Attempting to create Imageset 'Zekton-12_auto_glyph_images_ ' with texture only.
28/03/2012 04:17:40 (Error)   Attempt to set value of '83'  to read only property 'HorzExtent' on window: Readout_Target
28/03/2012 04:17:40 (Error)   Attempt to set value of '12.8062'  to read only property 'VertExtent' on window: Readout_Target
28/03/2012 04:17:40 (Error)   Attempt to set value of '166'  to read only property 'HorzExtent' on window: Readout_PrimaryObj
28/03/2012 04:17:40 (Error)   Attempt to set value of '25.6124'  to read only property 'VertExtent' on window: Readout_PrimaryObj
28/03/2012 04:17:40 (Error)   Attempt to set value of '132'  to read only property 'HorzExtent' on window: Readout_Reward
28/03/2012 04:17:40 (Error)   Attempt to set value of '12.8062'  to read only property 'VertExtent' on window: Readout_Reward
28/03/2012 04:17:40 (Error)   Attempt to set value of '180'  to read only property 'HorzExtent' on window: Readout_SecondaryObj
28/03/2012 04:17:40 (Error)   Attempt to set value of '25.6124'  to read only property 'VertExtent' on window: Readout_SecondaryObj
28/03/2012 04:17:40 (Error)   Attempt to set value of '165'  to read only property 'HorzExtent' on window: Readout_TertiaryObj
28/03/2012 04:17:40 (Error)   Attempt to set value of '25.6124'  to read only property 'VertExtent' on window: Readout_TertiaryObj
28/03/2012 04:17:40 (Std)    ---- Successfully completed loading of GUI layout from 'XTLMissionGuide.layout' ----
28/03/2012 04:17:40 (Std)    ---- Successfully completed loading of GUI layout from 'Console.layout' ----
28/03/2012 04:17:40 (Error)   GUILayout_xmlHandler::startElement - Unexpected data was found while parsing the gui-layout file: 'PropertyDefinition' is unknown.
28/03/2012 04:17:40 (Error)   GUILayout_xmlHandler::startElement - Unexpected data was found while parsing the gui-layout file: 'PropertyDefinition' is unknown.
28/03/2012 04:17:40 (Std)    ---- Successfully completed loading of GUI layout from 'TemplateExplorer.layout' ----
28/03/2012 04:17:40 (Std)    ---- Successfully completed loading of GUI layout from 'TemplateSelectShipType.layout' ----
28/03/2012 04:17:40 (Std)    ---- Successfully completed loading of GUI layout from 'TemplateEditor.layout' ----
28/03/2012 04:17:40 (Std)    ---- Successfully completed loading of GUI layout from 'TemplateEditor_Ext.layout' ----
28/03/2012 04:18:02 (Std)    ---- Successfully completed loading of GUI layout from 'Template_EditableList.layout' ----
28/03/2012 04:18:02 (Std)    ---- Successfully completed loading of GUI layout from 'EditableListBox_Entry.layout' ----
28/03/2012 04:18:02 (Std)    ---- Successfully completed loading of GUI layout from 'Template_EditableList.layout' ----
28/03/2012 04:18:02 (Std)    ---- Successfully completed loading of GUI layout from 'Template_EditableList.layout' ----
28/03/2012 04:18:02 (Std)    ---- Successfully completed loading of GUI layout from 'Template_EditableList.layout' ----
28/03/2012 04:18:02 (Std)    ---- Successfully completed loading of GUI layout from 'Template_EditableList.layout' ----
28/03/2012 04:18:02 (Std)    ---- Successfully completed loading of GUI layout from 'Template_EditableList.layout' ----
28/03/2012 04:18:02 (Std)    ---- Successfully completed loading of GUI layout from 'Template_EditableList.layout' ----
28/03/2012 04:20:03 (Std)    Display resize: w=1920 h=1080
28/03/2012 04:25:49 (Std)    Display resize: w=1920 h=1080
28/03/2012 04:37:16 (Std)    Display resize: w=1920 h=1080

User avatar
Kulik
CEGUI Team
Posts: 1382
Joined: Mon Jul 26, 2010 18:47
Location: Czech Republic
Contact:

Re: Diagonal Dragging performance on Complex windows

Postby Kulik » Sun Apr 01, 2012 11:33

WTF?! Could you profile to see where the hit is? The windows shouldn't get invalidated as their size doesn't change.

Icewave
Just popping in
Just popping in
Posts: 17
Joined: Fri Mar 06, 2009 01:55

Re: Diagonal Dragging performance on Complex windows

Postby Icewave » Sun Apr 01, 2012 13:14

Thanks for the reply :), Ive never actually used profiling before so hopefully i did this right :D

http://i.imgur.com/FmkCT.png
http://i.imgur.com/75k5c.png
http://i.imgur.com/yIV4y.png
Report120401.vsps


Return to “Help”

Who is online

Users browsing this forum: No registered users and 27 guests