Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-25 | [DOCS] Array sort | Max Hilbrunner | |
2018-05-25 | Merge pull request #19120 from Keetz/master | Max Hilbrunner | |
Take tween speed into account when calculating runtime | |||
2018-05-25 | Take tween speed into account when calculating runtime | Rasmus Ketelsen | |
2018-05-25 | Merge pull request #19159 from godotengine/revert-19127-set_cell_undo | Rémi Verschelde | |
Revert "Improve TileMap undo operations" | |||
2018-05-25 | Revert "Improve TileMap undo operations" | Rémi Verschelde | |
2018-05-25 | Merge pull request #19151 from Web-eWorks/freelook-fixes | Rémi Verschelde | |
Revert #14753, as it is buggy and no longer necessary. | |||
2018-05-25 | Merge pull request #19150 from guilhermefelipecgs/update_stb | Rémi Verschelde | |
Update stb_truetype to 1.19 and stb_vorbis to 1.14 | |||
2018-05-25 | Merge pull request #19139 from KidRigger/master | Rémi Verschelde | |
Ensures CMD+left and CMD+right only valid for OSX. | |||
2018-05-25 | Merge pull request #19115 from firefly2442/cppcheck-defensive | Rémi Verschelde | |
cppcheck - defensive programming on i index check order | |||
2018-05-25 | Merge pull request #19135 from Zylann/fix_find_in_files_2 | Rémi Verschelde | |
Fix potential bugs with Find in Files | |||
2018-05-25 | Merge pull request #19074 from cart/optimize-mono-pool-marshal | Ignacio Etcheverry | |
Reduce allocations when converting mono arrays to pool arrays | |||
2018-05-25 | Merge pull request #18752 from danilo2205/enhanced_path_follow | Rémi Verschelde | |
Up Vector for Curve3D and OrientedPathFollow Implementation | |||
2018-05-25 | Merge pull request #19157 from volzhs/bone-visibility | Gilles Roudière | |
Don't draw bones if it's not visible | |||
2018-05-25 | Merge pull request #19063 from KellyThomas/c-sharp-feature-parity-vectors | Rémi Verschelde | |
mono: Add Slerp method to vector classes, expose Cross method for Vector2 | |||
2018-05-25 | Merge pull request #19147 from guilhermefelipecgs/update_vorbis | Rémi Verschelde | |
Update libvorbis to 1.3.6 | |||
2018-05-25 | Don't draw bones if it's not visible | volzhs | |
2018-05-24 | Revert #14753, as it is buggy and no longer necessary. | Webster Sheets | |
2018-05-24 | Merge pull request #19148 from mhilbrunner/mhilbrunner-js-log | Max Hilbrunner | |
Javascript: Remove weird log | |||
2018-05-24 | Update stb_truetype to 1.19 and stb_vorbis to 1.14 | Guilherme Felipe | |
2018-05-24 | Merge pull request #19149 from neikeq/x | Ignacio Etcheverry | |
Mono: Improve 'script class not found' error | |||
2018-05-24 | Javascript: Remove weird log | Max Hilbrunner | |
2018-05-24 | Mono: Improve 'script class not found' error | Ignacio 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-24 | Update libvorbis to 1.3.6 | Guilherme Felipe | |
2018-05-24 | Ensures 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-24 | Merge pull request #19131 from YeldhamDev/connection_comment_capitalize | Max Hilbrunner | |
Capitalized comments of methods created by the Connect Signal dialog | |||
2018-05-24 | Fix potential bugs with Find in Files | Marc 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-23 | Merge pull request #19130 from guilhermefelipecgs/fix_borderless | Max Hilbrunner | |
More fixes to set_borderless_window | |||
2018-05-23 | Capitalized comments of methods created by the Connect Signal dialog. | Michael Alexsander Silva Dias | |
2018-05-23 | Merge pull request #19127 from marcelofg55/set_cell_undo | Max Hilbrunner | |
Improve TileMap undo operations | |||
2018-05-23 | Merge pull request #19129 from vnen/positive-fix | Max Hilbrunner | |
Fix positive operator in GDScript compiler | |||
2018-05-23 | Fix positive operator in GDScript compiler | George Marques | |
2018-05-23 | More fixes to set_borderless_window | Guilherme 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-23 | Improve TileMap undo operations | Marcelo Fernandez | |
2018-05-23 | Merge pull request #19097 from volzhs/fix-import-filename | Max Hilbrunner | |
Make filename clipped on Import dock | |||
2018-05-23 | Merge pull request #19124 from volzhs/relative-node-path | Max Hilbrunner | |
Use relative node path when assigning a node on inspector | |||
2018-05-23 | Merge pull request #18876 from TailyFair/assetlib-console-spam | Max Hilbrunner | |
Fix AssetLib image loading | |||
2018-05-23 | Merge pull request #19108 from vnen/autoload-fix | Max Hilbrunner | |
Only add autoloads in editor if they have tool scripts | |||
2018-05-23 | Merge pull request #14715 from Krakean/string_add_rsplit2 | Max Hilbrunner | |
Added rsplit() method to String class | |||
2018-05-23 | Merge pull request #19103 from volzhs/fix-reimport-dae | Max Hilbrunner | |
Fix updating mesh when reimporting | |||
2018-05-23 | Use relative node path when assigning a node on inspector | volzhs | |
2018-05-23 | cppcheck - defensive programming on i index check order | firefly2442 | |
2018-05-22 | Only add autoloads in editor if they have tool scripts | George Marques | |
2018-05-22 | Fix updating mesh when reimporting | volzhs | |
2018-05-22 | Make filename clipped on Import dock | volzhs | |
2018-05-22 | mono: add Slerp method to vector classes, expose Cross method for Vector2, ↵ | Kelly Thomas | |
and fix unnecessary casts in Basis | |||
2018-05-21 | Fix AssetLib image loading | Karolis K | |
2018-05-21 | Merge pull request #19070 from guilhermefelipecgs/fix_19033 | Max Hilbrunner | |
Fix mouse confined and set_borderless_window | |||
2018-05-21 | Merge pull request #19082 from guilhermefelipecgs/fix_cursor | Max Hilbrunner | |
Fix cursor not displaying arrow when transiting from mode captured to visible. | |||
2018-05-21 | Fix #15678 | Guilherme Felipe | |
Fix cursor not displaying arrow when transiting from mode captured to visible. | |||
2018-05-21 | Merge pull request #19081 from Faless/osxcross_fix2 | Max Hilbrunner | |
Fix OSXCROSS build with clang-6.0 |