aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Revert "make default extension .tscn"Pedro J. Estébanez2016-06-281-1/+1
| | | | This reverts commit 29177e1e9b2644cfa2d5efe6fcfe2605b84ed68c.
* Change method of storing folding, solves problems with inheritance, closes #3395Juan Linietsky2016-06-284-6/+31
|
* Remove error when getting dependencies from tscn files in some cases, closes ↵Juan Linietsky2016-06-282-22/+35
| | | | #3897
* Properly show the source:line even in inner clases, closes #3766Juan Linietsky2016-06-282-1/+2
|
* Merge pull request #5463 from vnen/fix-shortcut-typoRémi Verschelde2016-06-282-7/+7
|\ | | | | Fix typo in file dialog shortcut
| * Fix typo in file dialog shortcutGeorge Marques2016-06-282-7/+7
| | | | | | | | Also change the shortcut to refresh to F5.
* | Fix bug in inner class reference, closes #1411Juan Linietsky2016-06-281-4/+9
|/
* Fixed bug related to resolving constants in a class, closes #1110Juan Linietsky2016-06-281-1/+1
|
* Fix extends issue, closes #4026Juan Linietsky2016-06-282-1/+7
|
* Fixed bug in instance state ordering, closes #3904Juan Linietsky2016-06-282-4/+4
|
* Avoid recursion in filesystem scanning, closes #3838Juan Linietsky2016-06-281-16/+25
|
* i18n: Corrected a typo (#5460)Bonfi962016-06-281-1/+1
|
* i18n: Merge translations with templateRémi Verschelde2016-06-2817-868/+2500
|
* i18n: Sync template with sourceRémi Verschelde2016-06-281-22/+105
|
* i18n: Sync translations from WeblateRémi Verschelde2016-06-2810-297/+12594
| | | | Also adds Bulgarian and Japanese WIPs.
* i18n: Fix malformed TTR callRémi Verschelde2016-06-281-2/+2
|
* Fix style bug in event queueRémi Verschelde2016-06-281-1/+1
| | | | | Same fix as for 1f9812ab835e97ff07f4abba23a7915e04d306c9 Not sure if this code actually does anything though, `buffer_max_used` seems unused.
* Figured out a way to fix event propagation for shortcuts and some other ↵Juan Linietsky2016-06-275-1/+18
| | | | cases so they properly stop shortcuts if a modal window is open, closes #4848
* Ask about selecting a main scene if one has not been selected.Juan Linietsky2016-06-272-11/+41
|
* fix bug in reporting of message queue sizeJuan Linietsky2016-06-271-1/+1
|
* Make most resources (save for packedscenes and scripts) reload if they ↵Juan Linietsky2016-06-279-11/+35
| | | | change on disk. Closes #4059.
* Add a small workaround to avoid modal tabs to be closed if they are spawned ↵Juan Linietsky2016-06-273-1/+11
| | | | in the same frame, closes #3837
* Properly complain when a scene file has not be selected, closes #3811Juan Linietsky2016-06-271-0/+22
|
* Ability to rotate controls using tool, closes #3800Juan Linietsky2016-06-272-10/+40
|
* Properly deliver localized coordinates when passing gui events through ↵Juan Linietsky2016-06-274-64/+74
| | | | parents, closes #4215
* Merge pull request #5438 from akien-mga/pr-revert-loop-interpolationJuan Linietsky2016-06-276-61/+4
|\ | | | | Revert "Added toggle for loop interpolation based on adolson's code"
| * Revert "Added toggle for loop interpolation based on adolson's code"Rémi Verschelde2016-06-266-61/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commits 8884b8f51963553dd1ecc0bc4accf64deb4f645f bd5c8f2aa086c2cacc704dfef249c124760ab569 and 5cb31f6d5b667a551092b699de6f4786e0bb5b6d. <reduz> Akien, I understand the need for the second loop mode, but I think the current UI is pretty confusing. I think this should be changed for an enum, both there and in the animation.. otherwise we should revert it [...] <reduz> alternatively this could be added per track, which I think should make it a little less confusing Reopens #959..
* | Merge pull request #5437 from vnen/fix-visualserver-minimize-errorJuan Linietsky2016-06-261-2/+6
|\ \ | |/ |/| Fix visual server error when minimizing the window
| * Fix visual server error when minimizing the windowGeorge Marques2016-06-261-2/+6
|/
* Avoid mirroring to go negative to fix crash, closes #4036Juan Linietsky2016-06-261-0/+5
|
* remove the warning of instances in use at exitJuan Linietsky2016-06-262-2/+2
|
* Added an option to ParallaxLayer to add an extra scroll offset, helps if you ↵Juan Linietsky2016-06-264-7/+50
| | | | want to make clouds to move by themselves and animate that, for example.
* Fix error reporting when a scene is not imported properly, closes #3968Juan Linietsky2016-06-263-12/+18
|
* Merge pull request #5434 from vnen/fix-msvc-cscript-compileRémi Verschelde2016-06-261-14/+14
|\ | | | | Fix cscript module syntax errors for MSVC compiler
| * Fix cscript module syntax errors for MSVC compilerGeorge Marques2016-06-261-14/+14
|/
* Merge pull request #5431 from godotengine/revert-5416-masterJuan Linietsky2016-06-261-0/+1
|\ | | | | Revert "Fix issue when switching between FileSystem and other editor docks"
| * Revert "Fix issue when switching between FileSystem and other editor docks"Juan Linietsky2016-06-261-0/+1
|/
* Merge pull request #5430 from godotengine/revert-5391-parallax-layer-fix-tidyRémi Verschelde2016-06-261-4/+14
|\ | | | | Revert "Improve parallax mirroring algorithm"
| * Revert "Improve parallax mirroring algorithm"Rémi Verschelde2016-06-261-4/+14
|/
* Ability to set draw transform as a matrix, closes #5428Juan Linietsky2016-06-262-0/+13
|
* Cleaner way to enable ptrcallJuan Linietsky2016-06-262-1/+5
|
* missing filesJuan Linietsky2016-06-264-0/+83
|
* -Fix crashes with thread_exit()Juan Linietsky2016-06-265-1/+586
| | | | -Added draft of C script API (still disabled and unused)
* Merge pull request #5416 from samuelgrigolato/masterRémi Verschelde2016-06-261-1/+0
|\ | | | | Fix issue when switching between FileSystem and other editor docks
| * Fix issue when switching between FileSystem and other docks. #5384samuel.grigolato2016-06-251-1/+0
| |
* | Merge pull request #5412 from vnen/dvector-invert-bindRémi Verschelde2016-06-262-0/+49
|\ \ | | | | | | Expose *Array.invert() to script
| * | Add *Array.invert() documentationGeorge Marques2016-06-251-0/+35
| | |
| * | Expose *Array.invert() to scriptGeorge Marques2016-06-251-0/+14
| | | | | | | | | | | | Properly solve #4601.
* | | Merge pull request #5395 from vnen/android-sensorsRémi Verschelde2016-06-261-2/+2
|\ \ \ | | | | | | | | Fix Android sensors polling rate on resume
| * | | Fix Android sensors polling rate on resumeGeorge Marques2016-06-241-2/+2
| | | | | | | | | | | | | | | | Fix #5306