summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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)
2017-11-09Merge pull request #12751 from bojidar-bg/11851-invalid-returns-countRémi Verschelde
Fix "Invalid outputs" error when calling a void method from visual script
2017-11-09Merge pull request #12752 from bojidar-bg/10972-recusion-completionRémi Verschelde
Fix crash when guessing type of variable declared to itself
2017-11-09Merge pull request #12755 from Zylann/fix_tilemap_undoRémi Verschelde
Fix tilemap undo/redo
2017-11-08Merge pull request #12733 from NathanWarden/document_objectChris Bradfield
[DOCS] Object
2017-11-08[DOCS] ObjectNathan Warden
2017-11-08Fixing bad index used in Space2DSWMateusMP
Fix wrong col_obj access using wrong index variable. Related with issue #11695
2017-11-08Fix tilemap undo/redoMarc Gilleron
2017-11-08Fix crash when guessing type of variable declared to itselfBojidar Marinov
Fixes #10972
2017-11-08Fix "Invalid outputs" error when calling a void method from visual scriptBojidar Marinov
Fixes #11851
2017-11-08Merge pull request #12706 from MillionOstrich/particle-random-velocityRémi Verschelde
Fix randomisation of initial particle velocity
2017-11-08Merge pull request #12718 from GodotExplorer/export-editor-themeRémi Verschelde
Create new theme from the current editor
2017-11-08Merge pull request #12725 from karroffel/gdnative-api-fixesRémi Verschelde
[GDNative] even more API fixes
2017-11-08Merge pull request #12744 from AndreaCatania/patch-1Rémi Verschelde
Compile Android with STL enabled by default
2017-11-08Compile Android with STL enabled by defaultAndreaCatania
2017-11-08Merge pull request #12731 from mhilbrunner/issue-12584Rémi Verschelde
Ignore files not ending with '.xml' when building doc header
2017-11-08Merge pull request #12743 from BastiaanOlij/increase_joystick_maxaxisAndreas Haas
Increase joystick axis from 8 to 10
2017-11-08Merge pull request #12739 from mhilbrunner/patch-1Rémi Verschelde
[DOCS] OS.get_unique_string(). See #3628.