Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Texture refactor | Juan Linietsky | 2020-02-11 | 1 | -2/+2 |
| | | | | | | | | -Texture renamed to Texture2D -TextureLayered as base now inherits 2Darray, cubemap and cubemap array -Removed all references to flags in textures (they will go in the shader) -Texture3D gone for now (will come back later done properly) -Create base rasterizer for RenderDevice, RasterizerRD | ||||
* | Fixed unknown symbol drawn instead of tabs in breakpoints/bookmarks lists | andrycodestuffs | 2020-01-16 | 1 | -4/+10 |
| | | | | | | | | | | | | | Tab characters were not rendered properly in the breakpoints and bookmarks lists of the script editor if the bookmarked line was a comment, resulting in unknown ASCII symbols “�”. Fixes #34046. Also changed formatting a bit to enclose the code in backticks (like in Markdown) instead of quotes. Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> | ||||
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
| | | | | | | | | | | | Happy new year to the wonderful Godot community! We're starting a new decade with a well-established, non-profit, free and open source game engine, and tons of further improvements in the pipeline from hundreds of contributors. Godot will keep getting better, and we're looking forward to all the games that the community will keep developing and releasing with it. | ||||
* | Merge pull request #34625 from timothyqiu/i18n | Rémi Verschelde | 2019-12-30 | 1 | -1/+1 |
|\ | | | | | Makes more editor strings translatable | ||||
| * | Makes more editor strings translatable | Haoyu Qiu | 2019-12-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | * Title of Sprite Editor convert preview dialogs * Title of UV Channel Debug dialog * Various editor warnings * GridMap popup menu item "Paste Selects" * Tileset editor shape button texts * MeshLibrary update confirmation text | ||||
* | | Cleans up headers included in editor_node.h | Haoyu Qiu | 2019-12-24 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #34441 from KoBeWi/wrapping_things_up | Rémi Verschelde | 2019-12-22 | 1 | -0/+2 |
|\ | | | | | Fix code editor not always centering to bookmarks | ||||
| * | Fix code editor not always centering to bookmarks | Tomasz Chabora | 2019-12-18 | 1 | -0/+2 |
| | | |||||
* | | Fix ScriptTextEditor encapsulation | Yuri Roubinsky | 2019-12-19 | 1 | -0/+6 |
|/ | |||||
* | Prevent showing toggle scripts panel switch in shader editor | Yuri Roubinsky | 2019-12-17 | 1 | -0/+1 |
| | |||||
* | Center Script Editor when jumping to bookmarks/breakpoints | Tomasz Chabora | 2019-12-01 | 1 | -0/+4 |
| | |||||
* | Update connection info on script validation rather then saved copy | Paulb23 | 2019-11-02 | 1 | -5/+16 |
| | |||||
* | Improve performance of connection info in the script editor | Paulb23 | 2019-10-27 | 1 | -18/+28 |
| | |||||
* | Fixed evaluation for types | David Sichma | 2019-10-22 | 1 | -1/+1 |
| | |||||
* | Update ScriptEditor and ShaderEditor Tooltip | Alexander Holland | 2019-10-02 | 1 | -1/+1 |
| | | | fix #32417 | ||||
* | Highlight singletons and class_names in GDScript | Bojidar Marinov | 2019-09-28 | 1 | -0/+25 |
| | | | | | Also, implement a small QoL change for auto-typed variables. Closes #5739 | ||||
* | Support menu key in TextEdit and LineEdit controls | Paul Trojahn | 2019-09-22 | 1 | -74/+79 |
| | | | | Related to #15542 | ||||
* | Default ColorPicker color mode setting | Bhupendra Aole | 2019-08-31 | 1 | -0/+7 |
| | | | | | There is a new setting for Default ColorPicker color mode in Editor Settings->Interface->Inspector. Initially this setting will be RGB. Editor ColorPicker will always start with mode defined in this settiing. Fixes #30755 and #30754 | ||||
* | Editor: remove TOOLS_ENABLED guards | merumelu | 2019-08-30 | 1 | -10/+0 |
| | | | | | For code inside editor/ `#ifdef TOOLS_ENABLED` is always true so those checks are redundant. | ||||
* | Merge pull request #31338 from Calinou/reorganize-menus | Rémi Verschelde | 2019-08-13 | 1 | -6/+7 |
|\ | | | | | Reorganize various menus for consistency and conciseness | ||||
| * | Reorganize various menus for consistency and conciseness | Hugo Locurcio | 2019-08-13 | 1 | -6/+7 |
| | | | | | | | | | | | | | | - Clean up the recent scripts dialog to match the recent scenes dialog - Add "..." at the end of shortcuts that cause a modal dialog to appear This closes #31148. | ||||
* | | Add "Find in Files..." to the text editor | Michael Alexsander Silva Dias | 2019-08-12 | 1 | -1/+0 |
|/ | |||||
* | Merge pull request #31179 from KoBeWi/code_editor_magic | Rémi Verschelde | 2019-08-12 | 1 | -0/+30 |
|\ | | | | | Add Evaluate Selection option to Script Editor | ||||
| * | Add Evaluate Selection option to Script Editor | Tomasz Chabora | 2019-08-08 | 1 | -0/+30 |
| | | |||||
* | | Adds support for undo/redo for in-editor color picker | miwanczuk | 2019-08-10 | 1 | -0/+2 |
| | | |||||
* | | Move "Go to Function/Line" to "Go To" menu | Michael Alexsander Silva Dias | 2019-08-08 | 1 | -21/+23 |
| | | |||||
* | | Fixes color picker in code editor - now it only changes one color | iwek7 | 2019-08-08 | 1 | -4/+12 |
|/ | |||||
* | Fix memory leaks with SyntaxHighlighters | Paulb23 | 2019-07-25 | 1 | -0/+9 |
| | |||||
* | Parse more informations for code completion | Geequlim | 2019-07-04 | 1 | -2/+2 |
| | |||||
* | Add "Go To" menu to the script editor and move the bookmark and breakpoint ↵ | Michael Alexsander Silva Dias | 2019-07-01 | 1 | -20/+69 |
| | | | | menus there | ||||
* | Merge pull request #29071 from YeldhamDev/improve_bookmarks | Rémi Verschelde | 2019-07-01 | 1 | -11/+48 |
|\ | | | | | Improve bookmarks | ||||
| * | Improve bookmarks | Michael Alexsander Silva Dias | 2019-05-24 | 1 | -11/+48 |
| | | |||||
* | | Merge pull request #29815 from NilsIrl/plus_file_1 | Rémi Verschelde | 2019-07-01 | 1 | -2/+2 |
|\ \ | | | | | | | Replace ` + "/" + ` with `String::file_add()` | ||||
| * | | Replace ` + "/" + ` with `String::file_add()` | Nils ANDRÉ-CHANG | 2019-06-23 | 1 | -2/+2 |
| | | | |||||
* | | | Correct typo that broke custom selected font color | Gwyneth Lowe | 2019-06-24 | 1 | -1/+1 |
| | | | | | | | | | | | | Change several font_selected_color to font_color_selected; the actual name of the override | ||||
* | | | Center script line when double clicked on error in debugger | Dawid Wdowiak | 2019-06-23 | 1 | -0/+5 |
| | | | |||||
* | | | Merge pull request #28766 from pgoral/editor_validation_issue | Rémi Verschelde | 2019-06-17 | 1 | -0/+4 |
|\ \ \ | | | | | | | | | Changing method signature in other class in not recognized in working… | ||||
| * | | | Changing method signature in other class in not recognized in working class ↵ | Goral | 2019-05-29 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | in typed GDScript #28685 | ||||
* | | | | Check for inherited methods before attempting to create one when connecting ↵ | Michael Alexsander Silva Dias | 2019-06-13 | 1 | -17/+20 |
| |/ / |/| | | | | | | | | a signal | ||||
* | | | Merge pull request #29703 from YeldhamDev/method_signal_warning_base | Rémi Verschelde | 2019-06-12 | 1 | -30/+49 |
|\ \ \ | | | | | | | | | Check base scripts for signal receiving methods before warning about them missing | ||||
| * | | | Check base scripts for signal receiving methods before warning about them ↵ | Michael Alexsander Silva Dias | 2019-06-11 | 1 | -30/+49 |
| | | | | | | | | | | | | | | | | missing | ||||
* | | | | Merge pull request #29659 from YeldhamDev/script_connections_node_deleted | Rémi Verschelde | 2019-06-12 | 1 | -0/+6 |
|\ \ \ \ | |/ / / |/| | | | Fix connection info still appearing on scripts if the node source is deleted | ||||
| * | | | Fix connection info still appearing on scripts if the node source is deleted | Michael Alexsander Silva Dias | 2019-06-10 | 1 | -0/+6 |
| | | | | |||||
* | | | | Merge pull request #29262 from DarknessCatt/issue-27476 | Rémi Verschelde | 2019-06-11 | 1 | -0/+5 |
|\ \ \ \ | |/ / / |/| | | | Automatically add new line to scripts | ||||
| * | | | Automatically add new line to scripts | Matheus Lima Cunha | 2019-05-29 | 1 | -0/+5 |
| | | | | |||||
* | | | | Merge pull request #28099 from lupoDharkael/fix-completion | Rémi Verschelde | 2019-06-03 | 1 | -3/+3 |
|\ \ \ \ | | | | | | | | | | | Fix code completion not working with class_name | ||||
| * | | | | Don't allow class_name in built-in scripts | lupoDharkael | 2019-04-17 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Fix code completion not working with class_name | lupoDharkael | 2019-04-16 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge pull request #28907 from dankan1890/contextual_help | Rémi Verschelde | 2019-05-24 | 1 | -1/+1 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | ScriptEditor: Changed the shortcut for contextual help in ALT + F1 | ||||
| * | | | | ScriptEditor: Changed the shortcut for contextual help in ALT + F1, to ↵ | dankan1890 | 2019-05-15 | 1 | -1/+1 |
| | |_|/ | |/| | | | | | | | | | | resolve the conflict with the help menu opening shortcut. |