Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-22 | Added rayshape solver algorithm to soft body configurator fixes #22283 fixes ↵ | Andrea Catania | |
#22249 fixes #22281 | |||
2018-09-22 | Merge pull request #22327 from Faless/defective_by_design_is_the_windows_way | Fabio Alessandrelli | |
Use select instead of WSAPoll on Windows. | |||
2018-09-22 | Detect POLLERR revents too in NetSocketPosix. | Fabio Alessandrelli | |
Usually indicate an RST was received by a TCP socket. | |||
2018-09-22 | Use select instead of WSAPoll on Windows. | Fabio Alessandrelli | |
WSAPoll is broken by design. It was announced as the new way to introduce compatibility to posix sockets, their implementation was broken, and they decided not to fix it. You can read the full story here: https://daniel.haxx.se/blog/2012/10/10/wsapoll-is-broken/ | |||
2018-09-21 | doc: Misc formatting fixes | Rémi Verschelde | |
2018-09-21 | Merge pull request #22032 from Windfisch/docfix | Rémi Verschelde | |
Add documentation details about Image formats and color space conversion | |||
2018-09-21 | Merge pull request #22316 from Faless/poll_more_checks_easy_squash | Max Hilbrunner | |
Add checks for clean disconnect in HTTP/TCP/SSL. | |||
2018-09-21 | Merge pull request #22218 from char0xff/doc_editorpluginsinterface | Max Hilbrunner | |
Improve EditorPlugin.xml and EditorInterface.xml | |||
2018-09-21 | Add checks for clean disconnect in HTTP/TCP/SSL. | Fabio Alessandrelli | |
Half-open TCP connection can, of course, only be detected by writing the socket, or waiting for TCP timeout. | |||
2018-09-21 | Merge pull request #22310 from groud/remove_unsplit_mode | Rémi Verschelde | |
Remove auto disabling of the split-view in the FileSystem dock | |||
2018-09-21 | Remove auto disabling of the split-view in the FileSystem dock | groud | |
2018-09-21 | Merge pull request #22174 from cyclopsian/obj-paths | Rémi Verschelde | |
Check for absolute paths in OBJ loader | |||
2018-09-21 | Merge pull request #22308 from groud/fix_filesystem_setting | Rémi Verschelde | |
Fixes filesystem display mode not updating at startup | |||
2018-09-21 | doc: Fixes to rst converter | Rémi Verschelde | |
2018-09-21 | Fixes filesystem display mode not updating at startup | groud | |
2018-09-21 | Merge pull request #22304 from YeldhamDev/filedock_path_start_fix | Rémi Verschelde | |
Make filesystem dock's path bar start with said path written | |||
2018-09-21 | doc: Sync classref with current source | Rémi Verschelde | |
2018-09-21 | Make filesystem dock's path bar start with said path written | Michael Alexsander Silva Dias | |
2018-09-21 | Merge pull request #22298 from LikeLakers2/docs-header-fix | Rémi Verschelde | |
Fix the weird method linking issue when the previous method's description ends with a code block | |||
2018-09-20 | Fix the weird method linking issue when the previous method's description ↵ | LikeLakers2 | |
ends with a code block | |||
2018-09-20 | Merge pull request #22295 from groud/fix_2D_IK | Juan Linietsky | |
Fixes 2D Inverse Kinematic | |||
2018-09-20 | Fixes 2D IK | groud | |
2018-09-20 | Merge pull request #22047 from DualMatrix/better_nav_2D | Rémi Verschelde | |
Better heuristic for the shortest path algorithm for navigation2D | |||
2018-09-20 | Merge pull request #22277 from akien-mga/main-refactor | Rémi Verschelde | |
Main: Group static members and add some docs | |||
2018-09-20 | Merge pull request #22233 from JFonS/fix_20061 | Rémi Verschelde | |
Fix lighting of rotated particles in 2D | |||
2018-09-20 | Merge pull request #22155 from LittleWhite-tb/21718-font-leak | Rémi Verschelde | |
Clear textures before setting new textures | |||
2018-09-20 | Merge pull request #22225 from groud/fix_draw_on_viewport | Rémi Verschelde | |
Fixes drawing of the 2D plugins on the 3D view | |||
2018-09-20 | Merge pull request #22287 from Chaosus/fix_warning | Rémi Verschelde | |
Fix "This control can't grab focus." warning spam | |||
2018-09-20 | Better heuristic for the shortest path algorithm for navigation2D and ↵ | DualMatrix | |
navigation. Better heuristic for the shortest path algorithm for navigation2D and navigation. It now will use the shortest distance to the polygon as cost instead of the distance to the center. | |||
2018-09-20 | Merge pull request #22068 from akien-mga/default-editor-layout | Rémi Verschelde | |
EditorNode: New default dock layout | |||
2018-09-20 | Merge pull request #22094 from elasota/fix-visual-shader | Rémi Verschelde | |
Fix VisualShader code overwrites and save failures | |||
2018-09-20 | Merge pull request #22239 from Chaosus/fix_vs_connection | Rémi Verschelde | |
Disconnects previous visual shader node before making a new connection | |||
2018-09-20 | EditorNode: New default dock layout | Rémi Verschelde | |
As discussed with @reduz, now that the FileSystem dock is getting files display in tree view (#21426), we can change the docks layout again to give more height to the new inspector. The new layout is thus: - Top left: Scene and Import docks - Bottom left: FileSystem - Right (full height): Inspector and Node docks The 2nd left (LEFT_R) and 1st right (RIGHT_L) VSplitContainers (the ones in use) also get an additional 40px of width compared to their previous size (which was the minimum size). Fixes #21480. | |||
2018-09-20 | EditorNode: Reorder and cleanup initial dock setup | Rémi Verschelde | |
2018-09-20 | Merge pull request #21426 from groud/add_files_to_tree_view | Rémi Verschelde | |
Add files to tree view | |||
2018-09-20 | Merge pull request #22198 from DualMatrix/input_was_eaten | Rémi Verschelde | |
Fixed ctrl+up/down shortcut no longer working in scene tree | |||
2018-09-20 | Merge pull request #22282 from ibrahn/spatial_editor_origin_init | Rémi Verschelde | |
fix branch on uninit in spatial_editor_plugin | |||
2018-09-20 | Merge pull request #22071 from DualMatrix/preserve_group | Rémi Verschelde | |
Made duplicate_and_reown preserve groups | |||
2018-09-20 | Merge pull request #22131 from DualMatrix/unique_res | Rémi Verschelde | |
Make inspector select the correct resource after making them unique | |||
2018-09-20 | Fixed ctrl+up/down shortcut no longer working in scene tree | DualMatrix | |
Fixed ctrl+up/down shortcut no longer working in scene tree. | |||
2018-09-20 | Merge pull request #22163 from DualMatrix/create_extra | Rémi Verschelde | |
Automatically add extra args to function when creating it from create signal window | |||
2018-09-20 | Merge pull request #22171 from DualMatrix/empty_boi_WTF_WHY | Rémi Verschelde | |
Fixed empty item slipping into Search Classes dialog | |||
2018-09-20 | Merge pull request #22201 from DualMatrix/error_spam_2_electric_boogaloo | Rémi Verschelde | |
Fixed error spam in remote debugger | |||
2018-09-20 | Merge pull request #22244 from DualMatrix/debuging_the_debugger | Rémi Verschelde | |
Fixed Objects no longer showing ID in debugger. | |||
2018-09-20 | Main: Group static members and add some docs | Rémi Verschelde | |
2018-09-20 | Fix "This control can't grab focus." warning spam | Chaosus | |
2018-09-20 | fix branch on uninit in spatial_editor_plugin | Ibrahn Sahir | |
Moved the initialisation of origin_enabled up a bit, to be inited before it's accessed in _init_grid. A step towards cleaner valgrind output and removes an opportunity for a random occurance of the origin/grid z-fighting issue. Also removed unused variable last_grid_snap to avoid later confusion. | |||
2018-09-20 | Merge pull request #22268 from DualMatrix/highlight_no_save | Rémi Verschelde | |
Fixed syntax highlighting setting not being saved | |||
2018-09-20 | Merge pull request #22250 from ibrahn/shader_lang_vector_gotcha | Rémi Verschelde | |
Fixed an access after free in ShaderLanguage::_reduce_expression. | |||
2018-09-20 | Merge pull request #22270 from DualMatrix/locks_toggle_visible | Rémi Verschelde | |
Added ability to hide edit locks and groups in editor view |