| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Memory pool vectors (DVector) have been enormously simplified in code, and ↵ | Juan Linietsky | 2017-01-07 | 1 | -3/+3 | |
| | | | | | renamed to PoolVector | |||||
| * | -Changed most project settings in the engine, so they have major and minor ↵ | Juan Linietsky | 2017-01-05 | 1 | -1/+2 | |
| | | | | | | | | | categories. -Changed SectionedPropertyEditor to support this -Renamed Globals singleton to GlobalConfig, makes more sense. -Changed the logic behind persisten global settings, instead of the persist checkbox, a revert button is now available | |||||
| * | -Conversion of most properties to a simpler syntax, easier to use by script | Juan Linietsky | 2017-01-04 | 1 | -15/+17 | |
| | | | | | | | -Modified help to display properties GDScript can still not make use of them, though. | |||||
| * | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to ↵ | Juan Linietsky | 2017-01-02 | 1 | -54/+54 | |
| | | | | | | | | | Variant. All usages of "type" to refer to classes were renamed to "class" ClassDB has been exposed to GDScript. OBJ_TYPE() macro is now GDCLASS() | |||||
| * | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 1 | -1/+1 | |
| | | | | | | | | | That year should bring the long-awaited OpenGL ES 3.0 compatible renderer with state-of-the-art rendering techniques tuned to work as low as middle end handheld devices - without compromising with the possibilities given for higher end desktop games of course. Great times ahead for the Godot community and the gamers that will play our games! | |||||
| * | Fix search to find "whole" words at end of line | Johnson Earls | 2016-12-18 | 1 | -1/+1 | |
| | | | | | | Fix `_get_column_pos_of_word` so that the `SEARCH_WHOLE_WORDS` flag will properly find words that are at the end of a line. Fixes #7326 . | |||||
| * | Emit "*_changed" signal in set_* | volzhs | 2016-11-14 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #7052 from Paulb23/text_edit_color_uniformation | Rémi Verschelde | 2016-11-09 | 1 | -20/+6 | |
| |\ | | | | | Made background and symbol color follow the color API | |||||
| | * | Made background and symbol color follow the color API | Paulb23 | 2016-11-06 | 1 | -20/+6 | |
| | | | ||||||
| * | | Caret blink will no longer cause redraw without focus, issue 6167 | Paulb23 | 2016-11-06 | 1 | -1/+1 | |
| |/ | ||||||
| * | Allow turing off zero-padding for line numbers | Pedro J. Estébanez | 2016-10-13 | 1 | -1/+10 | |
| | | ||||||
| * | Merge pull request #6778 from Hinsbart/completion_z | Rémi Verschelde | 2016-10-11 | 1 | -2/+12 | |
| |\ | | | | | Fix Script Editor drawing over Dialogs. | |||||
| | * | Fix Script Editor drawing over Dialogs. | Andreas Haas | 2016-10-10 | 1 | -2/+12 | |
| | | | | | | | | | | | | | Resets the z-index when focus is lost and the completion is shown. Fixes #6769 | |||||
| * | | Add line length guideline to code editors | Pedro J. Estébanez | 2016-10-10 | 1 | -0/+20 | |
| |/ | ||||||
| * | Fix code completion drawing under other gui elements. | Andreas Haas | 2016-10-05 | 1 | -1/+5 | |
| | | | | | | | | Raises the z-index of the Script editor when the completion is shown. fixes #1257 fixes #6690 | |||||
| * | Add inline ColorPicker to Script text editor. | Andreas Haas | 2016-09-29 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | | Adds an option to the script editor context menu that lets you open a ColorPicker in order to easily edit `Color()` constructors. To do this, right click on the word `Color` and select `Pick Color`. A side effect of this change is that the script editor now has its own context menu instead of re-using the one from TextEdit. It's now possible to indent left/right and to toggle comments via this menu. I also felt free to make it more context-sensitive than before: Now "Cut" and "Copy" will only be shown if text has actually been selected. I also added default shortcuts for indent left/right. (alt + left/right) Closes #6232 | |||||
| * | Fix ability to cut/paste text in LineEdit/TextEdit in readonly mode. | Andreas Haas | 2016-09-19 | 1 | -7/+15 | |
| | | | | | Fixes #6466 | |||||
| * | Do ctrl-click on any code identifier to go to definiton or help page. | Juan Linietsky | 2016-09-12 | 1 | -4/+143 | |
| | | ||||||
| * | -Added a ColorFrame control, kind of like Texture but for color. | Juan Linietsky | 2016-09-11 | 1 | -1/+2 | |
| | | | | | | -Added dropping nodes to text editor for them to become a path -Fixed issues with font not properly being set in code editor | |||||
| * | Confirm code completion with numpad key ENTER | Ignacio Etcheverry | 2016-08-12 | 1 | -1/+1 | |
| | | ||||||
| * | Exposed enable syntax highlighting to properties | Paulb23 | 2016-07-28 | 1 | -0/+1 | |
| | | ||||||
| * | Merge pull request #5737 from neikeq/pr-issue-5269 | Rémi Verschelde | 2016-07-23 | 1 | -0/+28 | |
| |\ | | | | | TextEdit: Scroll search results to the center | |||||
| | * | TextEdit: Center search results | Ignacio Etcheverry | 2016-07-21 | 1 | -0/+28 | |
| | | | ||||||
| * | | Fixed caret width on tabs | Paulb23 | 2016-07-18 | 1 | -2/+3 | |
| | | | ||||||
| * | | Merge pull request #5723 from Paulb23/toggle_breakpoint_gutter_issue_5712 | Rémi Verschelde | 2016-07-18 | 1 | -0/+2 | |
| |\ \ | | | | | | | Fixed toggle breakpoint gutter not updating when the game is running, issue 5712 | |||||
| | * | | Fixed breakpoint gutter toggle not updating when game is running, issue 5712 | Paulb23 | 2016-07-15 | 1 | -0/+2 | |
| | |/ | ||||||
| * / | Added block caret to TextEdit | Paulb23 | 2016-07-12 | 1 | -17/+38 | |
| |/ | ||||||
| * | Expose highlight all occurrences | Paulb23 | 2016-07-11 | 1 | -0/+8 | |
| | | ||||||
| * | Expose show line numbers | Paulb23 | 2016-07-11 | 1 | -1/+10 | |
| | | ||||||
| * | Added completion font colors | Paulb23 | 2016-07-11 | 1 | -1/+2 | |
| | | ||||||
| * | Fixed highlight all occurrences highlighing highlighted section | Paulb23 | 2016-07-10 | 1 | -0/+6 | |
| | | ||||||
| * | Remove unused variables (third pass) + dead code | Rémi Verschelde | 2016-07-07 | 1 | -1/+0 | |
| | | | | | Fixes various gcc 5.4.0 warnings for -Wunused-variable and -Wunused-but-set-variable | |||||
| * | Fix completion string check when column = 0 | George Marques | 2016-07-03 | 1 | -1/+1 | |
| | | ||||||
| * | Stop completion when the match is perfect | George Marques | 2016-07-03 | 1 | -0/+5 | |
| | | | | | to avoid the completion insisting showing up after a completion. | |||||
| * | Fix code completion sorting | George Marques | 2016-07-03 | 1 | -3/+11 | |
| | | ||||||
| * | Merge pull request #5419 from djrm/shortcuts | Rémi Verschelde | 2016-06-30 | 1 | -0/+1 | |
| |\ | | | | | Shortcuts for script switching in script Mode | |||||
| | * | Shortcuts for script switching in script Mode | Daniel J. Ramirez | 2016-06-26 | 1 | -0/+1 | |
| | | | ||||||
| * | | Merge pull request #5487 from Paulb23/function_highlighting_issue_5454 | Rémi Verschelde | 2016-06-30 | 1 | -0/+5 | |
| |\ \ | | | | | | | Fixed function highlighting with spaces | |||||
| | * | | Fixed function highlighting with spaces | Paulb23 | 2016-06-29 | 1 | -0/+5 | |
| | |/ | ||||||
| * / | Fixed selected text turning black, issue 5199 | Paulb23 | 2016-06-26 | 1 | -0/+1 | |
| |/ | ||||||
| * | Fix weird deselection behaviour with text field | Ignacio Etcheverry | 2016-06-24 | 1 | -0/+12 | |
| | | | | | | - TextEdit will now deselect if Ctrl+Left/Right is pressed - TextEdit and LineEdit no longer deselect text when Alt is pressed (except with Apple style keys) | |||||
| * | Merge pull request #5344 from Paulb23/code_completion_colors | Rémi Verschelde | 2016-06-22 | 1 | -7/+8 | |
| |\ | | | | | Code completion box colors | |||||
| | * | Added code completion existing color setting | Paulb23 | 2016-06-21 | 1 | -3/+2 | |
| | | | ||||||
| | * | Added code completion selected color setting | Paulb23 | 2016-06-21 | 1 | -3/+2 | |
| | | | ||||||
| | * | Added code completion background color setting | Paulb23 | 2016-06-21 | 1 | -1/+4 | |
| | | | ||||||
| * | | Fixed caret not drawing on focus regain | Paulb23 | 2016-06-20 | 1 | -0/+3 | |
| |/ | ||||||
| * | Merge pull request #5196 from vnen/similarity-code-completion | Rémi Verschelde | 2016-06-20 | 1 | -43/+38 | |
| |\ | | | | | Improve code completion search | |||||
| | * | Improve code completion search | George Marques | 2016-06-19 | 1 | -41/+31 | |
| | | | | | | | | | | | | | - List completion by subsequence match. - Case insensitive. - Sort completion list by similarity. | |||||
| | * | Fix TextEdit cursor position after undo remove text | George Marques | 2016-06-19 | 1 | -2/+7 | |
| | | | | | | | | | | | It was going to where the text started, now it goes to where the text ends. | |||||
| * | | Text Edit no longer draws caret on focus loss | Paulb23 | 2016-06-19 | 1 | -0/+15 | |
| |/ | ||||||
