aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7768 from bojidar-bg/sc-multiple-namesRémi Verschelde2017-02-121-1/+8
|\
| * Make _sc_ files work like ._sc_, fixes #7762Bojidar Marinov2017-02-091-1/+8
* | Merge pull request #7757 from volzhs/save-debug-optionsRémi Verschelde2017-02-125-14/+38
|\ \
| * | Save and restore debug optionsvolzhs2017-02-085-14/+38
* | | Merge pull request #7740 from magyar123/masterRémi Verschelde2017-02-122-0/+9
|\ \ \
| * | | Add editor option for automatically closing the output when stopping the game.mbalint122017-02-062-0/+9
* | | | Reorder the folders in tools to prepare moving tools/editorRémi Verschelde2017-02-09127-6790/+135
| |_|/ |/| |
* | | Merge pull request #7709 from bojidar-bg/sort-scripts-by-pathRémi Verschelde2017-02-072-4/+50
|\ \ \ | |_|/ |/| |
| * | Sort settings for scripts in the editorBojidar Marinov2017-02-022-4/+50
* | | Several bugfixes, improving the import workflowJuan Linietsky2017-02-068-93/+222
| |/ |/|
* | Ensure proper config version when reading the new configuration file.Juan Linietsky2017-02-041-2/+2
* | Renamed engine.cfg to godot.cfg, to forcefully break compatibility with 2.xJuan Linietsky2017-02-0437-244/+244
* | completed scene importing (I hope?)Juan Linietsky2017-02-045-10/+227
* | fix continous reimport bug (i hope)Juan Linietsky2017-02-041-2/+27
* | Scene import more or less working, needs some missing features.Juan Linietsky2017-02-045-6/+1297
* | OBJ file importing!Juan Linietsky2017-02-037-4/+269
* | wav file importing!Juan Linietsky2017-02-023-0/+654
|/
* Fix crash when saving root node by "Save Branch as Scene" with unsaved scenevolzhs2017-02-021-0/+7
* Merge pull request #7672 from Hinsbart/drag_crashRémi Verschelde2017-02-021-1/+3
|\
| * SceneTreeDock: Fix crash when dragging invalid nodes.Andreas Haas2017-01-291-1/+3
* | Merge pull request #7670 from RandomShaper/load-placeholder-dupRémi Verschelde2017-02-021-0/+1
|\ \
| * | Replicate load-as-placeholder state on node duplicationPedro J. Estébanez2017-01-291-0/+1
* | | Merge pull request #7666 from Paulb23/line_length_guidelineRémi Verschelde2017-02-022-0/+3
|\ \ \
| * | | Fixed line lenght guideline drawing with color optionPaulb232017-01-282-0/+3
| | |/ | |/|
* | | Merge pull request #7648 from RayKoopa/add_remove_animation_warningRémi Verschelde2017-02-022-9/+20
|\ \ \
| * | | Added warning when removing animationsRay Koopa2017-01-252-9/+20
* | | | Fix compile errorvolzhs2017-02-021-0/+5
* | | | CSV translation import pluginJuan Linietsky2017-02-017-10/+265
* | | | Lot of work in new importer, importing textures now works.Juan Linietsky2017-02-0114-744/+1141
| |/ / |/| |
* | | Removed import/export system, will start new one from scratch.Juan Linietsky2017-01-2534-160/+98
|/ /
* | Merge pull request #7640 from volzhs/fix-scrollbar-2d-editor-3.0Rémi Verschelde2017-01-251-2/+2
|\ \
| * | Fix weird scrollbar appearance on 2D editor (3.0 master)volzhs2017-01-251-2/+2
* | | Merge pull request #7642 from guilhermefelipecgs/add_categoryRémi Verschelde2017-01-252-2/+4
|\ \ \
| * | | Add run/output categoryGuilherme Felipe2017-01-252-2/+4
| |/ /
* | | Merge pull request #7542 from volzhs/modulate-transparencyRémi Verschelde2017-01-254-2/+23
|\ \ \
| * | | Show transparency and accurate color for modulatevolzhs2017-01-244-2/+23
* | | | Audio bus editing is COMPLETE!Juan Linietsky2017-01-255-31/+318
| |/ / |/| |
* | | Include filesystem dock split offset in editor layoutsPedro J. Estébanez2017-01-252-0/+11
| |/ |/|
* | delete bus effects is now possibleJuan Linietsky2017-01-242-1/+47
* | Ability to drag and drop around audio effects!Juan Linietsky2017-01-242-1/+116
* | Ability to delete, drag and drop audio buses!Juan Linietsky2017-01-233-5/+229
* | WIP new AudioServer, with buses, effects, etc.Juan Linietsky2017-01-2110-119/+743
* | Remove Quick Filter Files and fix FS search hotkeyRémi Verschelde2017-01-215-28/+30
* | Merge pull request #7528 from tagcup/real_t_float_fixesJuan Linietsky2017-01-207-28/+28
|\ \
| * | Overloaded basic math funcs (double and float variants). Use real_t rather th...Ferenc Arn2017-01-167-28/+28
* | | 2D Editor: Don't show lock icons for hidden nodes.Andreas Haas2017-01-192-2/+5
* | | Fix editor method calls to is_visible for Spatial and CanvasItem and is_visib...Ray Koopa2017-01-181-19/+18
* | | Added some missing icons and modified othersDaniel J. Ramirez2017-01-1611-47/+217
* | | icon fixesDaniel J. Ramirez2017-01-1680-1087/+381
* | | Merge pull request #7562 from RandomShaper/ordered-image-group-filesRémi Verschelde2017-01-161-4/+12
|\ \ \ | |/ / |/| |