Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-09 | Drop deprecated compatibility methods from AnimatedSprite | Rémi Verschelde | |
They were deprecated in 2.1, but never properly identified as such and thus never removed. Fixes #21765. | |||
2018-09-05 | Merge pull request #21707 from JFonS/fix_instanced_selection | Rémi Verschelde | |
Fix selection of instanced scenes in 3D | |||
2018-09-05 | Merge pull request #21767 from volzhs/expand-collapse-all | Rémi Verschelde | |
Make expand/collapse all properties menu working | |||
2018-09-05 | Merge pull request #21766 from volzhs/bitmask-color | Rémi Verschelde | |
Make better look for bitmask | |||
2018-09-05 | Merge pull request #21774 from AndreaCatania/areaTri | Rémi Verschelde | |
Fixed bullet area vs Trimesh shape overlap | |||
2018-09-05 | Fixed bullet area vs Trimesh shape overlap | Andrea Catania | |
2018-09-05 | Make expand/collapse all properties menu working | volzhs | |
2018-09-05 | Make better look for bitmask | volzhs | |
2018-09-04 | Merge pull request #21754 from willnationsdev/fix-script-class-ns | Thomas Herzog | |
Fix invalid deref in NativeScript script classes | |||
2018-09-04 | Fix invalid deref in NativeScript script classes | Will Nations | |
2018-09-04 | Merge pull request #21747 from akien-mga/split-particlesmaterial | Rémi Verschelde | |
Move ParticlesMaterial code to its own resource file | |||
2018-09-04 | Style: Format generated shader code in ParticlesMaterial | Rémi Verschelde | |
2018-09-04 | Move ParticlesMaterial code to its own resource file | Rémi Verschelde | |
It's shared by both 2D and 3D particles (+ CPU ones), so it makes sense to have as a common resource. It also allowed to disable compilation of Particles (3D) when using 'disable_3d'. Also cleaned up includes in SpatialEditorGizmos and some other places, as well as dropped dead code in material_editor_plugin.cpp. | |||
2018-09-04 | Merge pull request #21741 from capnm/fix-custom-cursor-hotspot | Rémi Verschelde | |
Really fix the custom cursor hotspot | |||
2018-09-04 | Really fix the custom cursor hotspot | Martin Capitanio | |
Add check for negative values. Fixes #21721 | |||
2018-09-03 | Merge pull request #21727 from guilhermefelipecgs/fix_cursor_hotspot | Rémi Verschelde | |
Fix custom cursor hotspot | |||
2018-09-03 | Fix custom cursor hotspot | Guilherme Felipe | |
Cursor hotspot must be inside image on Linux. Adding validation for all platforms for consistency. | |||
2018-09-03 | Merge pull request #21723 from volzhs/gles2-splash-fullsize | Rémi Verschelde | |
Respect splash fullsize option on GLES2 | |||
2018-09-03 | Respect splash fullsize option on GLES2 | volzhs | |
2018-09-03 | Merge pull request #21714 from avencherus/multi-screen-center | Rémi Verschelde | |
Added multi-monitor support for center_window() | |||
2018-09-03 | Added multi-monitor support for center_window() | Jared | |
2018-09-02 | Fix selection of instanced scenes in 3D | JFonS | |
2018-09-02 | Change ResourceLoader::load to make it more thread safe. | Juan Linietsky | |
2018-09-02 | Merge pull request #21693 from akien-mga/phymat-no-override-if-unneeded | Rémi Verschelde | |
PhysicsBody: Don't create PhysicsMaterial override for default friction/bounce | |||
2018-09-02 | Merge pull request #21694 from guilhermefelipecgs/fix_invert_color | Rémi Verschelde | |
[Texture Import] Fix invert color | |||
2018-09-02 | [Texture Import] Fix invert color | Guilherme Felipe | |
2018-09-02 | PhysicsBody: Don't create PhysicsMaterial override for default friction/bounce | Rémi Verschelde | |
And don't save physics_material_override if null. | |||
2018-09-02 | Merge pull request #21687 from Calinou/fix-osx-project-manager-size | Rémi Verschelde | |
Fix the project manager window size on hiDPI displays on macOS | |||
2018-09-02 | Fix the project manager window size on hiDPI displays on macOS | Hugo Locurcio | |
This closes #21525. | |||
2018-09-01 | Merge pull request #21636 from akien-mga/docdata-variant | Rémi Verschelde | |
DocData: Fix return type listed as "var" instead of "Variant" | |||
2018-09-01 | Merge pull request #21670 from cbscribe/kcc_class_edits | Rémi Verschelde | |
[DOCS] Classref additions and corrections | |||
2018-09-01 | Merge pull request #21672 from YeldhamDev/gui_input_ev_rename | Rémi Verschelde | |
Change some instances of args named "ev" to "event" | |||
2018-09-01 | Change some instances of args named "ev" to "event" | Michael Alexsander Silva Dias | |
2018-09-01 | Merge pull request #21663 from Calinou/fix-editor-shortcut-defaults | Rémi Verschelde | |
Fix some editor shortcuts' default values not being set properly | |||
2018-09-01 | [DOCS] Classref additions and corrections | Chris Bradfield | |
2018-09-01 | Merge pull request #21657 from DualMatrix/array_dup | Rémi Verschelde | |
Fixed duplicating AnimationPlayers leaving empty tracks. | |||
2018-09-01 | Merge pull request #21652 from KellyThomas/classdb-signals | Rémi Verschelde | |
Improve ClassDB information for some some signal parameters | |||
2018-09-01 | Merge pull request #21658 from ibrahn/remove-unused-editor-genheaders | Rémi Verschelde | |
Removed some unneeded generated headers from the editor directory SCsub. | |||
2018-09-01 | Merge pull request #21632 from JFonS/fix_15166 | Rémi Verschelde | |
Fix handling of shader constants that caused crash, closes #15166 | |||
2018-09-01 | Fix some editor shortcuts' default values not being set properly | Hugo Locurcio | |
This also changes the uppercase/lowercase/capitalize shortcuts to Shift+F4, Shift+F5 and Shift+F6 respectively to avoid conflicts with the new Find Next shortcut. This closes #21612. | |||
2018-09-01 | Merge pull request #21656 from ibrahn/fixup-license-shortnames | Rémi Verschelde | |
Fixed up a couple of license names in COPYRIGHT.txt | |||
2018-09-01 | Removed some unneeded generated headers from the editor directory SCsub. | Ibrahn Sahir | |
These headers are currently built in (and included from) the core directory. Removing the editor directory versions to avoid confusion. | |||
2018-09-01 | Fixed duplicating AnimationPlayers leaving empty tracks. | DualMatrix | |
Fixed duplicating AnimationPlayers leaving empty tracks. I don't think duplicating arrays worked before. There was even this weird //does not make a long of sense but should work comment at the changed line. Fixes #21616 | |||
2018-09-01 | Fixed up a couple of license names in COPYRIGHT.txt | Ibrahn Sahir | |
A couple of entries were using SPDX name over the Debian standard ones. Switched these over and noted this policy at the top of the file to avoid confusion. | |||
2018-09-01 | Improve ClassDB information for some some signal parameters | Kelly Thomas | |
2018-09-01 | Merge pull request #21644 from elasota/fix-vs-res | Rémi Verschelde | |
Fix bad res file include in VS project | |||
2018-09-01 | Merge pull request #21641 from YeldhamDev/class_search_relation_lines | Rémi Verschelde | |
Make "Search Classes" dialog have relationship lines if the setting is enabled | |||
2018-09-01 | Fix bad res file include in VS project and simplify a bit | elasota | |
2018-08-31 | Make "Search Classes" dialog have relationship lines if the setting is enabled | Michael Alexsander Silva Dias | |
2018-08-31 | DocData: Fix return type listed as "var" instead of "Variant" | Rémi Verschelde | |