Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! We're starting a new decade with a well-established, non-profit, free and open source game engine, and tons of further improvements in the pipeline from hundreds of contributors. Godot will keep getting better, and we're looking forward to all the games that the community will keep developing and releasing with it. | |||
2019-12-28 | Revert "Merge pull request #34315 from ↵ | Michael Alexsander | |
YeldhamDev/editor_theme_optionbutton_arrow" This reverts commit 0da0eec6cc42066626f867079700c10737092217, reversing changes made to ec97535ea34456607c0c53607d41e34f272890ec. | |||
2019-12-22 | Merge pull request #34488 from nekomatata/style_box_flat_aa | Rémi Verschelde | |
Fixed StyleBoxFlat border size with aa on | |||
2019-12-20 | Fixed StyleBoxFlat border size with aa on | PouleyKetchoupp | |
The different Rect used to draw rings were wrongly calculated when anti-aliasing was enabled. Also getting rid of some overlapping glitches when using transparent colors for the filling or borders. Fixes #34104 | |||
2019-12-20 | Encodes property names properly in project.godot | Haoyu Qiu | |
2019-12-15 | Merge pull request #34356 from Calinou/styleboxflat-lower-max-corner-detail | Rémi Verschelde | |
Lower the maximum StyleBoxFlat corner detail to 20 | |||
2019-12-14 | Lower the maximum StyleBoxFlat corner detail to 20 | Hugo Locurcio | |
This value should be sufficient even for very large corner radii. This closes #34354. | |||
2019-12-13 | Remove unused theme elements in H/VSlider | Michael Alexsander | |
2019-12-13 | Merge pull request #34189 from aaronfranke/mesh-aabb | Rémi Verschelde | |
Expose Mesh get_aabb | |||
2019-12-12 | Added missed enum constant VisualShaderNodeTexture::SOURCE_PORT | Yuri Roubinsky | |
2019-12-11 | Expose Mesh get_aabb | Aaron Franke | |
2019-12-11 | Merge pull request #34259 from timothyqiu/validate-texture-32982 | Rémi Verschelde | |
Fixes crash after set_piece_texture with invalid texture | |||
2019-12-11 | Merge pull request #34241 from timothyqiu/sync-fallbacks-size-32701 | Rémi Verschelde | |
Fixes crash when using DynamicFont::set_font_data | |||
2019-12-11 | Merge pull request #34240 from timothyqiu/invalid-shader-io-29985 | Rémi Verschelde | |
Fixes crash when shader inputs/outputs is invalid string | |||
2019-12-11 | Validates texture in set_piece_texture | Haoyu Qiu | |
2019-12-10 | Fixes crash when using DynamicFont::set_font_data | Haoyu Qiu | |
2019-12-10 | Fixes crash when shader inputs/outputs is invalid string | Haoyu Qiu | |
2019-12-10 | Fixes crash when using Theme::clear | Haoyu Qiu | |
2019-12-10 | Merge pull request #34040 from qarmin/unused_variable_more_precise_numbers | Rémi Verschelde | |
Removed unused variables, add some constants numbers | |||
2019-12-10 | Removed unused variables, add some constants numbers | Rafał Mikrut | |
2019-12-05 | Don't store index of root nodes | Tomasz Chabora | |
2019-11-26 | Only display Environment sky rotation in degrees in the Inspector | Hugo Locurcio | |
This makes it consistent with Spatial. | |||
2019-11-25 | Fix bug where specularmode disabled is not cached | clayjohn | |
2019-11-24 | StyleBox preview adjusted to fit all drawn content | PouleyKetchoupp | |
This change allows StyleBox preview to take shadows and content margins into account to display how a whole panel would be rendered. The preview control clips contents so that in any case it doesn't bleed on controls around. Fixes #33801 | |||
2019-11-20 | Fix some overflows and unitialized variables | Rafał Mikrut | |
2019-11-17 | Merge pull request #33683 from clayjohn/material-texture-bug | Rémi Verschelde | |
Properly update texture when roughness/metallic set | |||
2019-11-17 | Properly update texture when roughness/metallic set | clayjohn | |
2019-11-17 | StyleBoxFlat doesn't draw content when width or height is zero | PouleyKetchoupp | |
Causes unnecessary computations and drawing, and a division by zero when calculating uv coordinates. This case happened with ScriptEditor's member overview (ItemList), initialized with a minimum width of 0. Fixes #33634 | |||
2019-11-10 | Merge pull request #33516 from qarmin/small_fixes | Rémi Verschelde | |
Memory leaks and crash fixes | |||
2019-11-10 | Merge pull request #33452 from Chaosus/fix_tilemap | Rémi Verschelde | |
Fix incorrect offset for old-format tilemaps | |||
2019-11-10 | Memory leak and crash fixes | Rafał Mikrut | |
2019-11-09 | Merge pull request #33465 from rxlecky/list-theme-resources-fix | Rémi Verschelde | |
Fix functions listing all theme resources | |||
2019-11-09 | Fix functions listing all theme resources | rxlecky | |
Fix functions get_<resource>_list in Theme currently returning vector of double-the-necessary size with the first half completely empty. | |||
2019-11-09 | Merge pull request #33431 from Kaonnull/bugParticles2D_2 | Rémi Verschelde | |
Fixed the particles2D prematurely animation ending | |||
2019-11-08 | Fixed prematurely ending animation of particles. | Simon Hardt | |
2019-11-08 | Fix incorrect offset for old-format tilemaps | Yuri Roubinsky | |
2019-11-07 | Merge pull request #32477 from aaronfranke/equal-approx-separate | Rémi Verschelde | |
Make is_equal_approx separate and make == exact again | |||
2019-11-04 | Fix invalid casting on visual shader sampler | Yuri Roubinsky | |
2019-11-03 | Added sampler inputs for visual shaders | Yuri Roubinsky | |
2019-11-03 | Merge pull request #33277 from clayjohn/update_material | Rémi Verschelde | |
Force update SpatialMaterial when texture set and always use ALBEDO | |||
2019-11-02 | Force update SpatialMaterial when texture set and always use ALBEDO | clayjohn | |
2019-11-01 | Fix some crashes, overflows and using variables without values | Rafał Mikrut | |
2019-10-29 | Removes translations from generated visual shader code | Yuri Roubinsky | |
2019-10-28 | Merge pull request #33120 from YeldhamDev/popup_dialog_panel_style | Rémi Verschelde | |
Add "panel" style to PopupDialog | |||
2019-10-28 | Merge pull request #33104 from qarmin/fix_some_crashes | Rémi Verschelde | |
Fix some crashes and using null pointers | |||
2019-10-28 | Fix some crashes and using null pointers | Rafał Mikrut | |
2019-10-27 | Fixed using compressed textures and add work around for firefox webgl mesa ↵ | clayjohn | |
sampler limit | |||
2019-10-27 | Add "panel" style to PopupDialog | Michael Alexsander | |
2019-10-25 | Fix the default TextEdit background color | Hugo Locurcio | |
This closes #32724. | |||
2019-10-24 | Refactor VideoPlayer and VideoStream | SeleckyErik | |
VideoStream: - Fix const correctenss VideoPlayer: - Remove unused member variable last_frame - Move _mix_audios function definition to source file - Fix function parameter naming to match p_ convention - Fix const correctness - Add null checking |