| .. |
|
Win32
|
68f2b08a2e
Fixing stack corruption on 32-bit builds
|
9 лет назад |
|
BsBuildManager.cpp
|
ca53f86531
Fixing build so it doesn't rely on the working folder, so build paths outside of the standard path work
|
9 лет назад |
|
BsBuiltinEditorResources.cpp
|
546d1ebef0
Scroll bar handle size is now saved in percentage so that is properly resizes when the scrollbar size changes
|
9 лет назад |
|
BsCmdBreakPrefab.cpp
|
510480bfde
Moved all the build/project files in a separate directory to make dealing with other build systems easier
|
9 лет назад |
|
BsCmdCloneSO.cpp
|
510480bfde
Moved all the build/project files in a separate directory to make dealing with other build systems easier
|
9 лет назад |
|
BsCmdCreateSO.cpp
|
510480bfde
Moved all the build/project files in a separate directory to make dealing with other build systems easier
|
9 лет назад |
|
BsCmdDeleteSO.cpp
|
cca31b40af
Engine / Editor / OpenGLRenderAPI now compiles using Clang with no warnings
|
9 лет назад |
|
BsCmdInstantiateSO.cpp
|
510480bfde
Moved all the build/project files in a separate directory to make dealing with other build systems easier
|
9 лет назад |
|
BsCmdRecordSO.cpp
|
cca31b40af
Engine / Editor / OpenGLRenderAPI now compiles using Clang with no warnings
|
9 лет назад |
|
BsCmdReparentSO.cpp
|
510480bfde
Moved all the build/project files in a separate directory to make dealing with other build systems easier
|
9 лет назад |
|
BsCmdUtility.cpp
|
2b388725cb
Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links
|
9 лет назад |
|
BsCodeEditor.cpp
|
510480bfde
Moved all the build/project files in a separate directory to make dealing with other build systems easier
|
9 лет назад |
|
BsDockManager.cpp
|
96bdac041e
Material refactor WIP
|
9 лет назад |
|
BsDockManagerLayout.cpp
|
2b388725cb
Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links
|
9 лет назад |
|
BsDropDownWindow.cpp
|
3bc7345b29
Fixing drop down windows so they can properly handle drop down lists within them
|
9 лет назад |
|
BsDropDownWindowManager.cpp
|
510480bfde
Moved all the build/project files in a separate directory to make dealing with other build systems easier
|
9 лет назад |
|
BsEditorApplication.cpp
|
ca53f86531
Fixing build so it doesn't rely on the working folder, so build paths outside of the standard path work
|
9 лет назад |
|
BsEditorCommand.cpp
|
510480bfde
Moved all the build/project files in a separate directory to make dealing with other build systems easier
|
9 лет назад |
|
BsEditorSettings.cpp
|
cca31b40af
Engine / Editor / OpenGLRenderAPI now compiles using Clang with no warnings
|
9 лет назад |
|
BsEditorShaderIncludeHandler.cpp
|
21b68b1870
Refactored resource loading so the loaded resource can decide whether to keep original loaded data or discard it
|
9 лет назад |
|
BsEditorTestSuite.cpp
|
63c61046cd
Refactor serialization/RTTI system so it supports streaming
|
9 лет назад |
|
BsEditorUtility.cpp
|
b5b2b76c83
Added a way to set and retrieve animation curves to AnimationClip in C#
|
9 лет назад |
|
BsEditorWidget.cpp
|
cca31b40af
Engine / Editor / OpenGLRenderAPI now compiles using Clang with no warnings
|
9 лет назад |
|
BsEditorWidgetContainer.cpp
|
cca31b40af
Engine / Editor / OpenGLRenderAPI now compiles using Clang with no warnings
|
9 лет назад |
|
BsEditorWidgetLayout.cpp
|
2b388725cb
Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links
|
9 лет назад |
|
BsEditorWidgetManager.cpp
|
2b388725cb
Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links
|
9 лет назад |
|
BsEditorWindow.cpp
|
510480bfde
Moved all the build/project files in a separate directory to make dealing with other build systems easier
|
9 лет назад |
|
BsEditorWindowBase.cpp
|
eb5d33c976
Post processing:
|
9 лет назад |
|
BsEditorWindowManager.cpp
|
2b388725cb
Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links
|
9 лет назад |
|
BsGUIColor.cpp
|
adcd1f7c57
Updated GUI so it can output different types of meshes (e.g. lines vs. triangles)
|
9 лет назад |
|
BsGUIColorField.cpp
|
cca31b40af
Engine / Editor / OpenGLRenderAPI now compiles using Clang with no warnings
|
9 лет назад |
|
BsGUIDockSlider.cpp
|
cca31b40af
Engine / Editor / OpenGLRenderAPI now compiles using Clang with no warnings
|
9 лет назад |
|
BsGUIDropButton.cpp
|
510480bfde
Moved all the build/project files in a separate directory to make dealing with other build systems easier
|
9 лет назад |
|
BsGUIFieldBase.cpp
|
510480bfde
Moved all the build/project files in a separate directory to make dealing with other build systems easier
|
9 лет назад |
|
BsGUIFloatField.cpp
|
026e008256
Better way of handling ticks in curve and timeline drawing for the animation editor
|
9 лет назад |
|
BsGUIHoverHitBox.cpp
|
510480bfde
Moved all the build/project files in a separate directory to make dealing with other build systems easier
|
9 лет назад |
|
BsGUIIntField.cpp
|
026e008256
Better way of handling ticks in curve and timeline drawing for the animation editor
|
9 лет назад |
|
BsGUIListBoxField.cpp
|
510480bfde
Moved all the build/project files in a separate directory to make dealing with other build systems easier
|
9 лет назад |
|
BsGUIMenuBar.cpp
|
cdfa21d8bb
Started work on GUICanvas control needed for rendering things like animation curve editor
|
9 лет назад |
|
BsGUIResourceTreeView.cpp
|
cca31b40af
Engine / Editor / OpenGLRenderAPI now compiles using Clang with no warnings
|
9 лет назад |
|
BsGUISceneTreeView.cpp
|
3a4610eef9
Animation events editor working
|
9 лет назад |
|
BsGUISliderField.cpp
|
52970a388f
Minor tweaks to follow engine guidelines
|
9 лет назад |
|
BsGUIStatusBar.cpp
|
cca31b40af
Engine / Editor / OpenGLRenderAPI now compiles using Clang with no warnings
|
9 лет назад |
|
BsGUITabButton.cpp
|
2b388725cb
Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links
|
9 лет назад |
|
BsGUITabbedTitleBar.cpp
|
cca31b40af
Engine / Editor / OpenGLRenderAPI now compiles using Clang with no warnings
|
9 лет назад |
|
BsGUITextField.cpp
|
cca31b40af
Engine / Editor / OpenGLRenderAPI now compiles using Clang with no warnings
|
9 лет назад |
|
BsGUIToggleField.cpp
|
510480bfde
Moved all the build/project files in a separate directory to make dealing with other build systems easier
|
9 лет назад |
|
BsGUITreeView.cpp
|
c195d0e7ae
GUIFieldSelector WIP
|
9 лет назад |
|
BsGUITreeViewEditBox.cpp
|
510480bfde
Moved all the build/project files in a separate directory to make dealing with other build systems easier
|
9 лет назад |
|
BsGUIVector2Field.cpp
|
a92a2d6649
Fixing Vector GUI fields so their events don't cause a crash
|
9 лет назад |
|
BsGUIVector3Field.cpp
|
a92a2d6649
Fixing Vector GUI fields so their events don't cause a crash
|
9 лет назад |
|
BsGUIVector4Field.cpp
|
a92a2d6649
Fixing Vector GUI fields so their events don't cause a crash
|
9 лет назад |
|
BsGUIWindowFrame.cpp
|
cdfa21d8bb
Started work on GUICanvas control needed for rendering things like animation curve editor
|
9 лет назад |
|
BsGUIWindowFrameWidget.cpp
|
cdfa21d8bb
Started work on GUICanvas control needed for rendering things like animation curve editor
|
9 лет назад |
|
BsGizmoManager.cpp
|
96bdac041e
Material refactor WIP
|
9 лет назад |
|
BsHandleDrawManager.cpp
|
96bdac041e
Material refactor WIP
|
9 лет назад |
|
BsHandleManager.cpp
|
cca31b40af
Engine / Editor / OpenGLRenderAPI now compiles using Clang with no warnings
|
9 лет назад |
|
BsHandleSlider.cpp
|
cca31b40af
Engine / Editor / OpenGLRenderAPI now compiles using Clang with no warnings
|
9 лет назад |
|
BsHandleSliderDisc.cpp
|
cca31b40af
Engine / Editor / OpenGLRenderAPI now compiles using Clang with no warnings
|
9 лет назад |
|
BsHandleSliderLine.cpp
|
2b388725cb
Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links
|
9 лет назад |
|
BsHandleSliderManager.cpp
|
2b388725cb
Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links
|
9 лет назад |
|
BsHandleSliderPlane.cpp
|
cca31b40af
Engine / Editor / OpenGLRenderAPI now compiles using Clang with no warnings
|
9 лет назад |
|
BsMainEditorWindow.cpp
|
cca31b40af
Engine / Editor / OpenGLRenderAPI now compiles using Clang with no warnings
|
9 лет назад |
|
BsModalWindow.cpp
|
cca31b40af
Engine / Editor / OpenGLRenderAPI now compiles using Clang with no warnings
|
9 лет назад |
|
BsPlatformInfo.cpp
|
510480bfde
Moved all the build/project files in a separate directory to make dealing with other build systems easier
|
9 лет назад |
|
BsProjectLibrary.cpp
|
0b4c5846dc
Added a way to attach editor-only data to resources
|
9 лет назад |
|
BsProjectLibraryEntries.cpp
|
2b388725cb
Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links
|
9 лет назад |
|
BsProjectResourceMeta.cpp
|
2b388725cb
Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links
|
9 лет назад |
|
BsProjectSettings.cpp
|
510480bfde
Moved all the build/project files in a separate directory to make dealing with other build systems easier
|
9 лет назад |
|
BsSceneCameraController.cpp
|
510480bfde
Moved all the build/project files in a separate directory to make dealing with other build systems easier
|
9 лет назад |
|
BsSceneEditorWidget.cpp
|
510480bfde
Moved all the build/project files in a separate directory to make dealing with other build systems easier
|
9 лет назад |
|
BsSceneGrid.cpp
|
96bdac041e
Material refactor WIP
|
9 лет назад |
|
BsScenePicking.cpp
|
96bdac041e
Material refactor WIP
|
9 лет назад |
|
BsSelection.cpp
|
c62c09ec13
Don't report destroyed scene objects from Selection. Fixes crash due to assembly refresh.
|
9 лет назад |
|
BsSelectionRenderer.cpp
|
96bdac041e
Material refactor WIP
|
9 лет назад |
|
BsSettings.cpp
|
510480bfde
Moved all the build/project files in a separate directory to make dealing with other build systems easier
|
9 лет назад |
|
BsUndoRedo.cpp
|
cca31b40af
Engine / Editor / OpenGLRenderAPI now compiles using Clang with no warnings
|
9 лет назад |