summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Expose the align property of the SpinBox's LineEdit controlMrCdK2018-08-252-0/+16
|
* Merge pull request #21385 from groud/fix_itemlist_signalRémi Verschelde2018-08-241-1/+1
|\ | | | | Fix a mistake in itemlist multi_select signal
| * Fix a mistake in itemlist multiselect signalgroud2018-08-241-1/+1
| |
* | Merge pull request #20586 from AlexHolly/text-edit-auto-completionRémi Verschelde2018-08-241-32/+21
|\ \ | | | | | | text_edit auto_completion
| * | text_edit auto_completionAlexander Holland2018-08-141-32/+21
| | | | | | | | | replaced "similarity filter" with "sequential checks" this give more control over the desired filtering.
* | | Merge pull request #21380 from elasota/fix-cvtt-vs2015Rémi Verschelde2018-08-241-48/+48
|\ \ \ | | | | | | | | Fix CVTT compile failure on VS2015 x86
| * | | Fix CVTT compile failures in VS2015elasota2018-08-241-48/+48
| | | |
* | | | Merge pull request #21379 from volzhs/particle-matRémi Verschelde2018-08-241-4/+3
|\ \ \ \ | | | | | | | | | | Make ParticlesMaterial included with disable_3d=yes option
| * | | | Make ParticlesMaterial included with disable_3d=yes optionvolzhs2018-08-251-4/+3
| | | | |
* | | | | Merge pull request #21376 from akien-mga/particles-speed_scale-0Rémi Verschelde2018-08-245-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 pauseRémi Verschelde2018-08-245-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | Supersedes and closes #21193.
* | | | | | Merge pull request #21375 from akien-mga/msvc-nominmaxRémi Verschelde2018-08-241-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | SCons: Disable min/max WinDef.h macros on MSVC
| * | | | | | SCons: Disable min/max WinDef.h macros on MSVCRémi Verschelde2018-08-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #21370.
* | | | | | | Fix generation of env map, closes #18880Juan Linietsky2018-08-242-8/+8
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #20712 from marcelofg55/midi_open_closeJuan Linietsky2018-08-2410-10/+55
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add OS::open_midi_inputs and OS::close_midi_inputs
| * | | | | | Add OS::open_midi_inputs and OS::close_midi_inputsMarcelo Fernandez2018-08-0410-10/+55
| | | | | | |
* | | | | | | Merge pull request #21049 from AndreaCatania/jointsRémi Verschelde2018-08-246-83/+19
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Improved 6DOF joint implementation
| * | | | | | Added possibility to create joints with only one bodyAndrea Catania2018-08-161-9/+6
| | | | | | |
| * | | | | | Improved 6DOF joint implementation, and removed useless function from cone jointAndrea Catania2018-08-155-74/+13
| | | | | | |
* | | | | | | Style: Fix previous commits from @reduzRémi Verschelde2018-08-242-19/+14
| | | | | | |
* | | | | | | Property clear caches in animationtree if animatioplayer is modified. Fixes ↵Juan Linietsky2018-08-242-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | #19876
* | | | | | | Merge pull request #20717 from PJB3005/18-08-04-godot-exceptionsIgnacio Etcheverry2018-08-241-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix Mono exception handling.
| * | | | | | | Fix Mono exception handling.Pieter-Jan Briers2018-08-231-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 commitJuan Linietsky2018-08-241-0/+1
| | | | | | | |
* | | | | | | | Initalize font size to 16, closes #21165Juan Linietsky2018-08-241-0/+1
| | | | | | | |
* | | | | | | | Merge pull request #20707 from aaronfranke/mono-combineIgnacio Etcheverry2018-08-2414-50/+48
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [Mono] Move several related small files
| * | | | | | | | [Mono] Move several small related filesAaron Franke2018-08-2314-50/+48
| | | | | | | | |
* | | | | | | | | Merge pull request #21110 from natrim/particles2d_editorRémi Verschelde2018-08-244-17/+17
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Particles2D: fix editing Visibility Rect from new inspector
| * | | | | | | | | Particles2D: fix editing Visibility Rect from inspectorNatrim2018-08-174-19/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + renamed generate_aabb to generate_visibility_rect to prevent future confusions
* | | | | | | | | | Merge pull request #21156 from MednauN/atlas-texture-fixRémi Verschelde2018-08-242-22/+10
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix AtlasTexture with NinePatchRect and TextureProgress
| * | | | | | | | | | Fix AtlasTexture with NinePatchRect and TextureProgresspesets2018-08-182-22/+10
| | | | | | | | | | |
* | | | | | | | | | | Avoid misuse of set_drag_preview() function where it shouldn't be. Closes #20100Juan Linietsky2018-08-243-0/+15
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #21272 from paulloz/tilemap-tools-enhancementsRémi Verschelde2018-08-242-64/+53
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | tilemap_editor: change move and duplicate tools
| * | | | | | | | | | | tilemap_editor: change move and duplicate toolsPaul Joannon2018-08-242-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-styleRémi Verschelde2018-08-2435-2874/+2298
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Style: Fix code formatting in GLSL shaders
| * | | | | | | | | | | | Style: Fix code formatting in GLES2 shadersRémi Verschelde2018-08-2418-931/+726
| | | | | | | | | | | | |
| * | | | | | | | | | | | Style: Fix code formatting in GLES3 shadersRémi Verschelde2018-08-2417-1943/+1572
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Added a more minimal test to avoid crash in #20677 but I dont think this is ↵Juan Linietsky2018-08-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the cause
* | | | | | | | | | | | Fix bug leading to crashes in CSG due to bug in OAHashMap, closes #20403Juan Linietsky2018-08-241-1/+1
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #21356 from akien-mga/drop-shadergraphRémi Verschelde2018-08-2458-12646/+2115
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Drop old ShaderGraph code, obsoleted by VisualShader
| * | | | | | | | | | | | Drop old ShaderGraph code, obsoleted by VisualShaderRémi Verschelde2018-08-2458-12646/+2115
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #21354 from akien-mga/clean-print_lineRémi Verschelde2018-08-24139-803/+172
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Make some debug prints verbose-only, remove others
| * | | | | | | | | | | | Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-24139-803/+172
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #21351 from akien-mga/print_verboseRémi Verschelde2018-08-2422-123/+68
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Add print_verbose to print to stdout only in verbose mode
| * | | | | | | | | | | | Add print_verbose to print to stdout only in verbose modeRémi Verschelde2018-08-2422-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-stoppedRémi Verschelde2018-08-241-1/+3
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix clear button not clearing plot when stopped
| * | | | | | | | | | | | Fix clear button not clearing plot when stoppedMarcin Zawiejski2018-08-241-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 #20863Juan Linietsky2018-08-243-0/+12
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #21357 from karroffel/gles2-shader-language-f-to-pay-respectsThomas Herzog2018-08-241-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [GLES2] fix wrong shader compiler output
| * | | | | | | | | | | [GLES2] fix wrong shader compiler outputThomas Herzog2018-08-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `f` postfix was working fine on dekstop GL but not on some mobile drivers.