aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* keep previous rotation when using rotate tool. fixes #3788.volzhs2016-02-221-1/+1
|
* Change "erase" to "remove" in project manager. fixes #3796.volzhs2016-02-221-3/+3
|
* Fix pixelated steam capsulesRémi Verschelde2016-02-226-0/+0
|
* ._sc_ file is now a ConfigFile for self contained modeAriel Manzur2016-02-2111-4/+1063
| | | | can contain a pre-loaded list of projects to be added to editor_settings.xml
* -fixed a crash when closing scene with animationplayer openJuan Linietsky2016-02-212-2/+6
| | | | -removed item checked print, closes #3564
* Add a script to sort demos alphabeticallyRémi Verschelde2016-02-211-0/+29
| | | | By changing their timestamp, which Godot current relies on.
* -Change link to new documentationJuan Linietsky2016-02-201-1/+1
| | | | -fixed bug in tilemap collision debug
* Added a setting in editor defining scene tabs close button policy. Fixes #3777Julian Murgia - StraToN2016-02-201-1/+5
| | | | | | global/always_show_close_button_in_scene_tabs Default = OFF --> Close button only on active tab ON --> Close button on all tabs
* Added "self contained" mode for Steam installation and similar. Editor looks ↵Ariel Manzur2016-02-191-9/+19
| | | | for a file ._sc_ in the directory where the executable is, if it's present, all the editor settings (including the export templates) are read from editor_data/ inside that directory
* Keep 'Play custom scene' button unpressed when not runningIgnacio Etcheverry2016-02-181-0/+1
|
* Merge pull request #3749 from akien-mga/pr-codeblockRémi Verschelde2016-02-171-1/+1
|\ | | | | Implement support for [codeblock] tag in help
| * Implement support for [codeblock] tag in helpRémi Verschelde2016-02-171-1/+1
| | | | | | | | | | It allows to define a multiline space-indented code block that will be properly parsed by the reST converter for the online docs. The in-editor help understand the [codeblock] tag as it supposedly understand [code] already (i.e. it just seems to discard it, though the code was supposed to switch it to a monospace font, but that's likely another issue.
* | Remove unimplemented SceneAnimationImport plugin from menuRémi Verschelde2016-02-171-1/+2
| | | | | | | | | | The code structure is still available if someone wanted to implement it. Issue #3667 will be kept as a reminder for the added todo.
* | Merge pull request #3744 from neikeq/issue_3742Rémi Verschelde2016-02-172-7/+22
|\ \ | |/ |/| Fix "Play custom scene" button and allow to restart
| * Added option to restart custom sceneIgnacio Etcheverry2016-02-172-4/+19
| |
| * Fix _quick_run method (Play custom scene)Ignacio Etcheverry2016-02-172-3/+3
| |
* | Experimental Docker image for godotmrezai2016-02-173-0/+143
|/
* Merge pull request #3689 from nunodonato/numpademulationRémi Verschelde2016-02-162-4/+17
|\ | | | | * Added numpad emulation in the 3d viewport (fixes #3612)
| * * Added numpad emulation (fixes #3612)Nuno2016-02-122-4/+17
| |
* | Merge pull request #3692 from neikeq/issue_3682Rémi Verschelde2016-02-162-77/+57
|\ \ | | | | | | Rename input actions by editing its item in the list
| * | Rename input actions by editing its item in the listIgnacio Etcheverry2016-02-132-77/+57
| |/
* | Merge pull request #3641 from JoshuaGrams/masterRémi Verschelde2016-02-161-0/+8
|\ \ | |/ |/| AnimationPlayer frame SpinBox snaps to steps.
| * AnimationPlayer frame SpinBox snaps to steps.Josh Grams2016-02-091-0/+8
| |
* | Merge pull request #3669 from Hinsbart/fix_joylabelRémi Verschelde2016-02-111-2/+2
|\ \ | | | | | | fix joystick related label text in project settings
| * | fix joystick related label text in project settingshondres2016-02-111-2/+2
| | |
* | | -fixed more issues resampling soundsJuan Linietsky2016-02-111-4/+4
| | |
* | | Merge pull request #3658 from Hinsbart/doc_joyeventRémi Verschelde2016-02-111-1/+1
|\ \ \ | | | | | | | | doc: use correct identifiers for InputEventJoystick{Motion, Button}
| * | | doc: use correct identifier for InputEventJoystick{Motion, Button}hondres2016-02-101-1/+1
| | | |
* | | | -Made some icon data types smaller so they take up less spaceJuan Linietsky2016-02-1116-1/+1
| |/ / |/| | | | | | | | -Fixed sample import plugin, makes samples sound strange in smp when limited hz
* | | Fixed a couple of tooltips on the editorTegu2016-02-101-2/+2
| | |
* | | export from command lineAriel Manzur2016-02-101-0/+10
| |/ |/|
* | -Allow renaming root node of inherited sceneJuan Linietsky2016-02-091-1/+1
| |
* | Insert new key helper is back to 2D editor, missed it?Juan Linietsky2016-02-092-2/+5
|/
* -Property apply limits to V/H Splits in main editor window. Fixes #3567Juan Linietsky2016-02-085-17/+17
|
* -Avoid crash in property editor due to newly out of focus but still valid ↵Juan Linietsky2016-02-081-0/+3
| | | | property edition, fixes #3601
* Merge pull request #3494 from blackwc/exclude_exportRémi Verschelde2016-02-084-14/+51
|\ | | | | add feature to exclude files from export
| * add feature to exclude files from exportblackwc2016-02-044-14/+51
| |
* | Temporary workaround for #78Ignacio Etcheverry2016-02-061-3/+3
| |
* | Added missing ReloadEmpty editor iconIgnacio Etcheverry2016-02-051-0/+0
| |
* | Removed PE-bliss, win32 binares so far remain without icon, had many issues ↵Juan Linietsky2016-02-0485-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_namespunto-2016-02-021-6/+17
|\ \ | | | | | | fix joystick axis names in project settings
| * | fix joystick axis names in project settingshondres2016-02-031-6/+17
| | |
* | | -only save scripts if changed, takes less time to run projects and does not ↵Juan Linietsky2016-02-022-7/+12
| | | | | | | | | | | | confuse you with changed dates.
* | | -Add some offset to spinboxes in tree, so revert icon does not annoy much ↵Juan Linietsky2016-02-022-12/+29
| | | | | | | | | | | | when pops up, fixes #3415
* | | -fix path clear in animation call param, closes #3448Juan Linietsky2016-02-021-0/+3
| | |
* | | -make animationplayer thinner, also toolbuttons too. fixes #3526Juan Linietsky2016-02-022-2/+2
|/ /
* | -make autoloads keep order when toggling singleton, fixes #3482Juan Linietsky2016-02-021-0/+3
| |
* | -Made Joystick menus friendlier, show button index, more up to date names ↵Juan Linietsky2016-02-021-10/+22
| | | | | | | | and axis names. Closes #3501
* | -Make sure to properly use node path from animation track as base path, ↵Juan Linietsky2016-01-312-11/+60
| | | | | | | | fixes #3448
* | do not fail on invalid audio driver, fixes #3466Juan Linietsky2016-01-311-0/+2
| |