summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-25[DOCS] Array sortMax Hilbrunner
2018-05-25Merge pull request #19120 from Keetz/masterMax Hilbrunner
Take tween speed into account when calculating runtime
2018-05-25Take tween speed into account when calculating runtimeRasmus Ketelsen
2018-05-25Merge pull request #19159 from godotengine/revert-19127-set_cell_undoRémi Verschelde
Revert "Improve TileMap undo operations"
2018-05-25Revert "Improve TileMap undo operations"Rémi Verschelde
2018-05-25Merge pull request #19151 from Web-eWorks/freelook-fixesRémi Verschelde
Revert #14753, as it is buggy and no longer necessary.
2018-05-25Merge pull request #19150 from guilhermefelipecgs/update_stbRémi Verschelde
Update stb_truetype to 1.19 and stb_vorbis to 1.14
2018-05-25Merge pull request #19139 from KidRigger/masterRémi Verschelde
Ensures CMD+left and CMD+right only valid for OSX.
2018-05-25Merge pull request #19115 from firefly2442/cppcheck-defensiveRémi Verschelde
cppcheck - defensive programming on i index check order
2018-05-25Merge pull request #19135 from Zylann/fix_find_in_files_2Rémi Verschelde
Fix potential bugs with Find in Files
2018-05-25Merge pull request #19074 from cart/optimize-mono-pool-marshalIgnacio Etcheverry
Reduce allocations when converting mono arrays to pool arrays
2018-05-25Merge pull request #18752 from danilo2205/enhanced_path_followRémi Verschelde
Up Vector for Curve3D and OrientedPathFollow Implementation
2018-05-25Merge pull request #19157 from volzhs/bone-visibilityGilles Roudière
Don't draw bones if it's not visible
2018-05-25Merge pull request #19063 from KellyThomas/c-sharp-feature-parity-vectorsRémi Verschelde
mono: Add Slerp method to vector classes, expose Cross method for Vector2
2018-05-25Merge pull request #19147 from guilhermefelipecgs/update_vorbisRémi Verschelde
Update libvorbis to 1.3.6
2018-05-25Don't draw bones if it's not visiblevolzhs
2018-05-24Revert #14753, as it is buggy and no longer necessary.Webster Sheets
2018-05-24Merge pull request #19148 from mhilbrunner/mhilbrunner-js-logMax Hilbrunner
Javascript: Remove weird log
2018-05-24Update stb_truetype to 1.19 and stb_vorbis to 1.14Guilherme Felipe
2018-05-24Merge pull request #19149 from neikeq/xIgnacio Etcheverry
Mono: Improve 'script class not found' error
2018-05-24Javascript: Remove weird logMax Hilbrunner
2018-05-24Mono: Improve 'script class not found' errorIgnacio Etcheverry
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
2018-05-24Update libvorbis to 1.3.6Guilherme Felipe
2018-05-24Ensures CMD+left and CMD+right only valid for OSX.Anish
Fix in #18370 is now only valid for OSX and is reverted for other OS. Fixes #19042
2018-05-24Merge pull request #19131 from YeldhamDev/connection_comment_capitalizeMax Hilbrunner
Capitalized comments of methods created by the Connect Signal dialog
2018-05-24Fix potential bugs with Find in FilesMarc Gilleron
- 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
2018-05-23Merge pull request #19130 from guilhermefelipecgs/fix_borderlessMax Hilbrunner
More fixes to set_borderless_window
2018-05-23Capitalized comments of methods created by the Connect Signal dialog.Michael Alexsander Silva Dias
2018-05-23Merge pull request #19127 from marcelofg55/set_cell_undoMax Hilbrunner
Improve TileMap undo operations
2018-05-23Merge pull request #19129 from vnen/positive-fixMax Hilbrunner
Fix positive operator in GDScript compiler
2018-05-23Fix positive operator in GDScript compilerGeorge Marques
2018-05-23More fixes to set_borderless_windowGuilherme Felipe
[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.
2018-05-23Improve TileMap undo operationsMarcelo Fernandez
2018-05-23Merge pull request #19097 from volzhs/fix-import-filenameMax Hilbrunner
Make filename clipped on Import dock
2018-05-23Merge pull request #19124 from volzhs/relative-node-pathMax Hilbrunner
Use relative node path when assigning a node on inspector
2018-05-23Merge pull request #18876 from TailyFair/assetlib-console-spamMax Hilbrunner
Fix AssetLib image loading
2018-05-23Merge pull request #19108 from vnen/autoload-fixMax Hilbrunner
Only add autoloads in editor if they have tool scripts
2018-05-23Merge pull request #14715 from Krakean/string_add_rsplit2Max Hilbrunner
Added rsplit() method to String class
2018-05-23Merge pull request #19103 from volzhs/fix-reimport-daeMax Hilbrunner
Fix updating mesh when reimporting
2018-05-23Use relative node path when assigning a node on inspectorvolzhs
2018-05-23cppcheck - defensive programming on i index check orderfirefly2442
2018-05-22Only add autoloads in editor if they have tool scriptsGeorge Marques
2018-05-22Fix updating mesh when reimportingvolzhs
2018-05-22Make filename clipped on Import dockvolzhs
2018-05-22mono: add Slerp method to vector classes, expose Cross method for Vector2, ↵Kelly Thomas
and fix unnecessary casts in Basis
2018-05-21Fix AssetLib image loadingKarolis K
2018-05-21Merge pull request #19070 from guilhermefelipecgs/fix_19033Max Hilbrunner
Fix mouse confined and set_borderless_window
2018-05-21Merge pull request #19082 from guilhermefelipecgs/fix_cursorMax Hilbrunner
Fix cursor not displaying arrow when transiting from mode captured to visible.
2018-05-21Fix #15678Guilherme Felipe
Fix cursor not displaying arrow when transiting from mode captured to visible.
2018-05-21Merge pull request #19081 from Faless/osxcross_fix2Max Hilbrunner
Fix OSXCROSS build with clang-6.0