Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-21 | Implement backward shift deletion for OAHashMap | Shiqing | |
2019-09-20 | Merge pull request #32064 from m4gr3d/propagate_gl_surface_events | Rémi Verschelde | |
Notify for app pause and resume events on Android | |||
2019-09-20 | Merge pull request #32087 from karroffel/x11-pid | Rémi Verschelde | |
[X11] set PID as window attribute | |||
2019-09-20 | Merge pull request #32079 from lupoDharkael/locale-crash | Rémi Verschelde | |
Fix right click crash in Locales Filter | |||
2019-09-20 | Merge pull request #32094 from Calinou/improve-delete-node-confirmation-2 | Rémi Verschelde | |
Improve the node deletion confirmation message | |||
2019-09-20 | Merge pull request #32112 from Calinou/project-manager-add-hover-style | Rémi Verschelde | |
Add an "hover" style to items in the project manager | |||
2019-09-20 | Merge pull request #32206 from Calinou/remove-unused-tree-constants | Rémi Verschelde | |
Remove an unused icon and constant in Tree | |||
2019-09-20 | Merge pull request #32210 from Calinou/editor-log-distinguish-messages | Rémi Verschelde | |
Distinguish editor-originating messages in the editor log | |||
2019-09-20 | Merge pull request #32137 from Calinou/vcs-error-if-none-available | Rémi Verschelde | |
Display an error message if no version control systems are available | |||
2019-09-20 | Merge pull request #32095 from KoBeWi/silly_user | Rémi Verschelde | |
Properly remove GridMap node from editor on undo | |||
2019-09-20 | Remove an unused icon and constant in Tree | Hugo Locurcio | |
2019-09-20 | Merge pull request #32120 from KoBeWi/atlas_not_included | Rémi Verschelde | |
Mention that AnimatedTexture doesn't support atlases | |||
2019-09-20 | Merge pull request #32118 from KoBeWi/the_point_is_global_bro | Rémi Verschelde | |
Mention that look_at() expects global coordinates | |||
2019-09-20 | Merge pull request #32116 from KoBeWi/dupinit | Rémi Verschelde | |
Mention constructor arguments in duplicate() doc | |||
2019-09-20 | Merge pull request #32102 from YeldhamDev/doc_animplayer_get_queue | Rémi Verschelde | |
Document AnimationPlayer's 'get_queue()' and 'caches_cleared' | |||
2019-09-20 | Merge pull request #32101 from Xrayez/doc-fix-ambiguous-test-motion | Rémi Verschelde | |
Fix ambiguous method description regarding `body_test_motion` in 2D | |||
2019-09-20 | Merge pull request #32223 from neikeq/cs_glue_version_fix | Rémi Verschelde | |
C#: Make sure cs_glue_version is present when building export templates | |||
2019-09-20 | C#: Make sure cs_glue_version is present when building export templates | Ignacio Etcheverry | |
2019-09-20 | Merge pull request #32123 from qarmin/fix_int_overflow | Rémi Verschelde | |
Fix int overflow in EditorResourcePreview::_preview_ready | |||
2019-09-20 | Merge pull request #32146 from YeldhamDev/key_bezier_int_real | Rémi Verschelde | |
Fix keying integer and float values from inspector not being able to use bezier curves | |||
2019-09-20 | Merge pull request #32143 from YeldhamDev/scenedock_reparent_fixes | Rémi Verschelde | |
Fix some errors while reparenting nodes in the Scene dock | |||
2019-09-20 | Merge pull request #32134 from IronicallySerious/fix-global-class-list | Rémi Verschelde | |
Add correct class selection in Select VCS menu | |||
2019-09-20 | Merge pull request #32129 from YeldhamDev/fix_track_removal_errors | Rémi Verschelde | |
Fix errors in the animation editor when removing tracks via undo/redo | |||
2019-09-20 | Merge pull request #32127 from skyace65/skeletonupdate | Rémi Verschelde | |
Remove outdated information from skeleton class reference | |||
2019-09-20 | Merge pull request #32180 from KoBeWi/nein_patsch_rekt | Rémi Verschelde | |
Fix region editor for NinePatchRect | |||
2019-09-20 | Merge pull request #32190 from KoBeWi/undo_redo_stuff | Rémi Verschelde | |
Fix autocompletion undo | |||
2019-09-20 | Merge pull request #32197 from YeldhamDev/fix_multiple_modals_dim | Rémi Verschelde | |
Fix editor dimming being disabled when a dialog is closed even when others are open | |||
2019-09-20 | Merge pull request #32209 from YeldhamDev/fix_connection_type_hints | Rémi Verschelde | |
Fix incorrect typing when creating methods via the connection dialog | |||
2019-09-20 | Merge pull request #32173 from Calinou/improve-3d-light-gizmos | Rémi Verschelde | |
Improve the 3D light gizmos | |||
2019-09-20 | Merge pull request #32150 from luzpaz/typos | Rémi Verschelde | |
Fix misc. source comment typos | |||
2019-09-20 | Merge pull request #32220 from KoBeWi/them_overrides | Rémi Verschelde | |
Load overrides if getting style from current class | |||
2019-09-20 | Merge pull request #32207 from Calinou/improve-inspector-folding-appearance | Rémi Verschelde | |
Improve folding appearance in the editor inspector | |||
2019-09-20 | Load overrides if getting style from current class | Tomasz Chabora | |
2019-09-20 | Distinguish editor-originating messages in the editor log | Hugo Locurcio | |
This fades out messages originating from the editor to make messages printed by the project stand out more. This also tweaks wording in some editor messages for consistency. | |||
2019-09-19 | Add new events and accompanying logic to notify when the app is paused and ↵ | fhuya | |
resumed on Android devices. | |||
2019-09-19 | Improve folding appearance in the editor inspector | Hugo Locurcio | |
The arrow is now displayed at the left to be consistent with other places where folding is used. The arrow icons used are now consistent with the rest of the editor. The `arrow_up` icon is no longer used anywhere, so it was removed. Additional spacing was also added for a better visual appearance. | |||
2019-09-19 | Fix misc. source comment typos | luz.paz | |
Found using `codespell -q 3 -S ./thirdparty,*.po -L ang,ba,cas,dof,doubleclick,fave,hist,leapyear,lod,nd,numer,ois,paket,seeked,sinc,switchs,te,uint -D ~/Projects/codespell/codespell_lib/data/dictionary.txt ` | |||
2019-09-19 | Merge pull request #31964 from nekomatata/fix-animation-player-error | Rémi Verschelde | |
Fixed switching back to AnimationPlayerEditor with empty animation list | |||
2019-09-19 | Merge pull request #31921 from bojidar-bg/28978-uninitialized-array-value | Rémi Verschelde | |
Fix uninitialized arrays and dictionaries retaining value | |||
2019-09-19 | Merge pull request #31919 from m4gr3d/use_aar_for_custom_build | Rémi Verschelde | |
Leverage Android archive (AAR) file for Godot custom build | |||
2019-09-19 | Merge pull request #32174 from Calinou/2d-editor-display-zoom | Rémi Verschelde | |
Display the current zoom percentage in the 2D editor | |||
2019-09-19 | Merge pull request #32153 from Calinou/doc-improve-image-get-pixel | Rémi Verschelde | |
Improve the `Image.get_pixel()` and `Image.get_pixelv()` documentation | |||
2019-09-19 | Merge pull request #32151 from Calinou/improve-custom-cursor-documentation | Rémi Verschelde | |
Mention more caveats for custom mouse cursors in the documentation | |||
2019-09-19 | Merge pull request #32100 from SaracenOne/gdscript_parent_const_types | Rémi Verschelde | |
Fix const deceleration for inherited scripts above immediate parent | |||
2019-09-19 | Merge pull request #32004 from raphael10241024/fix_shader_uniform | Rémi Verschelde | |
Fix gles3 shader uniform vec3 error | |||
2019-09-19 | Merge pull request #31985 from nekomatata/fix-builtin-script-resource | Rémi Verschelde | |
Fixed resource loading when editing built-in script from resource | |||
2019-09-19 | Merge pull request #31961 from YeldhamDev/info_messages | Rémi Verschelde | |
Add informational messages to various editors | |||
2019-09-19 | Merge pull request #31934 from mitchcurtis/28187 | Rémi Verschelde | |
Produce an error when a class has the same name as a Singleton | |||
2019-09-19 | Merge pull request #31904 from byfron/styleboxflag_uvcoords | Rémi Verschelde | |
Computes UV coordinates of the canvas_item vertices of StyleBoxFlat | |||
2019-09-19 | Merge pull request #31202 from azagaya/light-data | Rémi Verschelde | |
Create shadow_vec for altering shadow computation |