BearishSun 22b09b8f50 Bugfix: Fix a crash when selecting multiple objects in the Hierarchy window há 6 anos atrás
..
BsGUIColor.cpp 87f960dd28 Refactor: Async resource loading exposed to scripting, refactored scene loading to support async loading há 7 anos atrás
BsGUIColor.h d5884e2dd9 Refactor: Split the framework into a separate repository: https://github.com/GameFoundry/bsf há 7 anos atrás
BsGUIColorDistributionField.cpp c99eb1f42d Refactor: Avoid redrawing curve & distribution GUI elements if the assigned value is the same as the current one há 7 anos atrás
BsGUIColorDistributionField.h c45cd7247f Build: Updated 'bsf' version há 6 anos atrás
BsGUIColorField.cpp e8f7d823d8 Feature: Improved distribution inspectors há 7 anos atrás
BsGUIColorField.h e8f7d823d8 Feature: Improved distribution inspectors há 7 anos atrás
BsGUIColorGradient.cpp c99eb1f42d Refactor: Avoid redrawing curve & distribution GUI elements if the assigned value is the same as the current one há 7 anos atrás
BsGUIColorGradient.h c45cd7247f Build: Updated 'bsf' version há 6 anos atrás
BsGUIColorGradientField.cpp c99eb1f42d Refactor: Avoid redrawing curve & distribution GUI elements if the assigned value is the same as the current one há 7 anos atrás
BsGUIColorGradientField.h c45cd7247f Build: Updated 'bsf' version há 6 anos atrás
BsGUICurves.cpp c99eb1f42d Refactor: Avoid redrawing curve & distribution GUI elements if the assigned value is the same as the current one há 7 anos atrás
BsGUICurves.h c45cd7247f Build: Updated 'bsf' version há 6 anos atrás
BsGUICurvesField.cpp e8f7d823d8 Feature: Improved distribution inspectors há 7 anos atrás
BsGUICurvesField.h c45cd7247f Build: Updated 'bsf' version há 6 anos atrás
BsGUIDockSlider.cpp 44ef7be30e Refactor: Removed a variety of uses of wide-string and replaced it with UTF-8 encoded narrow strings há 7 anos atrás
BsGUIDockSlider.h d5884e2dd9 Refactor: Split the framework into a separate repository: https://github.com/GameFoundry/bsf há 7 anos atrás
BsGUIDropButton.cpp 3dbacb3a16 Feature: GUI can now be navigated using the keyboard (tabbing between elements) há 7 anos atrás
BsGUIDropButton.h 3dbacb3a16 Feature: GUI can now be navigated using the keyboard (tabbing between elements) há 7 anos atrás
BsGUIFieldBase.cpp d5884e2dd9 Refactor: Split the framework into a separate repository: https://github.com/GameFoundry/bsf há 7 anos atrás
BsGUIFieldBase.h 3e9c42e57c Feature: Added a float distribution GUI field há 7 anos atrás
BsGUIFieldOptions.cpp 8ab791f7f0 Refactor: GUITextureField now accepts both sprite and normal texture há 6 anos atrás
BsGUIFieldOptions.h 8ab791f7f0 Refactor: GUITextureField now accepts both sprite and normal texture há 6 anos atrás
BsGUIFloatDistributionField.cpp daf2129bfa Build: Fixing the macOS build há 6 anos atrás
BsGUIFloatDistributionField.h daf2129bfa Build: Fixing the macOS build há 6 anos atrás
BsGUIFloatField.cpp bd9971f1ee Bugfix: Fixing focus handling for compound GUI fields há 6 anos atrás
BsGUIFloatField.h 7a1c3fe6b7 WIP: UndoRedo refactor há 6 anos atrás
BsGUIGraphTicks.h c45cd7247f Build: Updated 'bsf' version há 6 anos atrás
BsGUIHoverHitBox.cpp d5884e2dd9 Refactor: Split the framework into a separate repository: https://github.com/GameFoundry/bsf há 7 anos atrás
BsGUIHoverHitBox.h d5884e2dd9 Refactor: Split the framework into a separate repository: https://github.com/GameFoundry/bsf há 7 anos atrás
BsGUIIntField.cpp bd9971f1ee Bugfix: Fixing focus handling for compound GUI fields há 6 anos atrás
BsGUIIntField.h 7a1c3fe6b7 WIP: UndoRedo refactor há 6 anos atrás
BsGUIListBoxField.cpp d5884e2dd9 Refactor: Split the framework into a separate repository: https://github.com/GameFoundry/bsf há 7 anos atrás
BsGUIListBoxField.h e400a8bbe2 Refactor: Moving GUI curve drawing to native code há 7 anos atrás
BsGUIMenuBar.cpp 3dbacb3a16 Feature: GUI can now be navigated using the keyboard (tabbing between elements) há 7 anos atrás
BsGUIMenuBar.h 44ef7be30e Refactor: Removed a variety of uses of wide-string and replaced it with UTF-8 encoded narrow strings há 7 anos atrás
BsGUIResourceTreeView.cpp 4026780379 Refactor: Project libraries entries now use shared pointers, so their properties can be accessed from managed code without doing expensive lookup every time há 6 anos atrás
BsGUIResourceTreeView.h 44ef7be30e Refactor: Removed a variety of uses of wide-string and replaced it with UTF-8 encoded narrow strings há 7 anos atrás
BsGUISceneTreeView.cpp 22b09b8f50 Bugfix: Fix a crash when selecting multiple objects in the Hierarchy window há 6 anos atrás
BsGUISceneTreeView.h 22b09b8f50 Bugfix: Fix a crash when selecting multiple objects in the Hierarchy window há 6 anos atrás
BsGUISliderField.cpp bd9971f1ee Bugfix: Fixing focus handling for compound GUI fields há 6 anos atrás
BsGUISliderField.h 7a1c3fe6b7 WIP: UndoRedo refactor há 6 anos atrás
BsGUIStatusBar.cpp a080346994 Feature: Resource import now happens in the background há 7 anos atrás
BsGUIStatusBar.h a080346994 Feature: Resource import now happens in the background há 7 anos atrás
BsGUITabButton.cpp 555fbe570e Bugfix: Toggling between docked windows now works again há 6 anos atrás
BsGUITabButton.h bd9971f1ee Bugfix: Fixing focus handling for compound GUI fields há 6 anos atrás
BsGUITabbedTitleBar.cpp 3dbacb3a16 Feature: GUI can now be navigated using the keyboard (tabbing between elements) há 7 anos atrás
BsGUITabbedTitleBar.h 3dbacb3a16 Feature: GUI can now be navigated using the keyboard (tabbing between elements) há 7 anos atrás
BsGUITextField.cpp 7a1c3fe6b7 WIP: UndoRedo refactor há 6 anos atrás
BsGUITextField.h 7a1c3fe6b7 WIP: UndoRedo refactor há 6 anos atrás
BsGUITimeline.cpp 6f6825102a Feature: Various inspector improvements and fixes regarding distributions há 7 anos atrás
BsGUITimeline.h c45cd7247f Build: Updated 'bsf' version há 6 anos atrás
BsGUIToggleField.cpp bd9971f1ee Bugfix: Fixing focus handling for compound GUI fields há 6 anos atrás
BsGUIToggleField.h bd9971f1ee Bugfix: Fixing focus handling for compound GUI fields há 6 anos atrás
BsGUITreeView.cpp 22b09b8f50 Bugfix: Fix a crash when selecting multiple objects in the Hierarchy window há 6 anos atrás
BsGUITreeView.h 22b09b8f50 Bugfix: Fix a crash when selecting multiple objects in the Hierarchy window há 6 anos atrás
BsGUITreeViewEditBox.cpp d5884e2dd9 Refactor: Split the framework into a separate repository: https://github.com/GameFoundry/bsf há 7 anos atrás
BsGUITreeViewEditBox.h d5884e2dd9 Refactor: Split the framework into a separate repository: https://github.com/GameFoundry/bsf há 7 anos atrás
BsGUIVector2Field.cpp cccd150961 WIP: UndoRedo refactor há 6 anos atrás
BsGUIVector2Field.h cccd150961 WIP: UndoRedo refactor há 6 anos atrás
BsGUIVector3Field.cpp cccd150961 WIP: UndoRedo refactor há 6 anos atrás
BsGUIVector3Field.h cccd150961 WIP: UndoRedo refactor há 6 anos atrás
BsGUIVector4Field.cpp cccd150961 WIP: UndoRedo refactor há 6 anos atrás
BsGUIVector4Field.h cccd150961 WIP: UndoRedo refactor há 6 anos atrás
BsGUIWindowFrame.cpp d5884e2dd9 Refactor: Split the framework into a separate repository: https://github.com/GameFoundry/bsf há 7 anos atrás
BsGUIWindowFrame.h d5884e2dd9 Refactor: Split the framework into a separate repository: https://github.com/GameFoundry/bsf há 7 anos atrás
BsGUIWindowFrameWidget.cpp 307abcf830 Refactor: Moving the engine C# scripting bits into 'bsf' itself há 7 anos atrás
BsGUIWindowFrameWidget.h c6b9730fd6 Refactor: Added script export for GUIColorGradient há 7 anos atrás