| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | Tweak command-line arguments to make them more UNIX-like | Hugo Locurcio | 2017-08-21 | 3 | -16/+16 | |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | Also improves the command-line help text readability. | |||||
| * | | | | | | simplify the way window is allowed to steal focus, no longer relying on ↵ | Juan Linietsky | 2017-08-20 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | project.godot. Closes #9459 | |||||
| * | | | | | | Fix mismatched hints for filesystem/import/pvrtc_texture_tool | Rémi Verschelde | 2017-08-20 | 1 | -3/+2 | |
| | | | | | | | ||||||
| * | | | | | | 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 | 5 | -5/+6 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | Adds Engine::is_editor_hint() method | |||||
| | * | | | | Removes editor_hint from SceneTree | Ignacio Etcheverry | 2017-08-19 | 5 | -5/+3 | |
| | | | | | | ||||||
| | * | | | | Adds editor_hint to Engine class | Ignacio Etcheverry | 2017-08-19 | 2 | -1/+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 #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 | 5 | -10/+5 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | Some control fixes and removed other useless lines | |||||
| | * | | | | Some control fixes and removed useless lines | Gilles Roudiere | 2017-08-19 | 5 | -10/+5 | |
| | | | | | | ||||||
| * | | | | | SceneTreeEditor: Fix node_selected signal emission. | Andreas Haas | 2017-08-20 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | | | | | | | | Fixes #10131 | |||||
| * | | | | | Revert "Second take at making command-line arguments more UNIX-like + ↵ | Juan Linietsky | 2017-08-19 | 5 | -41/+93 | |
| | |/ / / |/| | | | | | | | | | | | main.cpp and help cleanup" | |||||
| * | | | | 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 | 2 | -0/+2 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Added smooth scrolling to TextEdit | |||||
| | * | | | | | Added smooth scrolling to TextEdit | Paulb23 | 2017-08-19 | 2 | -0/+2 | |
| | | | | | | | ||||||
| * | | | | | | Fixes for new two-dash long command line arguments | Rémi Verschelde | 2017-08-19 | 4 | -79/+28 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 | 3 | -17/+16 | |
| |/ / / / / | | | | | | | | | | | | | | | | Also improves the command-line help text readability. | |||||
| * / / / / | Fixes to label and code editor to make editing code hopefully fast again. | Juan Linietsky | 2017-08-19 | 1 | -4/+7 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #10435 from endragor/export-quit | Rémi Verschelde | 2017-08-19 | 1 | -1/+2 | |
| |\ \ \ \ | | | | | | | | | | | Quit after command-line export | |||||
| | * | | | | Quit after command-line export | Ruslan Mustakov | 2017-08-19 | 1 | -1/+2 | |
| | | | | | | ||||||
| * | | | | | Inspector re-edits edited object when dock moves, closes #9287 | Juan Linietsky | 2017-08-18 | 1 | -0/+3 | |
| | | | | | | ||||||
| * | | | | | Fix primitive mesh selection, closes #9210 | Juan Linietsky | 2017-08-18 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | -Volume sliders, mute, solo and fx bypass are functional, closes #9021 | Juan Linietsky | 2017-08-18 | 3 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | -Fixed tree reselect, makes reselecting an audio bux FX work | |||||
| * | | | | | Update script signals in real-time when script changes. Fixes #8980 | Juan Linietsky | 2017-08-18 | 6 | -3/+19 | |
| | | | | | | ||||||
| * | | | | | Properly manage drawing of primitives when they lack an area, fixes #8930 | Juan Linietsky | 2017-08-18 | 2 | -5/+15 | |
| | | | | | | ||||||
| * | | | | | -Properly check limits to objects sent (regarding to size), fixes #9034 | Juan Linietsky | 2017-08-18 | 2 | -7/+36 | |
| |/ / / / | | | | | | | | | | | | | | | | | -Changed the way objects are marshalled and sent to the debugger -Editing debugged objects happens in the remote inspector now | |||||
| * | | | | Make sure local to scene resources are initialized after loading all nodes, ↵ | Juan Linietsky | 2017-08-18 | 1 | -6/+10 | |
| | | | | | | | | | | | | | | | | | fixes #9438 | |||||
| * | | | | Add closest_power_of_2 func and implement mix_rate/latency on OS X | Marcelo Fernandez | 2017-08-17 | 3 | -6/+6 | |
| | | | | | ||||||
| * | | | | Several improvements and fixes to import system. Might fix many issues ↵ | Juan Linietsky | 2017-08-17 | 3 | -5/+78 | |
| |/ / / | | | | | | | | | | opened, but have to check in detail.. | |||||
| * | | | Fix progress dialog's bars overflowing. | Gilles Roudiere | 2017-08-17 | 1 | -3/+4 | |
| | | | | ||||||
| * | | | Fix/improve property evaluator | Pedro J. Estébanez | 2017-08-17 | 1 | -7/+7 | |
| | |/ |/| | | | | | | | | | | | | | Evolution of #10366 based on what has been discussed there. Now you can refer to the relevant object either by `self` or `s`. No conflicts with a potential `tool` script attached to the object. Proper cleanup since a dummy object is used to have an instance and the temporary script dies with it. | |||||
| * | | Tilemap Editor: Setting to hide tile info in the menu bar | Rémi Verschelde | 2017-08-16 | 2 | -5/+17 | |
| | | | | | | | | | Based on e513ecb7a14560d7238408a16a3b855863fd6df9. | |||||
| * | | Merge pull request #10252 from neikeq/pr-fix-some-stuff-<3 | Rémi Verschelde | 2017-08-16 | 1 | -3/+3 | |
| |\ \ | | | | | | | Some method fixes | |||||
| | * | | EditorPlugin: Renames virtual method hiding inherited method | Ignacio Etcheverry | 2017-08-16 | 1 | -3/+3 | |
| | |/ | ||||||
| * | | Merge pull request #8899 from toger5/BetterFlatStylebox | Rémi Verschelde | 2017-08-16 | 1 | -78/+59 | |
| |\ \ | | | | | | | Better flat stylebox with rounded corners | |||||
| | * | | Adapted godot to the new StyleBoxFlat | toger5 | 2017-08-15 | 1 | -78/+59 | |
| | | | | ||||||
| * | | | Merge pull request #10300 from H4kor/anchor | Rémi Verschelde | 2017-08-16 | 1 | -7/+4 | |
| |\ \ \ | | | | | | | | | Show Anchor even when Control-Node is hidden | |||||
| | * | | | Showing anchor icon in editor if control-node is hidden (fixes #9542) | Niko Abeler | 2017-08-13 | 1 | -7/+4 | |
| | | |/ | |/| | ||||||
| * | | | Merge pull request #10307 from Rubonnek/update-argument-names | Rémi Verschelde | 2017-08-16 | 59 | -154/+154 | |
| |\ \ \ | | | | | | | | | Updated function argument names | |||||
| | * | | | Updated function argument names | Wilson E. Alvarez | 2017-08-12 | 59 | -154/+154 | |
| | |/ / | ||||||
| * | | | Merge pull request #10312 from kbake/pressed-scroll-bar-style | Rémi Verschelde | 2017-08-16 | 3 | -0/+85 | |
| |\ \ \ | | | | | | | | | Scroll bars now look different on press | |||||
| | * | | | Scroll bars now look different on press | kbake | 2017-08-12 | 3 | -0/+85 | |
| | |/ / | ||||||
