| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Fix _quick_run method (Play custom scene) | Ignacio Etcheverry | 2016-02-17 | 2 | -3/+3 | |
| | | | ||||||
| * | | Experimental Docker image for godot | mrezai | 2016-02-17 | 3 | -0/+143 | |
| |/ | ||||||
| * | Merge pull request #3689 from nunodonato/numpademulation | Rémi Verschelde | 2016-02-16 | 2 | -4/+17 | |
| |\ | | | | | * Added numpad emulation in the 3d viewport (fixes #3612) | |||||
| | * | * Added numpad emulation (fixes #3612) | Nuno | 2016-02-12 | 2 | -4/+17 | |
| | | | ||||||
| * | | Merge pull request #3692 from neikeq/issue_3682 | Rémi Verschelde | 2016-02-16 | 2 | -77/+57 | |
| |\ \ | | | | | | | Rename input actions by editing its item in the list | |||||
| | * | | Rename input actions by editing its item in the list | Ignacio Etcheverry | 2016-02-13 | 2 | -77/+57 | |
| | |/ | ||||||
| * | | Merge pull request #3641 from JoshuaGrams/master | Rémi Verschelde | 2016-02-16 | 1 | -0/+8 | |
| |\ \ | |/ |/| | AnimationPlayer frame SpinBox snaps to steps. | |||||
| | * | AnimationPlayer frame SpinBox snaps to steps. | Josh Grams | 2016-02-09 | 1 | -0/+8 | |
| | | | ||||||
| * | | Merge pull request #3669 from Hinsbart/fix_joylabel | Rémi Verschelde | 2016-02-11 | 1 | -2/+2 | |
| |\ \ | | | | | | | fix joystick related label text in project settings | |||||
| | * | | fix joystick related label text in project settings | hondres | 2016-02-11 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | -fixed more issues resampling sounds | Juan Linietsky | 2016-02-11 | 1 | -4/+4 | |
| | | | | ||||||
| * | | | Merge pull request #3658 from Hinsbart/doc_joyevent | Rémi Verschelde | 2016-02-11 | 1 | -1/+1 | |
| |\ \ \ | | | | | | | | | doc: use correct identifiers for InputEventJoystick{Motion, Button} | |||||
| | * | | | doc: use correct identifier for InputEventJoystick{Motion, Button} | hondres | 2016-02-10 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | -Made some icon data types smaller so they take up less space | Juan Linietsky | 2016-02-11 | 16 | -1/+1 | |
| | |/ / |/| | | | | | | | | -Fixed sample import plugin, makes samples sound strange in smp when limited hz | |||||
| * | | | Fixed a couple of tooltips on the editor | Tegu | 2016-02-10 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | export from command line | Ariel Manzur | 2016-02-10 | 1 | -0/+10 | |
| | |/ |/| | ||||||
| * | | -Allow renaming root node of inherited scene | Juan Linietsky | 2016-02-09 | 1 | -1/+1 | |
| | | | ||||||
| * | | Insert new key helper is back to 2D editor, missed it? | Juan Linietsky | 2016-02-09 | 2 | -2/+5 | |
| |/ | ||||||
| * | -Property apply limits to V/H Splits in main editor window. Fixes #3567 | Juan Linietsky | 2016-02-08 | 5 | -17/+17 | |
| | | ||||||
| * | -Avoid crash in property editor due to newly out of focus but still valid ↵ | Juan Linietsky | 2016-02-08 | 1 | -0/+3 | |
| | | | | | property edition, fixes #3601 | |||||
| * | Merge pull request #3494 from blackwc/exclude_export | Rémi Verschelde | 2016-02-08 | 4 | -14/+51 | |
| |\ | | | | | add feature to exclude files from export | |||||
| | * | add feature to exclude files from export | blackwc | 2016-02-04 | 4 | -14/+51 | |
| | | | ||||||
| * | | Temporary workaround for #78 | Ignacio Etcheverry | 2016-02-06 | 1 | -3/+3 | |
| | | | ||||||
| * | | Added missing ReloadEmpty editor icon | Ignacio Etcheverry | 2016-02-05 | 1 | -0/+0 | |
| | | | ||||||
| * | | Removed PE-bliss, win32 binares so far remain without icon, had many issues ↵ | Juan Linietsky | 2016-02-04 | 85 | -18127/+0 | |
| | | | | | | | | | | | | | | | | | with it: -corrupted 32 binaries without reason -does not support upx binaries -forces dependency o libstdc++ | |||||
| * | | Merge pull request #3560 from Hinsbart/axis_names | punto- | 2016-02-02 | 1 | -6/+17 | |
| |\ \ | | | | | | | fix joystick axis names in project settings | |||||
| | * | | fix joystick axis names in project settings | hondres | 2016-02-03 | 1 | -6/+17 | |
| | | | | ||||||
| * | | | -only save scripts if changed, takes less time to run projects and does not ↵ | Juan Linietsky | 2016-02-02 | 2 | -7/+12 | |
| | | | | | | | | | | | | | confuse you with changed dates. | |||||
| * | | | -Add some offset to spinboxes in tree, so revert icon does not annoy much ↵ | Juan Linietsky | 2016-02-02 | 2 | -12/+29 | |
| | | | | | | | | | | | | | when pops up, fixes #3415 | |||||
| * | | | -fix path clear in animation call param, closes #3448 | Juan Linietsky | 2016-02-02 | 1 | -0/+3 | |
| | | | | ||||||
| * | | | -make animationplayer thinner, also toolbuttons too. fixes #3526 | Juan Linietsky | 2016-02-02 | 2 | -2/+2 | |
| |/ / | ||||||
| * | | -make autoloads keep order when toggling singleton, fixes #3482 | Juan Linietsky | 2016-02-02 | 1 | -0/+3 | |
| | | | ||||||
| * | | -Made Joystick menus friendlier, show button index, more up to date names ↵ | Juan Linietsky | 2016-02-02 | 1 | -10/+22 | |
| | | | | | | | | | and axis names. Closes #3501 | |||||
| * | | -Make sure to properly use node path from animation track as base path, ↵ | Juan Linietsky | 2016-01-31 | 2 | -11/+60 | |
| | | | | | | | | | fixes #3448 | |||||
| * | | do not fail on invalid audio driver, fixes #3466 | Juan Linietsky | 2016-01-31 | 1 | -0/+2 | |
| | | | ||||||
| * | | -Increment resources total in scene format text, fixes #3506 | Juan Linietsky | 2016-01-29 | 1 | -0/+2 | |
| | | | ||||||
| * | | fix dpad left/right not showing correctly in project settings | hondres | 2016-01-28 | 1 | -1/+1 | |
| |/ | ||||||
| * | Merge pull request #3490 from TheHX/issue-3453 | Rémi Verschelde | 2016-01-27 | 1 | -1/+1 | |
| |\ | | | | | Fix input passing to script editor even if not visible | |||||
| | * | Fix input passing to script editor even if not visible | Franklin Sobrinho | 2016-01-27 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fix animation toolbar | Franklin Sobrinho | 2016-01-27 | 4 | -11/+10 | |
| |/ | ||||||
| * | defer project export filesystem update if not visible | Juan Linietsky | 2016-01-27 | 3 | -2/+21 | |
| | | ||||||
| * | Merge pull request #1453 from adolson/remove-inspector-headings | Rémi Verschelde | 2016-01-26 | 1 | -3/+1 | |
| |\ | | | | | remove column titles in property inspector | |||||
| | * | remove column titles in property inspector | Dana Olson | 2015-02-28 | 1 | -3/+1 | |
| | | | ||||||
| * | | Fix crash when renaming nodes using focus loss | Franklin Sobrinho | 2016-01-26 | 1 | -1/+4 | |
| | | | ||||||
| * | | Merge pull request #3436 from neikeq/rm_dbg_x | Rémi Verschelde | 2016-01-25 | 2 | -22/+0 | |
| |\ \ | | | | | | | Removed debugger X (hide) button | |||||
| | * | | Removed debugger X (hide) button | Ignacio Etcheverry | 2016-01-24 | 2 | -22/+0 | |
| | | | | ||||||
| * | | | Merge pull request #3432 from TheHX/pr-groups-editor | Rémi Verschelde | 2016-01-25 | 1 | -0/+2 | |
| |\ \ \ | | | | | | | | | Groups Editor: Clear LineEdit after creating a new group | |||||
| | * | | | Groups Editor: Clear LineEdit after creating a new group | Franklin Sobrinho | 2016-01-24 | 1 | -0/+2 | |
| | | | | | ||||||
| * | | | | Merge pull request #3435 from neikeq/output_focus_steal | Juan Linietsky | 2016-01-25 | 3 | -1/+14 | |
| |\ \ \ \ | | | | | | | | | | | Fix Output panel annoying focus steal | |||||
| | * | | | | Fix Output panel annoying focus steal | Ignacio Etcheverry | 2016-01-24 | 3 | -1/+14 | |
| | | |/ / | |/| | | ||||||
