| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2017-11-13 | fix signals disconnecting on changing target node type | Ian | 1 | -1/+3 | |
| 2017-11-13 | fix auto-generated GDN API header for C compilers (#12891) | Evrey | 1 | -2/+4 | |
| * fix auto-generated GDN API header for C compilers | |||||
| 2017-11-13 | Fix uninitialized bool. Breaks translation in release_debug target. | Przemysław Gołąb (n-pigeon) | 1 | -2/+1 | |
| 2017-11-13 | Fixed signal connection dialog ignoring indentation settings when creating a ↵ | Michael Alexsander Silva Dias | 1 | -1/+1 | |
| function. | |||||
| 2017-11-13 | Refresh import options when changing importer | George Marques | 2 | -24/+40 | |
| 2017-11-13 | change matrix and enable caching for Android, iOS and macOS (cross-compile) | Rhody Lugo | 8 | -17/+338 | |
| 2017-11-13 | Do not enable light if atlas size is 0, closes #9335 | Juan Linietsky | 1 | -2/+2 | |
| 2017-11-13 | Fix drawing order of polygon 2d editor handles | Bernhard Liebl | 1 | -0/+8 | |
| 2017-11-13 | Revert this, karroffel makes sense that this should be implemented per language. | Juan Linietsky | 1 | -1/+1 | |
| 2017-11-13 | Disable OpenGL warnings unless running with -v, closes #7171 | Juan Linietsky | 2 | -4/+6 | |
| 2017-11-13 | Do not send NOTIFICATION_PREDELETE to scripts, as it can cause problmes in ↵ | Juan Linietsky | 1 | -1/+1 | |
| garbage collected languages. Closes #6784 | |||||
| 2017-11-13 | Duplicate signals fixes | Chaosus | 3 | -13/+9 | |
| 2017-11-13 | Fix HTML5 mouse button release events | Leon Krause | 1 | -3/+4 | |
| 2017-11-13 | Small arrangement in ScrollContainer. | Michael Alexsander Silva Dias | 1 | -3/+2 | |
| 2017-11-13 | Fit stylebox on ItemList | volzhs | 1 | -2/+2 | |
| 2017-11-13 | Added size to QuadMesh | Chaosus | 2 | -13/+30 | |
| 2017-11-13 | Change AnimationPlayer looping logic | Pedro J. Estébanez | 1 | -1/+8 | |
| So now it can seek to the actual values at time=length when instructed to seek to time=N*length. That is, formerly in the editor you had no way of seeing the actual state at time=length other than temporarily disabling looping. Now you can preview both endpoints. As a side effect, the values at anim time 0 will only be applied when actually seeking to 0, instead of at every time=N*length, as formerly. No issue. | |||||
| 2017-11-13 | Better TTR format | volzhs | 3 | -4/+4 | |
| 2017-11-13 | Removed add/remove interface bindings and added get_interfaces | BastiaanOlij | 12 | -32/+35 | |
| 2017-11-13 | classref: Sync with current source | Rémi Verschelde | 22 | -121/+373 | |
| [ci skip] | |||||
| 2017-11-13 | Fixed View plane local rotation. | Przemysław Gołąb (n-pigeon) | 1 | -5/+5 | |
| Plus some cleanups. | |||||
| 2017-11-12 | Fix for #12056, though GTLF import of that file is still incorrect. | Webster Sheets | 1 | -2/+4 | |
| 2017-11-13 | Remove leading newline in SConstruct | George Marques | 1 | -1/+0 | |
| Some editors don't recognize the shebang if it's not on the first line. | |||||
| 2017-11-13 | Implement HTTPClient in HTML5 platform | Leon Krause | 7 | -69/+632 | |
| Limitations: - Subject to same-origin policy - No persistent connection (but simulated for compatibility) - No blocking mode - No StreamPeer access - No chunked responses - Cannot disable host verification | |||||
| 2017-11-12 | add script list drag n drop | Ian | 1 | -26/+166 | |
| 2017-11-12 | move item up/down context menu and shortcut | Ian | 2 | -19/+101 | |
| 2017-11-12 | add script editor list context menu | Ian | 2 | -4/+59 | |
| 2017-11-12 | Update meshes when reimporting, | Daniel J. Ramirez | 6 | -25/+20 | |
| Save scene preview even when not doing save and play. | |||||
| 2017-11-12 | Fixed scene tree not updating when undo/redo delete of root node, issue 3642 | Paulb23 | 1 | -0/+1 | |
| 2017-11-12 | Made text in TextEdit a property. | Michael Alexsander Silva Dias | 2 | -0/+4 | |
| 2017-11-12 | Moved doc description formatting. Fixes #12798 | Zher Huei Lee | 2 | -35/+36 | |
| Paragraph spacing is now applied only during rendering (so doctool preserves formatting). Paragraph spacing now no longer applies within [code] tags. Extra bbcode is now ignored within [code] tags. | |||||
| 2017-11-12 | -Added ramp fadeout in AudioStreamPlayer, removes clips on audio restart | Juan Linietsky | 3 | -26/+57 | |
| -Fixed bug in AudioStreamPlayerSampler not completely writing the target buffer if sample ends, fixes #12307 | |||||
| 2017-11-12 | Add support for the TAU constant. Fixes #12094. | Goutte | 11 | -9/+34 | |
| 2017-11-12 | Properly fix node path selection in input ports, closes #12152 | Juan Linietsky | 1 | -0/+17 | |
| 2017-11-12 | remove half_texpixel in canvas since no longer used | Juan Linietsky | 1 | -1/+0 | |
| 2017-11-12 | Set ambient contribution by default to 1, fixes #11850 | Juan Linietsky | 1 | -1/+2 | |
| 2017-11-12 | fix: Updates dynamic_font_stb to use get_extension, and memnew | D. Fleury | 1 | -3/+2 | |
| 2017-11-12 | Remove preview when closing "change default type" dialog. | Andreas Haas | 2 | -4/+12 | |
| 2017-11-11 | Added "is_readonly()" to TextEdit and made it a property. | Michael Alexsander Silva Dias | 3 | -0/+19 | |
| 2017-11-11 | Fixed help lookup not finding classes, issue 11867 | Paulb23 | 1 | -21/+21 | |
| 2017-11-11 | shader editor context menu and line operations and style fix | Ian | 5 | -57/+380 | |
| 2017-11-11 | Fixed theme update and some widgets. | Daniel J. Ramirez | 4 | -14/+29 | |
| 2017-11-11 | Fixed a bug where clamp_uv was clamping one pixel short, stretching the last ↵ | Nathan Warden | 1 | -1/+1 | |
| pixels. | |||||
| 2017-11-11 | add context menu enable getters, setters, and properties in LineEdit and ↵ | Ian | 6 | -1/+63 | |
| TextEdit | |||||
| 2017-11-10 | fix #12769 project settings crash | Ian | 1 | -0/+1 | |
| 2017-11-10 | Some fixes and improvements. | Daniel J. Ramirez | 8 | -24/+47 | |
| Changed FileDialogs for EditorFileDialogs in EditorNode. Updated CheckButton. | |||||
| 2017-11-11 | Align sensors and implement gravity sensor for Android | Bastiaan Olij | 8 | -14/+39 | |
| 2017-11-10 | Fix particles' tangential acceleration randomness | MrCdK | 1 | -2/+2 | |
| 2017-11-10 | Dropping a mesh file into the scene no longer creates an instanced scene. | Webster Sheets | 1 | -1/+3 | |
| 2017-11-10 | Replace Del icon by Remove icon | William McKIE | 2 | -4/+4 | |
| It would seem there are editors that still used the old del icon inherited from 2.X instead of the fresh remove icon from 3.X resulting to be replaced to an "Error" textual icon. | |||||
