| Commit message (Expand) | Author | Files | Lines |
| 2015-12-08 | changed a bit to use system() | Juan Linietsky | 1 | -1/+1 |
| 2015-12-08 | improve detection of linux, fixes #3201 | Juan Linietsky | 1 | -1/+1 |
| 2015-12-08 | -New mask mode for lights, makes using masks MUCH easier. | Juan Linietsky | 8 | -18/+71 |
| 2015-12-08 | -made it add the node name from the file, closes #3010 | Juan Linietsky | 1 | -8/+21 |
| 2015-12-08 | made the exclusion of nodes from joints optional, fixes #3015 | Juan Linietsky | 4 | -5/+70 |
| 2015-12-08 | Areas now calculate their dampenings the same way as their gravity. | Ovnuniarchos | 4 | -20/+31 |
| 2015-12-08 | better unique name resolution, as suggested i #3017 | Juan Linietsky | 1 | -5/+1 |
| 2015-12-08 | added option to add_child, to use the same deduplication convention as in the... | Juan Linietsky | 3 | -19/+22 |
| 2015-12-07 | Fix LineEdit cursor | neikeq | 1 | -1/+1 |
| 2015-12-07 | -Webp include paths are broken, hacked them to work, fixes #2995 | Juan Linietsky | 39 | -57/+57 |
| 2015-12-07 | Extended clipping fix to missing clipping-related features. | Saracen | 1 | -8/+34 |
| 2015-12-06 | some fixes | Juan Linietsky | 4 | -6/+5 |
| 2015-12-06 | Fix shader editor focus when switching tabs | Franklin Sobrinho | 1 | -0/+5 |
| 2015-12-06 | Better hidden folders display preferences for editor file dialogs | Franklin Sobrinho | 4 | -8/+13 |
| 2015-12-06 | Script Editor: maintain cursor column after duplicate a line | Franklin Sobrinho | 1 | -1/+3 |
| 2015-12-06 | Update Groups Editor | Franklin Sobrinho | 2 | -111/+90 |
| 2015-12-06 | Add constructor for Image built-in type | Franklin Sobrinho | 2 | -0/+22 |
| 2015-12-05 | optional streaming from thread for Theora | Juan Linietsky | 3 | -11/+138 |
| 2015-12-05 | -Display on animation editor which keys are invalid and which tracks are unre... | Juan Linietsky | 19 | -20/+381 |
| 2015-12-04 | updated nrex documentation | Zher Huei Lee | 1 | -2/+3 |
| 2015-12-04 | updated the RegEx library nrex to v0.1 | Zher Huei Lee | 5 | -46/+108 |
| 2015-12-04 | Add refresh button to file dialogs | neikeq | 4 | -0/+18 |
| 2015-12-04 | Set default destination filename of imported font to be input font filename | Julian Murgia - StraToN | 1 | -0/+4 |
| 2015-12-04 | Fix 'Save Scene' doing nothing on new scenes | neikeq | 1 | -1/+1 |
| 2015-12-04 | missing pngs | Juan Linietsky | 3 | -0/+0 |
| 2015-12-04 | -Missing files in new webp version | Juan Linietsky | 68 | -0/+22829 |
| 2015-12-04 | -Upgraded webp to a MUCH newer version. Hoping it fixes some bugs in the proc... | Juan Linietsky | 167 | -10945/+44584 |
| 2015-12-04 | Fix wrong index being used to populate r_results | Rémi Verschelde | 1 | -10/+10 |
| 2015-12-04 | Vector<>::_ptr is now typed and points to the beginning of array rather than ... | koalefant | 1 | -18/+20 |
| 2015-12-03 | Make ItemListEditor plugin functional | Franklin Sobrinho | 4 | -240/+281 |
| 2015-12-03 | Fix editor crash after closing scene with certain types of nodes | Franklin Sobrinho | 1 | -0/+4 |
| 2015-12-02 | -several fixes to Android to work better on Tegra 3/4 devices, uses 16 bits F... | Juan Linietsky | 11 | -8/+59 |
| 2015-12-02 | Fix help view not scrolling to the top | neikeq | 1 | -6/+2 |
| 2015-12-02 | Fix RichTextLabel copy never called | neikeq | 1 | -1/+1 |
| 2015-12-01 | Fix script editor not clonning down last line | neikeq | 1 | -2/+2 |
| 2015-12-01 | ScriptTextEditor: fix auto bracket completion not enabled | neikeq | 1 | -0/+1 |
| 2015-12-01 | Enable opus ARM optimisations only on ARM | Rémi Verschelde | 1 | -1/+2 |
| 2015-11-30 | Make the setting unix-only. | est31 | 8 | -13/+24 |
| 2015-11-30 | Add way to look for templates at system wide level too | est31 | 10 | -54/+128 |
| 2015-11-29 | GDScript: fixed highlighting of the next line when colon is missing | koalefant | 1 | -2/+4 |
| 2015-11-29 | Enabled debug symbols for x11 when using platform=release_debug and debug_rel... | koalefant | 1 | -0/+2 |
| 2015-11-29 | Fixed leak when saving PNG-s | koalefant | 1 | -0/+1 |
| 2015-11-29 | Script Editor: automatic indentation after a colon | koalefant | 3 | -1/+15 |
| 2015-11-29 | Break into GDScript debugger when new() fails | admix | 2 | -8/+8 |
| 2015-11-29 | Edit documentation for AABB and Rect2. | Bojidar Marinov | 1 | -5/+18 |
| 2015-11-29 | Run -doctool on existing documentation | Bojidar Marinov | 1 | -5/+11 |
| 2015-11-29 | -orphan resource explorer dialog + tools menu | Juan Linietsky | 4 | -1/+226 |
| 2015-11-28 | -Fixed bug with scene inheritance, should work again | Juan Linietsky | 7 | -294/+756 |
| 2015-11-28 | Fix message - ERROR: get_path: Condition ' !is_inside_tree() ' is true - when... | Franklin Sobrinho | 1 | -1/+0 |
| 2015-11-28 | fixed crash when creating new object with wrong number of arguments | admix | 1 | -1/+4 |