summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-11-09Merge pull request #23600 from DualMatrix/advanceRémi Verschelde
Made AnimationPlayer timeline only advance when keyframing frame variables
2018-11-08User more correct plus file on get_current_dir.Juan Linietsky
2018-11-08 Made AnimationPlayer timeline only advance when keyframing frame variablesDualMatrix
Fixes #23330
2018-11-08Proper time tracking in AnimationNodeAnimation, closes #22887Juan Linietsky
2018-11-08Effectively ensure that surface materials are the right size when setting ↵Juan Linietsky
them, fixes #23596
2018-11-082D Rigid Body CCD should work again, fixes #6664Juan Linietsky
2018-11-08Merge pull request #23505 from zorbathut/zorbathut/updateprojectIgnacio Etcheverry
Add option for automatic project updating.
2018-11-08Merge pull request #23595 from neikeq/ffIgnacio Etcheverry
Fix assertion fail when loading assembly on project export
2018-11-08Fix assertion fail when loading assembly on project exportIgnacio Etcheverry
2018-11-08-Moved EditorDefaultValue to ClassDB, made it coreJuan Linietsky
-Removed one and zero hints for properties, replaced by default value
2018-11-08Merge pull request #23463 from hpvb/use-dri-prime-defaultRémi Verschelde
Set DRI_PRIME=1 by default on X11 if not already set
2018-11-08Merge pull request #23576 from groud/fix_itemlistRémi Verschelde
Fixes icons in itemlist not working
2018-11-08Merge pull request #23472 from BastiaanOlij/min_collision_shape_marginRémi Verschelde
Lower minimum margin for collision shapes
2018-11-08Lower minimum margin for collision shapesBastiaan Olij
2018-11-08Merge pull request #23583 from neikeq/eeIgnacio Etcheverry
Improve the C# API projects generation
2018-11-08Improve the C# API projects generationIgnacio Etcheverry
- Now there is only one solution that contains both GodotSharp and GodotSharpEditor project. Previously we had one solution for each project - GodotSharpEditor reference GodotShatp with a 'ProjectReference'. Previously it was a 'Reference' to the assembly - This also simplifies the command line option to generate this solution: 'godot --generate-cs-api <OutputDir>'
2018-11-07Merge pull request #21386 from RandomShaper/fix-picking-in-canvas-layersJuan Linietsky
Fix picking in CanvasLayer
2018-11-07Fixes icons in itemlist not workinggroud
2018-11-07Merge pull request #23571 from marcelofg55/expose_mwtfRémi Verschelde
Expose OS::move_window_to_foreground
2018-11-07Expose OS::move_window_to_foregroundMarcelo Fernandez
2018-11-06Set DRI_PRIME=1 by default on X11 if not already setHein-Pieter van Braam
This mirrors behavior on Windows and MacOSX where Godot tries to default to a dGPU if it exists. This doesn't work for Nvidia optimus yet but this can maybe be added later.
2018-11-06Merge pull request #23383 from groud/better_tilemap_transformRémi Verschelde
Enhance the tilemap transform buttons
2018-11-06Merge pull request #23451 from akien-mga/world_to_map_precisionRémi Verschelde
TileMap: Fix floor precision in world_to_map on tile borders
2018-11-06Merge pull request #23526 from Mintormo/fix-23480Rémi Verschelde
(#23480) Fixed problem with wrong directory path
2018-11-06Merge pull request #23537 from fire/visualscript-virtual-_function-crash-23536Rémi Verschelde
Fix creating a visual script virtual function after minimizing crashes #23536 and misc vs warning
2018-11-06Merge pull request #23557 from Kanabenki/fix-angular-velocity-rangeRémi Verschelde
Fix angular velocity property range in editor for ParticlesMaterial
2018-11-06Merge pull request #23543 from marcelofg55/export_path2Rémi Verschelde
Preset saved export path is now shown on the Export window
2018-11-06Merge pull request #23561 from groud/fix_scalingRémi Verschelde
Fixes uniform scaling issues (for real this time)
2018-11-06Fixes uniform scaling issues (for real this time)groud
2018-11-06Merge pull request #23535 from fire/empty-script-interface-tscn-23495Rémi Verschelde
Fix empty script interface crash on tscn load. #23495
2018-11-06Fix empty script interface crash on tscn load.K. S. Ernest (iFire) Lee
Add fail conditions to protect the visual script function and also fix the initiating cause.
2018-11-06Fix angular velocity property range in editor for ParticlesMaterialKanabenki
2018-11-06Merge pull request #23550 from Kanabenki/fix-flag-enum-exportRémi Verschelde
Add PROPERTY_USAGE_SCRIPT_VARIABLE flag for export(Enum) properties
2018-11-06Add missing flag for exported enumKanabenki
2018-11-06Merge pull request #23538 from groud/fix_scalingRémi Verschelde
Fixes uniform scaling weird behavior
2018-11-05Preset saved export path is now shown on the Export windowMarcelo Fernandez
2018-11-05Fixes uniform scaling weird behaviorgroud
2018-11-05On virtual method creation cancel don't do anything.K. S. Ernest (iFire) Lee
2018-11-05Fix creating a visual script virtual function after minimizing crashes #23536K. S. Ernest (iFire) Lee
2018-11-05Merge pull request #23524 from RySchmitt/fix_false_mono_errorIgnacio Etcheverry
Fix false error when exporting c# enum
2018-11-05(#23480) Wrong directory path in filesystem dock when creating script.Mintormo
When creating script and file selected in filesystem dock, between file name and directory path there is no "/" symbol. This commit fix that bug.
2018-11-05Merge pull request #23522 from YeldhamDev/find_files_dialog_fixupRémi Verschelde
General fixup of the "Find in Files" dialog
2018-11-05Update AUTHORS and DONORS listRémi Verschelde
[ci skip]
2018-11-05Merge pull request #23518 from volzhs/confirmed_already_connectedRémi Verschelde
Fix error with a specific dock layout
2018-11-05Merge pull request #23461 from hpvb/fix-23400Rémi Verschelde
Properly export the various 'use dGPU' symbols when building with MingW
2018-11-05Fix false error when exporting enum in c#Ryan Schmitt
2018-11-05Merge pull request #23499 from bruvzg/fix_osx_app_crash_and_black_spashRémi Verschelde
[macOS] Fix .app bundle crash and blank initial window
2018-11-05Merge pull request #23523 from akien-mga/docs-https-latestRémi Verschelde
doc: Use HTTPS for docs.godotengine.org and point to latest branch
2018-11-05Merge pull request #23519 from Rubonnek/remove-unnecessary-assignmentsRémi Verschelde
Removed unnecessary assignments
2018-11-05doc: Use HTTPS for docs.godotengine.org and point to latest branchRémi Verschelde
Fixes #23509.