| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2016-06-28 | Properly show the source:line even in inner clases, closes #3766 | Juan Linietsky | 2 | -1/+2 | |
| 2016-06-28 | Fix typo in file dialog shortcut | George Marques | 2 | -7/+7 | |
| Also change the shortcut to refresh to F5. | |||||
| 2016-06-28 | Fix bug in inner class reference, closes #1411 | Juan Linietsky | 1 | -4/+9 | |
| 2016-06-28 | Fixed bug related to resolving constants in a class, closes #1110 | Juan Linietsky | 1 | -1/+1 | |
| 2016-06-28 | Fix extends issue, closes #4026 | Juan Linietsky | 2 | -1/+7 | |
| 2016-06-28 | Fixed bug in instance state ordering, closes #3904 | Juan Linietsky | 2 | -4/+4 | |
| 2016-06-28 | Avoid recursion in filesystem scanning, closes #3838 | Juan Linietsky | 1 | -16/+25 | |
| 2016-06-28 | i18n: Corrected a typo (#5460) | Bonfi96 | 1 | -1/+1 | |
| 2016-06-28 | i18n: Merge translations with template | Rémi Verschelde | 17 | -868/+2500 | |
| 2016-06-28 | i18n: Sync template with source | Rémi Verschelde | 1 | -22/+105 | |
| 2016-06-28 | i18n: Sync translations from Weblate | Rémi Verschelde | 10 | -297/+12594 | |
| Also adds Bulgarian and Japanese WIPs. | |||||
| 2016-06-28 | i18n: Fix malformed TTR call | Rémi Verschelde | 1 | -2/+2 | |
| 2016-06-28 | Fix style bug in event queue | Rémi Verschelde | 1 | -1/+1 | |
| Same fix as for 1f9812ab835e97ff07f4abba23a7915e04d306c9 Not sure if this code actually does anything though, `buffer_max_used` seems unused. | |||||
| 2016-06-27 | Figured out a way to fix event propagation for shortcuts and some other ↵ | Juan Linietsky | 5 | -1/+18 | |
| cases so they properly stop shortcuts if a modal window is open, closes #4848 | |||||
| 2016-06-27 | Ask about selecting a main scene if one has not been selected. | Juan Linietsky | 2 | -11/+41 | |
| 2016-06-27 | fix bug in reporting of message queue size | Juan Linietsky | 1 | -1/+1 | |
| 2016-06-27 | Make most resources (save for packedscenes and scripts) reload if they ↵ | Juan Linietsky | 9 | -11/+35 | |
| change on disk. Closes #4059. | |||||
| 2016-06-27 | Add a small workaround to avoid modal tabs to be closed if they are spawned ↵ | Juan Linietsky | 3 | -1/+11 | |
| in the same frame, closes #3837 | |||||
| 2016-06-27 | Properly complain when a scene file has not be selected, closes #3811 | Juan Linietsky | 1 | -0/+22 | |
| 2016-06-27 | Ability to rotate controls using tool, closes #3800 | Juan Linietsky | 2 | -10/+40 | |
| 2016-06-27 | Properly deliver localized coordinates when passing gui events through ↵ | Juan Linietsky | 4 | -64/+74 | |
| parents, closes #4215 | |||||
| 2016-06-26 | Fix visual server error when minimizing the window | George Marques | 1 | -2/+6 | |
| 2016-06-26 | Revert "Added toggle for loop interpolation based on adolson's code" | Rémi Verschelde | 6 | -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.. | |||||
| 2016-06-26 | Avoid mirroring to go negative to fix crash, closes #4036 | Juan Linietsky | 1 | -0/+5 | |
| 2016-06-26 | remove the warning of instances in use at exit | Juan Linietsky | 2 | -2/+2 | |
| 2016-06-26 | Added an option to ParallaxLayer to add an extra scroll offset, helps if you ↵ | Juan Linietsky | 4 | -7/+50 | |
| want to make clouds to move by themselves and animate that, for example. | |||||
| 2016-06-26 | Fix error reporting when a scene is not imported properly, closes #3968 | Juan Linietsky | 3 | -12/+18 | |
| 2016-06-26 | Fix cscript module syntax errors for MSVC compiler | George Marques | 1 | -14/+14 | |
| 2016-06-26 | Revert "Fix issue when switching between FileSystem and other editor docks" | Juan Linietsky | 1 | -0/+1 | |
| 2016-06-26 | Revert "Improve parallax mirroring algorithm" | Rémi Verschelde | 1 | -4/+14 | |
| 2016-06-26 | Ability to set draw transform as a matrix, closes #5428 | Juan Linietsky | 2 | -0/+13 | |
| 2016-06-26 | Cleaner way to enable ptrcall | Juan Linietsky | 2 | -1/+5 | |
| 2016-06-26 | missing files | Juan Linietsky | 4 | -0/+83 | |
| 2016-06-26 | -Fix crashes with thread_exit() | Juan Linietsky | 5 | -1/+586 | |
| -Added draft of C script API (still disabled and unused) | |||||
| 2016-06-25 | Fix issue when switching between FileSystem and other docks. #5384 | samuel.grigolato | 1 | -1/+0 | |
| 2016-06-25 | try to fix windows build | Juan Linietsky | 2 | -1/+2 | |
| 2016-06-25 | Add *Array.invert() documentation | George Marques | 1 | -0/+35 | |
| 2016-06-25 | Expose *Array.invert() to script | George Marques | 1 | -0/+14 | |
| Properly solve #4601. | |||||
| 2016-06-25 | Added function to notify ScriptLanguage when a thread is created/freed, ↵ | Juan Linietsky | 7 | -5/+49 | |
| allows scripts to allocate a stack there via TLS | |||||
| 2016-06-25 | Gradle: remove trailing spaces | Rémi Verschelde | 1 | -7/+7 | |
| 2016-06-25 | Changes X11 res_name to "Godot_Engine" | paper-pauper | 1 | -1/+1 | |
| Add additional/alternative WM_CLASS; only affects the game window, avoids redundancy and allows finer control in WMs (#5265) | |||||
| 2016-06-24 | Configurable shortcuts for tabs switching | Daniel J. Ramirez | 1 | -12/+16 | |
| 2016-06-24 | Added high resolution icons for the Gizmos, fixes #1638 | Daniel J. Ramirez | 37 | -158/+141 | |
| 2016-06-24 | Fix Android sensors polling rate on resume | George Marques | 1 | -2/+2 | |
| Fix #5306 | |||||
| 2016-06-24 | changed way to return reference | Juan Linietsky | 1 | -2/+2 | |
| 2016-06-25 | Fix string array parameter check with jni | volzhs | 2 | -4/+4 | |
| 2016-06-24 | Improve parallax mirroring algorithm | Pedro J. Estébanez | 1 | -14/+4 | |
| Replaces the iterative approach currently used by the standard fmod() function. Also fixes infinite looping that happens when the mirroring value is negative. | |||||
| 2016-06-25 | Remove duplicated aidl for android | volzhs | 1 | -144/+0 | |
| Tested IAP function on device. | |||||
| 2016-06-24 | Add "bool" to GDScript reserverd keywords | Andreas Haas | 1 | -0/+1 | |
| Noticed that "bool" wasn't highlighted when used like `export(bool) var is_xy = false` | |||||
| 2016-06-24 | Fix bug in String==StrRange comparison | George Marques | 1 | -5/+2 | |
| It was comparing the StrRange with itself, always return true if both were the same length. Fix #3843 | |||||
