aboutsummaryrefslogtreecommitdiff
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* Finally fixes the infamous bug #4444, hoping to never see you again.Juan Linietsky2016-07-101-0/+9
* Fix help search dialog titleseska2016-07-101-1/+2
* Revert "update EditorDirDialog on external change, closes #4629"Rémi Verschelde2016-07-102-9/+0
* remove warnings if a script is missing and can't be openedJuan Linietsky2016-07-081-0/+2
* Make sure builtin types' constants remain in orderGeorge Marques2016-07-081-16/+0
* Fixed bug in instance state ordering, closes #3904Juan Linietsky2016-07-081-3/+1
* Avoid recursion in filesystem scanning, closes #3838Juan Linietsky2016-07-081-16/+25
* Properly complain when a scene file has not be selected, closes #3811Juan Linietsky2016-07-081-0/+22
* Ability to rotate controls using tool, closes #3800Juan Linietsky2016-07-081-8/+30
* remove the warning of instances in use at exitJuan Linietsky2016-07-081-1/+1
* Fix error reporting when a scene is not imported properly, closes #3968Juan Linietsky2016-07-083-12/+18
* Fix network IP setting changevolzhs2016-06-251-1/+1
* Fixed save as not working with scriptsPaulb232016-06-251-0/+1
* Fixed error using the same atlas rect for all images, closes #4139Juan Linietsky2016-06-252-2/+13
* Fix classes.xml sortingGeorge Marques2016-06-252-0/+32
* Renamed Trackpad Hint to Emulate 3 Button Mouse. (#5258)sunnystormy2016-06-252-2/+2
* do not crash when generating preview of very large sound files, fixes #4123Juan Linietsky2016-06-252-12/+12
* update EditorDirDialog on external change, closes #4629Juan Linietsky2016-06-252-0/+9
* Make ".." always appear even if dir is unlistable (likely lacking permissions...Juan Linietsky2016-06-251-0/+5
* resolve numerical error when comparing instancing an inheritance to avoid sav...Juan Linietsky2016-06-251-0/+8
* rewrote LineEdit window repositioning code so it does not eat the last charac...Juan Linietsky2016-06-251-0/+1
* apply built-in scripts when running the game, closes #4987Juan Linietsky2016-06-251-1/+4
* * fix messages when modifying on switching the active axisNuno Donato2016-06-251-4/+4
* If a resource is delete from fs dialog, but the resource is currently loaded,Juan Linietsky2016-06-252-0/+6
* add line spacing option to script and shader editor (#5105)volzhs2016-06-252-0/+4
* Fixed editor help focus issues and input propagationPaulb232016-06-251-0/+1
* Improved Blender/Collada shadeless->unshaded importPawel Kowal2016-06-254-1/+12
* Improved breakpoint marker position, and scales with font sizePaulb232016-06-251-1/+0
* The create dialog starts collapsed now.Warlaan2016-06-052-0/+14
* deselect in help when click somewherevolzhs2016-06-052-0/+10
* Added classes' short descriptions as tooltips in the create dialog.Warlaan2016-06-041-0/+4
* Icon: Remove more grey capsules behind official logoRémi Verschelde2016-06-043-0/+0
* Editor: Fix base dir when going back to project managerRémi Verschelde2016-06-041-2/+2
* Remove focus from Sprite Region Editor dialog. Fixes #4751MarianoGNU2016-06-041-0/+1
* Added, goto next and previous breakpoint and remove all, issue 1690Paulb232016-06-042-0/+61
* Added breakpoint markers, issue 4750Paulb232016-06-042-1/+4
* Debugger: show error message if description is not availableIgnacio Etcheverry2016-06-041-1/+1
* use node name as filename when save scenevolzhs2016-06-042-2/+4
* Change the default comment color to #676767 (#4763)Hugo Locurcio2016-06-041-1/+1
* Multiline duplication, issue #4661Paulb232016-06-041-6/+25
* Check the save path before importing a 3D MeshWilhem Barbier2016-06-041-9/+9
* Member variable syntax highlightingPaulb232016-06-042-0/+2
* Save member information in docdataBojidar Marinov2016-06-041-0/+2
* Add SpinBox to Lossy Quality on Image Groupsvolzhs2016-06-041-2/+9
* Merge pull request #5021 from zaps166/2.0-last_sample_playing-fixRémi Verschelde2016-06-031-1/+1
|\
| * SampleLibraryEditor: Initialize "is_playing" variableBłażej Szczygieł2016-06-031-1/+1
* | Revert "Revert "-make sure single select after multi select works better""Rémi Verschelde2016-05-182-2/+2
|/
* Revert "-make sure single select after multi select works better"2.0.3-stableRémi Verschelde2016-05-132-2/+2
* Added caret blink in text editorPaulb232016-05-123-0/+14
* Fixed animation player auto-queue duplication and undo/redoPaulb232016-05-122-7/+29