| Commit message (Expand) | Author | Files | Lines |
| 2016-06-12 | resolve numerical error when comparing instancing an inheritance to avoid sav... | Juan Linietsky | 2 | -3/+21 |
| 2016-06-12 | fixed tile map editor plugin, all previews are now the same size, closes #4983 | Juan Linietsky | 2 | -1/+7 |
| 2016-06-12 | Changed how min/max icon size in ItemList works and replaced it by a fixed si... | Juan Linietsky | 6 | -82/+53 |
| 2016-06-12 | project history was not being saved after a recent fix, this should fix it | Juan Linietsky | 1 | -1/+1 |
| 2016-06-12 | Fixed ancient bug that prevented proper theme editing, closes #4924 | Juan Linietsky | 2 | -31/+21 |
| 2016-06-12 | Documented many Physics2D* classes | Ovnuniarchos | 2 | -30/+281 |
| 2016-06-12 | Made error when signal calls a method with the wrong number of parameters mor... | Juan Linietsky | 1 | -2/+2 |
| 2016-06-12 | rewrote LineEdit window repositioning code so it does not eat the last charac... | Juan Linietsky | 2 | -6/+14 |
| 2016-06-11 | Ability to discard instancing from menu, closes #4903 | Juan Linietsky | 3 | -1/+49 |
| 2016-06-11 | fix how some display values are shown, fixes #4953 | Juan Linietsky | 1 | -1/+2 |
| 2016-06-11 | apply built-in scripts when running the game, closes #4987 | Juan Linietsky | 1 | -1/+4 |
| 2016-06-11 | gdscript tokenizer will dislike use of case, closes #4991 | Juan Linietsky | 1 | -2/+3 |
| 2016-06-11 | remove (for now) the next/prev instance buttons in debugger, closes #4993 | Juan Linietsky | 1 | -1/+3 |
| 2016-06-11 | Fix the warning message from not using the editor theme, closes #5002 | Juan Linietsky | 1 | -1/+1 |
| 2016-06-11 | fix crash in SamplePlayer, closes #5005 | Juan Linietsky | 1 | -2/+2 |
| 2016-06-11 | make sure editor forgets removed settings, closes #5010 | Juan Linietsky | 2 | -3/+25 |
| 2016-06-11 | Prevent crash in specific situation of removing a plugin, fixes #5019 | Juan Linietsky | 1 | -0/+1 |
| 2016-06-11 | remove unnecesary found bug? print, closes #5028 | Juan Linietsky | 1 | -1/+1 |
| 2016-06-11 | Rewrote ConnectionsDialog to use containers, should work fine on HiDPI, close... | Juan Linietsky | 1 | -70/+28 |
| 2016-06-11 | make sure tab is not visible in RichTextLabel, closes #5079 | Juan Linietsky | 1 | -0/+2 |
| 2016-06-11 | Made many built-in gdscript functions return more descriptive errors, closes ... | Juan Linietsky | 3 | -23/+56 |
| 2016-06-11 | Added options to keep scale and keep aspect centered to TextureFrame, closes ... | Juan Linietsky | 2 | -1/+30 |
| 2016-06-11 | -All variables from script are visible through get_property_list(), not just ... | Juan Linietsky | 4 | -0/+9 |
| 2016-06-11 | do not allow picking in captured mode, closes #5134 | Juan Linietsky | 1 | -1/+1 |
| 2016-06-11 | better rewording | Juan Linietsky | 1 | -1/+1 |
| 2016-06-11 | Show descriptive errors when look_at is improperly used, closes #5131 | Juan Linietsky | 1 | -0/+9 |
| 2016-06-11 | BaseButton: Add identifier for shortcut in tooltip | Ignacio Etcheverry | 1 | -2/+7 |
| 2016-06-11 | property output unix seconds since epoch in windows get_system_time_secs, fix... | Juan Linietsky | 1 | -1/+7 |
| 2016-06-10 | Add documentation for Array.find and Array.rfind | George Marques | 1 | -2/+13 |
| 2016-06-10 | Add 'rfind' function to Array | George Marques | 3 | -3/+20 |
| 2016-06-10 | Add 'from' argument to Array.find() | George Marques | 4 | -10/+10 |
| 2016-06-09 | Better way to disable asset library | Juan Linietsky | 2 | -14/+14 |
| 2016-06-09 | fixes wrong bool return, closes #5037 | Juan Linietsky | 1 | -1/+1 |
| 2016-06-09 | Fix last line of label being deleted by line spacing | Juan Linietsky | 1 | -1/+3 |
| 2016-06-09 | Reverted a PR i don't understand how to find but fixes #5097 | Juan Linietsky | 1 | -3/+3 |
| 2016-06-09 | Revert "Fix min size bug of Label" | Juan Linietsky | 1 | -2/+2 |
| 2016-06-09 | If a resource is delete from fs dialog, but the resource is currently loaded, | Juan Linietsky | 2 | -0/+6 |
| 2016-06-09 | -make freetype build for all platforms the same, default as builtin except on... | Juan Linietsky | 4 | -22/+12 |
| 2016-06-09 | Disable asset library compilation if no openssl exists | Juan Linietsky | 2 | -0/+8 |
| 2016-06-10 | update Korean translation | volzhs | 1 | -73/+64 |
| 2016-06-09 | add line spacing option to script and shader editor (#5105) | volzhs | 2 | -0/+4 |
| 2016-06-09 | Fixed editor help focus issues and input propagation | Paulb23 | 1 | -0/+1 |
| 2016-06-09 | EditorAssetLibrary: Don't call add_child() on uninitialized pointer | Błażej Szczygieł | 1 | -2/+0 |
| 2016-06-09 | x11: Implemented dpi detection | Andreas Haas | 4 | -2/+85 |
| 2016-06-09 | i18n: Sync and merge translations with source | Rémi Verschelde | 11 | -3229/+5695 |