Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-19 | i18n: Sync translation template with current source | Rémi Verschelde | |
Fix a few typos in new strings. | |||
2019-07-19 | Merge pull request #30683 from bojidar-bg/30671-triplanar-binormal | Rémi Verschelde | |
Fix binormal sign when using triplanar mapping | |||
2019-07-18 | Fix binormal sign when using triplanar mapping | Bojidar Marinov | |
Fixes #30671 | |||
2019-07-16 | Fix invalid write in AudioStreamSample::save_to_wav | Bojidar Marinov | |
Fixes #29955 | |||
2019-07-15 | Merge pull request #30590 from clayjohn/particle_life | Rémi Verschelde | |
Added individual particle random lifetime | |||
2019-07-14 | added individual particle random lifetime | clayjohn | |
2019-07-15 | Merge pull request #30532 from Chaosus/vs_triplanar | Rémi Verschelde | |
Added triplanar uniform texture node to visual shaders | |||
2019-07-12 | Merge pull request #30466 from Chaosus/vs_boolean_funcs | Rémi Verschelde | |
Added "Is" and "Compare" functions to visual shaders | |||
2019-07-12 | Added "Is" and "Compare" functions to visual shaders | Chaosus | |
2019-07-12 | Added triplanar uniform texture node to visual shaders | Chaosus | |
2019-07-10 | Merge pull request #30455 from qarmin/const_reference | Rémi Verschelde | |
Pass by reference to const | |||
2019-07-10 | Use reference to constant in functions | qarmin | |
2019-07-08 | Use base `Color()` constructors instead of `Color::html()` | Hugo Locurcio | |
This results in slightly smaller binaries (-17 KB for an editor binary) as no strings need to be allocated. | |||
2019-07-08 | Merge pull request #30407 from qarmin/small_fixess | Rémi Verschelde | |
Fixes minor issues found by static analyzer | |||
2019-07-07 | Fixes minor issues found by static analyzer | qarmin | |
2019-07-07 | Removed a pair of empty braces | unknown | |
2019-07-07 | Merge pull request #30357 from simonpuchert/spheres | Rémi Verschelde | |
Particles / CPUParticles: Return uniform density spheres. | |||
2019-07-06 | Merge pull request #30337 from Chaosus/vs_depth_texture | Rémi Verschelde | |
Added DEPTH_TEXTURE to visual shaders | |||
2019-07-06 | particles: Return uniform density spheres. | Simon Puchert | |
This matches the previous change for cpu_particles. | |||
2019-07-06 | Added release function to PoolVector::Access. | Ibrahn Sahir | |
For clarity, assign-to-release idiom for PoolVector::Read/Write replaced with a function call. Existing uses replaced (or removed if already handled by scope) | |||
2019-07-05 | Added DEPTH_TEXTURE to visual shaders | Chaosus | |
2019-07-04 | Merge pull request #30300 from Calinou/remove-unused-default-theme-icons | Rémi Verschelde | |
Remove unused icons in the default theme | |||
2019-07-03 | Remove unused icons in the default theme | Hugo Locurcio | |
2019-07-03 | Fix crash with TileSet(again) | qarmin | |
2019-07-02 | Merge pull request #26613 from KoBeWi/direction_of_particles | Rémi Verschelde | |
Add a Direction property to ParticlesMaterial | |||
2019-07-01 | Merge pull request #29980 from Dentrax/directed-by-qarmin | Rémi Verschelde | |
Fix some editor crashes | |||
2019-07-01 | fix some crashes | Furkan Türkal | |
2019-06-29 | Merge pull request #30177 from hbina/use_FALLTHROUGH_macro | Rémi Verschelde | |
Applied some of FALLTHROUGH macro usage from #30122 | |||
2019-06-29 | Many fallthrough switch cases now have the FALLTHROUGH macro to tell the ↵ | hbina085 | |
compiler that this is intended. | |||
2019-06-29 | Merge pull request #29380 from bojidar-bg/16086-docs-default-value | Rémi Verschelde | |
Add default values to the editor help, docs, and generated RST | |||
2019-06-27 | Add default values to the editor help, docs, and generated RST | Bojidar Marinov | |
Also, make spacing of "=" in the editor help a bit more consistent. Closes #16086 | |||
2019-06-27 | Merge pull request #30114 from Chaosus/vs_context_menu | Rémi Verschelde | |
Shows menu when dragging connection on empty space in visual shader | |||
2019-06-27 | Shows menu when dragging connection on empty space in visual shader graph | Chaosus | |
2019-06-27 | Merge pull request #29941 from qarmin/redundant_code_and_others | Rémi Verschelde | |
Remove redundant code, possible NULL pointers and others | |||
2019-06-26 | Add a Direction property to ParticlesMaterial | Tomasz Chabora | |
2019-06-26 | Some code changed with Clang-Tidy | qarmin | |
2019-06-25 | Merge pull request #30002 from GlaceGwyneth/master | Rémi Verschelde | |
Give LineEdit/TextEdit a custom color for font while uneditable | |||
2019-06-24 | Give TextEdit a custom color for font when read only is set | Gwyneth Lowe | |
Previously there was some transparency hard coded into TextEdit when in read only mode. This change adds a custom color for adjusting the font in read only mode. It also applies when syntax highlighting is on. | |||
2019-06-24 | Give LineEdit a custom font color when un-editable | Gwyneth Lowe | |
By default the LineEdit's text when editable is unchecked had some transparency hardcoded. This change adds a custom color to LineEdit for adjusting the font when editable is off. Addresses issue 29814 | |||
2019-06-24 | Merge pull request #30031 from qarmin/prevent_setting_bad_index_enums | Rémi Verschelde | |
Set to enum variables, only correct values | |||
2019-06-24 | Set to enum variables, only correct values | qarmin | |
2019-06-23 | Merge pull request #29987 from Chaosus/fix_crashes | Rémi Verschelde | |
Fix expression node crashes | |||
2019-06-23 | TileSet: Don't error out on tile_ getters with wrong shape id | Rémi Verschelde | |
Partial revert of 02319dceb2e17184eb765c67719a306f56dafc1b, previous code handled this cases without errors and the TileSet and TileSetEditorPlugin are written with the expectation that those will not error out. This is a bit wonky and these classes should likely be refactored, but until then it's best to keep things as they were. Fixes #29962. | |||
2019-06-22 | Fix expression node crashes | Chaosus | |
2019-06-21 | Curve: Prevent forcing 1.0 min value to 0.99 | Rémi Verschelde | |
The setters are called when the property is first initialized, and before that its default min and max are 0.0 and 1.0 respectively. If you configured min_value to 1.0 and max_value to e.g. 3.0, since the min_value setter can be called before that of max_value (which thus still defaults to 1.0), the min will be set to 0.99. Same conflict could happen with a configured max_value of 0 if its setter is called before that of a valid, negative min value. | |||
2019-06-21 | Particles: Properly initialize angular velocity parameter | Rémi Verschelde | |
Right now it would take garbage values when loading scenes, which could end up written to the scene file. | |||
2019-06-21 | Fix some editor crashes | qarmin | |
2019-06-20 | Merge pull request #29283 from qarmin/fix_some_always_same_values | Rémi Verschelde | |
Remove always true/false values | |||
2019-06-20 | Fix always true/false values | qarmin | |
2019-06-20 | Merge pull request #26205 from Calinou/spatialmaterial-use-packed-channels | Rémi Verschelde | |
Tweak SpatialMaterial's default metallic and roughness texture channels |