aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | Merge pull request #18516 from PJB3005/18-04-30-visual-script-title-barsMax Hilbrunner2018-05-2610-250/+133
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move things into the title bars of Visual Script nodes.
| * | | | | | | | | | | | | | | | | | More stuff!Pieter-Jan Briers2018-05-014-193/+85
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Move things into the title bars of Visual Script nodes.Pieter-Jan Briers2018-04-309-60/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is an attempt to make VS slightly nicer to use. WiP.
* | | | | | | | | | | | | | | | | | | Merge pull request #18747 from anakimluke/patch-1Max Hilbrunner2018-05-261-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixed minor doc wording problem
| * | | | | | | | | | | | | | | | | | | fixed minor doc wording problemanakimluke2018-05-091-1/+1
| | |_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge pull request #18998 from Calinou/customizable-performance-reporting-rateMax Hilbrunner2018-05-266-8/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make the performance reporting update frequency customizable
| * | | | | | | | | | | | | | | | | | | Make the performance reporting update frequency customizableHugo Locurcio2018-05-186-8/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The default update frequency has been changed from 1000ms to 250ms.
* | | | | | | | | | | | | | | | | | | | Merge pull request #19020 from toger5/better_light_theme_text_editor_behaviourMax Hilbrunner2018-05-261-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | light theme text editor behaviour
| * | | | | | | | | | | | | | | | | | | | light theme text editor behaviourtoger52018-05-181-3/+3
| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge pull request #19179 from Zirak/instance-without-parentMax Hilbrunner2018-05-261-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instance scene at root node by default
| * | | | | | | | | | | | | | | | | | | | | Instance scene at root by defaultZirak2018-05-261-1/+1
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bug in cdcfb9582e6e9f18df1475619f2ebe62b7f0bdce leading to the root node not being selected by default. Fix #18557.
* | | | | | | | | | | | | | | | | | | | | Merge pull request #19172 from BastiaanOlij/docs_ShaderMaterialMax Hilbrunner2018-05-262-2/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | Added some quick info on shaders to the docs
| * | | | | | | | | | | | | | | | | | | | Added some quick info on shaders to the docsBastiaan Olij2018-05-262-2/+8
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge pull request #19177 from Nallebeorn/debugger-long-reasonsRémi Verschelde2018-05-261-1/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | Don't cut of long errors in debugger.
| * | | | | | | | | | | | | | | | | | | Don't cut of long errors in debugger.Benjamin2018-05-261-1/+4
|/ / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Autowrap to expand to up to 3 lines + display full error in tooltip.
* | | | | | | | | | | | | | | | | | | Merge pull request #19169 from BastiaanOlij/fix_zero_roll_influenceRémi Verschelde2018-05-261-4/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | Check for 0 roll influence
| * | | | | | | | | | | | | | | | | | Check for 0 roll influenceBastiaan Olij2018-05-261-4/+7
|/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Merge pull request #19165 from mrcdk/expose_area_methodsRémi Verschelde2018-05-252-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | Expose methods area_set_area_monitor_callback and area_set_monitorable
| * | | | | | | | | | | | | | | | | Expose methods area_set_area_monitor_callback and area_set_monitorable in ↵MrCdK2018-05-252-0/+4
|/ / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PhysicsServer and Physics2DServer
* | | | | | | | | | | | | | | | | Merge pull request #18931 from guilhermefelipecgs/fix_find_barRémi Verschelde2018-05-252-1/+23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Doc] Fixes in find bar
| * | | | | | | | | | | | | | | | | [Doc] Fixes in find barGuilherme Felipe2018-05-162-1/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Automatically select all text when find bar called. - Adjust the size height when first displayed.
* | | | | | | | | | | | | | | | | | Merge pull request #19161 from godotengine/docs-sortMax Hilbrunner2018-05-251-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DOCS] Array sort
| * | | | | | | | | | | | | | | | | | [DOCS] Array sortMax Hilbrunner2018-05-251-2/+2
|/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Merge pull request #19120 from Keetz/masterMax Hilbrunner2018-05-251-1/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Take tween speed into account when calculating runtime
| * | | | | | | | | | | | | | | | | | Take tween speed into account when calculating runtimeRasmus Ketelsen2018-05-251-1/+6
| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge pull request #19159 from godotengine/revert-19127-set_cell_undoRémi Verschelde2018-05-252-11/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "Improve TileMap undo operations"
| * | | | | | | | | | | | | | | | | | | Revert "Improve TileMap undo operations"Rémi Verschelde2018-05-252-11/+16
|/ / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | Merge pull request #19151 from Web-eWorks/freelook-fixesRémi Verschelde2018-05-251-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert #14753, as it is buggy and no longer necessary.
| * | | | | | | | | | | | | | | | | | | Revert #14753, as it is buggy and no longer necessary.Webster Sheets2018-05-241-1/+1
| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge pull request #19150 from guilhermefelipecgs/update_stbRémi Verschelde2018-05-253-242/+542
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update stb_truetype to 1.19 and stb_vorbis to 1.14
| * | | | | | | | | | | | | | | | | | | | Update stb_truetype to 1.19 and stb_vorbis to 1.14Guilherme Felipe2018-05-243-242/+542
| |/ / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | Merge pull request #19139 from KidRigger/masterRémi Verschelde2018-05-251-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensures CMD+left and CMD+right only valid for OSX.
| * | | | | | | | | | | | | | | | | | | | Ensures CMD+left and CMD+right only valid for OSX.Anish2018-05-241-0/+2
| |/ / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix in #18370 is now only valid for OSX and is reverted for other OS. Fixes #19042
* | | | | | | | | | | | | | | | | | | | Merge pull request #19115 from firefly2442/cppcheck-defensiveRémi Verschelde2018-05-251-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cppcheck - defensive programming on i index check order
| * | | | | | | | | | | | | | | | | | | | cppcheck - defensive programming on i index check orderfirefly24422018-05-231-1/+1
| | |/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge pull request #19135 from Zylann/fix_find_in_files_2Rémi Verschelde2018-05-251-4/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix potential bugs with Find in Files
| * | | | | | | | | | | | | | | | | | | | Fix potential bugs with Find in FilesMarc Gilleron2018-05-241-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Iteration still going on after scan finished - Comparing milliseconds with seconds - Potential imprecision due to accumulating milliseconds (iteration could take fewer than 1ms) - Folders to scan not cleared when a new search starts
* | | | | | | | | | | | | | | | | | | | | Merge pull request #19074 from cart/optimize-mono-pool-marshalIgnacio Etcheverry2018-05-251-9/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reduce allocations when converting mono arrays to pool arrays
| * | | | | | | | | | | | | | | | | | | | | Reduce allocations when converting mono arrays to pool arraysCarter Anderson2018-05-201-9/+16
| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #18752 from danilo2205/enhanced_path_followRémi Verschelde2018-05-259-1/+469
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Up Vector for Curve3D and OrientedPathFollow Implementation
| * | | | | | | | | | | | | | | | | | | | | | Up vector implementation and OrientedPathFollow.danilo22052018-05-209-1/+469
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #19157 from volzhs/bone-visibilityGilles Roudière2018-05-251-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't draw bones if it's not visible
| * | | | | | | | | | | | | | | | | | | | | | Don't draw bones if it's not visiblevolzhs2018-05-251-0/+3
| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #19063 from KellyThomas/c-sharp-feature-parity-vectorsRémi Verschelde2018-05-254-5/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mono: Add Slerp method to vector classes, expose Cross method for Vector2
| * | | | | | | | | | | | | | | | | | | | | | | mono: add Slerp method to vector classes, expose Cross method for Vector2, ↵Kelly Thomas2018-05-224-5/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and fix unnecessary casts in Basis
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #19147 from guilhermefelipecgs/update_vorbisRémi Verschelde2018-05-2572-163/+82
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update libvorbis to 1.3.6
| * | | | | | | | | | | | | | | | | | | | | | | | Update libvorbis to 1.3.6Guilherme Felipe2018-05-2472-163/+82
| | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #19148 from mhilbrunner/mhilbrunner-js-logMax Hilbrunner2018-05-241-2/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Javascript: Remove weird log
| * | | | | | | | | | | | | | | | | | | | | | | | Javascript: Remove weird logMax Hilbrunner2018-05-241-2/+0
| | |_|/ / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #19149 from neikeq/xIgnacio Etcheverry2018-05-241-5/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Mono: Improve 'script class not found' error