| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-03-10 | Fix resetting of CPUParticles (2D and 3D) | JFonS | |
| 2019-03-09 | Merge pull request #26784 from humblers/fix-cpuparticles2d | Rémi Verschelde | |
| Prevent invisible/inactive cpupparticles2d to redraw | |||
| 2019-03-09 | Merge pull request #26818 from vnen/class_name-inheritance | Rémi Verschelde | |
| Allow class_name scripts to have nested inheritance | |||
| 2019-03-09 | Merge pull request #26807 from akien-mga/editor-hint-gles2-fallback | Rémi Verschelde | |
| Set editor hint early for Project Manager and Editor | |||
| 2019-03-09 | Allow class_name scripts to have nested inheritance | George Marques | |
| 2019-03-09 | Prevent invisible/inactive cpuparticles to redraw(3d) | Daeil Kim | |
| 2019-03-09 | Set editor hint early for Project Manager and Editor | Rémi Verschelde | |
| We need it in setup() already before initializing the renderer, as it's used to force fallback to GLES2 if GLES3 fails. Fixes #26806. | |||
| 2019-03-08 | Merge pull request #26738 from samH-FIT/MeshColor | Rémi Verschelde | |
| Fixed MeshInstance2d copying Line2d's default color | |||
| 2019-03-08 | Added default color to mesh render | samHFIT | |
| 2019-03-08 | Merge pull request #26756 from marcelofg55/android_rec_perm | Rémi Verschelde | |
| Request Android record permission when needed | |||
| 2019-03-08 | Fix crash in texture previeer, closes #26749, probably others | Juan Linietsky | |
| 2019-03-08 | Request Android record permission when needed | DESKTOP-3H3MR3A\eloisa | |
| 2019-03-08 | Merge pull request #26791 from Calinou/fix-typo-gdscript-warning | Rémi Verschelde | |
| Fix typo in GDScript narrowing conversion warning message | |||
| 2019-03-08 | Fix typo in GDScript narrowing conversion warning message | Hugo Locurcio | |
| This closes #26790. | |||
| 2019-03-08 | Merge pull request #26781 from YeldhamDev/editfilediag_favdir_fix | Rémi Verschelde | |
| Fix "Favorite" button not being toggled when navigating to a faved folder manually | |||
| 2019-03-08 | Merge pull request #26767 from qarmin/fix_text_entered_error | Rémi Verschelde | |
| Fix error when trying to enter to folder/node directly via address bar | |||
| 2019-03-08 | Prevent invisible/inactive cpupparticles2d to redraw | Daeil Kim | |
| 2019-03-08 | Merge pull request #26746 from shartte/godot-trace-listener | Ignacio Roldán Etcheverry | |
| Add a custom TraceListener on Startup for Mono | |||
| 2019-03-08 | Fix error when trying to enter to folder/node directly via address bar | qarmin | |
| 2019-03-07 | Fix "Favorite" button not being toggled when navigating to a faved folder ↵ | Michael Alexsander Silva Dias | |
| manually | |||
| 2019-03-08 | Merge pull request #26776 from neikeq/issue-26616 | Ignacio Roldán Etcheverry | |
| Fix CSharpInstance::set not working with base classes | |||
| 2019-03-08 | Fix CSharpInstance::set not working with base classes | Ignacio Etcheverry | |
| 2019-03-07 | Merge pull request #26745 from akien-mga/android-modules-def | Rémi Verschelde | |
| Define android/modules globally so it appears in Project Settings | |||
| 2019-03-07 | Merge pull request #26773 from neikeq/issue-26628 | Rémi Verschelde | |
| Mono: Fix crash with exported field of custom Reference derived type | |||
| 2019-03-07 | Fix -Wc++11-extensions warning after #26737 | Rémi Verschelde | |
| Fixes #26769. | |||
| 2019-03-07 | Merge pull request #26762 from groud/fix_odd_texture_size_gizmo | Rémi Verschelde | |
| Fixes bad gizmo alignment for textures with odd size | |||
| 2019-03-07 | Mono: Fix crash with exported field of custom Reference derived type | Ignacio Etcheverry | |
| 2019-03-07 | Merge pull request #26770 from neikeq/issue-26675 | Ignacio Etcheverry | |
| Mono: Partially implement some Godot debug api functions | |||
| 2019-03-07 | Merge pull request #26761 from Chaosus/fix_mono_wrap | Ignacio Etcheverry | |
| Fix division by zero at wrap functions in mono | |||
| 2019-03-07 | Fixes bad gizmo alignment for textures with odd size | Gilles Roudière | |
| 2019-03-07 | Mono: Partially implement some Godot debug api functions | Ignacio Etcheverry | |
| Debug breaks sent with debug_break and debug_break_parse should display correctly in the Godot debugger now. | |||
| 2019-03-07 | Added a Godot TraceListener, which is automatically installed on startup. ↵ | Sebastian Hartte | |
| Fixes that Debug/Trace Assertions are simply swallowed by Godot. | |||
| 2019-03-07 | Fix division by zero at wrap functions in mono | Chaosus | |
| 2019-03-07 | Merge pull request #26765 from neikeq/issue-25959 | Ignacio Etcheverry | |
| Mono: Fix crash when re-using script binding after domain reloading | |||
| 2019-03-07 | Merge pull request #26755 from shartte/fix-exported-props-for-tool-scripts | Ignacio Etcheverry | |
| Update exported variables for Mono tool scripts | |||
| 2019-03-07 | Mono: Fix crash when re-using script binding after domain reloading | Ignacio Etcheverry | |
| 2019-03-07 | Update scripts exports even when normal script instances are created to ↵ | Sebastian Hartte | |
| better support tool scripts with exported variables. | |||
| 2019-03-07 | Do not annoy unrelated textures with texture editor. | Juan Linietsky | |
| 2019-03-07 | Merge pull request #26758 from qarmin/fix_error_dragging_empty_script_editor | Rémi Verschelde | |
| Fix error when dragging empty script list in Script Editor | |||
| 2019-03-07 | Force inspector to clean up on delete, fixes crash. | Juan Linietsky | |
| 2019-03-07 | Ensure ETC2 textures are ALSO compressed to Po2 when have mipmaps. Fixes #26733 | Juan Linietsky | |
| 2019-03-07 | Fix error when dragging empty script list in Script Editor | qarmin | |
| 2019-03-07 | Merge pull request #21534 from volzhs/fix-scrollcontainer-size | Rémi Verschelde | |
| Precise size calculation of ScrollContainer | |||
| 2019-03-07 | No longer crash due to wrongly requesting a gizmo, fixes #26735 | Juan Linietsky | |
| 2019-03-07 | Define android/modules globally so it appears in Project Settings | Rémi Verschelde | |
| Until now people had to add it manually to project.godot to load custom modules. | |||
| 2019-03-07 | Merge pull request #26696 from TweaklabOrg/master | Rémi Verschelde | |
| OS X: update mouse position on mouse down | |||
| 2019-03-07 | Merge pull request #26737 from MidZik/rng-seed-fix | Rémi Verschelde | |
| Fixed get_seed() not returning the correct seed. | |||
| 2019-03-07 | doc: Sync classref with current source | Rémi Verschelde | |
| 2019-03-07 | osx: update mouse position on mouse press | Philip Whitfield | |
| 2019-03-07 | Fixed get_seed() not returning the correct seed. | MidZik | |