| Commit message (Expand) | Author | Age | Files | Lines |
| * | -Replaced tinyjpg for jpgd (public domain), fixes progressive encoded jpgs an... | Juan Linietsky | 2016-01-03 | 24 | -3236/+3985 |
| * | forgot to bind NOTIFICATION_INSTANCED, closes #2261 | Juan Linietsky | 2016-01-03 | 1 | -0/+2 |
| * | Merge pull request #3210 from Hinsbart/x11_axis_fix | punto- | 2016-01-02 | 2 | -1/+13 |
| |\ |
|
| | * | send axis events only once per frame on linux | hondres | 2016-01-03 | 2 | -1/+13 |
| |/ |
|
| * | make it impossible to shrink framebuffer < 0, fixes #2066 | Juan Linietsky | 2016-01-02 | 1 | -0/+2 |
| * | Added var2bytes and bytes2var to convet any variable to bytes and back. Close... | Juan Linietsky | 2016-01-02 | 4 | -3/+75 |
| * | -Fix global transform cache not being cleared in 2D nodes, fixes many editor ... | Juan Linietsky | 2016-01-02 | 3 | -3/+1 |
| * | -Ability to roll-back script-exported properties to their default value on th... | Juan Linietsky | 2016-01-02 | 7 | -49/+160 |
| * | PI is now a built-in constant, fixes #2134 | Juan Linietsky | 2016-01-02 | 3 | -1/+11 |
| * | Properly clear/restore current camera when switching scenes. Fixes #2137 | Juan Linietsky | 2016-01-02 | 4 | -73/+56 |
| * | Ability to use opacity on distance field textures, fixes #2148 | Juan Linietsky | 2016-01-02 | 1 | -1/+1 |
| * | Make buttons properly obey stylebox content marins, closes #2156 | Juan Linietsky | 2016-01-02 | 3 | -1/+5 |
| * | fixed uninitialized tool mode in path 2d editor | Juan Linietsky | 2016-01-02 | 1 | -0/+1 |
| * | fixed string operator[], which was broken. Closes #2202 | Juan Linietsky | 2016-01-02 | 1 | -2/+2 |
| * | Support BMFont in font editor plugin, closes #2204 | Juan Linietsky | 2016-01-02 | 1 | -0/+22 |
| * | -properly handle newline in \ (line continuation) in gdscript, fixes #2112 | Juan Linietsky | 2016-01-02 | 2 | -17/+12 |
| * | skip the first integration in physics bodies, fixes #2213 | Juan Linietsky | 2016-01-02 | 4 | -2/+12 |
| * | -Restore mouse on X11 when debugger break happens, closes #2232 | Juan Linietsky | 2016-01-02 | 2 | -4/+11 |
| * | added a finished signal to StreamPlayer, closes #2249 | Juan Linietsky | 2016-01-02 | 1 | -0/+3 |
| * | Change rb+ to wb+ on file access READ_WRITE to allow more use cases, closes #... | Juan Linietsky | 2016-01-02 | 2 | -2/+2 |
| * | -New reparent option "keep global transform" on reparent dialog. It is enable... | Juan Linietsky | 2016-01-02 | 4 | -9/+52 |
| * | -Fix TouchScreenButton to work with stretch and viewport canvas transform, cl... | Juan Linietsky | 2016-01-02 | 2 | -4/+4 |
| * | Properly hide assign/clear dialog, closes #2295 | Juan Linietsky | 2016-01-02 | 1 | -0/+3 |
| * | proper joy axis support as actions, can be configured and inquired, fixes #2317 | Juan Linietsky | 2016-01-02 | 6 | -9/+92 |
| * | remove the invalid id error when freeing a 3D joint, fixes #2383 | Juan Linietsky | 2016-01-02 | 1 | -1/+1 |
| * | Merge pull request #3193 from Hinsbart/trigger-as-axis | punto- | 2016-01-02 | 1 | -0/+3 |
| |\ |
|
| | * | bind trigger constants | hondres | 2016-01-02 | 1 | -0/+3 |
| * | | Merge pull request #3192 from Hinsbart/trigger-as-axis | punto- | 2016-01-02 | 4 | -11/+26 |
| |\| |
|
| | * | make num_buttons local, no need to keep in joystick struct | hondres | 2016-01-02 | 2 | -8/+9 |
| | * | Analog values for gamepad triggers, using axes 6 & 7 | hondres | 2016-01-02 | 2 | -3/+17 |
| |/ |
|
| * | Merge pull request #3189 from neikeq/cfg_getval_default | Rémi Verschelde | 2016-01-01 | 2 | -5/+5 |
| |\ |
|
| | * | Added default value param to ConfigFile.get_value() | Ignacio Etcheverry | 2016-01-01 | 2 | -5/+5 |
| |/ |
|
| * | properly removing unprocessed objects from physics islands fixes one way plat... | Juan Linietsky | 2016-01-01 | 3 | -5/+55 |
| * | Merge pull request #3184 from vnen/update-copyright-2016 | Juan Linietsky | 2016-01-01 | 1184 | -1185/+1185 |
| |\ |
|
| | * | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 1184 | -1185/+1185 |
| * | | Make both lights and occluders stop working if hidden, fixes #2437 | Juan Linietsky | 2016-01-01 | 4 | -1/+24 |
| * | | Make CanvasModulate deactivate when hidden, fixes #2437 | Juan Linietsky | 2016-01-01 | 1 | -2/+11 |
| * | | introspection of signals and signal connections from GDScript was not working... | Juan Linietsky | 2016-01-01 | 1 | -16/+53 |
| |/ |
|
| * | Merge pull request #3180 from aqnouch/patch-1 | George Marques | 2016-01-01 | 1 | -1/+1 |
| |\ |
|
| | * | Updated copyright to 2016 | AQNOUCH Mohammed | 2016-01-01 | 1 | -1/+1 |
| * | | Make sure auto bracket completion setting always works, closes #2332 | Juan Linietsky | 2016-01-01 | 1 | -0/+9 |
| |/ |
|
| * | -Improved convex decomposer for CollisionPolygon2D, fixes #2336 | Juan Linietsky | 2015-12-31 | 2 | -3/+50 |
| * | small fixes to color8 | Juan Linietsky | 2015-12-31 | 2 | -2/+2 |
| * | -Added Color8(r8,g8,b8,a8) function as well as .r8,.g8,.b8,.a8 members to Col... | Juan Linietsky | 2015-12-31 | 3 | -0/+68 |
| * | make json sub-dictionaries shared, fixes #2381 | Juan Linietsky | 2015-12-31 | 2 | -2/+3 |
| * | When inserting new values in array property editor, keep type of last item, c... | Juan Linietsky | 2015-12-31 | 1 | -0/+9 |
| * | force thread model to single-safe when running editor, fixes #2387 | Juan Linietsky | 2015-12-31 | 2 | -1/+6 |
| * | changed shortcuts to be better friends with OSX, closes #2398 | Juan Linietsky | 2015-12-31 | 1 | -1/+1 |
| * | -fix range limit issue in Particles2D, closes #2411 | Juan Linietsky | 2015-12-31 | 2 | -4/+3 |
| * | suport old-style engine.cfg colors in VariantParser, fixes #3176 | Juan Linietsky | 2015-12-31 | 2 | -0/+29 |