aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | | Merge pull request #12390 from MillionOstrich/filesystem-folder-dragRémi Verschelde2017-11-103-104/+53
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improved file/folder drag preview for filesystem dock
| * | | | | | | | | | | | | | | | | | | | Improve file/folder drag preview on filesystem dockMillionOstrich2017-11-033-104/+53
| |/ / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added icons for files/folders in drag preview Fixed folders getting an empty string label Don't show "1 more file(s)" label instead of the file Added "more folders" case if moving folders exclusively Merged drag_files and drag_files_and_dirs to reduce code duplication Simplified get_drag_data_fw and removed commented out code
* | | | | | | | | | | | | | | | | | | | Merge pull request #12786 from n-pigeon/spatial_transform_gizmoRémi Verschelde2017-11-101-50/+56
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cleanups in Spatial Transform Gizmo
| * | | | | | | | | | | | | | | | | | | | Cleanups in Spatial Transform GizmoPrzemysław Gołąb (n-pigeon)2017-11-101-50/+56
| | |_|_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed translation i local space - changed a bit how it was implemented. Fixed bug with rotations when object is scaled. Added safety check preventing scaling to 0 in local space. All Gizmoz display numerical output message on the bottom of the viewport. Unified code a bit, so it will be easier to maintain.
* | | | | | | | | | | | | | | | | | | | Merge pull request #12799 from letheed/deprecatedRémi Verschelde2017-11-108-84/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove deprecated methods
| * | | | | | | | | | | | | | | | | | | | Remove deprecated rotation methodsletheed2017-11-108-84/+2
|/ / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | Merge pull request #12794 from djrm/pr_visual_improvementsRémi Verschelde2017-11-104-12/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed project manager and dialog fonts.
| * | | | | | | | | | | | | | | | | | | | Fix theme with custom font.Daniel J. Ramirez2017-11-092-6/+1
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Removed show type icons optionDaniel J. Ramirez2017-11-091-1/+1
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Fixed project manager and dialog fonts.Daniel J. Ramirez2017-11-093-5/+9
| | |_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge pull request #12470 from djrm/pr_fix_editor_settingsRémi Verschelde2017-11-104-16/+28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed editor settings disappearing.
| * | | | | | | | | | | | | | | | | | | | Fixed editor settings disappearing.Daniel J. Ramirez2017-11-094-16/+28
| |/ / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some items that are no longer defined may disappear, but thats expected i guess.
* / / / / / / / / / / / / / / / / / / / Reworked how servers preallocate RIDs, should fix #10970Juan Linietsky2017-11-0927-99/+196
|/ / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | Merge pull request #12779 from karroffel/gdnative-api-struct-refactorRémi Verschelde2017-11-092-5756/+5823
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [GDNative] refactored API struct into core and extensions
| * | | | | | | | | | | | | | | | | | | [GDNative] refactored API struct into core and extensionsKarroffel2017-11-092-5756/+5823
| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Remove get_default_video_mode definition on OSX/iOSRémi Verschelde2017-11-0910-42/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It had been missed in d09160a8b67fdc60e8108962c4e9bd4c0bc7f13e and broke compilation for those platforms. Took the opportunity to run clang-format on the code base to fix some corner cases that went through our static tests/were overlooked recently.
* | | | | | | | | | | | | | | | | | | | adjust min stop to horizontal velocityJuan Linietsky2017-11-091-1/+1
| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Add slope min stop velocity on 3D physics body, closes #10981Juan Linietsky2017-11-091-3/+6
| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge pull request #12713 from AndreaCatania/masterJuan Linietsky2017-11-0916-350/+266
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rewritten kinematic system
| * | | | | | | | | | | | | | | | | | | | Rewritten kinematic systemAndreaCatania2017-11-0716-350/+266
| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge pull request #12784 from hpvb/fix-12401Rémi Verschelde2017-11-091-50/+80
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure we don't leak when an opcode is followed by itself
| * | | | | | | | | | | | | | | | | | | | | Make sure we don't leak when an opcode is followed by itselfHein-Pieter van Braam2017-11-091-50/+80
| | |/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When compiling with GCC it is now possible for an opcode followed by itself to never leave the scope it is currently in. This leads to a situation where the dtor of a scope local variable isn't called which in turn can lead to a memory leak. By moving the goto outside of the scope of each opcode we guarantee that all dtors have been called before the next opcode gets dispatched. this fixes #12401
* | | | | | | | | | | | | | | | | | | | | Merge pull request #12787 from vnen/uwp-vs2017Rémi Verschelde2017-11-092-1/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | UWP: Update to build with Windows SDK 10.16229.0
| * | | | | | | | | | | | | | | | | | | | UWP: Update to build with Windows SDK 10.16229.0George Marques2017-11-092-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update the OpenSSL shim to work with the new SDK - Change the ARM platform detection to work with VS2017
* | | | | | | | | | | | | | | | | | | | | Fix crash when converting empty scene to TileSetCaleb Richardson2017-11-091-0/+9
| |_|_|_|_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #12708. Cherry-picked from #12732.
* | | | | | | | | | | | | | | | | | | | fixes to initialization orderJuan Linietsky2017-11-091-7/+13
|/ / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | Merge pull request #12782 from rraallvv/unified_headers_fixRémi Verschelde2017-11-091-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add missing distutils.version.LooseVersion import
| * | | | | | | | | | | | | | | | | | | add missing distutils.version.LooseVersion importRhody Lugo2017-11-091-0/+1
| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Make video mode initialization more intuitive, fixes #12022Juan Linietsky2017-11-0917-76/+24
| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge pull request #12746 from rraallvv/unified_headers_fixRémi Verschelde2017-11-091-14/+8
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unified headers fix (master)
| * | | | | | | | | | | | | | | | | | | unified headers fixRhody Lugo2017-11-091-14/+8
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge pull request #12778 from Chaosus/enableassetstoreRémi Verschelde2017-11-091-4/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable asset store for Godot 3.0
| * | | | | | | | | | | | | | | | | | | Enable asset store for godot 3.0Chaosus2017-11-091-4/+6
| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge pull request #12780 from karroffel/dictionary-crashRémi Verschelde2017-11-091-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | fix dictionary constant access crash
| * | | | | | | | | | | | | | | | | | | fix dictionary constant access crashKarroffel2017-11-091-1/+1
| | |_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge pull request #12757 from MateusMP/bugfix/11695Rémi Verschelde2017-11-091-13/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | Fixing bad index used in Space2DSW (Fixes #11695)
| * | | | | | | | | | | | | | | | | | Fixing bad index used in Space2DSWMateusMP2017-11-081-13/+13
| | |_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix wrong col_obj access using wrong index variable. Related with issue #11695
* | | | | | | | | | | | | | | | | | Merge pull request #12751 from bojidar-bg/11851-invalid-returns-countRémi Verschelde2017-11-091-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix "Invalid outputs" error when calling a void method from visual script
| * | | | | | | | | | | | | | | | | | Fix "Invalid outputs" error when calling a void method from visual scriptBojidar Marinov2017-11-081-0/+2
| |/ / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #11851
* | | | | | | | | | | | | | | | | | Merge pull request #12752 from bojidar-bg/10972-recusion-completionRémi Verschelde2017-11-091-1/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix crash when guessing type of variable declared to itself
| * | | | | | | | | | | | | | | | | | Fix crash when guessing type of variable declared to itselfBojidar Marinov2017-11-081-1/+3
| |/ / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #10972
* | | | | | | | | | | | | | | | | | Merge pull request #12755 from Zylann/fix_tilemap_undoRémi Verschelde2017-11-091-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix tilemap undo/redo
| * | | | | | | | | | | | | | | | | | Fix tilemap undo/redoMarc Gilleron2017-11-081-2/+2
| |/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Merge pull request #12733 from NathanWarden/document_objectChris Bradfield2017-11-081-22/+33
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | [DOCS] Object
| * | | | | | | | | | | | | | | | | [DOCS] ObjectNathan Warden2017-11-081-22/+33
| |/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge pull request #12706 from MillionOstrich/particle-random-velocityRémi Verschelde2017-11-081-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix randomisation of initial particle velocity
| * | | | | | | | | | | | | | | | | Fix randomisation of initial particle velocityMillionOstrich2017-11-061-2/+2
| | |_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #12718 from GodotExplorer/export-editor-themeRémi Verschelde2017-11-082-8/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create new theme from the current editor
| * | | | | | | | | | | | | | | | | Add menu to import current editor theme into theme editorGeequlim2017-11-072-8/+11
| | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #12725 from karroffel/gdnative-api-fixesRémi Verschelde2017-11-085-0/+38
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | [GDNative] even more API fixes