Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-07 | Tweak the Light instantiation error message and fix a typo | Hugo Locurcio | |
2018-09-07 | Ensure that tree_exited signal really happens after tree exited, fixes #19641 | Juan Linietsky | |
2018-09-07 | Many fixes to gradient editor, which was pretty broken. Closes #19308 | Juan Linietsky | |
2018-09-06 | Add a function to force transform update, fixes #17628 | Juan Linietsky | |
2018-09-06 | Update FOV if edited in gizmo, fixes #16400 | Juan Linietsky | |
2018-09-06 | Show a warning if you try to grab focus when not allowed, closes #15388 | Juan Linietsky | |
2018-09-06 | Only allow StreamTexture, ImageTexture in Light2D, closes #15194 | Juan Linietsky | |
2018-09-05 | Fixes to multimesh, added custom data and checks to avoid reconfiguring if ↵ | Juan Linietsky | |
instance count > 0. Fixes #12595 | |||
2018-09-05 | Merge pull request #21707 from JFonS/fix_instanced_selection | Rémi Verschelde | |
Fix selection of instanced scenes in 3D | |||
2018-09-04 | Style: Format generated shader code in ParticlesMaterial | Rémi Verschelde | |
2018-09-04 | Move ParticlesMaterial code to its own resource file | Rémi Verschelde | |
It's shared by both 2D and 3D particles (+ CPU ones), so it makes sense to have as a common resource. It also allowed to disable compilation of Particles (3D) when using 'disable_3d'. Also cleaned up includes in SpatialEditorGizmos and some other places, as well as dropped dead code in material_editor_plugin.cpp. | |||
2018-09-02 | Fix selection of instanced scenes in 3D | JFonS | |
2018-09-02 | PhysicsBody: Don't create PhysicsMaterial override for default friction/bounce | Rémi Verschelde | |
And don't save physics_material_override if null. | |||
2018-09-01 | Change some instances of args named "ev" to "event" | Michael Alexsander Silva Dias | |
2018-09-01 | Improve ClassDB information for some some signal parameters | Kelly Thomas | |
2018-08-31 | Make "Search Classes" dialog have relationship lines if the setting is enabled | Michael Alexsander Silva Dias | |
2018-08-30 | Tileset: Bind autotile_set_size()/get_size(). | Ranoller | |
Since this class is editor-oriented, this set_get is necessary to full implement tool, importer, etc... for tiles. (No other way to know a real tile size in autotile mode) | |||
2018-08-30 | RayCast2D: Fix reporting old collider after collision ended | Rémi Verschelde | |
It now behaves the same as RayCast (3D). Fixed documentation accordingly and documented new configuration options. Supersedes and closes #20567. | |||
2018-08-29 | Add missing copyright headers | Rémi Verschelde | |
2018-08-29 | Ported CPU particles to 2D | Juan Linietsky | |
2018-08-29 | Physics: Properly obsolete friction and bounce properties | Rémi Verschelde | |
Without this change any new PhysicsBody would show deprecation warnings due to default values for friction and bounce being defined. It also enforced a physics material override even when using default values. | |||
2018-08-29 | Unexpose TileMap set_celld | Marcelo Fernandez | |
2018-08-29 | Merge pull request #21539 from yurchor/master | Rémi Verschelde | |
Fix minor typos and word puzzles | |||
2018-08-29 | Fix vformat(), minor typos and word puzzles | Yuri Chornoivan | |
2018-08-29 | Fix operator precedence in PhysicsBody2D::set_weight | Rémi Verschelde | |
Fixes #16038. | |||
2018-08-27 | Merge pull request #21453 from BlackCatter/triplanar-detail-fix | Juan Linietsky | |
Fix error using triplanar UV with detail map | |||
2018-08-27 | Merge pull request #21405 from SneakyMax/fix-animation-condition-advancing | Juan Linietsky | |
Fix advancing based on condition in AnimationNodeStateMachinePlayback | |||
2018-08-27 | Revert "Fix some 3D texture issues" | Juan Linietsky | |
2018-08-27 | Merge pull request #21481 from BastiaanOlij/bind_mesh_methods | Rémi Verschelde | |
Bound get surface functions on mesh | |||
2018-08-27 | Bound get surface functions on mesh | Bastiaan Olij | |
2018-08-27 | TileSet: Bind tile_set_shape_offset and getter | Rémi Verschelde | |
Fixes #21476. | |||
2018-08-27 | Merge pull request #21467 from elasota/fix-3d-textures | Rémi Verschelde | |
Fix some 3D texture issues | |||
2018-08-26 | Partial fixes for 3D texture issues | elasota | |
2018-08-26 | Fix error using triplanar UV with detail map | Black Cat! | |
Fixes #18550 | |||
2018-08-26 | Fixed task creation with void chain in SkeletonIK | Andrea Catania | |
2018-08-25 | Fix advancing based on condition in AnimationNodeStateMachinePlayback | Andy Brenneke | |
2018-08-25 | Merge pull request #21231 from AlexHolly/filedialog-fix-multi-selection | Rémi Verschelde | |
Check all selected items on OPEN_MANY/OPEN_FILES in FileDialog, also … | |||
2018-08-25 | Merge pull request #21358 from MidZik/master | Rémi Verschelde | |
Disable ability to copy or cut text from LineEdit if secret mode is enabled. | |||
2018-08-24 | Backward compatibility for autotile setup from Godot 3.0.X | Mariano Javier Suligoy | |
Fixes #20746 | |||
2018-08-24 | Merge pull request #21385 from groud/fix_itemlist_signal | Rémi Verschelde | |
Fix a mistake in itemlist multi_select signal | |||
2018-08-24 | Fix a mistake in itemlist multiselect signal | groud | |
2018-08-24 | Merge pull request #20586 from AlexHolly/text-edit-auto-completion | Rémi Verschelde | |
text_edit auto_completion | |||
2018-08-24 | Merge pull request #21379 from volzhs/particle-mat | Rémi Verschelde | |
Make ParticlesMaterial included with disable_3d=yes option | |||
2018-08-25 | Make ParticlesMaterial included with disable_3d=yes option | volzhs | |
2018-08-24 | Particles: Allow speed_scale at 0 in property hint, equivalent to pause | Rémi Verschelde | |
Supersedes and closes #21193. | |||
2018-08-24 | Merge pull request #21049 from AndreaCatania/joints | Rémi Verschelde | |
Improved 6DOF joint implementation | |||
2018-08-24 | Style: Fix previous commits from @reduz | Rémi Verschelde | |
2018-08-24 | Property clear caches in animationtree if animatioplayer is modified. Fixes ↵ | Juan Linietsky | |
#19876 | |||
2018-08-24 | missed outline size in previous commit | Juan Linietsky | |
2018-08-24 | Initalize font size to 16, closes #21165 | Juan Linietsky | |