Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-07 | Merge pull request #18684 from muiroc/fix_dragdrop_instancing | Juan Linietsky | |
Editor: Makes dragdrop instantiation behavior consistent with the instance scene button | |||
2018-05-07 | Merge pull request #18495 from Zylann/partial_texture_update | Juan Linietsky | |
Added partial texture update to VisualServer | |||
2018-05-07 | Merge pull request #18519 from TheYokai/connectionsdock_upgrade | Juan Linietsky | |
ConnectionsDock - Additional Features (Edit Connection, Disconnect All) and Refactor | |||
2018-05-07 | Merge pull request #18525 from Calinou/improve-3d-grid | Juan Linietsky | |
Improve the 3D editor grid | |||
2018-05-07 | Merge pull request #18682 from YeldhamDev/play_backwards_autocomplete | Juan Linietsky | |
Added "play_backwards" to the list o functions to autocomplete | |||
2018-05-07 | Added "play_backwards" to the list o functions to autocomplete. | Michael Alexsander Silva Dias | |
2018-05-07 | Merge pull request #18505 from AlexHolly/image-point2-helper | Juan Linietsky | |
add Point2 helper for Image.get_pixel and Image.set_pixel | |||
2018-05-07 | Merge pull request #18610 from homer666/editor-popup-adjustments | Juan Linietsky | |
Adjust default editor dialog window sizes | |||
2018-05-07 | Merge pull request #18616 from Chaosus/updateglad | Juan Linietsky | |
Update GLAD to 0.1.20a0 | |||
2018-05-07 | Merge pull request #18633 from groud/fix_2d_editor | Juan Linietsky | |
Fix 2d editor | |||
2018-05-07 | Merge pull request #18642 from flashyincceo/engine-click | Juan Linietsky | |
Fix script editor CTRL+CLICK on singleton functions | |||
2018-05-07 | Merge pull request #15640 from willnationsdev/resource-saved-signal | Max Hilbrunner | |
Added EditorPlugin 'resource_saved' signal | |||
2018-05-07 | Merge pull request #18628 from raphael10241024/patch | Gilles Roudière | |
fix : code editor's text size should change at least one each time when you try to change it using shortcuts | |||
2018-05-07 | Merge pull request #18122 from olivergs/wip/rtl-content-height | Max Hilbrunner | |
RichTextLabel, doc: Added new method to get total content height | |||
2018-05-07 | Merge pull request #18308 from ericmccarthy7/develop | Max Hilbrunner | |
Fix clone down newline bug | |||
2018-05-07 | Merge pull request #18677 from BastiaanOlij/add_no_blend | Juan Linietsky | |
Add no-blend canvas item render_mode | |||
2018-05-07 | Add no-blend canvas item render_mode | Bastiaan Olij | |
2018-05-07 | Merge pull request #18524 from BastiaanOlij/keep_3d_linear | Juan Linietsky | |
Added option to viewport to keep linear color | |||
2018-05-07 | Fix:code editor text size should change at least one each time, don't mind ↵ | RaphaelHunter | |
how you setting your display scale | |||
2018-05-07 | Merge pull request #18675 from endragor/fix-ios-audio-interrupt | Max Hilbrunner | |
Resume audio on iOS after phone call or alarm | |||
2018-05-07 | Merge pull request #18625 from hhirsch/patch-1 | Max Hilbrunner | |
Remove commented out code in methods.py | |||
2018-05-07 | Resume audio on iOS after phone call or alarm | Ruslan Mustakov | |
When a phone call or an alarm triggers on iOS, the application receives an "audio interruption" and it's up to the application to resume playback when the interruption ends. I added handling for audio interruptions same as if the game is focused out and then back in. | |||
2018-05-07 | Merge pull request #18454 from KidRigger/working_timer | Max Hilbrunner | |
Allows setting the Timer wait_time in start method. | |||
2018-05-07 | Merge pull request #18587 from AlexHoratio/master | Max Hilbrunner | |
Defaults to instancing child at tree root when none selected | |||
2018-05-07 | Merge pull request #18670 from cbscribe/kcc_minor_fixes | Max Hilbrunner | |
[DOCS] Rewrite Tween class reference. | |||
2018-05-07 | Merge pull request #18666 from mhilbrunner/enet | Max Hilbrunner | |
Enet: Allow setting client port, specifying wait time on close | |||
2018-05-06 | Rewrite Tween class reference. | Chris Bradfield | |
2018-05-07 | Enet: Add wait time param to close_connection() | mhilbrunner | |
Enet: Allow to set client interface/address and port Enet: More error checks Fix comment | |||
2018-05-06 | SpatialEditorViewport::_create_instance: pass GEN_EDIT_STATE_INSTANCED to ↵ | muiroc | |
scene->instance() | |||
2018-05-06 | Merge pull request #18645 from AlexHoratio/light_theme_asset_store | Max Hilbrunner | |
LinkButtons are now responsive to engine theme | |||
2018-05-06 | Defaults to instancing child at tree root when none selected | Unknown | |
If no node is selected, it will default to selecting the tree root node to instance a child under. This solves #18557 | |||
2018-05-06 | Added option to viewport to keep linear color | Bastiaan Olij | |
2018-05-05 | LinkButtons are now responsive to engine theme | Unknown | |
Fixes #18636, so now LinkButtons (like those in the asset store) will change font colour to remain visible in any engine theme, just like Labels etc | |||
2018-05-05 | Merge pull request #18613 from KellyThomas/vector-methods-csharp | Max Hilbrunner | |
round / ceil methods for c sharp vectors | |||
2018-05-05 | Fix script editor CTRL+CLICK on singleton functions | Peter Folkins | |
2018-05-05 | Merge pull request #18629 from raphael10241024/patch2 | Max Hilbrunner | |
Fix : add condition check in Imgae::create(...), #18592 | |||
2018-05-05 | Fixes some 2d bones display problems | groud | |
2018-05-05 | Fixes several selection problems in the 2D editor | groud | |
2018-05-05 | add condition check in Imgae::create(...) | RaphaelHunter | |
2018-05-05 | Remove commented out code in methods.py | Henry Hirsch | |
2018-05-05 | Merge pull request #18146 from mjtorn/gh-mjtorn-rtl-shadow | Max Hilbrunner | |
Implement font shadows for RichTextLabel | |||
2018-05-05 | Merge pull request #18407 from danilo2205/get_closest_point | Max Hilbrunner | |
Add methods get_closest_point and get_closest_offset for both Curve2D and Curve3D | |||
2018-05-05 | Merge pull request #18501 from touilleMan/clean-variant-_data-RefPtr | Max Hilbrunner | |
Remove unused Variant._data.RefPtr | |||
2018-05-05 | Merge pull request #18471 from TheYokai/new_script_context_option | Max Hilbrunner | |
'New Script' Option Added to FileSystem Docker Right Click Menu | |||
2018-05-05 | Merge pull request #18488 from AndreaCatania/ie0 | Max Hilbrunner | |
Added method to clear input events of an action | |||
2018-05-05 | Merge pull request #18541 from profan/fix/win-sleep | Max Hilbrunner | |
Windows: ensure minimum possible timer resolution for sleep | |||
2018-05-05 | Merge pull request #18612 from Nobelix/pitch-scale-desc | Max Hilbrunner | |
Added a description to the picth_scale property. | |||
2018-05-05 | Merge pull request #18615 from KellyThomas/version_docs | Max Hilbrunner | |
correct documentation for version number data type | |||
2018-05-05 | Adjust default editor popup sizes | homer666 | |
2018-05-04 | Fix bone refresh logic, closes #18564 | Juan Linietsky | |