aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | i18n: Disable line numbers in location contextRémi Verschelde2016-05-211-2/+16
| | | | | | | | | | | | | | | | | | | | Can be toggled on with --with-line-nb.
| * | | | i18n: Add location of duplicate strings to the contextRémi Verschelde2016-05-211-1/+10
| | | | |
| * | | | i18n: Cosmetic fixes to extract scriptRémi Verschelde2016-05-211-24/+22
| | | | |
| * | | | i18n: Fix another %i in vformatRémi Verschelde2016-05-212-2/+2
| | | | |
| * | | | i18n: Use %d instead of %i in vformatRémi Verschelde2016-05-2112-76/+80
| | | | | | | | | | | | | | | | | | | | Fixes #4742.
| * | | | remove trailing whitespaceHubert Jarosz2016-05-219-15/+15
| | | | |
| * | | | Changes to open dir in native explorer RMB optionGeequlim2016-05-211-8/+3
| | | | | | | | | | | | | | | | | | | | | | | | | Rename 'Show In System' to 'Show In File Manager' Replace path from DirAccess::get_full_path to Globals::globalize_path
| * | | | Merge pull request #4733 from akien-mga/pr-i18n-proofreadingRémi Verschelde2016-05-2175-1545/+1135
| |\ \ \ \ | | | | | | | | | | | | i18n: Proofreading of all strings
| | * | | | i18n: Second pass at proofreadingRémi Verschelde2016-05-2138-320/+272
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mostly removing commented out strings, plus a few critical ones that should not be translated.
| | * | | | i18n: Sync template with previous commitRémi Verschelde2016-05-211-840/+476
| | | | | |
| | * | | | i18n: Proofreading of all stringsRémi Verschelde2016-05-2162-421/+423
| | | |_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | Done to ensure that no important identifiers are translatable, to fix compound strings using the new vformat() function, and some general English proofreading here and there.
| * | | | Merge pull request #4722 from MarianoGnu/masterRémi Verschelde2016-05-212-1/+110
| |\ \ \ \ | | | | | | | | | | | | Add Drag&Drop to ShaderGraphEditor's texture uniform graph node.
| | * | | | Add Drag&Drop to ShaderGraphEditor's texture uniform graph node.MarianoGNU2016-05-192-1/+110
| | | | | |
| * | | | | Merge pull request #4719 from Paulb23/multiline_duplicationRémi Verschelde2016-05-211-6/+25
| |\ \ \ \ \ | | | | | | | | | | | | | | Multiline duplication, issue #4661
| | * | | | | Multiline duplication, issue #4661Paulb232016-05-191-6/+25
| | | | | | |
| * | | | | | Merge pull request #4700 from Geequlim/filesystem-show_in_exploreRémi Verschelde2016-05-212-2/+18
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | Add 'Show In System' option into filesystem RMB menu
| | * | | | | Add 'Show In System' option into filesystem RMB menuGeequlim2016-05-182-2/+18
| | | | | | |
| * | | | | | Check the save path before importing a 3D MeshWilhem Barbier2016-05-181-9/+9
| |/ / / / /
| * | | | | i18n: Sync template with sourceRémi Verschelde2016-05-171-64/+152
| | | | | |
| * | | | | i18n: Make .pot paths hopefully platform-independentRémi Verschelde2016-05-172-1411/+1411
| | | | | |
* | | | | | First version of ProfilerJuan Linietsky2016-05-216-13/+1147
|/ / / / / | | | | | | | | | | | | | | | | | | | | It is now possible to profile GDScript as well as some parts of Godot internals.
* | | | | -Added configuration warning system for nodesJuan Linietsky2016-05-177-136/+60
| | | | | | | | | | | | | | | | | | | | | | | | | -Added a new "add" and "instance" buttons for scene tree -Added a vformat() function to ease translation work
* | | | | i18n: Simple extract.py improvementsRémi Verschelde2016-05-172-435/+531
| | | | | | | | | | | | | | | | | | | | Also sync the template with current source.
* | | | | Merge pull request #4690 from volzhs/dnd-visualRémi Verschelde2016-05-171-7/+14
|\ \ \ \ \ | | | | | | | | | | | | Scenetree Nodes drag and drop visual representation
| * | | | | Scenetree Nodes drag and drop visual representationvolzhs2016-05-171-7/+14
| |/ / / / | | | | | | | | | | | | | | | fixes #4684
* / / / / use case insensitive for searching nodes in Scene tree dockvolzhs2016-05-171-1/+1
|/ / / / | | | | | | | | | | | | fixes #4674
* | | | Merge pull request #4652 from Paulb23/node_duplication_positionRémi Verschelde2016-05-171-1/+1
|\ \ \ \ | |/ / / |/| | | Node duplication positions under duplicated node, issue #964
| * | | Node duplication positions under duplicated node, issue 964Paulb232016-05-131-1/+1
| | | |
* | | | Missing translatable stringsJuan Linietsky2016-05-161-14/+14
| | | |
* | | | Contextualized Scene Tree menuJuan Linietsky2016-05-167-9/+122
| | | | | | | | | | | | | | | | | | | | | | | | -Added context menu to Scene Tree Dock -Removed Buttons -Added a filter to search for nods more easily in the dock
* | | | Experimental Right Mouse Button menu for SceneTreeJuan Linietsky2016-05-154-2/+64
| | | | | | | | | | | | | | | | Will eventually replace the buttons of that dock, so please test it!
* | | | Changes to FileSystem DockJuan Linietsky2016-05-153-247/+497
| | | | | | | | | | | | | | | | | | | | | | | | | | | | -Replaced buttons for file actions fo RMB menu -Added a split mode, if the dock is not sharing vertical space with anything else -imroved drag and drop support
* | | | New reworked AnimatedSprite!Juan Linietsky2016-05-147-77/+734
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | -New SpriteFrames editor, with support for drag&drop, multiple animation sets, animation speed and loop. -New AnimatedSprite, with support for all the new features! AnimatedSprite3D has not been updated yet. -Added support for drag&drop to other editors, such as resourcepreload, sample library, etc.
* | | Merge pull request #4650 from bojidar-bg/add-doctool-memberRémi Verschelde2016-05-131-0/+2
|\ \ \ | | | | | | | | Save member information in docdata
| * | | Save member information in docdataBojidar Marinov2016-05-131-0/+2
| | | | | | | | | | | | | | | | Closes #4609
* | | | Add SpinBox to Lossy Quality on Image Groupsvolzhs2016-05-131-2/+9
|/ / / | | | | | | | | | fixes #3653
* | | ability to drag scenes from filesystem to tree for instancingJuan Linietsky2016-05-116-70/+178
| | |
* | | Merge pull request #4612 from bojidar-bg/fix-anchor-buildsRémi Verschelde2016-05-111-0/+2
|\ \ \ | | | | | | | | Fix #4588 (crash in Control::_set_anchor)
| * | | Fix #4588 (crash Control::_set_anchor)Bojidar Marinov2016-05-101-0/+2
| | | | | | | | | | | | | | | | Thanks to @vnen for testing this
* | | | -begun implementing drag & drop editor wideJuan Linietsky2016-05-1111-17/+798
| | | | | | | | | | | | | | | | | | | | | | | | -filesystem dock dnd support -property list dnd support -scene tree dnd support
* | | | Added caret blink in text editorPaulb232016-05-093-0/+14
|/ / /
* | | Fixed animation player auto-queue duplication and undo/redoPaulb232016-05-072-7/+29
| | |
* | | Merge pull request #4548 from vnen/pr-fix-win64-buildRémi Verschelde2016-05-051-1/+2
|\ \ \ | | | | | | | | Fix memory leak
| * | | Fix memory leakGeorge Marques2016-05-041-1/+2
| | | | | | | | | | | | | | | | As pointed out by @sanikoyes in #4541.
* | | | Merge pull request #4547 from neikeq/pr-wrong-debug-methodsRémi Verschelde2016-05-051-0/+1
|\ \ \ \ | | | | | | | | | | Fix wrong return and argument types in documentation
| * | | | Add missing Vector2Array case to Variant::operator String()Ignacio Etcheverry2016-05-041-0/+1
| | | | | | | | | | | | | | | | | | | | - Correcly display Vector2Array default arguments in the documentation
* | | | | -make sure single select after multi select works betterJuan Linietsky2016-05-042-2/+2
| | | | | | | | | | | | | | | | | | | | -fixed some warnings for OSX
* | | | | i18n: regenerate template for removed debug stringsRémi Verschelde2016-05-041-3018/+2722
| | | | |
* | | | | i18n: remove trailing spaces in scriptRémi Verschelde2016-05-041-7/+5
| | | | |
* | | | | i18n: Don't make print_line calls translatableRémi Verschelde2016-05-0421-80/+80
| | | | |