| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | Add support from properly exporting shared objects, needed for GDNative export | Juan Linietsky | 2018-01-04 | 1 | -1/+13 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge pull request #15323 from poke1024/fix-pm-scroll-glitch | Rémi Verschelde | 2018-01-04 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Project Manager: fix random breaking of scrolling | |||||
| | * | | | | | | Project Manager: fix random breaking of scrolling | Bernhard Liebl | 2018-01-04 | 1 | -0/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge pull request #14802 from volzhs/selection-changed | Rémi Verschelde | 2018-01-04 | 2 | -1/+13 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix "selection_changed" called twice | |||||
| | * | | | | | | | Fix "selection_changed" called twice | volzhs | 2017-12-18 | 2 | -1/+13 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Merge pull request #14882 from willnationsdev/add-select-file | Rémi Verschelde | 2018-01-04 | 2 | -0/+13 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Plugins can select files in the FileSystem Dock | |||||
| | * | | | | | | | | Plugins can select files in FileSystem Dock | Will Nations | 2017-12-20 | 2 | -0/+13 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #15033 from poke1024/shortcuts-mac | Rémi Verschelde | 2018-01-04 | 1 | -0/+36 | |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Alternative keyboard shortcuts for macOS | |||||
| | * | | | | | | | | | On macOS, change some default editor shortcuts | Bernhard Liebl | 2017-12-26 | 1 | -0/+36 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #15186 from GodotExplorer/default-theme | Rémi Verschelde | 2018-01-04 | 2 | -1/+6 | |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Fix errors with custom theme and custom font in project settings. | |||||
| | * | | | | | | | | | | Fix errors with custom default theme and custom fonts. | geequlim | 2017-12-30 | 2 | -1/+6 | |
| | | |_|_|_|/ / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #15311 from YeldhamDev/tileset_button_fix_2 | Rémi Verschelde | 2018-01-04 | 1 | -10/+12 | |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Fixed "Tile Set" button always showing bug introduced with #15309 | |||||
| | * | | | | | | | | | | Fixed "Tile Set" button always showing bug introduced with #15309. | Michael Alexsander Silva Dias | 2018-01-04 | 1 | -10/+12 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | found via cppcheck: | firefly2442 | 2018-01-03 | 1 | -1/+0 | |
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove code that will never run make definition and declaration names for parameters match change floats that were being set to bool values remove pointer that is never used | |||||
| * | | | | | | | | | | Merge pull request #15309 from YeldhamDev/tileset_button_fix | Rémi Verschelde | 2018-01-04 | 1 | -7/+2 | |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Fixed the "Tile Set" button being able to go out of bounds | |||||
| | * | | | | | | | | | | Fixed the "Tile Set" button being able to go out of bounds. | Michael Alexsander Silva Dias | 2018-01-03 | 1 | -7/+2 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #15301 from YeldhamDev/curve_menu_fix | Rémi Verschelde | 2018-01-04 | 1 | -20/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Small fixes for the Curve Editor's context menu | |||||
| | * | | | | | | | | | | | Small fixes for the Curve Editor's context menu. | Michael Alexsander Silva Dias | 2018-01-03 | 1 | -20/+3 | |
| | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | | Fix crash in OS::execute on FreeBSD | Rémi Verschelde | 2018-01-04 | 2 | -10/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As spotted by @robfram, closes #15288. Also reviewed other uses of `if (String.find(.*))` for potential similar mistakes, found a wrong (and useless) one in ScriptEditorDialog. | |||||
| * | | | | | | | | | | | Merge pull request #15135 from YeldhamDev/change_node_dialog | Rémi Verschelde | 2018-01-04 | 3 | -9/+26 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Made the Create Dialog be clearer when it's changing a type of something | |||||
| | * | | | | | | | | | | | Made the Create Dialog be clearer when it's changing a type of something. | Michael Alexsander Silva Dias | 2018-01-03 | 3 | -9/+26 | |
| | | |_|_|_|_|/ / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #15191 from Jerome67000/z_renaming | Rémi Verschelde | 2018-01-04 | 2 | -3/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | renames "z" Node2D property to "z_index" | |||||
| | * | | | | | | | | | | #15078 renamed "z" -> "z_index" property in Node2D | Jerome67000 | 2018-01-03 | 2 | -3/+3 | |
| | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Fix broken Info.plist after copyright update | Razah | 2018-01-03 | 1 | -1/+2 | |
| | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #15293. + related misc fixes by @akien-mga. | |||||
| * | | | | | | | | | Merge pull request #15257 from sersoong/master-addshowscript | Rémi Verschelde | 2018-01-03 | 2 | -1/+12 | |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add Show In File System to script editor tabs | |||||
| | * | | | | | | | | | Add Show In File System to script editor tabs | sersoong | 2018-01-02 | 2 | -1/+12 | |
| | | |_|_|_|/ / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #15126 from poke1024/code-editor-autowrap-error | Rémi Verschelde | 2018-01-03 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Make code editor's error display autowrap | |||||
| | * | | | | | | | | | Make code editor's error display autowrap | Bernhard Liebl | 2018-01-03 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #15224 from volzhs/fix-duplicate-file | Rémi Verschelde | 2018-01-03 | 1 | -6/+8 | |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Fix duplicating file or folder | |||||
| | * | | | | | | | | | | Fix duplicating file or folder | volzhs | 2018-01-01 | 1 | -6/+8 | |
| | | |_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #15206 | |||||
| * | | | | | | | | | | Merge pull request #15225 from volzhs/lock-group-invisible-node | Rémi Verschelde | 2018-01-03 | 1 | -4/+4 | |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Fix lock or group with invisible node | |||||
| | * | | | | | | | | | | Fix lock or group with invisible node | volzhs | 2018-01-01 | 1 | -4/+4 | |
| | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #15205 | |||||
| * | | | | | | | | | | Merge pull request #15185 from damarindra/master | Rémi Verschelde | 2018-01-03 | 2 | -13/+57 | |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Improve : ease of use TileSet Editor | |||||
| | * | | | | | | | | | | Improve : ease of use TileSet Editor | damarindra | 2018-01-02 | 2 | -13/+57 | |
| | | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #15226 from volzhs/copy-resource | Rémi Verschelde | 2018-01-03 | 1 | -1/+2 | |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Copy resource with specific extension | |||||
| | * | | | | | | | | | | Copy resource with specific extension | volzhs | 2018-01-01 | 1 | -1/+2 | |
| | | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #15169 | |||||
| * | | | | | | | | | | Merge pull request #15093 from poke1024/canvas-editor-select | Rémi Verschelde | 2018-01-03 | 1 | -2/+6 | |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | More exact picking for canvas editor | |||||
| | * | | | | | | | | | | More exact picking for canvas editor | Bernhard Liebl | 2017-12-27 | 1 | -2/+6 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #15102 from YeldhamDev/project_manager_changes | Rémi Verschelde | 2018-01-03 | 1 | -49/+87 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Changes to the Project Manager's New Project/Export dialogs | |||||
| | * | | | | | | | | | | | Changes to the Project Manager's New Project/Export dialogs. | Michael Alexsander Silva Dias | 2017-12-27 | 1 | -49/+87 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #15073 from volzhs/editor-custom-font | Rémi Verschelde | 2018-01-03 | 3 | -13/+17 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Use .ttf or .otf file for editor custom font | |||||
| | * | | | | | | | | | | | | Use .ttf or .otf file for editor custom font | volzhs | 2017-12-27 | 3 | -13/+17 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge pull request #15066 from poke1024/shortcut-clear-output | Rémi Verschelde | 2018-01-03 | 1 | -0/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add keyboard shortcut for Clear Output | |||||
| | * | | | | | | | | | | | | | Add keyboard shortcut for Clear Output | Bernhard Liebl | 2017-12-26 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge pull request #14792 from Krakean/enh-1 | Rémi Verschelde | 2018-01-03 | 2 | -1/+76 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A few small Debugger->Errors tab enhancements: | |||||
| | * | | | | | | | | | | | | | | A few small Debugger->Errors tab enhancements: | Dmitry Koteroff | 2017-12-18 | 2 | -1/+76 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Added "Clear" button to clear list. 2. Errors list now populated with newest items comes first, so no need to scroll everytime. 3. Added PopupMenu to errors list with ability to quickly Copy error text & details. | |||||
| * | | | | | | | | | | | | | | | Merge pull request #15230 from RyanStein/bugfix-14989 | Rémi Verschelde | 2018-01-02 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | Move Project Manager favorite icon back to center. | |||||
| | * | | | | | | | | | | | | | | Move Project Manager favorite icon back to center. | Ryan Stein | 2017-12-31 | 1 | -1/+1 | |
| | | |_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 274 | -551/+551 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Happy new year to the wonderful Godot community! | |||||
| * | | | | | | | | | | | | | | Merge pull request #14957 from YeldhamDev/right_dock_fix | Noshyaar | 2018-01-01 | 1 | -1/+15 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed right dock dragger not disappearing when there is no docks there. | |||||
