summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-11-10Disabled filter clip by default and made it optional, fixes #12368, likely ↵Juan Linietsky
others too
2017-11-10Merge pull request #12807 from karroffel/gdnative-api-struct-refactorThomas Herzog
[GDNative] renamed nativearvr to arvr in api.json
2017-11-10[GDNative] renamed nativearvr to arvr in api.jsonKarroffel
2017-11-10Merge pull request #12803 from karroffel/gdnative-api-struct-refactorThomas Herzog
[GDNative] better API struct versioning
2017-11-10[GDNative] rename nativearvr extension to arvrKarroffel
2017-11-10Remove node from list before calling queries, fixes #10886Juan Linietsky
2017-11-10[GDNative] better API struct versioningKarroffel
2017-11-10Merge pull request #12802 from ptodorov0123/masterRémi Verschelde
Fix for disappearing import panel contents (#11451)
2017-11-10Fix for disappearing import panel contents (#11451)Peter Todorov
2017-11-10Merge pull request #12800 from hoelzl/pr-no-pp-directive-in-macro-argumentsRémi Verschelde
Remove preprocessor directives from macro arguments
2017-11-10Remove preprocessor directives from macro argumentsMatthias Hoelzl
Preprocessor directives within macro arguments lead to undefined behavior, and VC++ actually rejects them as compiler errors.
2017-11-10Merge pull request #12797 from ↵Gilles Roudiere
viprip/12668_fix_texture_region_dock_zoom_icon_is_misaligned Fix misaligned zoom icon in Texture Region Editor plugin
2017-11-10Merge pull request #12796 from djrm/pr_some_virtual_classesRémi Verschelde
Expose some editor singletons as virtual
2017-11-10Merge pull request #12402 from MillionOstrich/filesystem-drag-moveRémi Verschelde
Filesystem drag & drop moving fixes
2017-11-10Merge pull request #12390 from MillionOstrich/filesystem-folder-dragRémi Verschelde
Improved file/folder drag preview for filesystem dock
2017-11-10Merge pull request #12786 from n-pigeon/spatial_transform_gizmoRémi Verschelde
Cleanups in Spatial Transform Gizmo
2017-11-10Merge pull request #12799 from letheed/deprecatedRémi Verschelde
Remove deprecated methods
2017-11-10Remove deprecated rotation methodsletheed
2017-11-10Cleanups in Spatial Transform GizmoPrzemysław Gołąb (n-pigeon)
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.
2017-11-10Merge pull request #12794 from djrm/pr_visual_improvementsRémi Verschelde
Fixed project manager and dialog fonts.
2017-11-10Merge pull request #12470 from djrm/pr_fix_editor_settingsRémi Verschelde
Fixed editor settings disappearing.
2017-11-10Fix misaligned zoom icon in Texture Region Editor pluginWilliam McKIE
The zoom icon was aligned on top compared to the others zoom buttons from the HBox container. Closes #12668.
2017-11-09Expose some editor singletons as virtualDaniel J. Ramirez
2017-11-09Fixed editor settings disappearing.Daniel J. Ramirez
Some items that are no longer defined may disappear, but thats expected i guess.
2017-11-09Fix theme with custom font.Daniel J. Ramirez
2017-11-09Reworked how servers preallocate RIDs, should fix #10970Juan Linietsky
2017-11-09Removed show type icons optionDaniel J. Ramirez
2017-11-09Fixed project manager and dialog fonts.Daniel J. Ramirez
2017-11-09Merge pull request #12779 from karroffel/gdnative-api-struct-refactorRémi Verschelde
[GDNative] refactored API struct into core and extensions
2017-11-09Remove get_default_video_mode definition on OSX/iOSRémi Verschelde
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.
2017-11-09adjust min stop to horizontal velocityJuan Linietsky
2017-11-09Add slope min stop velocity on 3D physics body, closes #10981Juan Linietsky
2017-11-09Merge pull request #12713 from AndreaCatania/masterJuan Linietsky
Rewritten kinematic system
2017-11-09Merge pull request #12784 from hpvb/fix-12401Rémi Verschelde
Make sure we don't leak when an opcode is followed by itself
2017-11-09Merge pull request #12787 from vnen/uwp-vs2017Rémi Verschelde
UWP: Update to build with Windows SDK 10.16229.0
2017-11-09UWP: Update to build with Windows SDK 10.16229.0George Marques
- Update the OpenSSL shim to work with the new SDK - Change the ARM platform detection to work with VS2017
2017-11-09Fix crash when converting empty scene to TileSetCaleb Richardson
Closes #12708. Cherry-picked from #12732.
2017-11-09[GDNative] refactored API struct into core and extensionsKarroffel
2017-11-09Make sure we don't leak when an opcode is followed by itselfHein-Pieter van Braam
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
2017-11-09fixes to initialization orderJuan Linietsky
2017-11-09Merge pull request #12782 from rraallvv/unified_headers_fixRémi Verschelde
add missing distutils.version.LooseVersion import
2017-11-09Make video mode initialization more intuitive, fixes #12022Juan Linietsky
2017-11-09add missing distutils.version.LooseVersion importRhody Lugo
2017-11-09Merge pull request #12746 from rraallvv/unified_headers_fixRémi Verschelde
unified headers fix (master)
2017-11-09Merge pull request #12778 from Chaosus/enableassetstoreRémi Verschelde
Enable asset store for Godot 3.0
2017-11-09Enable asset store for godot 3.0Chaosus
2017-11-09Merge pull request #12780 from karroffel/dictionary-crashRémi Verschelde
fix dictionary constant access crash
2017-11-09fix dictionary constant access crashKarroffel
2017-11-09unified headers fixRhody Lugo
2017-11-09Merge pull request #12757 from MateusMP/bugfix/11695Rémi Verschelde
Fixing bad index used in Space2DSW (Fixes #11695)