aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |/
* | Simplified Chinese Translation:Geequlim2016-05-301-134/+131
| | | | | | | | | | Fix issuse in last commit Add more translation
* | Add Simplified Chinese translationGeequlim2016-05-301-0/+5784
| |
* | Finalized DynamicFont implementationJuan Linietsky2016-05-29495-180821/+158
| | | | | | | | | | | | -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: Sync translations with templateRémi Verschelde2016-05-281-154/+278
| |
* | i18n: Add makefile to handle translation updatesRémi Verschelde2016-05-282-2/+22
| |
* | i18n: Fix typo and sync templateRémi Verschelde2016-05-282-136/+219
| |
* | 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-274-2/+5819
| | | | | | | | 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-2181-2751/+2870
|\
| * i18n: Add gettext header template to the POTRémi Verschelde2016-05-212-135/+411
| |
| * i18n: Recreate template with improved scriptRémi Verschelde2016-05-211-1330/+1330
| |
| * i18n: Disable line numbers in location contextRémi Verschelde2016-05-211-2/+16
| | | | | | | | Can be toggled on with --with-line-nb.
| * i18n: Add location of duplicate strings to the contextRémi Verschelde2016-05-211-1/+10
| |
| * i18n: Cosmetic fixes to extract scriptRémi Verschelde2016-05-211-24/+22
| |
| * i18n: Fix another %i in vformatRémi Verschelde2016-05-212-2/+2
| |
| * i18n: Use %d instead of %i in vformatRémi Verschelde2016-05-2112-76/+80
| | | | | | | | Fixes #4742.
| * remove trailing whitespaceHubert Jarosz2016-05-219-15/+15
| |
| * Changes to open dir in native explorer RMB optionGeequlim2016-05-211-8/+3
| | | | | | | | | | Rename 'Show In System' to 'Show In File Manager' Replace path from DirAccess::get_full_path to Globals::globalize_path
| * Merge pull request #4733 from akien-mga/pr-i18n-proofreadingRémi Verschelde2016-05-2175-1545/+1135
| |\ | | | | | | i18n: Proofreading of all strings
| | * i18n: Second pass at proofreadingRémi Verschelde2016-05-2138-320/+272
| | | | | | | | | | | | | | | Mostly removing commented out strings, plus a few critical ones that should not be translated.
| | * i18n: Sync template with previous commitRémi Verschelde2016-05-211-840/+476
| | |