summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2017-02-14Merge pull request #7792 from Hinsbart/inputmap_fixesRémi Verschelde
ProjectSettings: InputMap dialog fixes
2017-02-13Rename the _MD macro to D_METHODHein-Pieter van Braam
This new name also makes its purpose a little clearer This is a step towards fixing #56
2017-02-13ProjectSettings: InputMap dialog fixesAndreas Haas
Now the selection jumps to the correct action after a new event has been added. Also sets the default device id for Joypad button events to 0.
2017-02-12Merge pull request #7352 from Zylann/polylineRémi Verschelde
Polyline
2017-02-12Merge pull request #7789 from volzhs/update-script-buttonRémi Verschelde
Update attach/clear script tool bar icon in Scene panel
2017-02-12Merge pull request #7772 from Limb/fixgiprobeeditorRémi Verschelde
Remove memdelete of button in GIProbeEditor exit
2017-02-12Merge pull request #7768 from bojidar-bg/sc-multiple-namesRémi Verschelde
Make _sc_ files work like ._sc_
2017-02-12Merge pull request #7757 from volzhs/save-debug-optionsRémi Verschelde
Save and restore debug options for each project
2017-02-12Merge pull request #7740 from magyar123/masterRémi Verschelde
Add editor option for closing the output when stopping the game.
2017-02-13Update attach/clear script tool bar icon in Scene panelvolzhs
2017-02-09Remove memdelete of button in GIProbeEditor exitKenneth Lorthioir
This issue was causing a heap corruption on windows.
2017-02-09Make _sc_ files work like ._sc_, fixes #7762Bojidar Marinov
2017-02-09Reorder the folders in tools to prepare moving tools/editorRémi Verschelde
- `certs` and `editor_fonts` go to `thirdparty` - `dist` and `scripts` go to a new `misc` folder - `collada` and `doc` go to `tools/editor` The next step will be to rename `tools/editor` to `editor` directly, but this will be done at the right time to avoid breaking too many PRs.
2017-02-08Save and restore debug optionsvolzhs
2017-02-07Merge pull request #7709 from bojidar-bg/sort-scripts-by-pathRémi Verschelde
Sort settings for scripts in the editor
2017-02-06Add editor option for automatically closing the output when stopping the game.mbalint12
2017-02-06Several bugfixes, improving the import workflowJuan Linietsky
2017-02-04Ensure proper config version when reading the new configuration file.Juan Linietsky
2017-02-04Renamed engine.cfg to godot.cfg, to forcefully break compatibility with 2.xJuan Linietsky
2017-02-04completed scene importing (I hope?)Juan Linietsky
2017-02-04fix continous reimport bug (i hope)Juan Linietsky
2017-02-04Scene import more or less working, needs some missing features.Juan Linietsky
2017-02-03OBJ file importing!Juan Linietsky
2017-02-02wav file importing!Juan Linietsky
2017-02-02Sort settings for scripts in the editorBojidar Marinov
2017-02-02Fix crash when saving root node by "Save Branch as Scene" with unsaved scenevolzhs
Fix #7667 (cherry picked from commit 43a2599801be348dfd41d928c7a66a590dbe8745)
2017-02-02Merge pull request #7672 from Hinsbart/drag_crashRémi Verschelde
SceneTreeDock: Fix crash when dragging invalid nodes.
2017-02-02Merge pull request #7670 from RandomShaper/load-placeholder-dupRémi Verschelde
Replicate load-as-placeholder state on node duplication
2017-02-02Merge pull request #7666 from Paulb23/line_length_guidelineRémi Verschelde
Fixed line lenght guideline, and added colour option
2017-02-02Merge pull request #7648 from RayKoopa/add_remove_animation_warningRémi Verschelde
Added warning when removing animations
2017-02-02Fix compile errorvolzhs
2017-02-01CSV translation import pluginJuan Linietsky
2017-02-01Lot of work in new importer, importing textures now works.Juan Linietsky
2017-01-29SceneTreeDock: Fix crash when dragging invalid nodes.Andreas Haas
Fixes #7529
2017-01-29Replicate load-as-placeholder state on node duplicationPedro J. Estébanez
Cherry-picked from 936f2e3b4e9fb657f6c874020428f8159356d923
2017-01-28Fixed line lenght guideline drawing with color optionPaulb23
2017-01-25Removed import/export system, will start new one from scratch.Juan Linietsky
2017-01-25Added warning when removing animationsRay Koopa
2017-01-25Merge pull request #7640 from volzhs/fix-scrollbar-2d-editor-3.0Rémi Verschelde
Fix weird scrollbar appearance on 2D editor (3.0 master)
2017-01-25Merge pull request #7642 from guilhermefelipecgs/add_categoryRémi Verschelde
Add run/output category [ci skip]
2017-01-25Merge pull request #7542 from volzhs/modulate-transparencyRémi Verschelde
Show transparency and accurate color for modulate
2017-01-25Audio bus editing is COMPLETE!Juan Linietsky
2017-01-25Add run/output categoryGuilherme Felipe
2017-01-25Fix weird scrollbar appearance on 2D editor (3.0 master)volzhs
2017-01-25Include filesystem dock split offset in editor layoutsPedro J. Estébanez
Cherry-picked from 2ac89f65403c606ad9a3cdf65e591cb375faf024
2017-01-24delete bus effects is now possibleJuan Linietsky
2017-01-24Show transparency and accurate color for modulatevolzhs
2017-01-24Ability to drag and drop around audio effects!Juan Linietsky
2017-01-23Ability to delete, drag and drop audio buses!Juan Linietsky
2017-01-21WIP new AudioServer, with buses, effects, etc.Juan Linietsky