Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-09 | Merge pull request #30438 from Calinou/use-color-constructors | Rémi Verschelde | |
Use base `Color()` constructors instead of `Color::html()` | |||
2019-07-09 | Merge pull request #30404 from Calinou/add-spotlight-configuration-warning | Rémi Verschelde | |
Add a configuration warning when using ultrawide SpotLight with shadows | |||
2019-07-09 | Add a configuration warning when using ultrawide SpotLight with shadows | Hugo Locurcio | |
This partially addresses #12028. | |||
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 #30361 from LikeLakers2/camera2d-offset-ignores-limit | Rémi Verschelde | |
Camera2D's offset now ignores the limit property | |||
2019-07-08 | Fix some issue with TileMap's and other nodes' boundaries | Bojidar Marinov | |
Fixes #30348 Addresses a small part of #30012 | |||
2019-07-08 | Merge pull request #30408 from Meriipu/tree_buttondisable | Rémi Verschelde | |
TreeItem: Added a setter for the disabled-property of buttons | |||
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 | TreeItem: Added a setter for the disabled-property of buttons | Meriipu | |
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 #30363 from YeldhamDev/viewport_size_stretch_property | Rémi Verschelde | |
Make 'size_override_stretch' a property in 'Viewport' | |||
2019-07-06 | Merge pull request #30371 from creikey/fix-30366 | Rémi Verschelde | |
Give up finding item if started at beginning | |||
2019-07-06 | Merge pull request #30379 from bojidar-bg/30368-editor-stay-dimmed | Rémi Verschelde | |
Fix editor remaining dimmed after certain actions | |||
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 | Fix editor remaining dimmed after certain actions | Bojidar Marinov | |
Fixes #30368 | |||
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 | Give up finding item if started at beginning | Cameron Reikes | |
When the current item is -1, then the loop will infinitely repeat, constantly setting i to zero and never exiting. | |||
2019-07-06 | Fix light area position in the selected completion | geequlim | |
2019-07-05 | Make 'size_override_stretch' a property in 'Viewport' | Michael Alexsander Silva Dias | |
2019-07-05 | Camera2D's offset now ignores the limit property | LikeLakers2 | |
2019-07-06 | cpu_particles: Return uniform density spheres. | Simon Puchert | |
The current implementation normalizes points from a uniform distribution on a cube. This creates a non-uniform distribution on the sphere. | |||
2019-07-05 | Added DEPTH_TEXTURE to visual shaders | Chaosus | |
2019-07-05 | Show icons for code completion options | Geequlim | |
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-03 | Merge pull request #29988 from NathanWarden/lightmap_hint_size | Rémi Verschelde | |
Added a fallback size to the lightmap baker in case mesh lightmap hint sizes are 0,0 | |||
2019-07-02 | Updated lightmap baker to dynamically calculate lightmap sizes based on ↵ | Nathan Warden | |
surface area. | |||
2019-07-02 | Merge pull request #30231 from Ranoller/master | Rémi Verschelde | |
Tilemap fix displaced textures and shapes and added center texture and compatibility mode | |||
2019-07-02 | Tilemap fix displaced textures and shapes and added center texture and ↵ | Ranoller | |
compatibility mode This commit fix #22989 #15249 #28206. Main problem is that tilemap displace textures in different tile origins in a strange way and doesn´t respect coincidence between texture and shapes in not uniform tiles. This issue is present in godot 3.0 and godot 3.1. To maintain compatibility are added a compatibility mode and a center texture option. Other related issues and pull request: #28896 #29487 #29519 #29961. Idications of #30204 are added | |||
2019-07-02 | Fix various memory leaks and errors | Bojidar Marinov | |
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 | Merge pull request #30126 from qarmin/remove_unnecessary_code | Rémi Verschelde | |
Remove unnecessary code and add some error explanations | |||
2019-07-01 | Merge pull request #29572 from qarmin/fix_text_edit_select | Rémi Verschelde | |
Fix TextEdit Select crash | |||
2019-07-01 | fix some crashes | Furkan Türkal | |
2019-07-01 | Remove unnecessary code and add some error explanations | qarmin | |
2019-07-01 | Merge pull request #30218 from Faless/fix/http_request | Rémi Verschelde | |
Fix HTTPRequest status checks. | |||
2019-07-01 | Merge pull request #28565 from CedNaru/CurvedWidthLine2D | Rémi Verschelde | |
Added a Width Curve to Line2D + UVs fix | |||
2019-07-01 | Merge pull request #30146 from Chaosus/editor_file_dlg_ex | Rémi Verschelde | |
Auto-change file extension in EditorFileDialog when filter changes | |||
2019-07-01 | Fix HTTPRequest status checks. | Fabio Alessandrelli | |
HTTPRequest used to have its own `status` variable but it would never be updated since the status of the client would be used instead. This caused potential crashes in some edge cases. The `status` variable is now removed, and the client status is used in checks instead. | |||
2019-07-01 | Merge pull request #30161 from Calinou/add-tooltip-mouse-filter-warning | Rémi Verschelde | |
Add a configuration warning when using Ignore mouse filter with tooltip | |||
2019-06-30 | Draw the script editor's line length guideline below characters | Hugo Locurcio | |
This prevents characters from looking strange if they cross the line length guideline. | |||
2019-06-30 | Add a configuration warning when using Ignore mouse filter with tooltip | Hugo Locurcio | |
This closes #30144. | |||
2019-06-30 | Fix uninitialized variables in Line2D, JSONParseResult and TileMap | Rémi Verschelde | |
2019-06-30 | CPUParticles2D: Fix gravity to be the same as in Particles2D and Area2D | Rémi Verschelde | |
This was likely a typo, 10 times the standard gravity is 98.0665 (ca. 98), not 98.8. | |||
2019-06-30 | Merge pull request #30062 from zaksnet/fix-referencerect-node | Rémi Verschelde | |
Adds ReferenceRect an option to be visible inside the game |