Marko Pintera 9699e887c4 Better handle input so that input events aren't skipped or in wrong order when window focus is changing 10 éve
..
Win32 3a73e65b09 VS integration finished (for now) 10 éve
BsBuildDataRTTI.h 558bba0c05 Added runtime script compiling (untested) 10 éve
BsBuildManager.h 558bba0c05 Added runtime script compiling (untested) 10 éve
BsBuiltinEditorResources.h 3270121b9d Better scene grid shader/rendering + selection rendering 10 éve
BsCmdEditPlainFieldGO.h 203fbc8fc6 Renamed all macros/methods starting with "cm" to "bs" 11 éve
BsCmdInputFieldValueChange.h 203fbc8fc6 Renamed all macros/methods starting with "cm" to "bs" 11 éve
BsCmdRecordSO.h e7d926175f Added unit testing framework 11 éve
BsCmdReparentSO.h 8bfe4ef813 Ported to VS2013 and removed boost completely 11 éve
BsCodeEditor.h 558bba0c05 Added runtime script compiling (untested) 10 éve
BsDbgTestGameObjectRef.h 17afc600a7 Massive Cm->Bs file rename 11 éve
BsDbgTestGameObjectRefRTTI.h 17afc600a7 Massive Cm->Bs file rename 11 éve
BsDockManager.h e9775eae14 Added GUILayoutExplicit 11 éve
BsDockManagerLayout.h d61a7ecffd A lot more work on C# scene window 11 éve
BsDockManagerLayoutRTTI.h 17afc600a7 Massive Cm->Bs file rename 11 éve
BsEditorApplication.h 9699e887c4 Better handle input so that input events aren't skipped or in wrong order when window focus is changing 10 éve
BsEditorCommand.h 0bb5903b9e Removed CamelotFramework and BansheeEditor namespaces and made everything BansheeEngine 11 éve
BsEditorPrerequisites.h 3270121b9d Better scene grid shader/rendering + selection rendering 10 éve
BsEditorSettings.h f33b14ebe1 Fixed lag between material updates when rendering GUI 11 éve
BsEditorTestSuite.h 4867d3a4a3 Added test case for scene object commit and restore 11 éve
BsEditorUtility.h f86689ee63 Bunch of files missed by last commit 11 éve
BsEditorWidget.h d61a7ecffd A lot more work on C# scene window 11 éve
BsEditorWidgetContainer.h 46eb1edb0f WIP Scene window 11 éve
BsEditorWidgetLayout.h 9982b0ebd7 Added render window functionality for minimize/maximize/restore 11 éve
BsEditorWidgetLayoutRTTI.h 9982b0ebd7 Added render window functionality for minimize/maximize/restore 11 éve
BsEditorWidgetManager.h 9699e887c4 Better handle input so that input events aren't skipped or in wrong order when window focus is changing 10 éve
BsEditorWindow.h 78590c7cbc WIP modal windows 11 éve
BsEditorWindowBase.h 3f3075d532 More work on modal windows & progress bar window 11 éve
BsEditorWindowManager.h b518d7811b Drop down & menu bar fixes: 10 éve
BsGUIColor.h 27d362cd4c Most GUI elements are now tintable 11 éve
BsGUIColorField.h 27d362cd4c Most GUI elements are now tintable 11 éve
BsGUIComponentFoldout.h 27d362cd4c Most GUI elements are now tintable 11 éve
BsGUIDockSlider.h e9775eae14 Added GUILayoutExplicit 11 éve
BsGUIDropButton.h e9775eae14 Added GUILayoutExplicit 11 éve
BsGUIFieldBase.h 0ca6b3905a Renamed RectF to Rect2, RectI to Rect2I 11 éve
BsGUIFloatField.h 27d362cd4c Most GUI elements are now tintable 11 éve
BsGUIFoldout.h 27d362cd4c Most GUI elements are now tintable 11 éve
BsGUIIntField.h 27d362cd4c Most GUI elements are now tintable 11 éve
BsGUIMenuBar.h eedeb41ab4 WIP - Way of adding menu items from C#, ShortcutManager and extended GUIMenu so it displays shortcut keys 10 éve
BsGUIResourceTreeView.h 20fa7504ed Resource drag and drop now works with path instead of UUIDs so that folders may be dragged as well 10 éve
BsGUISceneTreeView.h 20fa7504ed Resource drag and drop now works with path instead of UUIDs so that folders may be dragged as well 10 éve
BsGUITabButton.h e9775eae14 Added GUILayoutExplicit 11 éve
BsGUITabbedTitleBar.h e9775eae14 Added GUILayoutExplicit 11 éve
BsGUITextField.h 27d362cd4c Most GUI elements are now tintable 11 éve
BsGUIToggleField.h 27d362cd4c Most GUI elements are now tintable 11 éve
BsGUITreeView.h e9775eae14 Added GUILayoutExplicit 11 éve
BsGUITreeViewEditBox.h e9775eae14 Added GUILayoutExplicit 11 éve
BsGUIVector2Field.h 27d362cd4c Most GUI elements are now tintable 11 éve
BsGUIVector3Field.h 27d362cd4c Most GUI elements are now tintable 11 éve
BsGUIVector4Field.h 27d362cd4c Most GUI elements are now tintable 11 éve
BsGUIWindowDropArea.h e9775eae14 Added GUILayoutExplicit 11 éve
BsGUIWindowFrame.h 0bb5903b9e Removed CamelotFramework and BansheeEditor namespaces and made everything BansheeEngine 11 éve
BsGUIWindowFrameWidget.h 3f3075d532 More work on modal windows & progress bar window 11 éve
BsGizmoManager.h 2ba6cb589b Properly clean up C# GUIPanels when window is closed or when assembly refresh occurs 11 éve
BsHandleDrawManager.h 2ba6cb589b Properly clean up C# GUIPanels when window is closed or when assembly refresh occurs 11 éve
BsHandleManager.h ad79f66da3 Scene view refactor (moving it to C#) 11 éve
BsHandleSlider.h f33b14ebe1 Fixed lag between material updates when rendering GUI 11 éve
BsHandleSliderDisc.h 50e58153be Cutoff plane for rotate handle sliders work 11 éve
BsHandleSliderLine.h ad79f66da3 Scene view refactor (moving it to C#) 11 éve
BsHandleSliderManager.h ad79f66da3 Scene view refactor (moving it to C#) 11 éve
BsHandleSliderPlane.h ad79f66da3 Scene view refactor (moving it to C#) 11 éve
BsMainEditorWindow.h eedeb41ab4 WIP - Way of adding menu items from C#, ShortcutManager and extended GUIMenu so it displays shortcut keys 10 éve
BsModalWindow.h 3f3075d532 More work on modal windows & progress bar window 11 éve
BsPlatformInfo.h 558bba0c05 Added runtime script compiling (untested) 10 éve
BsPlatformInfoRTTI.h 558bba0c05 Added runtime script compiling (untested) 10 éve
BsProjectLibrary.h 1b1895f796 WIP VisualStudio project syncing 10 éve
BsProjectLibraryEntries.h 17afc600a7 Massive Cm->Bs file rename 11 éve
BsProjectLibraryEntriesRTTI.h 17afc600a7 Massive Cm->Bs file rename 11 éve
BsProjectResourceMeta.h a35f11d8cc Added ManagedResource and improve project library and resource meta data management 11 éve
BsProjectResourceMetaRTTI.h a35f11d8cc Added ManagedResource and improve project library and resource meta data management 11 éve
BsResourceImporter.h 0ca3bc9a98 ManagedResource saving/loading mostly finished but untested 11 éve
BsSceneCameraController.h b64a0482e7 Various Gizmo rendering fixes 11 éve
BsSceneEditorWidget.h 46eb1edb0f WIP Scene window 11 éve
BsSceneGrid.h 3270121b9d Better scene grid shader/rendering + selection rendering 10 éve
BsScenePicking.h b85c0fd5ae Editor runs after material refactor - hasn't been extensively tested 11 éve
BsSceneViewHandler.h 3270121b9d Better scene grid shader/rendering + selection rendering 10 éve
BsSelection.h 1b1895f796 WIP VisualStudio project syncing 10 éve
BsSelectionRenderer.h 3270121b9d Better scene grid shader/rendering + selection rendering 10 éve
BsTestTextSprite.h 17afc600a7 Massive Cm->Bs file rename 11 éve
BsUndoRedo.h 17afc600a7 Massive Cm->Bs file rename 11 éve
DbgEditorWidget1.h 46eb1edb0f WIP Scene window 11 éve
DbgEditorWidget2.h 0bb5903b9e Removed CamelotFramework and BansheeEditor namespaces and made everything BansheeEngine 11 éve