.. |
AttributeEditor.as
|
Minor comment edits and missing bindings. Move VAR_RECT last in the enum to not break potential binary scenes/prefabs. Set StaticSprite2D rect attribute default values to Rect::ZERO for more pleasant editing. Editing of VAR_RECT attributes.
|
2016-11-07 22:04:46 +02:00 |
EditorActions.as
|
UIElement::CreateChildXML() returns child instead of bool. If loading fails, child is destroyed instead of keeping an empty child around
|
2016-10-15 21:47:16 +03:00 |
EditorColorWheel.as
|
Fix color wheel being created outside the screen in small resolutions.
|
2016-10-05 10:57:02 +03:00 |
EditorCubeCapture.as
|
Editor: fix some warnings
|
2016-03-16 15:47:39 +02:00 |
EditorEventsHandlers.as
|
add one space after "if" and fight with other spaces
|
2015-09-02 18:07:35 +03:00 |
EditorExport.as
|
Add Z-up and handedness options to OBJ export
|
2015-10-22 22:44:28 -04:00 |
EditorGizmo.as
|
Do not export editor debug geometry to OBJ.
|
2015-09-29 20:52:52 +03:00 |
EditorHierarchyWindow.as
|
Optimize Editor work with temporary objects, part 2.
|
2016-11-01 09:09:13 +03:00 |
EditorImport.as
|
Add import only animation
|
2016-05-18 09:50:12 +02:00 |
EditorInspectorWindow.as
|
Fix "Is enabled" checkbox getting moved on gizmo / cursor key node editing. Closes #1401.
|
2016-06-06 20:13:34 +03:00 |
EditorLayers.as
|
Editor: fix some warnings
|
2016-03-16 15:47:39 +02:00 |
EditorMaterial.as
|
Line antialiasing support in Graphics, Material, DebugRenderer classes. Closes #1627.
|
2016-10-05 00:17:05 +03:00 |
EditorParticleEffect.as
|
Possibility for BillboardSet / ParticleEffect billboards to be fixed screen size. In this case the billboard size is measured in pixels.
|
2016-05-25 15:39:26 +03:00 |
EditorPreferences.as
|
Separate functions to toggle/show/hide editor sub-windows to prevent mistaken action e.g. when editing a material. Update changelog.
|
2015-11-09 21:03:01 +02:00 |
EditorResourceBrowser.as
|
Ignore files with no filename component for XML parsing in EditorResourceBrowser. .gitignore etc.
|
2016-09-24 19:36:03 +03:00 |
EditorScene.as
|
Merge remote-tracking branch 'github/master' into editor-terrain
|
2016-12-18 20:15:52 -05:00 |
EditorSecondaryToolbar.as
|
Implementing RibbonTrail
|
2016-06-15 21:14:58 +03:00 |
EditorSettings.as
|
Removed Bloom from PBR demos, set zone texture ambleint to 1, and added HDR option in editor settings (needed for PBR in editor)
|
2016-07-28 22:16:30 +01:00 |
EditorSoundType.as
|
Separate functions to toggle/show/hide editor sub-windows to prevent mistaken action e.g. when editing a material. Update changelog.
|
2015-11-09 21:03:01 +02:00 |
EditorSpawn.as
|
Editor: fix all warnings; Complete UITemplate
|
2016-03-19 20:01:41 +04:00 |
EditorTerrain.as
|
Moved Editor resources into correct bin folder
|
2016-12-18 20:18:47 -05:00 |
EditorToolBar.as
|
Explicitly set alpha blend mode for toolbar icons. See #799.
|
2015-07-27 17:52:07 +03:00 |
EditorUI.as
|
Merge remote-tracking branch 'github/master' into editor-terrain
|
2016-12-18 20:15:52 -05:00 |
EditorUIElement.as
|
UIElement::CreateChildXML() returns child instead of bool. If loading fails, child is destroyed instead of keeping an empty child around
|
2016-10-15 21:47:16 +03:00 |
EditorView.as
|
Merge remote-tracking branch 'github/master' into editor-terrain
|
2016-12-18 20:15:52 -05:00 |
EditorViewDebugIcons.as
|
Fix behavior of SoundSource debug icons in editor. Closes #1620.
|
2016-09-27 20:21:16 +03:00 |