Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Expose the align property of the SpinBox's LineEdit control | MrCdK | 2018-08-25 | 2 | -0/+16 |
| | |||||
* | Merge pull request #21385 from groud/fix_itemlist_signal | Rémi Verschelde | 2018-08-24 | 1 | -1/+1 |
|\ | | | | | Fix a mistake in itemlist multi_select signal | ||||
| * | Fix a mistake in itemlist multiselect signal | groud | 2018-08-24 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #20586 from AlexHolly/text-edit-auto-completion | Rémi Verschelde | 2018-08-24 | 1 | -32/+21 |
|\ \ | | | | | | | text_edit auto_completion | ||||
| * | | text_edit auto_completion | Alexander Holland | 2018-08-14 | 1 | -32/+21 |
| | | | | | | | | | replaced "similarity filter" with "sequential checks" this give more control over the desired filtering. | ||||
* | | | Merge pull request #21380 from elasota/fix-cvtt-vs2015 | Rémi Verschelde | 2018-08-24 | 1 | -48/+48 |
|\ \ \ | | | | | | | | | Fix CVTT compile failure on VS2015 x86 | ||||
| * | | | Fix CVTT compile failures in VS2015 | elasota | 2018-08-24 | 1 | -48/+48 |
| | | | | |||||
* | | | | Merge pull request #21379 from volzhs/particle-mat | Rémi Verschelde | 2018-08-24 | 1 | -4/+3 |
|\ \ \ \ | | | | | | | | | | | Make ParticlesMaterial included with disable_3d=yes option | ||||
| * | | | | Make ParticlesMaterial included with disable_3d=yes option | volzhs | 2018-08-25 | 1 | -4/+3 |
| | | | | | |||||
* | | | | | Merge pull request #21376 from akien-mga/particles-speed_scale-0 | Rémi Verschelde | 2018-08-24 | 5 | -5/+5 |
|\ \ \ \ \ | | | | | | | | | | | | | Particles: Allow speed_scale at 0 in property hint, equivalent to pause | ||||
| * | | | | | Particles: Allow speed_scale at 0 in property hint, equivalent to pause | Rémi Verschelde | 2018-08-24 | 5 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | Supersedes and closes #21193. | ||||
* | | | | | | Merge pull request #21375 from akien-mga/msvc-nominmax | Rémi Verschelde | 2018-08-24 | 1 | -0/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | SCons: Disable min/max WinDef.h macros on MSVC | ||||
| * | | | | | | SCons: Disable min/max WinDef.h macros on MSVC | Rémi Verschelde | 2018-08-24 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #21370. | ||||
* | | | | | | | Fix generation of env map, closes #18880 | Juan Linietsky | 2018-08-24 | 2 | -8/+8 |
| |/ / / / / |/| | | | | | |||||
* | | | | | | Merge pull request #20712 from marcelofg55/midi_open_close | Juan Linietsky | 2018-08-24 | 10 | -10/+55 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add OS::open_midi_inputs and OS::close_midi_inputs | ||||
| * | | | | | | Add OS::open_midi_inputs and OS::close_midi_inputs | Marcelo Fernandez | 2018-08-04 | 10 | -10/+55 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #21049 from AndreaCatania/joints | Rémi Verschelde | 2018-08-24 | 6 | -83/+19 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | Improved 6DOF joint implementation | ||||
| * | | | | | | Added possibility to create joints with only one body | Andrea Catania | 2018-08-16 | 1 | -9/+6 |
| | | | | | | | |||||
| * | | | | | | Improved 6DOF joint implementation, and removed useless function from cone joint | Andrea Catania | 2018-08-15 | 5 | -74/+13 |
| | | | | | | | |||||
* | | | | | | | Style: Fix previous commits from @reduz | Rémi Verschelde | 2018-08-24 | 2 | -19/+14 |
| | | | | | | | |||||
* | | | | | | | Property clear caches in animationtree if animatioplayer is modified. Fixes ↵ | Juan Linietsky | 2018-08-24 | 2 | -0/+36 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | #19876 | ||||
* | | | | | | | Merge pull request #20717 from PJB3005/18-08-04-godot-exceptions | Ignacio Etcheverry | 2018-08-24 | 1 | -2/+2 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix Mono exception handling. | ||||
| * | | | | | | | Fix Mono exception handling. | Pieter-Jan Briers | 2018-08-23 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | First of all, this fixes the handling of exceptions so the engine actually notices them, it was broken in 4172fa03b56bb60fe096639585e0ca40df73b677. Next, unhandled exceptions now do NOT cause an abort(). They're logged now, so before #16987. The pending exception thing still works though. | ||||
* | | | | | | | | missed outline size in previous commit | Juan Linietsky | 2018-08-24 | 1 | -0/+1 |
| | | | | | | | | |||||
* | | | | | | | | Initalize font size to 16, closes #21165 | Juan Linietsky | 2018-08-24 | 1 | -0/+1 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #20707 from aaronfranke/mono-combine | Ignacio Etcheverry | 2018-08-24 | 14 | -50/+48 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | [Mono] Move several related small files | ||||
| * | | | | | | | | [Mono] Move several small related files | Aaron Franke | 2018-08-23 | 14 | -50/+48 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #21110 from natrim/particles2d_editor | Rémi Verschelde | 2018-08-24 | 4 | -17/+17 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Particles2D: fix editing Visibility Rect from new inspector | ||||
| * | | | | | | | | | Particles2D: fix editing Visibility Rect from inspector | Natrim | 2018-08-17 | 4 | -19/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + renamed generate_aabb to generate_visibility_rect to prevent future confusions | ||||
* | | | | | | | | | | Merge pull request #21156 from MednauN/atlas-texture-fix | Rémi Verschelde | 2018-08-24 | 2 | -22/+10 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Fix AtlasTexture with NinePatchRect and TextureProgress | ||||
| * | | | | | | | | | | Fix AtlasTexture with NinePatchRect and TextureProgress | pesets | 2018-08-18 | 2 | -22/+10 |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | Avoid misuse of set_drag_preview() function where it shouldn't be. Closes #20100 | Juan Linietsky | 2018-08-24 | 3 | -0/+15 |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | Merge pull request #21272 from paulloz/tilemap-tools-enhancements | Rémi Verschelde | 2018-08-24 | 2 | -64/+53 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | tilemap_editor: change move and duplicate tools | ||||
| * | | | | | | | | | | | tilemap_editor: change move and duplicate tools | Paul Joannon | 2018-08-24 | 2 | -64/+53 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move now behaves like a Cut * Duplicate now behaves like a Copy * You can continue Pasting after Cut or Copy | ||||
* | | | | | | | | | | | | Merge pull request #21364 from akien-mga/shaders-style | Rémi Verschelde | 2018-08-24 | 35 | -2874/+2298 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Style: Fix code formatting in GLSL shaders | ||||
| * | | | | | | | | | | | | Style: Fix code formatting in GLES2 shaders | Rémi Verschelde | 2018-08-24 | 18 | -931/+726 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Style: Fix code formatting in GLES3 shaders | Rémi Verschelde | 2018-08-24 | 17 | -1943/+1572 |
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | |||||
* | | | | | | | | | | | | Added a more minimal test to avoid crash in #20677 but I dont think this is ↵ | Juan Linietsky | 2018-08-24 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the cause | ||||
* | | | | | | | | | | | | Fix bug leading to crashes in CSG due to bug in OAHashMap, closes #20403 | Juan Linietsky | 2018-08-24 | 1 | -1/+1 |
| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge pull request #21356 from akien-mga/drop-shadergraph | Rémi Verschelde | 2018-08-24 | 58 | -12646/+2115 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop old ShaderGraph code, obsoleted by VisualShader | ||||
| * | | | | | | | | | | | | Drop old ShaderGraph code, obsoleted by VisualShader | Rémi Verschelde | 2018-08-24 | 58 | -12646/+2115 |
| | |/ / / / / / / / / / | |/| | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge pull request #21354 from akien-mga/clean-print_line | Rémi Verschelde | 2018-08-24 | 139 | -803/+172 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Make some debug prints verbose-only, remove others | ||||
| * | | | | | | | | | | | | Make some debug prints verbose-only, remove others | Rémi Verschelde | 2018-08-24 | 139 | -803/+172 |
|/ / / / / / / / / / / / | |||||
* | | | | | | | | | | | | Merge pull request #21351 from akien-mga/print_verbose | Rémi Verschelde | 2018-08-24 | 22 | -123/+68 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Add print_verbose to print to stdout only in verbose mode | ||||
| * | | | | | | | | | | | | Add print_verbose to print to stdout only in verbose mode | Rémi Verschelde | 2018-08-24 | 22 | -123/+68 |
| |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Equivalent of the cumbersome: if (OS::get_singleton()->is_stdout_verbose()) print_line(msg); | ||||
* | | | | | | | | | | | | Merge pull request #21359 from dragmz/fix-plot-clear-when-stopped | Rémi Verschelde | 2018-08-24 | 1 | -1/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix clear button not clearing plot when stopped | ||||
| * | | | | | | | | | | | | Fix clear button not clearing plot when stopped | Marcin Zawiejski | 2018-08-24 | 1 | -1/+3 |
| | |/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes the profiler Clear button that did not clear the profiler plot if the profiler was stopped. | ||||
* / | | | | | | | | | | | some checks for node removed, may fix #20863 | Juan Linietsky | 2018-08-24 | 3 | -0/+12 |
|/ / / / / / / / / / / | |||||
* | | | | | | | | | | | Merge pull request #21357 from karroffel/gles2-shader-language-f-to-pay-respects | Thomas Herzog | 2018-08-24 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [GLES2] fix wrong shader compiler output | ||||
| * | | | | | | | | | | | [GLES2] fix wrong shader compiler output | Thomas Herzog | 2018-08-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `f` postfix was working fine on dekstop GL but not on some mobile drivers. |