Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-02 | Merge pull request #24117 from Paulb23/txt_file_last_modified_time | Rémi Verschelde | |
Fix text files constantly asking for reload as no last modified time | |||
2018-12-02 | Merge pull request #23899 from BastiaanOlij/fix_particle_active | Rémi Verschelde | |
Remapped ACTIVE to shader_active, now works | |||
2018-12-02 | Merge pull request #24106 from groud/fix_split_container | Rémi Verschelde | |
Fixes collapsed SplitContainers | |||
2018-12-02 | Merge pull request #24105 from BastiaanOlij/cleanup_old_android_native | Rémi Verschelde | |
Remove obsolete ANDROID_NATIVE_ACTIVITY | |||
2018-12-02 | Merge pull request #24089 from clayjohn/gles2_camera_matrix_bug | Rémi Verschelde | |
Fixed gles2 camera_matrix bug | |||
2018-12-02 | Merge pull request #24085 from guilhermefelipecgs/fix_layout | Rémi Verschelde | |
Fix key icon overlapping revert icon | |||
2018-12-02 | Merge pull request #24007 from JFonS/fix_cpuparticles_scale | Rémi Verschelde | |
Fix "scale" property collision in CPUParticles | |||
2018-12-02 | Merge pull request #24082 from vnen/android-custom-permissions | Rémi Verschelde | |
Change custom permissions in Android export to an array | |||
2018-12-02 | Fix text files constantly asking for reload as no last modified time | Paulb23 | |
2018-12-02 | Merge pull request #24104 from guilhermefelipecgs/fix_mouse_crash | Rémi Verschelde | |
Fix crash when multiple mouse buttons is pressed. | |||
2018-12-02 | Merge pull request #24079 from YeldhamDev/list_editor_hide_removal | Rémi Verschelde | |
Fix ItemList editor not hiding on node removal | |||
2018-12-02 | Merge pull request #24057 from allkhor/redo_menu_option | Rémi Verschelde | |
TextEdit: added redo option to the context menu | |||
2018-12-01 | Fixes collapsed SplitContainers | groud | |
2018-12-02 | Remove obsolete ANDROID_NATIVE_ACTIVITY | Bastiaan Olij | |
2018-12-01 | Fix crash when multiple mouse buttons is pressed. | Guilherme Felipe | |
2018-12-01 | Remapped ACTIVE to shader_active, now works | Bastiaan Olij | |
2018-12-01 | Merge pull request #24098 from neikeq/kk | Ignacio Etcheverry | |
Fix crash due to ~CSharpInstance() being called on freed instance | |||
2018-12-01 | Fix crash due to ~CSharpInstance() being called on freed instance | Ignacio Etcheverry | |
This would be the case when calling SetScript on an object with a C# script. | |||
2018-11-30 | Merge pull request #24092 from neikeq/jj | Ignacio Etcheverry | |
Implement CSharpScript::is_valid() | |||
2018-11-30 | Implement CSharpScript::is_valid() | Ignacio Etcheverry | |
2018-11-30 | Merge pull request #24091 from neikeq/ii | Ignacio Etcheverry | |
C#: Improve tool script support and fix reloading issues | |||
2018-11-30 | C#: Improve tool script support and fix reloading issues | Ignacio Etcheverry | |
2018-11-30 | fixed gles2 camera_matrix bug | clayjohn | |
2018-11-30 | Fix key icon overlapping revert icon | Guilherme Felipe | |
2018-11-30 | Fix "scale" property collision in CPUParticles | JFonS | |
2018-11-30 | Change custom permissions in Android export to an array | George Marques | |
Don't limit the amount of permissions and makes it simpler to understand. | |||
2018-11-30 | Fix ItemList editor not hiding on node removal | Michael Alexsander Silva Dias | |
2018-11-29 | TextEdit: added redo option to the context menu | allkhor | |
2018-11-28 | Removed error that should not be an error, fixes #21088 | Juan Linietsky | |
2018-11-28 | Merge pull request #24039 from clayjohn/transform_bug | Rémi Verschelde | |
Construct Transform from Transform2D bug | |||
2018-11-28 | Fixes crash, closes #24038 | Juan Linietsky | |
2018-11-28 | construct transform from transform2d bug | clayjohn | |
2018-11-28 | Merge pull request #23945 from DavidSichma/gles2artifact | Rémi Verschelde | |
Fixed black artifacts on SpatialMaterial [GLES2] | |||
2018-11-28 | Merge pull request #24036 from glaforte/bugfix/18790 | Rémi Verschelde | |
Changes the check for a singular matrix to use the scale vector. | |||
2018-11-28 | Merge pull request #24037 from godotengine/revert-23976-transform_bug | Juan Linietsky | |
Revert "Construct Transform from Transform2D " | |||
2018-11-28 | Revert "Construct Transform from Transform2D " | Juan Linietsky | |
2018-11-28 | Merge pull request #23976 from clayjohn/transform_bug | Rémi Verschelde | |
Construct Transform from Transform2D | |||
2018-11-28 | Merge pull request #23981 from khairul169/fix_gles2_clearcolor | Rémi Verschelde | |
GLES2: Set clear color based on env background mode when rendering scene and fix viewport transparent bg flag | |||
2018-11-28 | Changes the check for a singular matrix to use the scale vector. | Guillaume Laforte | |
The check for the determinant does not have enough precision when used with a 0.01 uniform scale. | |||
2018-11-28 | Merge pull request #24025 from aaronfranke/analyzer-errors | Rémi Verschelde | |
Fix many errors found by PVS-Studio | |||
2018-11-28 | Improved the mouse focus system (mouse keeps focus on a control while ↵ | Juan Linietsky | |
buttons are pressed). Fixes #19154 and likely many others. WARNING: Test well in every OS, if mouse wheel events are not properly sent as pressed+unpressed pair, it will fail and break (and the OS needs to be fixed). Only tested on X11 so far. | |||
2018-11-28 | Merge pull request #23993 from Kanabenki/autocomplete-ignore-case | Rémi Verschelde | |
Add suggestions ignoring case at the end of the code autocomplete | |||
2018-11-28 | Disable progress dialog on export from command line, stab at fixing #24031 | Juan Linietsky | |
2018-11-28 | Merge pull request #24017 from eska014/rt-squish | Rémi Verschelde | |
Enable squish decompression in runtime builds | |||
2018-11-28 | Merge pull request #22857 from marcelofg55/jsmic | Leon Krause | |
Implemented audio input support for JavaScript audio driver | |||
2018-11-28 | Check for WebGL RGTC extension | Leon Krause | |
2018-11-28 | Build squish decompression in runtime | Leon Krause | |
2018-11-28 | Fix many errors found by PVS-Studio | Aaron Franke | |
Fix errors 2, 3, 4, 6, 8, 9, 11, 12, 13, 14, and 15. | |||
2018-11-28 | Merge pull request #23924 from Kanabenki/font-size-update | Rémi Verschelde | |
Display font size with zoom in code editor and refresh on settings change | |||
2018-11-28 | Merge pull request #23942 from buresu/fix-osx-build-error | Rémi Verschelde | |
[macOS] Fixed a problem sdk path could not be detected |