aboutsummaryrefslogtreecommitdiff
path: root/editor (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #9208 from Calinou/tweak-default-fovRémi Verschelde2017-06-162-3/+3
|\ | | | | Increase the default perspective camera FOV
| * Increase the default perspective camera FOVHugo Locurcio2017-06-162-3/+3
| | | | | | | | | | This does not affect existing projects, but will affect newly-created editor settings and Camera nodes.
* | Godot 3.0 primitives as resources for use with MeshInstanceBastiaanOlij2017-06-162-32/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | Adds the following resources: - CapsuleMesh: a capsule object - CubeMesh: a cube that can be subdivided - CylinderMesh: a cylinder - PlaneMesh: a horizontal plane that can be subdivided - PrismMesh: a prism shape - SphereMesh: a sphere - QuadMesh: reintroduction of the original quadmesh Removes the old Quad and TestCube nodes
* | Merge pull request #9201 from vnen/rename-extensionsRémi Verschelde2017-06-165-12/+12
|\ \ | |/ |/| Rename Godot-specific resource extensions
| * Rename Godot-specific resource extensionsGeorge Marques2017-06-155-12/+12
| |
* | Merge pull request #9196 from volzhs/scene-tabRémi Verschelde2017-06-165-2/+88
|\ \ | |/ |/| Enhance scene tabs
| * Enhance scene tabsvolzhs2017-06-165-2/+88
| | | | | | | | | | | | | | | | - show scene thumbnail on hover - resize if has many tabs - show full scene file name with current edited scene - can be customized EditorSettings > Interface > Scene Tab - close scene with mouse middle button
* | Merge pull request #9102 from Faless/debugger_listen_show_errorRémi Verschelde2017-06-153-6/+13
|\ \ | | | | | | Editor now shows error when debug port is in use
| * | Fix `network/debug/remote_port` editor setting not working properlyFabio Alessandrelli2017-06-102-4/+8
| | |
| * | Editor now shows error when debug port is in useFabio Alessandrelli2017-06-101-2/+5
| | |
* | | get rid of button arrayJuan Linietsky2017-06-142-0/+0
| | |
* | | Merge pull request #9158 from Hinsbart/script_templatesRémi Verschelde2017-06-144-4/+76
|\ \ \ | | | | | | | | Add ability to use custom script templates.
| * | | Add ability to use custom script templates.Andreas Haas2017-06-134-4/+76
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | Templates will be loaded from .godot/script_templates For now they're disabled for GDNative. Ideas for further improvements: - Add a "Save as Template" option to the script editor, as it can normally only save to res:// - Support more placeholders / custom placeholders
* | | Merge pull request #9160 from karroffel/color-ramp-renameRémi Verschelde2017-06-143-35/+35
|\ \ \ | | | | | | | | renamed occurances of ColorRamp with Gradient
| * | | renamed occurances of ColorRamp with GradientKarroffel2017-06-143-35/+35
| |/ / | | | | | | | | | ColorRamp got renamed to Gradient recently, reduz missed some occurances though.
* | | Merge pull request #9174 from volzhs/file-mode-toggleRémi Verschelde2017-06-141-0/+5
|\ \ \ | | | | | | | | Make toggle between thumbnail and list for file dialog on editor
| * | | Make toggle between thumbnail and list for file dialog on editorvolzhs2017-06-141-0/+5
| |/ /
* | | Merge pull request #8548 from tagcup/etc2compJuan Linietsky2017-06-131-5/+9
|\ \ \ | |/ / |/| | Add ETC1/ETC2 compression support though etc2comp.
| * | Add ETC1/ETC2 compression support though etc2comp.Ferenc Arn2017-05-311-5/+9
| | | | | | | | | | | | | | | | | | Remove rg-etc1 code. Also updated travis to use ubuntu 14.04. Fixes #8457.
* | | Fix empty shader related crash, closes #8314Juan Linietsky2017-06-121-1/+2
| | |
* | | Properly adjust the visible editor rect and make limits respected, closes #8328Juan Linietsky2017-06-121-0/+2
| | |
* | | EditorSettings: Default game window placement to Centered.Andreas Haas2017-06-121-1/+1
| | | | | | | | | | | | Fixes #8890
* | | Restored everything related to information polling, and added information ↵Juan Linietsky2017-06-112-0/+46
| | | | | | | | | | | | box for viewport.
* | | Restored multiple viewport function, as well as view modes.Juan Linietsky2017-06-113-64/+54
| | |
* | | Multiple 3D viewports are not operational.Juan Linietsky2017-06-113-77/+345
| | |
* | | Added EditorPlugin.remove_import_plugin()Zher Huei Lee2017-06-112-0/+7
| |/ |/| | | | | | | Allows addons with import extensions to clean up properly on removal.
* | renamed all Rect3.pos to Rect3.positionalexholly2017-06-095-28/+28
| |
* | Merge pull request #9060 from pixelpicosean/scroll-to-pan-canvas-item-editor-3.0Rémi Verschelde2017-06-092-20/+50
|\ \ | | | | | | Add settings to pan canvas editor with scrolling
| * | Add settings to pan canvas editor with scrollingSean Bohan2017-06-082-20/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | This feature is mainly designed for developers who uses touchpad instead of mouse, and want to scroll instead of zoom. Every macOS developers will like it since it feels intuitive. 2 new settings are added to “editors/2d”: scroll_to_pan: turn on to use mouse/touchpad scroll to pan canvas item editor view instead of zoom pan_speed: use this value to change scroll speed
* | | -Restored multithread capability to VisualServerJuan Linietsky2017-06-095-358/+350
| | | | | | | | | | | | -Restored resource previews!
* | | Merge pull request #9089 from nunodonato/autoopennewRémi Verschelde2017-06-081-1/+2
|\ \ \ | | | | | | | | Automatically edit new project after creating it in project manager. Fixes #9075
| * | | Automatically open new project after creating it in project manager.Nuno Donato2017-06-071-1/+2
| | | | | | | | | | | | | | | | Fixes #9075
* | | | Merge pull request #9085 from groud/fix-audio-bus-buttonsRémi Verschelde2017-06-081-3/+6
|\ \ \ \ | | | | | | | | | | Fix: audio buses buttons hard to see if pressed or not
| * | | | Fix: audio buses buttons hard to see if pressed or notGilles Roudiere2017-06-071-3/+6
| |/ / /
* | | | Merge pull request #9092 from Noshyaar/pr-runRémi Verschelde2017-06-081-1/+1
|\ \ \ \ | | | | | | | | | | Fix unsaved scene not running after save
| * | | | Fix unsaved scene not running after savePoommetee Ketson2017-06-081-1/+1
| | | | |
* | | | | Merge pull request #9051 from toger5/fixedScriptEditorListSeperationRémi Verschelde2017-06-081-1/+2
|\ \ \ \ \ | | | | | | | | | | | | fixed spacing for script editor script list
| * | | | | fixed overlapping of temp. colors (script editor)toger52017-06-071-1/+2
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | + added a little bit more spacing to the scripts in the script list. the temp colors now expand to the vseperation, instead of having the same size than the stylebox
* | | | | Merge pull request #9090 from nunodonato/autorunRémi Verschelde2017-06-081-0/+1
|\ \ \ \ \ | |_|/ / / |/| | | | Run project after selecting main scene. Fixes #9077
| * | | | Run project after selecting main scene. Fixes #9077Nuno Donato2017-06-071-0/+1
| | |/ / | |/| |
* | | | -Added proper access to depth texture from shaderJuan Linietsky2017-06-078-43/+44
| | | | | | | | | | | | | | | | -Split Mesh into Mesh (abstrat class) and ArrayMesh, to allow to proper mesh primitives, as well as streamable meshes in the future.
* | | | Merge pull request #9070 from Noshyaar/pr-help2Andreas Haas2017-06-071-4/+3
|\ \ \ \ | |/ / / |/| | | Fix Script Editor stealing focus on class search text changed
| * | | Fix Script Editor stealing focus on class search text changedPoommetee Ketson2017-06-071-4/+3
| |/ /
* / / added style for panel classtoger52017-06-061-5/+8
|/ /
* | Merge pull request #9007 from noshyaar/pr-aboutRémi Verschelde2017-06-052-2/+66
|\ \ | | | | | | AboutBox: update copyright, add contributors list
| * | About: add contributors listPoommetee Ketson2017-06-012-2/+66
| |/
* | Merge pull request #9038 from AlexHolly/rect2-rename-posRémi Verschelde2017-06-0515-182/+182
|\ \ | | | | | | renamed all Rect2.pos to Rect2.position
| * | renamed all Rect2.pos to Rect2.positionalexholly2017-06-0415-182/+182
| | |
* | | Merge pull request #8974 from Paulb23/script_overviewRémi Verschelde2017-06-055-1/+77
|\ \ \ | | | | | | | | Added script overview
| * | | Added members overviewPaulb232017-05-295-1/+77
| | | |