Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-08 | Lower minimum margin for collision shapes | Bastiaan Olij | |
2018-11-08 | Merge pull request #23583 from neikeq/ee | Ignacio Etcheverry | |
Improve the C# API projects generation | |||
2018-11-08 | Improve the C# API projects generation | Ignacio 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-07 | Merge pull request #21386 from RandomShaper/fix-picking-in-canvas-layers | Juan Linietsky | |
Fix picking in CanvasLayer | |||
2018-11-07 | Merge pull request #23571 from marcelofg55/expose_mwtf | Rémi Verschelde | |
Expose OS::move_window_to_foreground | |||
2018-11-07 | Expose OS::move_window_to_foreground | Marcelo Fernandez | |
2018-11-06 | Merge pull request #23383 from groud/better_tilemap_transform | Rémi Verschelde | |
Enhance the tilemap transform buttons | |||
2018-11-06 | Merge pull request #23451 from akien-mga/world_to_map_precision | Rémi Verschelde | |
TileMap: Fix floor precision in world_to_map on tile borders | |||
2018-11-06 | Merge pull request #23526 from Mintormo/fix-23480 | Rémi Verschelde | |
(#23480) Fixed problem with wrong directory path | |||
2018-11-06 | Merge pull request #23537 from fire/visualscript-virtual-_function-crash-23536 | Rémi Verschelde | |
Fix creating a visual script virtual function after minimizing crashes #23536 and misc vs warning | |||
2018-11-06 | Merge pull request #23557 from Kanabenki/fix-angular-velocity-range | Rémi Verschelde | |
Fix angular velocity property range in editor for ParticlesMaterial | |||
2018-11-06 | Merge pull request #23543 from marcelofg55/export_path2 | Rémi Verschelde | |
Preset saved export path is now shown on the Export window | |||
2018-11-06 | Merge pull request #23561 from groud/fix_scaling | Rémi Verschelde | |
Fixes uniform scaling issues (for real this time) | |||
2018-11-06 | Fixes uniform scaling issues (for real this time) | groud | |
2018-11-06 | Merge pull request #23535 from fire/empty-script-interface-tscn-23495 | Rémi Verschelde | |
Fix empty script interface crash on tscn load. #23495 | |||
2018-11-06 | Fix 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-06 | Fix angular velocity property range in editor for ParticlesMaterial | Kanabenki | |
2018-11-06 | Merge pull request #23550 from Kanabenki/fix-flag-enum-export | Rémi Verschelde | |
Add PROPERTY_USAGE_SCRIPT_VARIABLE flag for export(Enum) properties | |||
2018-11-06 | Add missing flag for exported enum | Kanabenki | |
2018-11-06 | Merge pull request #23538 from groud/fix_scaling | Rémi Verschelde | |
Fixes uniform scaling weird behavior | |||
2018-11-05 | Preset saved export path is now shown on the Export window | Marcelo Fernandez | |
2018-11-05 | Fixes uniform scaling weird behavior | groud | |
2018-11-05 | On virtual method creation cancel don't do anything. | K. S. Ernest (iFire) Lee | |
2018-11-05 | Fix creating a visual script virtual function after minimizing crashes #23536 | K. S. Ernest (iFire) Lee | |
2018-11-05 | Merge pull request #23524 from RySchmitt/fix_false_mono_error | Ignacio 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-05 | Merge pull request #23522 from YeldhamDev/find_files_dialog_fixup | Rémi Verschelde | |
General fixup of the "Find in Files" dialog | |||
2018-11-05 | Update AUTHORS and DONORS list | Rémi Verschelde | |
[ci skip] | |||
2018-11-05 | Merge pull request #23518 from volzhs/confirmed_already_connected | Rémi Verschelde | |
Fix error with a specific dock layout | |||
2018-11-05 | Merge pull request #23461 from hpvb/fix-23400 | Rémi Verschelde | |
Properly export the various 'use dGPU' symbols when building with MingW | |||
2018-11-05 | Fix false error when exporting enum in c# | Ryan Schmitt | |
2018-11-05 | Merge pull request #23499 from bruvzg/fix_osx_app_crash_and_black_spash | Rémi Verschelde | |
[macOS] Fix .app bundle crash and blank initial window | |||
2018-11-05 | Merge pull request #23523 from akien-mga/docs-https-latest | Rémi Verschelde | |
doc: Use HTTPS for docs.godotengine.org and point to latest branch | |||
2018-11-05 | Merge pull request #23519 from Rubonnek/remove-unnecessary-assignments | Rémi Verschelde | |
Removed unnecessary assignments | |||
2018-11-05 | doc: Use HTTPS for docs.godotengine.org and point to latest branch | Rémi Verschelde | |
Fixes #23509. | |||
2018-11-05 | Merge pull request #23508 from Paulb23/clone_last_line_issue_21811 | Rémi Verschelde | |
Fix clone line undo history and extra new line, issue 21811 | |||
2018-11-05 | Merge pull request #23502 from Rubonnek/simplified-logic | Rémi Verschelde | |
Simplified boolean logic in GLES2/3 rasterizers | |||
2018-11-05 | Merge pull request #23422 from santouits/docs-expression | Rémi Verschelde | |
Docs: Expression class docs | |||
2018-11-05 | Merge pull request #22622 from JFonS/fix_particle_animation | Rémi Verschelde | |
Remove animation loop from ParticlesMaterial + improvements to CPUParticles2D | |||
2018-11-05 | General fixup of the "Find in Files" dialog | Michael Alexsander Silva Dias | |
2018-11-04 | Removed unnecessary assignments | Wilson E. Alvarez | |
2018-11-05 | Fix error with a specific dock layout | volzhs | |
2018-11-04 | Merge pull request #23512 from MrVallentin/typos | Gilles Roudière | |
Fixed typos | |||
2018-11-04 | Fixed typos | MrVallentin | |
2018-11-04 | Merge pull request #23481 from groud/fix_extends_not_updating | Rémi Verschelde | |
Fixes CollisionShape extends not updating when draggind handles | |||
2018-11-04 | Merge pull request #23479 from groud/fix_search_rmb_options | Rémi Verschelde | |
Hide some RMB options in the filesystem dock when files are searched | |||
2018-11-04 | Merge pull request #23478 from Faless/lws_3.0.1_pr | Rémi Verschelde | |
Update libwebsocket to 3.0.1 | |||
2018-11-04 | Merge pull request #23477 from Faless/uwp_fix_build | Rémi Verschelde | |
Fix UWP build. | |||
2018-11-04 | Merge pull request #22178 from avencherus/scene-change-signal | Rémi Verschelde | |
Allow plugin scene change signal to report null for empty scenes. | |||
2018-11-04 | Fix clone line undo history and extra new line, issue 21811 | Paulb23 | |