| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | -Fixed height fog (was broken) | Juan Linietsky | 2017-11-25 | 2 | -1/+5 |
| | | | | | -Make sure materials are named in OBJ importer, so they can be saved outside as resources. | ||||
| * | Merge pull request #13263 from sersoong/master-test | Rémi Verschelde | 2017-11-25 | 1 | -0/+1 |
| |\ | | | | | 3.0beta - Fixed doesn't close open a file window bug | ||||
| | * | Fix doesn't close open a file window bug | sersoong | 2017-11-25 | 1 | -0/+1 |
| | | | |||||
| * | | Add importer option to make meshes bakeable by default. | Juan Linietsky | 2017-11-25 | 2 | -4/+17 |
| | | | |||||
| * | | Made Vector::ptrw explicit for writing, compiler was sometimes using the ↵ | Juan Linietsky | 2017-11-25 | 9 | -19/+20 |
| |/ | | | | | | wrong function, leading to unnecesary copy on writes and reduced performance. | ||||
| * | Fixes bug where enumeration is not being saved | Juan Linietsky | 2017-11-24 | 1 | -2/+2 |
| | | |||||
| * | Fix block where setter/getters are cached to be skipped | Juan Linietsky | 2017-11-24 | 1 | -1/+2 |
| | | |||||
| * | Add a bit space around the .import [deps] tag to make it more readable. | Juan Linietsky | 2017-11-24 | 1 | -2/+2 |
| | | |||||
| * | Changed reimport logic to also check md5 before reimporting, fixes #13135 | Juan Linietsky | 2017-11-24 | 2 | -76/+104 |
| | | | | | | Has the nice side effect that you can share your .import folder or rename your project and godot wont reimport stuff. | ||||
| * | Attempt to remove setters/getters from doc data | Juan Linietsky | 2017-11-24 | 1 | -0/+13 |
| | | |||||
| * | Fix context menu of first node in a new scene | sersoong | 2017-11-24 | 1 | -1/+1 |
| | | |||||
| * | Improved update for remote scene tree and remote object. | geequlim | 2017-11-23 | 2 | -14/+16 |
| | | |||||
| * | Merge pull request #12301 from MarianoGnu/master | Rémi Verschelde | 2017-11-22 | 6 | -6/+1280 |
| |\ | | | | | Implement auto-tiling | ||||
| | * | Implement auto-tiling | Mariano Suligoy | 2017-11-20 | 6 | -6/+1280 |
| | | | |||||
| * | | Merge pull request #13181 from GodotExplorer/debugger-settings | Rémi Verschelde | 2017-11-22 | 4 | -5/+23 |
| |\ \ | | | | | | | Allow keep show local scene tree while debugger start | ||||
| | * | | Add editor setting to allow keep show local scene tree while debugger start. | geequlim | 2017-11-22 | 4 | -5/+23 |
| | | | | | | | | | | | | | Rename editor setting scene_tree_refresh_interval to remote_scene_tree_refresh_interval. | ||||
| * | | | i18n: Sync translation templates with current source | Rémi Verschelde | 2017-11-22 | 37 | -7071/+15975 |
| | | | | | | | | | | | | | [ci skip] | ||||
| * | | | i18n: Sync translations with Weblate | Rémi Verschelde | 2017-11-22 | 17 | -2099/+9201 |
| |/ / | | | | | | | Adds Serbian (Cyrillic) translation. | ||||
| * | | Merge pull request #13153 from YeldhamDev/remote_relationships | Rémi Verschelde | 2017-11-21 | 1 | -0/+9 |
| |\ \ | | | | | | | Fixed the Remote tab not complying with the "Draw Relationship Lines" setting | ||||
| | * | | Fixed the Remote tab not complying with the "Draw Relationship Lines" setting. | Michael Alexsander Silva Dias | 2017-11-21 | 1 | -0/+9 |
| | | | | |||||
| * | | | Merge pull request #12284 from bojidar-bg/allow-subproperty-set | Rémi Verschelde | 2017-11-21 | 3 | -17/+31 |
| |\ \ \ | |/ / |/| | | Allow for getting/setting "dotted" properties of objects | ||||
| | * | | Allow for getting/setting indexed properties of objects using get/set_indexed | Bojidar Marinov | 2017-11-21 | 3 | -17/+31 |
| | | | | | | | | | | | | | Performance is around the same as using pure set() through GDScript. | ||||
| * | | | Merge pull request #11933 from cxong/master | Juan Linietsky | 2017-11-21 | 2 | -3/+3 |
| |\ \ \ | | | | | | | | | Use "Command" instead of "Meta" for macOS (#1619) | ||||
| | * | | | Use "Command" for OSX in translation strings (#1619) | Cong | 2017-10-13 | 2 | -3/+3 |
| | | | | | |||||
| * | | | | Merge pull request #13121 from Krakean/change_filedialog_removedot | George Marques | 2017-11-21 | 1 | -1/+4 |
| |\ \ \ \ | | | | | | | | | | | Remove the "." and "/" (at the end of folders name) from file manage dialog (open scene, open file, ...) | ||||
| | * | | | | Remove the "." from file manage dialog (open scene, open file, ...) | Dmitry Koteroff | 2017-11-21 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also removed the "." from game control's FileDialog component. Also remove the "/" at the end of folders name. | ||||
| * | | | | | Merge pull request #12573 from poke1024/macostouchpad | Rémi Verschelde | 2017-11-21 | 7 | -76/+227 |
| |\ \ \ \ \ | | | | | | | | | | | | | Native pan and zoom for macOS + InputEventGesture | ||||
| | * | | | | | Native pan and zoom for macOS | Bernhard Liebl | 2017-11-21 | 7 | -76/+227 |
| | | | | | | | |||||
| * | | | | | | Fix loop of scene tabs updates | Rémi Verschelde | 2017-11-21 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was a regression of f8e8b7d1a231bb5e54abd3c7ed26a76fcb8a89cd, thanks to @dragmz for finding it. | ||||
| * | | | | | | Merge pull request #13123 from vnen/editor-help-links | Rémi Verschelde | 2017-11-21 | 1 | -14/+33 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Add extra link tags for editor help | ||||
| | * | | | | | | Add extra link tags for editor help | George Marques | 2017-11-20 | 1 | -14/+33 |
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Now [member], [enum], and [signal] tags give links to their respective definitions. | ||||
| * | | | | | | Merge pull request #13120 from MillionOstrich/filesystem-rmb-separator | Rémi Verschelde | 2017-11-21 | 1 | -3/+3 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix extra separator in filesystem dock right click menu | ||||
| | * | | | | | | Fix extra separator in filesystem dock right click menu | MillionOstrich | 2017-11-20 | 1 | -3/+3 |
| | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | Re-order add_separator calls to stop adding an extra separator if no item was selected. It is possible for no items to be selected by right clicking the ".." item. | ||||
| * | | | | | | Merge pull request #13117 from Krakean/filesystem_dock_addshowinexplorer | Rémi Verschelde | 2017-11-21 | 1 | -5/+6 |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Files list: Add "Show in Explorer" popup when nothing under mouse cursor | ||||
| | * | | | | | Added "Show in Explorer" besides "New Folder" to popup which appear when ↵ | Dmitry Koteroff | 2017-11-21 | 1 | -5/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clicked anywhere on the files list (when no files under mouse cursor) Small fix | ||||
| * | | | | | | Merge pull request #13119 from YeldhamDev/export_path | Rémi Verschelde | 2017-11-21 | 1 | -1/+1 |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Fixed not being able to use the "Open a Directory" dialog with the "Default Export Path" setting | ||||
| | * | | | | | Fixed not being able to use the "Open a Directory" dialog with the "Default ↵ | Michael Alexsander Silva Dias | 2017-11-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Export Path" setting. | ||||
| * | | | | | | Fix file extensions persisting in file dialog after export | Robbie Cooper | 2017-11-20 | 2 | -0/+8 |
| | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This caused issues if one decided to export many formats in a row. The new file extension would be appended to the previous one. Now, the filename is retained without its extension for successive exports. Fixes #7291 | ||||
| * | | | | | Merge pull request #11783 from endragor/ios-export-frameworks | Rémi Verschelde | 2017-11-20 | 2 | -28/+159 |
| |\ \ \ \ \ | | | | | | | | | | | | | Allow exporting third-party iOS Frameworks | ||||
| | * | | | | | Allow configuring iOS export | Ruslan Mustakov | 2017-11-21 | 2 | -28/+159 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - EditorExportPlugin's _export_begin accepts all the arguments related to the current export (is_debug, path, flags). - EditorExportPlugin API is extended with methods allowing to configure iOS export: add_ios_framework, add_ios_plist_content, add_ios_linker_flags, add_ios_bundle_file. - iOS export template now contains Godot as a static library so that it can be linked with third-party Frameworks and GDNative static libraries. - Adds method to DirAccess for recursive copying of a directory. - Fixes iOS export to work with Xcode 9 (released recently). | ||||
| * | | | | | | Merge pull request #11940 from GodotExplorer/debugger | Rémi Verschelde | 2017-11-20 | 8 | -95/+429 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Enhanced debugger for godot 3.0 | ||||
| | * | | | | | | Move the remote scene tree to the scene tree dock. | Geequlim | 2017-11-17 | 3 | -13/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ignore all script constants in the global section of the breakpoint stack. Check property size before send to avoid too large of data be sent. Fix crash while clear the remote objects from the debugger. | ||||
| | * | | | | | | Better supported for remote object editing with the inspector with a simple ↵ | geequlim | 2017-11-17 | 5 | -14/+298 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dictionary editor implement | ||||
| | * | | | | | | Send script members, contants and globals to debugger | geequlim | 2017-11-17 | 2 | -70/+121 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove remote inspector panel | ||||
| * | | | | | | | Add simple spacebar panning setting for 2D editor | Ricardo Maes | 2017-11-20 | 2 | -1/+12 |
| | | | | | | | | |||||
| * | | | | | | | Merge pull request #13105 from Krakean/master | Rémi Verschelde | 2017-11-20 | 2 | -0/+12 |
| |\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | Files list: Add "New Folder.." popup when nothing under mouse cursor | ||||
| | * | | | | | | Add "New Folder.." to right mouse button click on project fileslist panel ↵ | Dmitry Koteroff | 2017-11-20 | 2 | -0/+12 |
| | | |/ / / / | |/| | | | | | | | | | | | | | | | | _WHEN_ no any file/folder is under mouse cursor. | ||||
| * | | | | | | Merge pull request #13102 from djrm/pr_fixes | Rémi Verschelde | 2017-11-20 | 2 | -8/+8 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Fixed runtime EDITOR_DEFs being dropped. | ||||
| | * | | | | | | Fixed runtime EDITOR_DEFs being dropped. | Daniel J. Ramirez | 2017-11-20 | 2 | -8/+8 |
| | |/ / / / / | |||||
| * / / / / / | Visual fixes | Daniel J. Ramirez | 2017-11-20 | 12 | -36/+20 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | Added some icons (Including the onion one) Fixed text editor ellipsis style and editor tabs | ||||
