Wilson E. Alvarez
71df4caf8f
Removed unnecessary assignments
2018-11-04 22:19:30 -05:00
volzhs
9f62f79dbb
Fix error with a specific dock layout
2018-11-05 11:45:25 +09:00
Gilles Roudière
7438093562
Merge pull request #23512 from MrVallentin/typos
...
Fixed typos
2018-11-04 23:26:02 +01:00
MrVallentin
693ee5dd56
Fixed typos
2018-11-04 22:15:11 +01:00
Rémi Verschelde
19f1ddb708
Merge pull request #23481 from groud/fix_extends_not_updating
...
Fixes CollisionShape extends not updating when draggind handles
2018-11-04 22:04:52 +01:00
Rémi Verschelde
2cf33bc5f1
Merge pull request #23479 from groud/fix_search_rmb_options
...
Hide some RMB options in the filesystem dock when files are searched
2018-11-04 22:03:48 +01:00
Rémi Verschelde
60c78726a5
Merge pull request #23478 from Faless/lws_3.0.1_pr
...
Update libwebsocket to 3.0.1
2018-11-04 22:02:41 +01:00
Rémi Verschelde
91d158afb2
Merge pull request #23477 from Faless/uwp_fix_build
...
Fix UWP build.
2018-11-04 22:01:27 +01:00
Rémi Verschelde
1107602154
Merge pull request #22178 from avencherus/scene-change-signal
...
Allow plugin scene change signal to report null for empty scenes.
2018-11-04 21:47:10 +01:00
Paulb23
6c54cb8bff
Fix clone line undo history and extra new line, issue 21811
2018-11-04 18:33:16 +00:00
Ben Rog-Wilhelm
ff6588569b
Add option for automatic project updating.
2018-11-04 09:55:42 -08:00
JFonS
85ce4a67ed
Remove animation loop from ParticlesMaterial + improvements to CPUParticles2D
...
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 15:58:12 +01:00
bruvzg
07aee14dd7
Fix initial blank screen on macOS Mojave (except splash).
2018-11-04 11:19:28 +02:00
bruvzg
cfce8de0b5
Fix .app bundle crash on macOS
2018-11-04 11:19:28 +02:00
Wilson E. Alvarez
e4884cfc75
Simplified boolean logic in GLES2/3 rasterizers
2018-11-04 09:14:50 +00:00
santouits
636ebdf819
Docs: Expression class docs
2018-11-03 23:36:35 +02:00
groud
952f3004f1
Fixes CollisionShape extends not updating when draggind handles
2018-11-03 19:15:10 +01:00
groud
a821de2275
Hide some RMB options in the filesystem dock when files are searched
2018-11-03 18:37:57 +01:00
Fabio Alessandrelli
3703655ce2
Update libwebsocket to 3.0.1
2018-11-03 17:45:33 +01:00
Juan Linietsky
121cead38e
<fales> end of the week ;-)
2018-11-03 13:30:08 -03:00
Juan Linietsky
3a62f29eef
Fix condition test
2018-11-03 13:23:38 -03:00
Fabio Alessandrelli
f17d83e758
Fix UWP build.
...
Add missing os_uwp.cpp include for VisualServerWrapMT.
Add global env forced include to fix freetype in UWP.
2018-11-03 17:19:44 +01:00
Hein-Pieter van Braam
19d91f788d
Properly export the various 'use dGPU' symbols when building with MingW
...
This fixes exporting the NvOptimusEnablement export when building with
MingW. This also adds the equivalent for AMD.
This fixes #23400
2018-11-03 10:55:03 +01:00
Jared
f115f00ec6
Allow plugin scene change signal to report null for empty scenes.
2018-11-03 00:11:02 +02:00
Rémi Verschelde
f84893f709
Merge pull request #23457 from marcelofg55/crashfix_vp
...
Fix possible crash with VideoPlayer _mix_audio function
2018-11-02 20:46:38 +01:00
Juan Linietsky
414097ebd9
Simple workaround to make one way moving platforms work, fixes #9399
2018-11-02 16:22:23 -03:00
Juan Linietsky
64f649a80c
-Fix problem in OWC logic closes #11357
...
-Fix problem with kinematic move and disabled shapes, in both 2D and 3D
2018-11-02 15:45:36 -03:00
Marcelo Fernandez
ea43218bca
Fix possible crash with VideoPlayer _mix_audio function
2018-11-02 13:33:20 -03:00
Juan Linietsky
03563c8ddf
Merge pull request #23061 from groud/remove_thumbnail_view
...
Remove the thumnail-only view from the filesystem dock
2018-11-02 13:09:09 -03:00
Juan Linietsky
08612e1cfd
No longer force mipmaps on import of VRAM textures, closes #10221
2018-11-02 12:26:11 -03:00
Juan Linietsky
9b2c441ae3
Merge pull request #22625 from allkhor/cleanup_history_from_remote_nodes
...
Cleanup the editor history from remote nodes after the scene stopped.
2018-11-02 11:32:36 -03:00
Rémi Verschelde
b45161f0f3
Merge pull request #23450 from aaronfranke/remove-dtoll
...
Remove unused "dtoll" methods
2018-11-02 13:49:14 +01:00
Rémi Verschelde
b9232ce7a3
TileMap: Fix floor precision in world_to_map on tile borders
...
Fixes #23250 , supersedes #23315 .
2018-11-02 13:07:57 +01:00
Rémi Verschelde
a3501c096f
Merge pull request #21897 from Calinou/3d-display-camera-coordinates
...
Display camera coordinates in the 3D viewport's information pane
2018-11-02 11:33:22 +01:00
Rémi Verschelde
5beaea9891
Merge pull request #23389 from marcelofg55/multiple_ext
...
Export for OS X on OS X now lets you select .dmg or .zip
2018-11-02 11:07:18 +01:00
Rémi Verschelde
eed56bce14
Merge pull request #23404 from YeldhamDev/gdscript_log_methods
...
Add new "push_*()" functions to GDScript
2018-11-02 11:06:40 +01:00
Rémi Verschelde
a33040da49
Merge pull request #23443 from RandomShaper/fix-crash-broken-deps
...
Improve/fix resource broken dependencies management
2018-11-02 11:05:23 +01:00
Rémi Verschelde
63d7c9be45
Merge pull request #23431 from buresu/fix-keycode
...
Fix keycode problem on OSX
2018-11-02 11:02:39 +01:00
Aaron Franke
81be9542eb
Remove unused "dtoll" methods
...
These methods aren't used anywhere in Godot's code, and all they do is cast floating types to int64_t. There's no reason to have these lines, they literally do nothing, and they aren't useful functions to begin with.
2018-11-02 05:02:27 -04:00
Rémi Verschelde
c025f526c8
Merge pull request #23436 from Toshiwoz/primitives_properties
...
fixed PrismMesh size property
2018-11-02 08:08:17 +01:00
Pedro J. Estébanez
d856ec611a
Let TileSet editor sanitize out tiles with wrong textures
2018-11-02 04:54:28 +01:00
Pedro J. Estébanez
d2b0f69a64
Let user fix dependencies in resources
2018-11-02 04:44:40 +01:00
Juan Linietsky
0e27af280c
Merge pull request #22817 from DualMatrix/animation_group
...
Made AnimationPlayer track groups update after changing path
2018-11-01 20:05:49 -03:00
Rémi Verschelde
91e5782795
Merge pull request #23311 from YeldhamDev/editor_capitalization_fix
...
Small capitalization fixes across the editor
2018-11-01 21:37:33 +01:00
Juan Linietsky
65e3ef705b
Merge pull request #21962 from YeldhamDev/switch_hover_submenu
...
Fix MenuButton hover switching not happening with submenus open
2018-11-01 17:01:51 -03:00
Juan Linietsky
755249f7d9
Merge pull request #22311 from Xrayez/fix-22037
...
Fix blend tree editor updating invalid blend tree node graph
2018-11-01 16:59:48 -03:00
Rémi Verschelde
b573bf8547
Merge pull request #23411 from RandomShaper/fix-same-layer-not-deterministic
...
Fix canvas stacking not deterministic on same layer
2018-11-01 19:31:09 +01:00
Rémi Verschelde
8ac1bcfd3d
Fix init of VisualServerRaster
...
Contrarily to what #23434 assumed, this is not a memory leak,
the VisualServerRaster instance is passed as a parameter to
VisualServerWrapMT's constructor.
Fixes #23437 .
2018-11-01 19:23:12 +01:00
Juan Linietsky
b9dd095275
Fix CSG shape generation with meshes without indices, fixes #23364
2018-11-01 15:19:47 -03:00
Juan Linietsky
34426be9a0
Merge pull request #23346 from santouits/you-shall-not-execute
...
Error running Expression.execute after parse error
2018-11-01 14:02:18 -03:00