summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2016-02-16Merge pull request #3689 from nunodonato/numpademulationRémi Verschelde
* Added numpad emulation in the 3d viewport (fixes #3612)
2016-02-16Merge pull request #3692 from neikeq/issue_3682Rémi Verschelde
Rename input actions by editing its item in the list
2016-02-16Merge pull request #3641 from JoshuaGrams/masterRémi Verschelde
AnimationPlayer frame SpinBox snaps to steps.
2016-02-13Rename input actions by editing its item in the listIgnacio Etcheverry
2016-02-12* Added numpad emulation (fixes #3612)Nuno
2016-02-11Merge pull request #3669 from Hinsbart/fix_joylabelRémi Verschelde
fix joystick related label text in project settings
2016-02-11fix joystick related label text in project settingshondres
2016-02-11-fixed more issues resampling soundsJuan Linietsky
2016-02-11Merge pull request #3658 from Hinsbart/doc_joyeventRémi Verschelde
doc: use correct identifiers for InputEventJoystick{Motion, Button}
2016-02-11-Made some icon data types smaller so they take up less spaceJuan Linietsky
-Fixed sample import plugin, makes samples sound strange in smp when limited hz
2016-02-10doc: use correct identifier for InputEventJoystick{Motion, Button}hondres
2016-02-10Fixed a couple of tooltips on the editorTegu
2016-02-10export from command lineAriel Manzur
2016-02-09AnimationPlayer frame SpinBox snaps to steps.Josh Grams
2016-02-09-Allow renaming root node of inherited sceneJuan Linietsky
2016-02-09Insert new key helper is back to 2D editor, missed it?Juan Linietsky
2016-02-08-Property apply limits to V/H Splits in main editor window. Fixes #3567Juan Linietsky
2016-02-08-Avoid crash in property editor due to newly out of focus but still valid ↵Juan Linietsky
property edition, fixes #3601
2016-02-08Merge pull request #3494 from blackwc/exclude_exportRémi Verschelde
add feature to exclude files from export
2016-02-06Temporary workaround for #78Ignacio Etcheverry
2016-02-05Added missing ReloadEmpty editor iconIgnacio Etcheverry
2016-02-04Removed PE-bliss, win32 binares so far remain without icon, had many issues ↵Juan Linietsky
with it: -corrupted 32 binaries without reason -does not support upx binaries -forces dependency o libstdc++
2016-02-04add feature to exclude files from exportblackwc
2016-02-02Merge pull request #3560 from Hinsbart/axis_namespunto-
fix joystick axis names in project settings
2016-02-02-only save scripts if changed, takes less time to run projects and does not ↵Juan Linietsky
confuse you with changed dates.
2016-02-02-Add some offset to spinboxes in tree, so revert icon does not annoy much ↵Juan Linietsky
when pops up, fixes #3415
2016-02-03fix joystick axis names in project settingshondres
2016-02-02-fix path clear in animation call param, closes #3448Juan Linietsky
2016-02-02-make animationplayer thinner, also toolbuttons too. fixes #3526Juan Linietsky
2016-02-02-make autoloads keep order when toggling singleton, fixes #3482Juan Linietsky
2016-02-02-Made Joystick menus friendlier, show button index, more up to date names ↵Juan Linietsky
and axis names. Closes #3501
2016-01-31-Make sure to properly use node path from animation track as base path, ↵Juan Linietsky
fixes #3448
2016-01-31do not fail on invalid audio driver, fixes #3466Juan Linietsky
2016-01-29-Increment resources total in scene format text, fixes #3506Juan Linietsky
2016-01-28fix dpad left/right not showing correctly in project settingshondres
2016-01-27Merge pull request #3490 from TheHX/issue-3453Rémi Verschelde
Fix input passing to script editor even if not visible
2016-01-27Fix input passing to script editor even if not visibleFranklin Sobrinho
2016-01-27Fix animation toolbarFranklin Sobrinho
2016-01-27defer project export filesystem update if not visibleJuan Linietsky
2016-01-26Merge pull request #1453 from adolson/remove-inspector-headingsRémi Verschelde
remove column titles in property inspector
2016-01-26Fix crash when renaming nodes using focus lossFranklin Sobrinho
2016-01-25Merge pull request #3436 from neikeq/rm_dbg_xRémi Verschelde
Removed debugger X (hide) button
2016-01-25Merge pull request #3432 from TheHX/pr-groups-editorRémi Verschelde
Groups Editor: Clear LineEdit after creating a new group
2016-01-25Merge pull request #3435 from neikeq/output_focus_stealJuan Linietsky
Fix Output panel annoying focus steal
2016-01-24avoid crash when scaling tilemap too much, fixes #266reduz
2016-01-24-avoid allowing selection of canvasitems inside a viewport, fixes #1383reduz
2016-01-24Removed debugger X (hide) buttonIgnacio Etcheverry
2016-01-24Fix Output panel annoying focus stealIgnacio Etcheverry
2016-01-24Groups Editor: Clear LineEdit after creating a new groupFranklin Sobrinho
2016-01-23-Fixes a bunch of stdout errors, closes #2763 closes #2731Juan Linietsky