Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-25 | Merge pull request #30351 from bojidar-bg/30288-override-global-theme | Rémi Verschelde | |
Keep track of default theme and project custom default theme seperatelly | |||
2019-07-24 | added pointMesh primitive | clayjohn | |
2019-07-23 | Merge pull request #30716 from qarmin/fixed_static_analiser_code | Rémi Verschelde | |
Fix some code found by Coverity Scan and PVS Studio | |||
2019-07-23 | Fix some code found by Coverity Scan and PVS Studio | qarmin | |
2019-07-22 | Make `make_header.py` functional when run from any location | Hugo Locurcio | |
This removes the need to `cd` to `scene/resources/default_theme/` to get the expected result. | |||
2019-07-22 | Revert "Tweak SpatialMaterial's default metallic and roughness texture channels" | Rémi Verschelde | |
2019-07-20 | Merge pull request #30576 from qarmin/lgtm_coverage | Rémi Verschelde | |
Changed some code reported by LGTM and Coverity | |||
2019-07-20 | Changed some code showed in LGTM and Coverage | qarmin | |
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 | Keep track of default theme and project custom default theme seperatelly | Bojidar Marinov | |
Fixes #30288 | |||
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 | |