summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2017-06-14get rid of button arrayJuan Linietsky
2017-06-14Merge pull request #9158 from Hinsbart/script_templatesRémi Verschelde
Add ability to use custom script templates.
2017-06-14Merge pull request #9160 from karroffel/color-ramp-renameRémi Verschelde
renamed occurances of ColorRamp with Gradient
2017-06-14Merge pull request #9174 from volzhs/file-mode-toggleRémi Verschelde
Make toggle between thumbnail and list for file dialog on editor
2017-06-14Make toggle between thumbnail and list for file dialog on editorvolzhs
2017-06-14renamed occurances of ColorRamp with GradientKarroffel
ColorRamp got renamed to Gradient recently, reduz missed some occurances though.
2017-06-13Merge pull request #8548 from tagcup/etc2compJuan Linietsky
Add ETC1/ETC2 compression support though etc2comp.
2017-06-13Add ability to use custom script templates.Andreas Haas
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
2017-06-12Fix empty shader related crash, closes #8314Juan Linietsky
2017-06-12Properly adjust the visible editor rect and make limits respected, closes #8328Juan Linietsky
2017-06-12EditorSettings: Default game window placement to Centered.Andreas Haas
Fixes #8890
2017-06-11Restored everything related to information polling, and added information ↵Juan Linietsky
box for viewport.
2017-06-11Restored multiple viewport function, as well as view modes.Juan Linietsky
2017-06-11Multiple 3D viewports are not operational.Juan Linietsky
2017-06-11Added EditorPlugin.remove_import_plugin()Zher Huei Lee
Allows addons with import extensions to clean up properly on removal.
2017-06-09renamed all Rect3.pos to Rect3.positionalexholly
2017-06-09Merge pull request #9060 from pixelpicosean/scroll-to-pan-canvas-item-editor-3.0Rémi Verschelde
Add settings to pan canvas editor with scrolling
2017-06-09-Restored multithread capability to VisualServerJuan Linietsky
-Restored resource previews!
2017-06-08Add settings to pan canvas editor with scrollingSean Bohan
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
2017-06-08Merge pull request #9089 from nunodonato/autoopennewRémi Verschelde
Automatically edit new project after creating it in project manager. Fixes #9075
2017-06-08Merge pull request #9085 from groud/fix-audio-bus-buttonsRémi Verschelde
Fix: audio buses buttons hard to see if pressed or not
2017-06-08Merge pull request #9092 from Noshyaar/pr-runRémi Verschelde
Fix unsaved scene not running after save
2017-06-08Merge pull request #9051 from toger5/fixedScriptEditorListSeperationRémi Verschelde
fixed spacing for script editor script list
2017-06-08Merge pull request #9090 from nunodonato/autorunRémi Verschelde
Run project after selecting main scene. Fixes #9077
2017-06-08Fix unsaved scene not running after savePoommetee Ketson
2017-06-07Run project after selecting main scene. Fixes #9077Nuno Donato
2017-06-07Automatically open new project after creating it in project manager.Nuno Donato
Fixes #9075
2017-06-07-Added proper access to depth texture from shaderJuan Linietsky
-Split Mesh into Mesh (abstrat class) and ArrayMesh, to allow to proper mesh primitives, as well as streamable meshes in the future.
2017-06-07Fix: audio buses buttons hard to see if pressed or notGilles Roudiere
2017-06-07Merge pull request #9070 from Noshyaar/pr-help2Andreas Haas
Fix Script Editor stealing focus on class search text changed
2017-06-07fixed overlapping of temp. colors (script editor)toger5
+ 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
2017-06-06added style for panel classtoger5
2017-06-07Fix Script Editor stealing focus on class search text changedPoommetee Ketson
2017-06-05Merge pull request #9007 from noshyaar/pr-aboutRémi Verschelde
AboutBox: update copyright, add contributors list
2017-06-05Merge pull request #9038 from AlexHolly/rect2-rename-posRémi Verschelde
renamed all Rect2.pos to Rect2.position
2017-06-05Merge pull request #8974 from Paulb23/script_overviewRémi Verschelde
Added script overview
2017-06-05Merge pull request #9050 from vnen/fix-run-window-sizeRémi Verschelde
Update window size property names for editor run
2017-06-05Quick access list to subresources on RMBJuan Linietsky
2017-06-04Removed stupid right arrow to edit resource. Now simply click it..Juan Linietsky
2017-06-04Update window size property names for editor runGeorge Marques
2017-06-04project manager, fixed siing of sort buttontoger5
2017-06-04renamed all Rect2.pos to Rect2.positionalexholly
2017-06-03InputEvent: Renamed "pos" property to "position"Andreas Haas
Make the naming consistent with other classes.
2017-06-01Merge pull request #8971 from noshyaar/pr-helpAndreas Haas
EditorHelp: Help>Class now switch to script editor
2017-06-01About: add contributors listPoommetee Ketson
2017-05-31Add ETC1/ETC2 compression support though etc2comp.Ferenc Arn
Remove rg-etc1 code. Also updated travis to use ubuntu 14.04. Fixes #8457.
2017-05-31rewritten PBR implementation to make it friendlier with BlenderJuan Linietsky
2017-05-31EditorHelp: Help>Class now switch to script editorPoommetee Ketson
2017-05-30Several fixes related to PBR and EnvironmentJuan Linietsky
2017-05-29Added members overviewPaulb23