Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-19 | Merge pull request #4095 from neikeq/pr-bind-add_spacer | Rémi Verschelde | |
BoxContainer: Bind method add_spacer(bool) | |||
2016-03-19 | Merge pull request #4094 from neikeq/pr-fix-4062 | Rémi Verschelde | |
TextEdit: Fix Shift+Delete shortcut not calling cut() | |||
2016-03-19 | BoxContainer: Bind method add_spacer(bool) | Ignacio Etcheverry | |
2016-03-19 | TextEdit: Fix Shift+Delete shortcut not calling cut() | Ignacio Etcheverry | |
2016-03-18 | Fix issues with tilemap covering child nodes and old quadrants | Bojidar Marinov | |
Closes #4070 | |||
2016-03-17 | Fix cursor getting locked on tree control if tree is cleared while modifying ↵ | Saracen | |
numerical element. | |||
2016-03-17 | Fixed highlighting when word occurs as substring first | Paulb23 | |
2016-03-17 | Fixed highliting with shift and mouse | Paulb23 | |
2016-03-16 | Highlight all occurrences of selected word | Paulb23 | |
2016-03-15 | LineEdit/TextEdit: Add Shift+Delete shortcut for cut | Ignacio Etcheverry | |
2016-03-15 | TextEdit: Fix inconsistent copy, cut and paste behaviour | Ignacio Etcheverry | |
2016-03-15 | Merge pull request #3528 from SaracenOne/baked_light_realtime_colourize | Rémi Verschelde | |
Ability to colourize baked lighting in real time. | |||
2016-03-15 | Merge pull request #4051 from AlexHolly/fileeditor-open-any | Rémi Verschelde | |
(editor)filedialog open file and dir MODE_OPEN_ANY | |||
2016-03-14 | Merge pull request #4056 from TheHX/issue-1423 | Rémi Verschelde | |
Automatically create input node when creating a ShaderGraph | |||
2016-03-14 | Automatically create input node when creating a ShaderGraph | Franklin Sobrinho | |
2016-03-14 | Merge pull request #4017 from Paulb23/set_tab_size | Rémi Verschelde | |
Added configurable tab size in the text editor. | |||
2016-03-14 | Added configuable tab size | Paulb23 | |
2016-03-14 | (editor)filedialog mode open any | Alexander Holland | |
2016-03-13 | Merge pull request #4035 from TheHX/item-list | Rémi Verschelde | |
Add icon region support for ItemList | |||
2016-03-13 | Undo and redo commands on text editor now affect internal version which ↵ | Saracen | |
fixes inconsistent file saving validation. | |||
2016-03-13 | Add icon region support for ItemList | Franklin Sobrinho | |
2016-03-12 | -Made editor support SSL certs by default (embedded them) | Juan Linietsky | |
-Made asset sharing support https -Many fixes to HTTPRequest -Added an asset installer dialog -Visual cleanups to asset sharing tab -Fixed some issues in ScrollContainer, hope it does not break things -Asset sharing tab is not visible (hidden on purpose) for now. | |||
2016-03-11 | Merge pull request #4012 from sanikoyes/Pr-linke-fail-disable-3d | Rémi Verschelde | |
Fix link error when disable_3d=yes | |||
2016-03-11 | Fix link error when disable_3d=yes | sanikoyes | |
2016-03-10 | Fix a crash when running a game with Controls with a tools build | Bojidar Marinov | |
Regression from #3997 TOOLS_ENABLED is defined, even when running from editor, but EDITOR_DEF SEGFAULTs | |||
2016-03-10 | Merge pull request #3865 from Marqin/coverity | Rémi Verschelde | |
[Coverity] fixed 11 of 537 potential bugs found by Coverity | |||
2016-03-09 | Merge pull request #3980 from JoshuaGrams/timescale-remainder | Rémi Verschelde | |
TimeScale node: scale return value (time remaining). | |||
2016-03-09 | Add option to keep margins when changing anchors, closes #3979 | Bojidar Marinov | |
Amend: Fixed an issue for non-tool builds Amend2: Same, just fixed doing nothing at some times | |||
2016-03-09 | TimeScale node: return +inf remaining for 0 scale. | Josh Grams | |
2016-03-09 | fix six possible "divide by zero" | Hubert Jarosz | |
2016-03-09 | fix two reading uninitialized pointers | Hubert Jarosz | |
fixed in: tools/editor/project_settings.cpp scene/gui/graph_edit.cpp | |||
2016-03-09 | remove trailing whitespace | Hubert Jarosz | |
2016-03-08 | Merge pull request #3991 from JoshuaGrams/issue-3711 | Rémi Verschelde | |
Issue 3711 | |||
2016-03-08 | AnimationTreePlayer: distinguish value tracks. | Josh Grams | |
If the node had a 3D Transform, the transform would always get written, even if the tracks on that node were supposed to be value tracks. | |||
2016-03-08 | Merge pull request #3969 from Paulb23/scroll_past_end_of_file | Juan Linietsky | |
Enabled scrolling past end of file in text editor. | |||
2016-03-07 | Added extra controls to GeometryInstances to control how they should cast ↵ | Saracen | |
shadows: double-sided and shadows only. Conflicts: servers/visual/visual_server_raster.h | |||
2016-03-07 | TimeScale node: scale return value (time remaining). | Josh Grams | |
2016-03-07 | Merge pull request #3919 from chuckeles/open-lines-below-above | Rémi Verschelde | |
Open line below and above | |||
2016-03-07 | Enabled scrolling past end of file | Paulb23 | |
2016-03-05 | Fix Sprite doesn't updating region_rect value in certain conditions | Franklin Sobrinho | |
2016-03-04 | Add special new line opening | Martin Chuckeles | |
2016-03-04 | -Work on addon editor plugin (disabled by default) | Juan Linietsky | |
-New HTTPRequest node, to make HTTP requests simpler. | |||
2016-03-04 | Add editor settings for call hint placement | Martin Chuckeles | |
Added settings: text_editor/put_callhint_tooltip_below_current_line and text_editor/callhint_tooltip_offset | |||
2016-03-03 | Hide hint if completion is active | Martin Chuckeles | |
2016-03-03 | Move the call hint under the current line | Martin Chuckeles | |
2016-03-01 | Merge pull request #3858 from JoshuaGrams/blend3 | Rémi Verschelde | |
AnimationTreePlayer (Blend3): process all inputs. | |||
2016-03-01 | AnimationTreePlayer: blend value tracks (closes #2299) | Josh Grams | |
Variant: - zero() sets a Variant to the appropriate type of zero value - blend() blends part of one Variant on top of another. | |||
2016-02-28 | AnimationTreePlayer (Blend3): process all inputs. | Josh Grams | |
Always call _process_node on all three inputs so that looped animations don't get out of sync. | |||
2016-02-27 | fix transform localization event in mouse motion | Juan Linietsky | |
2016-02-21 | Fix missing dependency resolver in Windows | eska | |