aboutsummaryrefslogtreecommitdiff
path: root/tools/editor
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | Added first batch of svg iconsDaniel J. Ramirez2016-05-2930-0/+2846
| | | | | | | |
| * | | | | | | Merge pull request #4920 from neikeq/pr-search-bar-fixRémi Verschelde2016-05-302-89/+128
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fixed and improved search bar
| | * | | | | | | Fixed and improved search barIgnacio Etcheverry2016-05-302-89/+128
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Search no longer selects the results - Return focus to the text editor when hiding the bar - Fix connecting to invalid signal - Update/redraw the text editor after searching
| * | | | | | | | Added more translatable strings in code. Updated template tools.pot.DimOkGamer2016-05-306-20/+20
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | also improved Russian localization.
| * | | | | | | Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2016-05-302-10/+10
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | Icon: Remove more grey capsules behind official logoRémi Verschelde2016-05-301-0/+0
| | | | | | | |
| | * | | | | | Remove translatable strings in commentsGeorge Marques2016-05-291-10/+10
| | |/ / / / /
| * / / / / / -Some fixes to OSX retina scaling for window functionsJuan Linietsky2016-05-3023-67/+107
| |/ / / / / | | | | | | | | | | | | | | | | | | -Implemented HiDPI detection and support for Godot Editor!
* / / / / / changed font system to use fallbacksJuan Linietsky2016-05-301-17/+51
|/ / / / / | | | | | | | | | | | | | | | this way more than 64k characters can be used
* | | | | Merge pull request #4847 from Hinsbart/fix_icon_scale_newRémi Verschelde2016-05-291-4/+5
|\ \ \ \ \ | | | | | | | | | | | | Proper alignment and fixed scaling for TileMapEditor tile icons.
| * | | | | Delete unused code in TileMapEditorAndreas Haas2016-05-281-2/+0
| | | | | |
| * | | | | Reorder tiles into nice columnsBojidar Marinov2016-05-271-3/+6
| | | | | |
| * | | | | Use scalar to scale TileMap iconsAndreas Haas2016-05-271-2/+2
| |/ / / /
* | | | | Merge pull request #4843 from ↵Rémi Verschelde2016-05-292-0/+61
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Paulb23/breakpoints_next_prev_and_remove_issue_1690 Added, goto next and previous breakpoint and remove all, issue 1690
| * | | | | Added, goto next and previous breakpoint and remove all, issue 1690Paulb232016-05-272-0/+61
| |/ / / /
* | | | | Merge pull request #4822 from Paulb23/breakpoint_marker_issue_4750Rémi Verschelde2016-05-292-1/+4
|\ \ \ \ \ | | | | | | | | | | | | Added breakpoint markers, issue 4750
| * | | | | Added breakpoint markers, issue 4750Paulb232016-05-262-1/+4
| |/ / / /
* | | | | Merge pull request #4814 from neikeq/pr-issue-4805Rémi Verschelde2016-05-291-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Debugger: show error message if description is not available
| * | | | | Debugger: show error message if description is not availableIgnacio Etcheverry2016-05-251-1/+1
| |/ / / /
* | | | | Merge pull request #4812 from neikeq/pr-search-barRémi Verschelde2016-05-297-36/+552
|\ \ \ \ \ | | | | | | | | | | | | ScriptEditor/ShaderEditor: Replace find/replace dialog with a bar
| * | | | | ScriptEditor/ShaderEditor: Replace find/replace dialog with a barIgnacio Etcheverry2016-05-297-36/+552
| |/ / / /
* | | | | Finalized DynamicFont implementationJuan Linietsky2016-05-297-40/+113
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -DynamicFont uses Freetype by default -Editor fonts are now scalable thanks to this -Cleaned up documentation browser and added fonts for this
* | | | | Set more visible string to translatableGeequlim2016-05-2912-27/+20
| | | | |
* | | | | Editor: Fix base dir when going back to project managerRémi Verschelde2016-05-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | This caused the PM to load with the parameters of the previously loaded project. Was a regression from ea751724a21e3513ff2291aa24491e9d91c8c0f0. Closes #4045.
* | | | | i18n: Fix typo and sync templateRémi Verschelde2016-05-281-3/+3
| | | | |
* | | | | Merge pull request #4852 from MarianoGnu/masterMariano Javier Suligoy2016-05-281-0/+1
|\ \ \ \ \ | | | | | | | | | | | | Remove focus from Sprite Region Editor dialog. Fixes #4751
| * | | | | Remove focus from Sprite Region Editor dialog. Fixes #4751MarianoGNU2016-05-271-0/+1
| |/ / / /
* | | | | Added translation support to GodotJuan Linietsky2016-05-272-2/+85
| | | | | | | | | | | | | | | | | | | | included is a French translation!
* | | | | Changed import workflowJuan Linietsky2016-05-2732-612/+1023
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Rearrange favorites in fs dock with drag and drop -Removed import -> sub-scene, moved to scenetree contextual menu -Removed import -> re-import , moved and integrated to FS dock -Added ability in FS dock to re-import more than one resource simultaneously -Added ability to drag from native filesystem explorer to Godot, only works on Windows though -Removed scene reimport merge options, never worked well. Eventually merging materials should be re-added -Added ability to set custom root node type when importing scenes -Re-Import is now automatic, can be configured back to manual in editor settings -Added resource previews in property list for many resource types
* | | | Added settings to change marked and breakpoint colorPaulb232016-05-253-0/+8
| | | |
* | | | Merge pull request #4806 from Hinsbart/sregion_tooltipRémi Verschelde2016-05-251-0/+1
|\ \ \ \ | | | | | | | | | | Set tooltip for SpriteRegionEditor
| * | | | Set tooltip for SpriteRegionEditorAndreas Haas2016-05-251-0/+1
| | | | |
* | | | | Merge pull request #4800 from Hinsbart/tilemap_zoomRémi Verschelde2016-05-242-0/+23
|\| | | | | | | | | | | | | | Add a slider for zooming TileMap preview icons.
| * | | | Add a slider for zooming TileMap preview icons.Andreas Haas2016-05-242-0/+23
| | | | | | | | | | | | | | | | | | | | Fixes #2413
* | | | | Merge pull request #4784 from neikeq/pr-missing-4296Rémi Verschelde2016-05-241-0/+1
|\ \ \ \ \ | |/ / / / |/| | | | Save line number color with text editor theme
| * | | | Save line number color with text editor themeIgnacio Etcheverry2016-05-231-0/+1
| | | | |
* | | | | General docks clean upJuan Linietsky2016-05-233-149/+125
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Moved path box above in fs dock -Remove up/down button and added reordering with DND of favorites -Changed zoom icon to be centered vertically -Made filter for files always visible -Added some options to TextureFrame for better alignment/stretching
* | | | | D&D: Fix wrong path in ScenesDock (#4789)volzhs2016-05-231-1/+1
| | | | | | | | | | | | | | | Fixes #4786
* | | | | -Improve resource previewsJuan Linietsky2016-05-2325-270/+1190
|/ / / / | | | | | | | | | | | | -Also fixed draw_texture_rect() tile parameter
* | | | Merge pull request #4296 from Paulb23/code_editor_themesRémi Verschelde2016-05-235-19/+252
|\ \ \ \ | | | | | | | | | | Added color themes to the text editor
| * | | | Added color themes to the text editorPaulb232016-05-235-19/+252
| | | | |
* | | | | use node name as filename when save scenevolzhs2016-05-232-2/+4
|/ / / / | | | | | | | | | | | | fix #4723
* | | | Change the default comment color to #676767 (#4763)Hugo Locurcio2016-05-231-1/+1
| | | | | | | | | | | | A neutral gray color, more readable than the old brown one.
* | | | Real-Time Remote Inspector supportJuan Linietsky2016-05-223-208/+539
| | | |
* | | | fix error when open project and close editorvolzhs2016-05-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ### when open project ### ``` ERROR: Attempt to connect nonexistent signal 'size_flags_changed' to method 'queue_sort' At: core\object.cpp:1400 ERROR: Attempt to connect nonexistent signal 'minimum_size_changed' to method '_child_minsize_changed' At: core\object.cpp:1400 ERROR: Attempt to connect nonexistent signal 'visibility_changed' to method '_child_minsize_changed' At: core\object.cpp:1400 ``` ### when close editor ### ``` ERROR: Nonexistent signal: size_flags_changed At: core\object.cpp:1458 ERROR: Nonexistent signal: minimum_size_changed At: core\object.cpp:1458 ERROR: Nonexistent signal: visibility_changed At: core\object.cpp:1458 ```
* | | | fixed compilation bugJuan Linietsky2016-05-211-0/+2
| | | |
* | | | Merge remote-tracking branch 'origin/master'Juan Linietsky2016-05-2179-581/+723
|\ \ \ \
| * | | | i18n: Fix another %i in vformatRémi Verschelde2016-05-211-1/+1
| | | | |
| * | | | i18n: Use %d instead of %i in vformatRémi Verschelde2016-05-2111-14/+14
| | | | | | | | | | | | | | | | | | | | Fixes #4742.
| * | | | remove trailing whitespaceHubert Jarosz2016-05-219-15/+15
| | | | |