| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #4843 from ↵ | Rémi Verschelde | 2016-05-29 | 2 | -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 1690 | Paulb23 | 2016-05-27 | 2 | -0/+61 |
| | | | |||||
| * | | Merge pull request #4822 from Paulb23/breakpoint_marker_issue_4750 | Rémi Verschelde | 2016-05-29 | 2 | -1/+4 |
| |\ \ | | | | | | | Added breakpoint markers, issue 4750 | ||||
| | * | | Added breakpoint markers, issue 4750 | Paulb23 | 2016-05-26 | 2 | -1/+4 |
| | |/ | |||||
| * | | Merge pull request #4814 from neikeq/pr-issue-4805 | Rémi Verschelde | 2016-05-29 | 1 | -1/+1 |
| |\ \ | | | | | | | Debugger: show error message if description is not available | ||||
| | * | | Debugger: show error message if description is not available | Ignacio Etcheverry | 2016-05-25 | 1 | -1/+1 |
| | |/ | |||||
| * | | Merge pull request #4812 from neikeq/pr-search-bar | Rémi Verschelde | 2016-05-29 | 7 | -36/+552 |
| |\ \ | | | | | | | ScriptEditor/ShaderEditor: Replace find/replace dialog with a bar | ||||
| | * | | ScriptEditor/ShaderEditor: Replace find/replace dialog with a bar | Ignacio Etcheverry | 2016-05-29 | 7 | -36/+552 |
| | |/ | |||||
| * | | Finalized DynamicFont implementation | Juan Linietsky | 2016-05-29 | 7 | -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 translatable | Geequlim | 2016-05-29 | 12 | -27/+20 |
| | | | |||||
| * | | Editor: Fix base dir when going back to project manager | Rémi Verschelde | 2016-05-28 | 1 | -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 template | Rémi Verschelde | 2016-05-28 | 1 | -3/+3 |
| | | | |||||
| * | | Merge pull request #4852 from MarianoGnu/master | Mariano Javier Suligoy | 2016-05-28 | 1 | -0/+1 |
| |\ \ | | | | | | | Remove focus from Sprite Region Editor dialog. Fixes #4751 | ||||
| | * | | Remove focus from Sprite Region Editor dialog. Fixes #4751 | MarianoGNU | 2016-05-27 | 1 | -0/+1 |
| | |/ | |||||
| * | | Added translation support to Godot | Juan Linietsky | 2016-05-27 | 2 | -2/+85 |
| | | | | | | | | | included is a French translation! | ||||
| * | | Changed import workflow | Juan Linietsky | 2016-05-27 | 32 | -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 color | Paulb23 | 2016-05-25 | 3 | -0/+8 |
| | | |||||
| * | Merge pull request #4806 from Hinsbart/sregion_tooltip | Rémi Verschelde | 2016-05-25 | 1 | -0/+1 |
| |\ | | | | | Set tooltip for SpriteRegionEditor | ||||
| | * | Set tooltip for SpriteRegionEditor | Andreas Haas | 2016-05-25 | 1 | -0/+1 |
| | | | |||||
| * | | Merge pull request #4800 from Hinsbart/tilemap_zoom | Rémi Verschelde | 2016-05-24 | 2 | -0/+23 |
| |\| | | | | | Add a slider for zooming TileMap preview icons. | ||||
| | * | Add a slider for zooming TileMap preview icons. | Andreas Haas | 2016-05-24 | 2 | -0/+23 |
| | | | | | | | | | Fixes #2413 | ||||
| * | | Merge pull request #4784 from neikeq/pr-missing-4296 | Rémi Verschelde | 2016-05-24 | 1 | -0/+1 |
| |\ \ | |/ |/| | Save line number color with text editor theme | ||||
| | * | Save line number color with text editor theme | Ignacio Etcheverry | 2016-05-23 | 1 | -0/+1 |
| | | | |||||
| * | | General docks clean up | Juan Linietsky | 2016-05-23 | 3 | -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) | volzhs | 2016-05-23 | 1 | -1/+1 |
| | | | | | | | Fixes #4786 | ||||
| * | | -Improve resource previews | Juan Linietsky | 2016-05-23 | 25 | -270/+1190 |
| |/ | | | | -Also fixed draw_texture_rect() tile parameter | ||||
| * | Merge pull request #4296 from Paulb23/code_editor_themes | Rémi Verschelde | 2016-05-23 | 5 | -19/+252 |
| |\ | | | | | Added color themes to the text editor | ||||
| | * | Added color themes to the text editor | Paulb23 | 2016-05-23 | 5 | -19/+252 |
| | | | |||||
| * | | use node name as filename when save scene | volzhs | 2016-05-23 | 2 | -2/+4 |
| |/ | | | | fix #4723 | ||||
| * | Change the default comment color to #676767 (#4763) | Hugo Locurcio | 2016-05-23 | 1 | -1/+1 |
| | | | | A neutral gray color, more readable than the old brown one. | ||||
| * | Real-Time Remote Inspector support | Juan Linietsky | 2016-05-22 | 3 | -208/+539 |
| | | |||||
| * | fix error when open project and close editor | volzhs | 2016-05-22 | 1 | -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 bug | Juan Linietsky | 2016-05-21 | 1 | -0/+2 |
| | | |||||
| * | Merge remote-tracking branch 'origin/master' | Juan Linietsky | 2016-05-21 | 79 | -581/+723 |
| |\ | |||||
| | * | i18n: Fix another %i in vformat | Rémi Verschelde | 2016-05-21 | 1 | -1/+1 |
| | | | |||||
| | * | i18n: Use %d instead of %i in vformat | Rémi Verschelde | 2016-05-21 | 11 | -14/+14 |
| | | | | | | | | | Fixes #4742. | ||||
| | * | remove trailing whitespace | Hubert Jarosz | 2016-05-21 | 9 | -15/+15 |
| | | | |||||
| | * | Changes to open dir in native explorer RMB option | Geequlim | 2016-05-21 | 1 | -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-proofreading | Rémi Verschelde | 2016-05-21 | 74 | -549/+551 |
| | |\ | | | | | | | i18n: Proofreading of all strings | ||||
| | | * | i18n: Second pass at proofreading | Rémi Verschelde | 2016-05-21 | 37 | -131/+131 |
| | | | | | | | | | | | | | | | | Mostly removing commented out strings, plus a few critical ones that should not be translated. | ||||
| | | * | i18n: Proofreading of all strings | Rémi Verschelde | 2016-05-21 | 62 | -421/+423 |
| | | | | | | | | | | | | | | | | | | | Done to ensure that no important identifiers are translatable, to fix compound strings using the new vformat() function, and some general English proofreading here and there. | ||||
| | * | | Merge pull request #4722 from MarianoGnu/master | Rémi Verschelde | 2016-05-21 | 2 | -1/+110 |
| | |\ \ | | | | | | | | | Add Drag&Drop to ShaderGraphEditor's texture uniform graph node. | ||||
| | | * | | Add Drag&Drop to ShaderGraphEditor's texture uniform graph node. | MarianoGNU | 2016-05-19 | 2 | -1/+110 |
| | | | | | |||||
| | * | | | Merge pull request #4719 from Paulb23/multiline_duplication | Rémi Verschelde | 2016-05-21 | 1 | -6/+25 |
| | |\ \ \ | | | | | | | | | | | Multiline duplication, issue #4661 | ||||
| | | * | | | Multiline duplication, issue #4661 | Paulb23 | 2016-05-19 | 1 | -6/+25 |
| | | | | | | |||||
| | * | | | | Merge pull request #4700 from Geequlim/filesystem-show_in_explore | Rémi Verschelde | 2016-05-21 | 2 | -2/+18 |
| | |\ \ \ \ | | |_|_|/ | |/| | | | Add 'Show In System' option into filesystem RMB menu | ||||
| | | * | | | Add 'Show In System' option into filesystem RMB menu | Geequlim | 2016-05-18 | 2 | -2/+18 |
| | | | | | | |||||
| | * | | | | Check the save path before importing a 3D Mesh | Wilhem Barbier | 2016-05-18 | 1 | -9/+9 |
| | |/ / / | |||||
| * / / / | First version of Profiler | Juan Linietsky | 2016-05-21 | 6 | -13/+1147 |
| |/ / / | | | | | | | | | | | | | It is now possible to profile GDScript as well as some parts of Godot internals. | ||||
| * | | | -Added configuration warning system for nodes | Juan Linietsky | 2016-05-17 | 7 | -136/+60 |
| | | | | | | | | | | | | | | | | -Added a new "add" and "instance" buttons for scene tree -Added a vformat() function to ease translation work | ||||
