Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-05 | Merge pull request #23524 from RySchmitt/fix_false_mono_error | Ignacio Etcheverry | |
Fix false error when exporting c# enum | |||
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 | |
2018-11-04 | Remove animation loop from ParticlesMaterial + improvements to CPUParticles2D | JFonS | |
Remove animation loop from ParticlesMaterial and move it to SpatialMaterial for 3D particles and Particles2D for the 2D case. Added animation to CPUParticles2D as well as the "Convert to CPUParticles2D" to the PAarticles2D menu. | |||
2018-11-04 | Fix initial blank screen on macOS Mojave (except splash). | bruvzg | |
2018-11-04 | Fix .app bundle crash on macOS | bruvzg | |
2018-11-04 | Simplified boolean logic in GLES2/3 rasterizers | Wilson E. Alvarez | |
2018-11-03 | Docs: Expression class docs | santouits | |
2018-11-03 | Fixes CollisionShape extends not updating when draggind handles | groud | |
2018-11-03 | Hide some RMB options in the filesystem dock when files are searched | groud | |
2018-11-03 | Update libwebsocket to 3.0.1 | Fabio Alessandrelli | |
2018-11-03 | <fales> end of the week ;-) | Juan Linietsky | |
2018-11-03 | Fix condition test | Juan Linietsky | |
2018-11-03 | Fix UWP build. | Fabio Alessandrelli | |
Add missing os_uwp.cpp include for VisualServerWrapMT. Add global env forced include to fix freetype in UWP. | |||
2018-11-03 | Properly export the various 'use dGPU' symbols when building with MingW | Hein-Pieter van Braam | |
This fixes exporting the NvOptimusEnablement export when building with MingW. This also adds the equivalent for AMD. This fixes #23400 | |||
2018-11-03 | Allow plugin scene change signal to report null for empty scenes. | Jared | |
2018-11-02 | Merge pull request #23457 from marcelofg55/crashfix_vp | Rémi Verschelde | |
Fix possible crash with VideoPlayer _mix_audio function | |||
2018-11-02 | Simple workaround to make one way moving platforms work, fixes #9399 | Juan Linietsky | |
2018-11-02 | -Fix problem in OWC logic closes #11357 | Juan Linietsky | |
-Fix problem with kinematic move and disabled shapes, in both 2D and 3D | |||
2018-11-02 | Fix possible crash with VideoPlayer _mix_audio function | Marcelo Fernandez | |
2018-11-02 | Merge pull request #23061 from groud/remove_thumbnail_view | Juan Linietsky | |
Remove the thumnail-only view from the filesystem dock | |||
2018-11-02 | No longer force mipmaps on import of VRAM textures, closes #10221 | Juan Linietsky | |
2018-11-02 | Merge pull request #22625 from allkhor/cleanup_history_from_remote_nodes | Juan Linietsky | |
Cleanup the editor history from remote nodes after the scene stopped. | |||
2018-11-02 | Merge pull request #23450 from aaronfranke/remove-dtoll | Rémi Verschelde | |
Remove unused "dtoll" methods | |||
2018-11-02 | Merge pull request #21897 from Calinou/3d-display-camera-coordinates | Rémi Verschelde | |
Display camera coordinates in the 3D viewport's information pane | |||
2018-11-02 | Merge pull request #23389 from marcelofg55/multiple_ext | Rémi Verschelde | |
Export for OS X on OS X now lets you select .dmg or .zip | |||
2018-11-02 | Merge pull request #23404 from YeldhamDev/gdscript_log_methods | Rémi Verschelde | |
Add new "push_*()" functions to GDScript |