Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-08 | Merge pull request #31194 from bojidar-bg/29312-corrupt-initial-tilemap | Rémi Verschelde | |
Fix corrupted TileMap saves due to missing/wrong format | |||
2019-08-08 | Merge pull request #31196 from bojidar-bg/31115-asset-library-save-error | Rémi Verschelde | |
Handle all download errors in the asset library | |||
2019-08-08 | Merge pull request #31198 from akien-mga/locale-match | Rémi Verschelde | |
Translation: Fix logic bug finding match for regional locales | |||
2019-08-08 | Translation: Fix logic bug finding match for regional locales | Rémi Verschelde | |
The match test was inverted. The rest of the changes are documentation and cleanup. Fixes #26346 and fixes #31192. | |||
2019-08-08 | Merge pull request #31189 from YeldhamDev/find_files_text_error | Rémi Verschelde | |
Fix error when going to a text file by clicking in a result from "Find in files" | |||
2019-08-08 | Merge pull request #30902 from creikey/update-manifest | Rémi Verschelde | |
Oculus requires apps with line when head tracking | |||
2019-08-08 | Handle all download errors in the asset library | Bojidar Marinov | |
Addresses part of #31115 | |||
2019-08-08 | Merge pull request #31047 from Zylann/save_exr | Rémi Verschelde | |
Add Image.save_exr() | |||
2019-08-08 | Fix corrupted TileMap saves due to missing/wrong format | Bojidar Marinov | |
Fixes #29312 | |||
2019-08-08 | Merge pull request #31191 from aaronfranke/serializable | Ignacio Roldán Etcheverry | |
[Mono] Make all structs seralizable | |||
2019-08-07 | Fix error when going to a text file by clicking in a result from "Find in files" | Michael Alexsander Silva Dias | |
2019-08-07 | [Mono] Make all structs seralizable | Aaron Franke | |
2019-08-07 | Add feature tag for hmd devices based on DOF | Cameron Reikes | |
- Necessary according to https://developers.google.com/vr/develop/android/3dof-to-6dof | |||
2019-08-07 | Add Image.save_exr() | Marc Gilleron | |
2019-08-07 | Merge pull request #31119 from KoBeWi/full_control | Rémi Verschelde | |
Complete the Control class documentation | |||
2019-08-07 | Complete the Control class documentation | Tomasz Chabora | |
2019-08-07 | Merge pull request #31122 from Muller-Castro/enhancement | Rémi Verschelde | |
Unnecessary reassignments | |||
2019-08-07 | Merge pull request #31099 from Chaosus/shader_local_const | Rémi Verschelde | |
Implemented local shader constants | |||
2019-08-07 | Merge pull request #31050 from sparkart/fix_tileset_shape_offset | Rémi Verschelde | |
Fix Wrong Shape Offsets in Tileset | |||
2019-08-07 | Merge pull request #31077 from qarmin/coverity_bugs | Rémi Verschelde | |
Change some code proposed by Coverity and Cppcheck | |||
2019-08-07 | Merge pull request #31127 from MuffinManKen/checkbox_implement_check_vadjust | Rémi Verschelde | |
Implemented check_vadjust in CheckBox & CheckButton. It was exposed to the editor, but not used. | |||
2019-08-07 | Merge pull request #30468 from SaracenOne/expose_audio_capture | Rémi Verschelde | |
Exposes capture methods to AudioServer + documentation | |||
2019-08-07 | Merge pull request #31174 from qarmin/thread_sanitizer | Rémi Verschelde | |
Added Thread Sanitizer | |||
2019-08-07 | Merge pull request #31163 from nekomatata/fix-state-machine-transition-priority | Rémi Verschelde | |
Fixed AnimationTreeStateMachine transition priority | |||
2019-08-07 | Merge pull request #27046 from KoBeWi/camera2d_brag_margins_stuff | Rémi Verschelde | |
Tweaks related to Camera2D drag margins | |||
2019-08-07 | Merge pull request #31175 from nekomatata/fix-collide-local-shape | Rémi Verschelde | |
Fixed KinematicCollision.get_local_shape() | |||
2019-08-07 | Allow comma prefix in visual shader's expression parser (#31176) | Yuri Roubinsky | |
Allow comma prefix in visual shader's expression parser | |||
2019-08-07 | Add some code changes/fixes proposed by Coverity and Clang Tidy | qarmin | |
2019-08-07 | Allow comma prefix to visual shader's expression parser | Yuri Roubinski | |
2019-08-07 | Fixed KinematicCollision.get_local_shape() - the local shape id was never ↵ | PouleyKetchoupp | |
set during move_and_collide() Fixes #31144 | |||
2019-08-07 | Added Thread Sanitizer | qarmin | |
2019-08-07 | Merge pull request #31173 from sparkart/search_in_tscn | Rémi Verschelde | |
Fix Find in Files Not Working Properly | |||
2019-08-07 | Merge pull request #30804 from hbina/fix_issue_30160 | Rémi Verschelde | |
Fixed crash when making subresource unique in inspector dock | |||
2019-08-06 | Fix Find in Files Not Working Properly | Emmanuel Barroga | |
When using the "Find in Files" option to search in non-script files (e.g. .tscn), the search does not work properly. | |||
2019-08-07 | Merge pull request #31161 from merumelu/default-theme-checkbutton | Rémi Verschelde | |
Default theme: make toggle_off_disabled.png the same dimension as other CheckButton images | |||
2019-08-07 | Merge pull request #31057 from Chaosus/vs_mix_improvements | Rémi Verschelde | |
Some improvements to Mix visual shader function | |||
2019-08-06 | add forgotten calls to inspector_dock->update(...). | Hanif Bin Ariffin | |
I believe many calls to the said function was mistakenly left out leading to InspectorDock having a pointer to deleted values. As such, this commit introduces many such calls to inspector_dock where I believe is appropriate... | |||
2019-08-06 | Fixed AnimationTreeStateMachine transition priority (last transition was ↵ | PouleyKetchoupp | |
always chosen instead of least cost) Fixes #31132 | |||
2019-08-06 | Removed unnecessary reassigns | Muller-Castro | |
Those assignments are duplicated since add_to_group() or remove_from_group() aren't changing the state of those members. | |||
2019-08-06 | Default theme: make toggle_off_disabled.png the same dimension as other ↵ | merumelu | |
CheckButton images | |||
2019-08-06 | Implemented check_vadjust in CheckBox & CheckButton. It was exposed to the ↵ | Ken Paulson | |
editor, but wasn't used. | |||
2019-08-06 | Merge pull request #31121 from willnationsdev/plugin-select-editor | Rémi Verschelde | |
Let EditorPlugins set editor/distraction-free mode | |||
2019-08-06 | Tweaks related to Camera2D drag margins | Tomasz Chabora | |
2019-08-06 | Merge pull request #31136 from Calinou/tweak-animation-editor-range-steps | Rémi Verschelde | |
Tweak range steps in the animation editor | |||
2019-08-06 | Let EditorPlugins set editor/distraction-free mode | Will Nations | |
2019-08-06 | Merge pull request #30998 from Calinou/cap-warnings-errors-per-second | Rémi Verschelde | |
Cap the number of warnings/errors per second rather than per frame | |||
2019-08-06 | Merge pull request #31107 from yamgent/fix-mouse-wheel-coord | Rémi Verschelde | |
Fix wrong mouse wheel position for MOUSE_MODE_CAPTURED on Windows | |||
2019-08-06 | Tweak range steps in the animation editor | Hugo Locurcio | |
This makes the step of the "frame" SpinBox larger, so that clicking on the SpinBox arrows will make the number increase in a visible manner. Previously, the full number was being cut off due to the SpinBox being narrow. This also makes the "step" SpinBox allow for more precise input. | |||
2019-08-06 | Merge pull request #31129 from TGRCdev/compressed_eof_fix | Rémi Verschelde | |
Fixed EOF flag not resetting on seek back in compressed file | |||
2019-08-06 | Merge pull request #31125 from Calinou/improve-animation-editor-snapping | Rémi Verschelde | |
Improve snapping in the animation editor |