| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix binary object marshalling, closes #9472 | Juan Linietsky | 2017-08-21 | 1 | -1/+6 |
| | | |||||
| * | Merge pull request #10492 from Rubonnek/fix-segfault-on-arch-linux | Juan Linietsky | 2017-08-20 | 1 | -0/+4 |
| |\ | | | | | Fixed segfault when hovering over tree elements and showing tooltips. | ||||
| | * | Fixed segfault when hovering over scene tree elements and showing tooltips. | Wilson E. Alvarez | 2017-08-20 | 1 | -0/+4 |
| | | | |||||
| * | | simplify the way window is allowed to steal focus, no longer relying on ↵ | Juan Linietsky | 2017-08-20 | 3 | -7/+10 |
| | | | | | | | | | project.godot. Closes #9459 | ||||
| * | | Implemented missing opaque prepass render mode, fixes #9452 | Juan Linietsky | 2017-08-20 | 1 | -0/+10 |
| |/ | |||||
| * | Fix mismatched hints for filesystem/import/pvrtc_texture_tool | Rémi Verschelde | 2017-08-20 | 1 | -3/+2 |
| | | |||||
| * | property validate assignment condition in new variables, fixes #9411 | Juan Linietsky | 2017-08-20 | 1 | -1/+7 |
| | | |||||
| * | Merge pull request #10483 from Zylann/orbit_sensitivity | Rémi Verschelde | 2017-08-20 | 1 | -1/+1 |
| |\ | | | | | Reduced default orbit sensitivity for smoother rotation | ||||
| | * | Reduced default orbit sensitivity for smoother rotation | Marc Gilleron | 2017-08-20 | 1 | -1/+1 |
| | | | |||||
| * | | Inspector is no longer cleared when game runs, fixes #9408 | Juan Linietsky | 2017-08-20 | 1 | -3/+0 |
| |/ | |||||
| * | Merge pull request #10319 from neikeq/pr-engine-editor-hint | Juan Linietsky | 2017-08-20 | 52 | -114/+167 |
| |\ | | | | | Adds Engine::is_editor_hint() method | ||||
| | * | Removes editor_hint from SceneTree | Ignacio Etcheverry | 2017-08-19 | 47 | -114/+135 |
| | | | |||||
| | * | Adds editor_hint to Engine class | Ignacio Etcheverry | 2017-08-19 | 7 | -1/+32 |
| | | | |||||
| * | | Properly initialize color hinted vec4 uniforms to 0,0,0,1 fixes #9354 | Juan Linietsky | 2017-08-20 | 1 | -1/+7 |
| | | | |||||
| * | | Merge pull request #10481 from neikeq/water-store-remark | Rémi Verschelde | 2017-08-20 | 1 | -1/+6 |
| |\ \ | | | | | | | Fixes Ref's GetTypeInfo missing with ptrcall disabled | ||||
| | * | | Fixes Ref's GetTypeInfo missing with ptrcall disabled | Ignacio Etcheverry | 2017-08-20 | 1 | -1/+6 |
| | | | | |||||
| * | | | Merge pull request #10479 from Paulb23/fix_not_scrolling_eof | Rémi Verschelde | 2017-08-20 | 1 | -3/+3 |
| |\ \ \ | | | | | | | | | Fixed not being able to scroll to eof | ||||
| | * | | | Fixed not being able to scroll to eof | Paulb23 | 2017-08-20 | 1 | -3/+3 |
| | |/ / | |||||
| * | | | Merge pull request #10476 from Paulb23/delete_current_line_issue_9643 | Rémi Verschelde | 2017-08-20 | 2 | -0/+18 |
| |\ \ \ | | | | | | | | | Delete current line, issue 9643 | ||||
| | * | | | Delete current line, issue 9643 | Paulb23 | 2017-08-20 | 2 | -0/+18 |
| | |/ / | |||||
| * | | | Merge pull request #10473 from akien-mga/run_window_placement_default | Rémi Verschelde | 2017-08-20 | 2 | -2/+2 |
| |\ \ \ | | | | | | | | | Rename "Default" window placement mode to "Top Left" | ||||
| | * | | | Rename "Default" window placement mode to "Top Left" | Rémi Verschelde | 2017-08-20 | 2 | -2/+2 |
| | |/ / | | | | | | | | | | It is no longer the default value ;) | ||||
| * | | | Merge pull request #10466 from n-pigeon/expose_transform | Rémi Verschelde | 2017-08-20 | 1 | -1/+3 |
| |\ \ \ | | | | | | | | | Exposed Transform.interpolate_with() | ||||
| | * | | | Exposed Transform.interpolate_with() | Przemysław Gołąb (n-pigeon) | 2017-08-20 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | Additionaly changed values names for 2D version to more descriptive ones. | ||||
| * | | | | Merge pull request #10460 from Zylann/orbit_sensitivity | Rémi Verschelde | 2017-08-20 | 2 | -4/+14 |
| |\ \ \ \ | | | | | | | | | | | Added option for mouse orbit sensitivity | ||||
| | * | | | | Added option for mouse orbit sensitivity | Marc Gilleron | 2017-08-19 | 2 | -4/+14 |
| | | | | | | |||||
| * | | | | | Merge pull request #10455 from groud/control_margin_fixes | Rémi Verschelde | 2017-08-20 | 8 | -15/+10 |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | Some control fixes and removed other useless lines | ||||
| | * | | | | Some control fixes and removed useless lines | Gilles Roudiere | 2017-08-19 | 8 | -15/+10 |
| | | | | | | |||||
| * | | | | | -Fix all shadow and culling related issues, fixes #9330 | Juan Linietsky | 2017-08-19 | 13 | -39/+76 |
| | | | | | | |||||
| * | | | | | SceneTreeEditor: Fix node_selected signal emission. | Andreas Haas | 2017-08-20 | 1 | -2/+4 |
| | |_|/ / |/| | | | | | | | | | | | Fixes #10131 | ||||
| * | | | | Merge pull request #10464 from godotengine/revert-10445-args-doubledash | Juan Linietsky | 2017-08-19 | 17 | -214/+328 |
| |\ \ \ \ | |_|/ / |/| | | | Revert "Second take at making command-line arguments more UNIX-like + main.cpp and help cleanup" | ||||
| | * | | | Revert "Second take at making command-line arguments more UNIX-like + ↵ | Juan Linietsky | 2017-08-19 | 17 | -214/+328 |
| |/ / / | | | | | | | | | | main.cpp and help cleanup" | ||||
| * | | | Fixed wrong usage of has_no_area function, closes #10434 | Juan Linietsky | 2017-08-19 | 2 | -8/+9 |
| | | | | |||||
| * | | | Added polygon antialiasing, but it does not work on nvidia. Will have to try ↵ | Juan Linietsky | 2017-08-19 | 11 | -15/+46 |
| | | | | | | | | | | | | | something else.. | ||||
| * | | | Merge pull request #10449 from toger5/theme_redundant_border_script_panel_fix | Rémi Verschelde | 2017-08-19 | 1 | -7/+0 |
| |\ \ \ | | | | | | | | | Removed style box border for script panel. Fixes #10410 | ||||
| | * | | | Removed style box border for script panel. Fixes #10410 | toger5 | 2017-08-19 | 1 | -7/+0 |
| | | | | | |||||
| * | | | | Merge pull request #10447 from Paulb23/smooth_scrolling | Rémi Verschelde | 2017-08-19 | 6 | -8/+149 |
| |\ \ \ \ | | | | | | | | | | | Added smooth scrolling to TextEdit | ||||
| | * | | | | Added smooth scrolling to TextEdit | Paulb23 | 2017-08-19 | 6 | -8/+149 |
| | | | | | | |||||
| * | | | | | Merge pull request #10446 from bojidar-bg/6583-fix-wait-node | Rémi Verschelde | 2017-08-19 | 1 | -4/+7 |
| |\ \ \ \ \ | | | | | | | | | | | | | Fix Condition + Wait nodes freezing the game | ||||
| | * | | | | | Fix #6583, Condition + Wait nodes freezing the game | Bojidar Marinov | 2017-08-19 | 1 | -4/+7 |
| | | |/ / / | |/| | | | | | | | | | | | | | Make sure that only the first node after VS resume gets resumed | ||||
| * | | | | | Merge pull request #10444 from ↵ | Rémi Verschelde | 2017-08-19 | 1 | -3/+3 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | toger5/styleBoxFlat_corner_detail_value_limitation styleBoxFlat: clamp corner_detail + aa_size | ||||
| | * | | | | | styleBoxFlat: clamp corner_detail + aa_size | toger5 | 2017-08-19 | 1 | -3/+3 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #10442 from toger5/stylebox_corner_detail | Rémi Verschelde | 2017-08-19 | 1 | -4/+5 |
| |\ \ \ \ \ | | | | | | | | | | | | | Performance improvement for new styleBoxFlat. | ||||
| | * | | | | | Performance styleBoxFlat: | toger5 | 2017-08-19 | 1 | -4/+5 |
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | - style box flat was always drawn with 8 verts per corner in case it was a rounded corner... now it uses only one vert if it has no rounded corner. | ||||
| * | | | | | Merge pull request #10445 from akien-mga/args-doubledash | Rémi Verschelde | 2017-08-19 | 17 | -328/+214 |
| |\ \ \ \ \ | | | | | | | | | | | | | Second take at making command-line arguments more UNIX-like + main.cpp and help cleanup | ||||
| | * | | | | | Fixes for new two-dash long command line arguments | Rémi Verschelde | 2017-08-19 | 16 | -275/+162 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fixes some single-dash leftovers that were missed in the previous commit - Reorder the help output for clarity, and document missing options - Drop obsolete options: --noop, --pack, --editor-scene, --level, --import, --import-script, --no-quit - Improve error message on malformed arguments and do not display help on error - Cleanup obsolete code here and there | ||||
| | * | | | | | Tweak command-line arguments to make them more UNIX-like | Hugo Locurcio | 2017-08-19 | 4 | -105/+104 |
| | | |/ / / | |/| | | | | | | | | | | | | | Also improves the command-line help text readability. | ||||
| * | | | | | Merge pull request #10448 from touilleMan/correct-gdnative-string-method-name | Thomas Herzog | 2017-08-19 | 1 | -1/+1 |
| |\ \ \ \ \ | |/ / / / |/| | | | | [GDnative] Correct godot_string_chars_to_utf8_with_len function name | ||||
| | * | | | | [GDnative] Correct godot_string_chars_to_utf8_with_len function name | Emmanuel Leblond | 2017-08-19 | 1 | -1/+1 |
| |/ / / / | |||||
| * / / / | Fixes to label and code editor to make editing code hopefully fast again. | Juan Linietsky | 2017-08-19 | 2 | -5/+11 |
| |/ / / | |||||
