aboutsummaryrefslogtreecommitdiff
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* -renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky2017-02-2131-48/+362
* Editor Export Settings Dialog is completed!! Now on to make some exporters..Juan Linietsky2017-02-1913-2011/+982
* Correct hash behavior for floating point numbersHein-Pieter van Braam2017-02-161-2/+2
* -begin of export work, not done yetJuan Linietsky2017-02-154-311/+351
* Merge pull request #7792 from Hinsbart/inputmap_fixesRémi Verschelde2017-02-142-5/+11
|\
| * ProjectSettings: InputMap dialog fixesAndreas Haas2017-02-132-5/+11
* | Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-1362-616/+616
|/
* Merge pull request #7352 from Zylann/polylineRémi Verschelde2017-02-126-0/+452
|\
| * Added Line2D node that draws a polygon-based lineMarc Gilleron2017-01-156-0/+452
* | Merge pull request #7789 from volzhs/update-script-buttonRémi Verschelde2017-02-121-0/+4
|\ \
| * | Update attach/clear script tool bar icon in Scene panelvolzhs2017-02-131-0/+4
* | | Merge pull request #7772 from Limb/fixgiprobeeditorRémi Verschelde2017-02-121-2/+0
|\ \ \
| * | | Remove memdelete of button in GIProbeEditor exitKenneth Lorthioir2017-02-091-2/+0
* | | | 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
| |/ / / |/| | |