Age | Commit message (Expand) | Author |
2016-01-19 | Fix build with tools=no | Rémi Verschelde |
2016-01-18 | -fixed bug related to mouse cursor changes, fixes #3366 | Juan Linietsky |
2016-01-18 | New shader nodes are now created under (more or less) the cursor. | Ovnuniarchos |
2016-01-18 | Merge pull request #3358 from neikeq/issue_1123 | Rémi Verschelde |
2016-01-18 | Merge pull request #2854 from MarianoGnu/color_picker | Rémi Verschelde |
2016-01-17 | -Massive editor dialog cleanup | Juan Linietsky |
2016-01-16 | -Moved all the "root" input handling for GUI from individual Controls to View... | Juan Linietsky |
2016-01-15 | Add guide lines to visual editor. | MarianoGNU |
2016-01-15 | add screen color picking | MarianoGNU |
2016-01-15 | Add presets. | MarianoGNU |
2016-01-15 | Move shaders to default theme and add shader_override related methods to Cont... | MarianoGNU |
2016-01-15 | Add a visual editor to color picker. | MarianoGNU |
2016-01-15 | F5 hotkey to refresh FileDialog/EditorFileDialog | Ignacio Etcheverry |
2016-01-15 | Merge pull request #3204 from neikeq/fix_3153 | Rémi Verschelde |
2016-01-14 | Merge pull request #3351 from neikeq/issue_3348 | Rémi Verschelde |
2016-01-14 | Fix LineEdit not capturing text input events | Ignacio Etcheverry |
2016-01-14 | -Make sure scenes properly update when switching tabs, even if sub-instances ... | Juan Linietsky |
2016-01-13 | Properly fix tab scrolling, fixes #3128, fixes #3314 | Juan Linietsky |
2016-01-12 | Fix situation where TSCN format might crash, closes #3062 | Juan Linietsky |
2016-01-12 | -Properly lock and and warn about switching off contact monitoring, fixes #3041 | Juan Linietsky |
2016-01-11 | Merge pull request #3257 from TheHX/pr-range-properties | Rémi Verschelde |
2016-01-11 | Merge pull request #3300 from MarianoGnu/bug_fixing | Rémi Verschelde |
2016-01-10 | It seems everyone misses the polygon decomposer output, fixes #3069 | Juan Linietsky |
2016-01-10 | -Make a rare corner case where disabling/reenabling mipmaps causes invalid te... | Juan Linietsky |
2016-01-10 | make path update when curve changes, fixes #3144 | Juan Linietsky |
2016-01-10 | change intersect_ray function to discriminate pickable objects, fixes #3203 | Juan Linietsky |
2016-01-10 | fix: TouchScreenButton should stop propagating action when button is removed ... | MarianoGNU |
2016-01-10 | removed this fix, which brought more problems than solutions | Juan Linietsky |
2016-01-09 | removed prints | Ariel Manzur |
2016-01-08 | Merge pull request #3279 from neikeq/issue_3259 | Rémi Verschelde |
2016-01-08 | Fix TextEdit caret drawn when outside the visible region | Ignacio Etcheverry |
2016-01-08 | do not return zero with minus-sign within range value, fixes #3221 | Richard Nespithal |
2016-01-07 | TextEdit/LineEdit: Handle numpad PageUp, PageDown, Home and End | Ignacio Etcheverry |
2016-01-07 | TextEdit/LineEdit: Handle numpad arrows if NumLock is disabled | Ignacio Etcheverry |
2016-01-07 | Merge pull request #3191 from neikeq/filedialog_hotkeys | Rémi Verschelde |
2016-01-06 | Merge pull request #3136 from MarianoGnu/bug_fixing | Rémi Verschelde |
2016-01-06 | Fix error caused by dragging a Range property | Franklin Sobrinho |
2016-01-06 | Fix .tscn format not loading signal binds | Franklin Sobrinho |
2016-01-06 | Merge pull request #3159 from neikeq/tab_close_icon | Rémi Verschelde |
2016-01-06 | Merge pull request #3211 from SaracenOne/audio_stream_pause_fix | Rémi Verschelde |
2016-01-05 | Fix is_node_being_edited() when not building tools | Rémi Verschelde |
2016-01-04 | TileMap: Properly flip/rotate tiles with non-square region | Ignacio Etcheverry |
2016-01-03 | properly specify metadata in KB function | Juan Linietsky |
2016-01-03 | -Replaced tinyjpg for jpgd (public domain), fixes progressive encoded jpgs an... | Juan Linietsky |
2016-01-03 | forgot to bind NOTIFICATION_INSTANCED, closes #2261 | Juan Linietsky |
2016-01-03 | Fix delay on audio stream pause | Saracen |
2016-01-02 | -Fix global transform cache not being cleared in 2D nodes, fixes many editor ... | Juan Linietsky |
2016-01-02 | Properly clear/restore current camera when switching scenes. Fixes #2137 | Juan Linietsky |
2016-01-02 | Make buttons properly obey stylebox content marins, closes #2156 | Juan Linietsky |
2016-01-02 | TileMap: Consider texture offset for rotated tiles | Ignacio Etcheverry |