summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-09-10Clarify which direction RemoteTransform[2D] workMel Collins
2018-09-10Merge pull request #21784 from guilhermefelipecgs/fix_resized_mouse_confinedRémi Verschelde
Fix mouse confined leaving window with OS_Windows::set_window_position
2018-09-10Make sure project manager gets editor hint setRémi Verschelde
Previous fix in e8e06b2 worked in most cases but not if you run e.g. 'godot -', where the '-' argument would mean that 'project_manager' is false and yet that's what will be opened eventually.
2018-09-10Merge pull request #21841 from char0xff/fix-arrayRémi Verschelde
Fix mistake in Array.xml
2018-09-10Fix mistake in Array.xmlVirtualBox
2018-09-10Merge pull request #21925 from ZodmanPerth/masterMax Hilbrunner
Clarification about Input.get_accelerometer() usage
2018-09-10Merge pull request #21927 from akien-mga/pm-editor-hintRémi Verschelde
Set editor hint for the project manager
2018-09-10Merge pull request #21820 from capnm/fix-GradientTexture-width-propertyRémi Verschelde
Set the lower bound for the GradientTexture width property to 1
2018-09-10Set editor hint for the project managerRémi Verschelde
Fixes #21823.
2018-09-10added clarification about Input.get_accelerometer only working when project ↵Carl Scarlett
is exported
2018-09-10Merge pull request #21921 from AndreaCatania/bugfix2Rémi Verschelde
Fix bullet crashes
2018-09-10Merge pull request #21920 from Noshyaar/indentRémi Verschelde
Fix indentation in bullet SCsub
2018-09-10Fiex bullet crashAndrea Catania
2018-09-10Fix indentation in bullet SCsubPoommetee Ketson
2018-09-09Merge pull request #21866 from ↵George Marques
Paulb23/fix_scientific_notation_highlight_issue_21435 Fixed scientific notation not highlighting correctly, issue 21435
2018-09-09Merge pull request #21783 from xsellier/feature/clipboard-androidRémi Verschelde
Add clipboard operation for android OS
2018-09-08Merge pull request #21861 from fire/visual_script_18024Juan Linietsky
Change the default variable Visual Script constructor to use EditorInspector and etc
2018-09-08Fixed scientific notaion not highlighting correctly, issue 21435Paulb23
2018-09-08Change the default variable constructor to use EditorInspector and updated ↵K. S. Ernest (iFire) Lee
property hints that were changed.
2018-09-08Merge pull request #21843 from AndreaCatania/bugfix1Rémi Verschelde
Fixed crash during raycast and CCD radius calculation
2018-09-07Fixed crash during raycast and CCD radius calculationAndrea Catania
2018-09-07Ensure that tree_exited signal really happens after tree exited, fixes #19641Juan Linietsky
2018-09-07Merge pull request #21808 from AndreaCatania/optitriJuan Linietsky
Optimized bullet trimesh collision
2018-09-07Merge pull request #21836 from AndreaCatania/bulletUpdateJuan Linietsky
Update bullet to Master 12409f1118a7c7a266f9071350c70789dfe73bb9
2018-09-07Many fixes to gradient editor, which was pretty broken. Closes #19308Juan Linietsky
2018-09-07Update bullet to Master 12409f1118a7c7a266f9071350c70789dfe73bb9Andrea Catania
2018-09-06Print an error if you try to instantiate an editor class outside the editor, ↵Juan Linietsky
fixes #17624
2018-09-06Add a function to force transform update, fixes #17628Juan Linietsky
2018-09-07Set the lower bound for the GradientTexture width property to 1Martin Capitanio
Fixes #21522
2018-09-06Ability for Light2D to use a proxy texture, fixes #17067Juan Linietsky
2018-09-06Update FOV if edited in gizmo, fixes #16400Juan Linietsky
2018-09-06Fixing trimesh precisionAndrea Catania
2018-09-06Show a warning if you try to grab focus when not allowed, closes #15388Juan Linietsky
2018-09-06Optimized in case is used just 1 shape with no transformAndrea Catania
2018-09-06Only allow StreamTexture, ImageTexture in Light2D, closes #15194Juan Linietsky
2018-09-05Fixes to multimesh, added custom data and checks to avoid reconfiguring if ↵Juan Linietsky
instance count > 0. Fixes #12595
2018-09-05Fix mouse confined leaving window with OS_Windows::set_window_positionGuilherme Felipe
2018-09-05Add clipboard operation for android OSXavier Sellier
2018-09-05Merge pull request #21782 from eska014/gles3-get-texture-errRémi Verschelde
Fix missing texture-download error with OpenGL ES
2018-09-05Fix missing texture-download error with OpenGL ESLeon Krause
2018-09-05Merge pull request #21771 from WiggleWizard/get-stack-fixRémi Verschelde
Fixed return type for get_stack() function call
2018-09-05Merge pull request #21707 from JFonS/fix_instanced_selectionRémi Verschelde
Fix selection of instanced scenes in 3D
2018-09-05Merge pull request #21767 from volzhs/expand-collapse-allRémi Verschelde
Make expand/collapse all properties menu working
2018-09-05Merge pull request #21766 from volzhs/bitmask-colorRémi Verschelde
Make better look for bitmask
2018-09-05Merge pull request #21774 from AndreaCatania/areaTriRémi Verschelde
Fixed bullet area vs Trimesh shape overlap
2018-09-05Fixed bullet area vs Trimesh shape overlapAndrea Catania
2018-09-05Fixed return type for get_stack() function callWiggleWizard
2018-09-05Make expand/collapse all properties menu workingvolzhs
2018-09-05Make better look for bitmaskvolzhs
2018-09-04Merge pull request #21754 from willnationsdev/fix-script-class-nsThomas Herzog
Fix invalid deref in NativeScript script classes