aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Refactor RPCMode enum and checksFabio Alessandrelli2018-05-2625-328/+217
|
* 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
| * | | | | | | | Mono: Improve 'script class not found' errorIgnacio Etcheverry2018-05-241-5/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No longer printed when using using placeholder script instances (for non-tool scripts in the editor). Print different error if the project assembly is not loaded
* | | | | | | | | Merge pull request #19131 from YeldhamDev/connection_comment_capitalizeMax Hilbrunner2018-05-242-2/+2
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | Capitalized comments of methods created by the Connect Signal dialog
| * | | | | | | | Capitalized comments of methods created by the Connect Signal dialog.Michael Alexsander Silva Dias2018-05-232-2/+2
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #19130 from guilhermefelipecgs/fix_borderlessMax Hilbrunner2018-05-234-16/+10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | More fixes to set_borderless_window
| * | | | | | | | More fixes to set_borderless_windowGuilherme Felipe2018-05-234-16/+10
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [x11] Preserve window size when calling this method. [osx] Make sure it don't make the window resizable if it's not needed. [windows] clean up the code.
* | | | | | | | Merge pull request #19127 from marcelofg55/set_cell_undoMax Hilbrunner2018-05-232-16/+11
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Improve TileMap undo operations
| * | | | | | | | Improve TileMap undo operationsMarcelo Fernandez2018-05-232-16/+11
| |/ / / / / / /
* | | | | | | | Merge pull request #19129 from vnen/positive-fixMax Hilbrunner2018-05-231-0/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Fix positive operator in GDScript compiler
| * | | | | | | Fix positive operator in GDScript compilerGeorge Marques2018-05-231-0/+3
|/ / / / / / /
* | | | | | | Merge pull request #19097 from volzhs/fix-import-filenameMax Hilbrunner2018-05-231-0/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Make filename clipped on Import dock
| * | | | | | | Make filename clipped on Import dockvolzhs2018-05-221-0/+1
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #19124 from volzhs/relative-node-pathMax Hilbrunner2018-05-231-1/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Use relative node path when assigning a node on inspector
| * | | | | | | Use relative node path when assigning a node on inspectorvolzhs2018-05-231-1/+2
| |/ / / / / /
* | | | | | | Merge pull request #18876 from TailyFair/assetlib-console-spamMax Hilbrunner2018-05-231-3/+14
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix AssetLib image loading