aboutsummaryrefslogtreecommitdiff
path: root/tools (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | Merge pull request #6436 from djrm/iconsRémi Verschelde2016-09-096-24/+18
|\ \ \ \ \ \ | | | | | | | | | | | | | | Tweaked some icons, including xform one
| * | | | | | Tweaked some icons, including xform oneDaniel J. Ramirez2016-09-086-24/+18
| | | | | | |
* | | | | | | Merge pull request #6190 from iammangod96/patch-1Ignacio Etcheverry2016-09-081-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fixed running the game before saving scene
| * | | | | | | Fixed running the game before saving sceneManish Sharma2016-08-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Closes #6184
* | | | | | | | Added customisable grid color, issue 3781Paulb232016-09-082-4/+9
| | | | | | | |
* | | | | | | | Merge pull request #6368 from Garmelon/issue-6320Rémi Verschelde2016-09-082-11/+38
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Tilemap editor: Bucket tool - allow deleting and replacing of tiles
| * | | | | | | | Tilemap editor: Bucket tool - allow deleting and replacing of tilesJoscha2016-09-022-11/+38
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge pull request #6418 from RandomShaper/canvas-show-hide-bonesGeorge Marques2016-09-072-57/+87
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add show bones checkable menu item
| * | | | | | | | Add show bones checkable menu itemPedro J. Estébanez2016-09-072-57/+87
| |/ / / / / / /
* | | / / / / / Renamed the bind_native functions to bind_vararg, should make it show the ↵Juan Linietsky2016-09-072-0/+14
| |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | documentation more clearly and also make it easier to bind to C#
* | | | | | | Merge pull request #6421 from Paulb23/highlight_current_script_issue_5450Rémi Verschelde2016-09-071-2/+9
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Added setting to change current script background color, issue 5450
| * | | | | | | Added setting to change current script background color, issue 5450Paulb232016-09-071-2/+9
| | | | | | | |
* | | | | | | | Fix dialogs in ProjectManage don't with editor theme issueGeequlim2016-09-071-4/+3
| | | | | | | |
* | | | | | | | Do not expose resource/ properties in sectioned property editor, closes #6396Juan Linietsky2016-09-061-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #6364 from akien-mga/pr-tools-cleanupRémi Verschelde2016-09-0675-644/+215
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Cleanup of the tools folder
| * | | | | | | Remove tools/script_plugins, demos of the old plugin APIRémi Verschelde2016-09-056-82/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They are superseded by the official demos in https://github.com/godotengine/godot-demo-projects/tree/master/plugins
| * | | | | | | Merge tools/docdump in tools/docRémi Verschelde2016-09-054-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reduces clutter in the tools folder.
| * | | | | | | Move various scripts to the "scripts" folderRémi Verschelde2016-09-057-171/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thus cleaning up the "tools" folder a bit.
| * | | | | | | Remove obsolete Win32 libraries that everyone had forgotten aboutRémi Verschelde2016-09-051-0/+0
| | | | | | | |
| * | | | | | | Move templates and distribution stuff to tools/distRémi Verschelde2016-09-0557-383/+214
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Also removed the obsolete iOS xcode template.
* | | | | | | Merge pull request #6410 from supaiku-o/issue-6029Rémi Verschelde2016-09-061-0/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Always show output panel when debugging
| * | | | | | | Always show output panel when debuggingsupaiku2016-09-061-0/+3
| |/ / / / / /
* | | | | | | Merge pull request #6406 from volzhs/create-folderRémi Verschelde2016-09-061-7/+7
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Select newly created folder on Directory dialog
| * | | | | | Select newly created folder on Directory dialogvolzhs2016-09-061-7/+7
| | |/ / / / | |/| | | |
* | | | | | i18n: Sync template and and merge translationsRémi Verschelde2016-09-0130-528/+2082
| | | | | |
* | | | | | i18n: Sync translations from WeblateRémi Verschelde2016-09-0122-3955/+23534
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Translator credits added manually based on Weblate git log. Adds Catalan, Danish and Norwegian Bokmål initial translations.
* | | | | | -Reworked constant nodes betterJuan Linietsky2016-08-311-1/+19
| | | | | | | | | | | | | | | | | | | | | | | | -Added simple switch node, removed InputEventFilter
* | | | | | Merge pull request #6228 from manokara/tilemap-someinfoRémi Verschelde2016-08-312-0/+13
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Add mouse position information in TileMap.
| * | | | | editor: Add mouse position information in TileMapMark Nokalt2016-08-302-0/+13
| | | | | |
* | | | | | Merge pull request #6245 from volzhs/issue-6154Rémi Verschelde2016-08-291-10/+13
|\ \ \ \ \ \ | | | | | | | | | | | | | | Change "Disable Filter" to "Enable Filter" on Font Import window
| * | | | | | check "disable_filter" option for backward compatibilityvolzhs2016-08-281-0/+3
| | | | | | |
| * | | | | | Change "Disable Filter" to "Enable Filter" on Font Import windowvolzhs2016-08-231-10/+10
| |/ / / / /
* | | | | | Merge pull request #6223 from RandomShaper/improve-gridmap-editRémi Verschelde2016-08-291-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Improve/fix GridMap editor
| * | | | | | Improve/fix GridMap editorPedro J. Estébanez2016-08-211-1/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix cursor/palette update on tile eyedropping Fix editor not cleaning its state when becoming inactive, which leaves indicators behind among other issues Fix/improve menu/keyboard shortcuts Merge 'Gridmap Editor' and 'Grid Map' settings into the latter
* | | | | | Merge pull request #6188 from TheHX/undo-redoRémi Verschelde2016-08-296-19/+23
|\ \ \ \ \ \ | | | | | | | | | | | | | | Implemented UndoRedo mergeable modes
| * | | | | | Implemented UndoRedo mergeable modesFranklin Sobrinho2016-08-176-19/+23
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #6185 from TheHX/pr-issue-3496Rémi Verschelde2016-08-294-18/+46
|\ \ \ \ \ \ | | | | | | | | | | | | | | Better editor settings for the FileSystem dock
| * | | | | | Better editor settings for the FileSystem dockFranklin Sobrinho2016-08-164-18/+46
| | |_|/ / / | |/| | | | | | | | | | | | | | | | * Save the current display mode when changing it from the dock
* | | | | | Merge pull request #5956 from djrm/tree_behaviorRémi Verschelde2016-08-296-78/+126
|\ \ \ \ \ \ | | | | | | | | | | | | | | Double click on scene tree element to focus currently selected node
| * | | | | | Double click on scene tree element to focus currently selected nodeDaniel J. Ramirez2016-08-276-78/+126
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In 3D it will focus in the first viewport Enable double click for trees
* | | | | | | Merge pull request #6319 from djrm/iconsRémi Verschelde2016-08-2985-566/+512
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | VS icons improvements
| * | | | | | | Colors for VS sockets and iconsDaniel J. Ramirez2016-08-2882-383/+328
| | | | | | | |
| * | | | | | | VS icons improvementsDaniel J. Ramirez2016-08-2852-273/+274
| |/ / / / / /
* | | | | | | Merge pull request #6249 from volzhs/issue-6121Rémi Verschelde2016-08-282-2/+30
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Show last added action on Input Map
| * | | | | | Show last added action on Input Map and implement InputEvent "=="volzhs2016-08-282-2/+30
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #6259 from volzhs/issue-6244Rémi Verschelde2016-08-271-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Prevent to add node to selection when node is not inside tree
| * | | | | | Prevent to add node to selection when node is not inside treevolzhs2016-08-271-1/+1
| |/ / / / /
* | | | | | Merge pull request #6187 from TheHX/pr-pinfo-functionRémi Verschelde2016-08-272-0/+23
|\ \ \ \ \ \ | | | | | | | | | | | | | | Added add_property_info function to Globals and EditorSettings classes
| * | | | | | Added add_property_info function to Globals and EditorSettings classesFranklin Sobrinho2016-08-162-0/+23
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #6186 from TheHX/pr-issue-5878Rémi Verschelde2016-08-272-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix editor glitches when the mesh/material preview is shown