Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-22 | Improved binding system (ObjectTypeDB::bind_method) to be friendlier to ↵ | Juan Linietsky | |
statically typed languages, should help in the Mono integration. Disabled by default. | |||
2016-06-22 | Merge pull request #5344 from Paulb23/code_completion_colors | Rémi Verschelde | |
Code completion box colors | |||
2016-06-21 | Fix a inherited transform bug with Camera2D preview drawing | Bojidar Marinov | |
Closes #5339 | |||
2016-06-21 | Added code completion existing color setting | Paulb23 | |
2016-06-21 | Added code completion selected color setting | Paulb23 | |
2016-06-21 | Added code completion background color setting | Paulb23 | |
2016-06-21 | Merge pull request #5335 from J08nY/loop-interpolation-scene-fix | Rémi Verschelde | |
Animation: Fix property loop_interpolation | |||
2016-06-21 | Animation: Fix property loop_interpolation | J08nY | |
fixes #5317 | |||
2016-06-21 | Make return type explicit. | Saracen | |
2016-06-21 | Merge pull request #5321 from Paulb23/caret_hidden_issue_5320 | Rémi Verschelde | |
Fixed caret not drawing on focus regain | |||
2016-06-20 | property remove parent owned nodes when using replace, fixes #4128 | Juan Linietsky | |
2016-06-20 | fix CanvasItem.get_global_transform() and CanvasItem.get_local_transform(), ↵ | Juan Linietsky | |
closes #4075 | |||
2016-06-20 | Fixed the order of events called by _input, closes #4384 | Juan Linietsky | |
2016-06-20 | Add quotes to .tscn keys, solves #4366 | Juan Linietsky | |
2016-06-20 | Allow mouse wheel to go throuhgh so scroll containers work properly, fixes #4431 | Juan Linietsky | |
2016-06-20 | Fix error storing path for children of instanced nodes in .tscn, fixes #4320 ↵ | Juan Linietsky | |
fixes #4579 fixes #4580 | |||
2016-06-20 | Fixed caret not drawing on focus regain | Paulb23 | |
2016-06-20 | Make dure to only call drop_data if can_drop_data returned true, closes #4616 | Juan Linietsky | |
2016-06-20 | Merge pull request #5196 from vnen/similarity-code-completion | Rémi Verschelde | |
Improve code completion search | |||
2016-06-20 | Remove unused connection. ShaderEditor should'nt handle ShaderGraphs. | MarianoGNU | |
Fixes #4678 && #4745 | |||
2016-06-20 | -Added options for scene import plugin to keep materials and user-added ↵ | Juan Linietsky | |
tracks to animations, please test! closes #4425 | |||
2016-06-19 | Merge pull request #5298 from Paulb23/caret_draw_focus | Rémi Verschelde | |
Text Edit no longer draws caret on focus loss | |||
2016-06-19 | Replace 'or'/'and' keywords | George Marques | |
Some compilers do not like this. | |||
2016-06-19 | Text Edit no longer draws caret on focus loss | Paulb23 | |
2016-06-19 | Improve code completion search | George Marques | |
- List completion by subsequence match. - Case insensitive. - Sort completion list by similarity. | |||
2016-06-19 | Fix TextEdit cursor position after undo remove text | George Marques | |
It was going to where the text started, now it goes to where the text ends. | |||
2016-06-19 | Merge pull request #5271 from neikeq/pr-issue-1004 | Rémi Verschelde | |
LineEdit cursor fixes and improvements | |||
2016-06-19 | Merge pull request #5259 from neikeq/pr-textedit-zoom | Rémi Verschelde | |
TextEdit: Change font size with Ctrl+Mouse Wheel Up/Down | |||
2016-06-19 | Merge pull request #5234 from Paulb23/fix_error_tab_print | Rémi Verschelde | |
Fixed error: set_current_tab print on project open | |||
2016-06-19 | Merge pull request #5085 from RandomShaper/remove-unreachable-code | Rémi Verschelde | |
Remove found dead code | |||
2016-06-19 | Merge pull request #4724 from Cybolic/optional-loop-interpolation | Rémi Verschelde | |
Added toggle for loop interpolation based on adolson's code | |||
2016-06-19 | Add function to get the color picker dialog from ColorPickerButton, closes #4415 | Juan Linietsky | |
2016-06-19 | -Added trigger mode to tracks, useful for properties that work as triggers, ↵ | Juan Linietsky | |
such as playing a sample, an animation, etc. -Better interpolation of discrete tracks, fixes #4417 | |||
2016-06-18 | DynamicFontData can be built-in (will still link to a ttf though), closes #4600 | Juan Linietsky | |
2016-06-18 | LineEdit: Word jumping and OSX hotkeys | Ignacio Etcheverry | |
2016-06-18 | Drop fully commented-out files | Rémi Verschelde | |
Part of #5272 | |||
2016-06-18 | Drop empty files that are not used anywhere | Rémi Verschelde | |
Part of #5272 | |||
2016-06-18 | TextEdit: Change font size with Ctrl+Mouse Wheel Up/Down | Ignacio Etcheverry | |
2016-06-18 | Make ".." always appear even if dir is unlistable (likely lacking ↵ | Juan Linietsky | |
permissions), closes #1938 | |||
2016-06-18 | LineEdit: Fix and improve selection behaviour | Ignacio Etcheverry | |
2016-06-18 | Add missing license headers in our source files (#5255) | Rémi Verschelde | |
Also removes a couple wrong Godot headers from third-party source files. | |||
2016-06-18 | Fix Theora video playback without a Vorbis stream | Błażej Szczygieł | |
- prevent audio resampler errors when number of channels is 0, - don't check for 'audio_done' when there is no audio data. (cherry picked from commit 763b29f34e8c99c2f9559dcc31b59f99d0d6dee3) | |||
2016-06-17 | TabContainer now reports proper minimum size, closes #4896 | Juan Linietsky | |
2016-06-17 | Send body inout notifications after state is applied, fixes #4683 | Juan Linietsky | |
2016-06-17 | Fix bug in GridContainer not updating minimumsize when columns changes, ↵ | Juan Linietsky | |
fixes #4677 | |||
2016-06-17 | Keep track of when fonts change, so theme or controls that use fonts as ↵ | Juan Linietsky | |
overrides get properly updated. closes #4622 , probably closes many other issues too | |||
2016-06-17 | fixes compilation error on visual studio, closes #5249 | Juan Linietsky | |
2016-06-17 | -added missing .inc files | Juan Linietsky | |
-Made it possible to change the editor theme -Added two options to theme editor plugin to create empty template themes and editor themes -Make sure that saved themes to .tres keep the null theme fields, to make it easier to keep those when saving/loading the theme | |||
2016-06-16 | It is now possible to set a default custom theme, whether you want a hidpi ↵ | Juan Linietsky | |
default theme, or just use a custom font for the default theme | |||
2016-06-15 | Fixed error: set_current_tab print on project open | Paulb23 | |