summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Expand)Author
2018-08-30RayCast2D: Fix reporting old collider after collision endedRémi Verschelde
2018-08-29Add missing copyright headersRémi Verschelde
2018-08-29Ported CPU particles to 2DJuan Linietsky
2018-08-29Physics: Properly obsolete friction and bounce propertiesRémi Verschelde
2018-08-29Unexpose TileMap set_celldMarcelo Fernandez
2018-08-29Merge pull request #21539 from yurchor/masterRémi Verschelde
2018-08-29Fix vformat(), minor typos and word puzzlesYuri Chornoivan
2018-08-29Fix operator precedence in PhysicsBody2D::set_weightRémi Verschelde
2018-08-27Merge pull request #21453 from BlackCatter/triplanar-detail-fixJuan Linietsky
2018-08-27Merge pull request #21405 from SneakyMax/fix-animation-condition-advancingJuan Linietsky
2018-08-27Revert "Fix some 3D texture issues"Juan Linietsky
2018-08-27Merge pull request #21481 from BastiaanOlij/bind_mesh_methodsRémi Verschelde
2018-08-27Bound get surface functions on meshBastiaan Olij
2018-08-27TileSet: Bind tile_set_shape_offset and getterRémi Verschelde
2018-08-27Merge pull request #21467 from elasota/fix-3d-texturesRémi Verschelde
2018-08-26Partial fixes for 3D texture issueselasota
2018-08-26Fix error using triplanar UV with detail mapBlack Cat!
2018-08-26Fixed task creation with void chain in SkeletonIKAndrea Catania
2018-08-25Fix advancing based on condition in AnimationNodeStateMachinePlaybackAndy Brenneke
2018-08-25Merge pull request #21231 from AlexHolly/filedialog-fix-multi-selectionRémi Verschelde
2018-08-25Merge pull request #21358 from MidZik/masterRémi Verschelde
2018-08-24Backward compatibility for autotile setup from Godot 3.0.XMariano Javier Suligoy
2018-08-24Merge pull request #21385 from groud/fix_itemlist_signalRémi Verschelde
2018-08-24Fix a mistake in itemlist multiselect signalgroud
2018-08-24Merge pull request #20586 from AlexHolly/text-edit-auto-completionRémi Verschelde
2018-08-24Merge pull request #21379 from volzhs/particle-matRémi Verschelde
2018-08-25Make ParticlesMaterial included with disable_3d=yes optionvolzhs
2018-08-24Particles: Allow speed_scale at 0 in property hint, equivalent to pauseRémi Verschelde
2018-08-24Merge pull request #21049 from AndreaCatania/jointsRémi Verschelde
2018-08-24Style: Fix previous commits from @reduzRémi Verschelde
2018-08-24Property clear caches in animationtree if animatioplayer is modified. Fixes #...Juan Linietsky
2018-08-24missed outline size in previous commitJuan Linietsky
2018-08-24Initalize font size to 16, closes #21165Juan Linietsky
2018-08-24Merge pull request #21110 from natrim/particles2d_editorRémi Verschelde
2018-08-24Merge pull request #21156 from MednauN/atlas-texture-fixRémi Verschelde
2018-08-24Avoid misuse of set_drag_preview() function where it shouldn't be. Closes #20100Juan Linietsky
2018-08-24Merge pull request #21356 from akien-mga/drop-shadergraphRémi Verschelde
2018-08-24Make some debug prints verbose-only, remove othersRémi Verschelde
2018-08-24Drop old ShaderGraph code, obsoleted by VisualShaderRémi Verschelde
2018-08-24Disable ability to copy or cut text from LineEdit if secret mode is enabled.MidZik
2018-08-23Added a function to cache texture opacity at a pixel, and modified editor to ...Juan Linietsky
2018-08-23Revert "Take CanvasLayer transform into account for 2D physics"Rémi Verschelde
2018-08-23-Fix blend tree rename, closes #20210Juan Linietsky
2018-08-23Merge pull request #21328 from marcelofg55/bind_clipcamRémi Verschelde
2018-08-23Merge pull request #21326 from volzhs/remove-print-ansm-playbackRémi Verschelde
2018-08-23Add missing BIND_ENUM_CONSTANT to ClippedCameraMarcelo Fernandez
2018-08-24Remove unnecessary print with AnimationNodeStateMachinePlaybackvolzhs
2018-08-23Switched AnimatedTexture to a readers-writers lock, solves a race condition a...Juan Linietsky
2018-08-23Fix transform not being applied properly after toggling remote node, fixes #1...Juan Linietsky
2018-08-23Fix properly keep scale in RemoteTransform2D, fixes #17692, closes #17690Juan Linietsky