summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-11-05Merge pull request #22622 from JFonS/fix_particle_animationRémi Verschelde
Remove animation loop from ParticlesMaterial + improvements to CPUParticles2D
2018-11-04Merge pull request #23512 from MrVallentin/typosGilles Roudière
Fixed typos
2018-11-04Fixed typosMrVallentin
2018-11-04Merge pull request #23481 from groud/fix_extends_not_updatingRémi Verschelde
Fixes CollisionShape extends not updating when draggind handles
2018-11-04Merge pull request #23479 from groud/fix_search_rmb_optionsRémi Verschelde
Hide some RMB options in the filesystem dock when files are searched
2018-11-04Merge pull request #23478 from Faless/lws_3.0.1_prRémi Verschelde
Update libwebsocket to 3.0.1
2018-11-04Merge pull request #23477 from Faless/uwp_fix_buildRémi Verschelde
Fix UWP build.
2018-11-04Merge pull request #22178 from avencherus/scene-change-signalRémi Verschelde
Allow plugin scene change signal to report null for empty scenes.
2018-11-04Remove animation loop from ParticlesMaterial + improvements to CPUParticles2DJFonS
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-03Fixes CollisionShape extends not updating when draggind handlesgroud
2018-11-03Hide some RMB options in the filesystem dock when files are searchedgroud
2018-11-03Update libwebsocket to 3.0.1Fabio Alessandrelli
2018-11-03<fales> end of the week ;-)Juan Linietsky
2018-11-03Fix condition testJuan Linietsky
2018-11-03Fix UWP build.Fabio Alessandrelli
Add missing os_uwp.cpp include for VisualServerWrapMT. Add global env forced include to fix freetype in UWP.
2018-11-03Allow plugin scene change signal to report null for empty scenes.Jared
2018-11-02Merge pull request #23457 from marcelofg55/crashfix_vpRémi Verschelde
Fix possible crash with VideoPlayer _mix_audio function
2018-11-02Simple workaround to make one way moving platforms work, fixes #9399Juan Linietsky
2018-11-02-Fix problem in OWC logic closes #11357Juan Linietsky
-Fix problem with kinematic move and disabled shapes, in both 2D and 3D
2018-11-02Fix possible crash with VideoPlayer _mix_audio functionMarcelo Fernandez
2018-11-02Merge pull request #23061 from groud/remove_thumbnail_viewJuan Linietsky
Remove the thumnail-only view from the filesystem dock
2018-11-02No longer force mipmaps on import of VRAM textures, closes #10221Juan Linietsky
2018-11-02Merge pull request #22625 from allkhor/cleanup_history_from_remote_nodesJuan Linietsky
Cleanup the editor history from remote nodes after the scene stopped.
2018-11-02Merge pull request #23450 from aaronfranke/remove-dtollRémi Verschelde
Remove unused "dtoll" methods
2018-11-02Merge pull request #21897 from Calinou/3d-display-camera-coordinatesRémi Verschelde
Display camera coordinates in the 3D viewport's information pane
2018-11-02Merge pull request #23389 from marcelofg55/multiple_extRémi Verschelde
Export for OS X on OS X now lets you select .dmg or .zip
2018-11-02Merge pull request #23404 from YeldhamDev/gdscript_log_methodsRémi Verschelde
Add new "push_*()" functions to GDScript
2018-11-02Merge pull request #23443 from RandomShaper/fix-crash-broken-depsRémi Verschelde
Improve/fix resource broken dependencies management
2018-11-02Merge pull request #23431 from buresu/fix-keycodeRémi Verschelde
Fix keycode problem on OSX
2018-11-02Remove unused "dtoll" methodsAaron Franke
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-02Merge pull request #23436 from Toshiwoz/primitives_propertiesRémi Verschelde
fixed PrismMesh size property
2018-11-02Let TileSet editor sanitize out tiles with wrong texturesPedro J. Estébanez
2018-11-02Let user fix dependencies in resourcesPedro J. Estébanez
2018-11-01Merge pull request #22817 from DualMatrix/animation_groupJuan Linietsky
Made AnimationPlayer track groups update after changing path
2018-11-01Merge pull request #23311 from YeldhamDev/editor_capitalization_fixRémi Verschelde
Small capitalization fixes across the editor
2018-11-01Merge pull request #21962 from YeldhamDev/switch_hover_submenuJuan Linietsky
Fix MenuButton hover switching not happening with submenus open
2018-11-01Merge pull request #22311 from Xrayez/fix-22037Juan Linietsky
Fix blend tree editor updating invalid blend tree node graph
2018-11-01Merge pull request #23411 from RandomShaper/fix-same-layer-not-deterministicRémi Verschelde
Fix canvas stacking not deterministic on same layer
2018-11-01Fix init of VisualServerRasterRémi Verschelde
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-01Fix CSG shape generation with meshes without indices, fixes #23364Juan Linietsky
2018-11-01Merge pull request #23346 from santouits/you-shall-not-executeJuan Linietsky
Error running Expression.execute after parse error
2018-11-01Merge pull request #23313 from DavidSichma/viewport-reassignJuan Linietsky
Handling NodePaths in in-place Editor for Resources
2018-11-01Merge pull request #23169 from ibrahn/dynamic-fontlist-lifetimeJuan Linietsky
Moved dynamic font list from static to lifetime controlled by main.
2018-11-01Merge pull request #23125 from JFonS/fix_texture_get_dataJuan Linietsky
Implement rasterizer texture_get_data on OpenGL ES
2018-11-01Merge pull request #23159 from DavidSichma/string-escapeJuan Linietsky
Fix: String::format Variant to String conversion
2018-11-01Merge pull request #23434 from vnen/visual-thread-fixRémi Verschelde
Fix initialization of visual server in all platforms
2018-11-01Update 3D physics to match fix from #22933Juan Linietsky
2018-11-01Merge pull request #22933 from SeleckyErik/issue-9148Juan Linietsky
Fixed non-monitorable areas triggering overlap (reopened)
2018-11-01fixed issue with PrismMesh size, ignore for VS code .code-workspaceToshiwo
2018-11-01Fix initialization of visual server in all platformsGeorge Marques
Avoid leaking an extra instance when using threads. Also fix threaded loading issues on Android and iOS.