| Commit message (Expand) | Author | Files | Lines |
| 2016-01-13 | attempt another fix | Juan Linietsky | 1 | -1/+11 |
| 2016-01-13 | Reworked how autoloads are load to make sure identifiers always exist, please... | Juan Linietsky | 2 | -1/+24 |
| 2016-01-13 | Properly fix tab scrolling, fixes #3128, fixes #3314 | Juan Linietsky | 3 | -245/+95 |
| 2016-01-12 | Fix situation where TSCN format might crash, closes #3062 | Juan Linietsky | 2 | -7/+14 |
| 2016-01-12 | loading unaligned pbm | Ariel Manzur | 1 | -5/+5 |
| 2016-01-12 | -Properly lock and and warn about switching off contact monitoring, fixes #3041 | Juan Linietsky | 5 | -6/+53 |
| 2016-01-12 | small hack to make collisionobjects work with replace, fixes #2992 | Juan Linietsky | 1 | -0/+5 |
| 2016-01-12 | Fix crash on android 6.0.1, fixes #3321 | mrezai | 1 | -2/+2 |
| 2016-01-11 | Allow to override the default editor layout | Ignacio Etcheverry | 2 | -31/+33 |
| 2016-01-11 | Update copyright in remaining files + prints in the UI | Rémi Verschelde | 42 | -43/+43 |
| 2016-01-12 | Fix xml opt with XML_ENABLE macro | Liangdi | 1 | -0/+2 |
| 2016-01-11 | Update bitmap_loader_pnm.cpp | punto- | 1 | -1/+1 |
| 2016-01-11 | fix issue loading binary pbm | Juan Linietsky | 1 | -2/+5 |
| 2016-01-11 | Remove unnecessary fail conditions when loading SpatialEditor state | Ignacio Etcheverry | 1 | -27/+21 |
| 2016-01-11 | Remember Transform menu settings for the Spatial Editor | Ignacio Etcheverry | 1 | -0/+28 |
| 2016-01-11 | made headers case insensitive | Ariel Manzur | 1 | -2/+3 |
| 2016-01-10 | properly handle typed array constructors in VariantParser, closes #3054 | Juan Linietsky | 1 | -2/+5 |
| 2016-01-10 | -Make Akien happy, fixes #3068 | Juan Linietsky | 1 | -1/+1 |
| 2016-01-10 | It seems everyone misses the polygon decomposer output, fixes #3069 | Juan Linietsky | 1 | -1/+1 |
| 2016-01-10 | -Make a rare corner case where disabling/reenabling mipmaps causes invalid te... | Juan Linietsky | 5 | -2/+106 |
| 2016-01-10 | make msvc 64bits build again, fixes #3098 | Juan Linietsky | 1 | -1/+1 |
| 2016-01-10 | Replace export pack mode "Copy" with "Exec+Zip" | eska | 2 | -12/+25 |
| 2016-01-10 | Make SpriteRegionEditor remember state beatwhen setions (fixes #3245) | MarianoGNU | 2 | -7/+58 |
| 2016-01-10 | -Removed OS.get_system_time_msec(), this is undoable on Windows and also unus... | Juan Linietsky | 8 | -13/+18 |
| 2016-01-10 | make path update when curve changes, fixes #3144 | Juan Linietsky | 1 | -0/+2 |
| 2016-01-10 | make animation work again in P3d demo, fixes #3151 | Juan Linietsky | 2 | -1/+1 |
| 2016-01-10 | -Made tile parameter work, fixes #3167 | Juan Linietsky | 1 | -0/+14 |
| 2016-01-10 | avoid crash with empty concavepolygonshape, fixes #3169 | Juan Linietsky | 1 | -0/+4 |
| 2016-01-10 | -Project settings can properly add/remove properties again, fixes #3177 | Juan Linietsky | 3 | -2/+9 |
| 2016-01-10 | restored quit to project list keybinding, but kept change for OSX, closes #3185 | Juan Linietsky | 1 | -0/+4 |
| 2016-01-10 | change intersect_ray function to discriminate pickable objects, fixes #3203 | Juan Linietsky | 4 | -6/+6 |
| 2016-01-10 | wrong extensions shown when saving resources fixed | Juan Linietsky | 1 | -1/+1 |
| 2016-01-10 | -Added a new mode, WRITE_READ to File, to recover compatibility with old proj... | Juan Linietsky | 5 | -0/+7 |
| 2016-01-10 | added a new function to escape properly json, fixes #3282 | Juan Linietsky | 4 | -1/+23 |
| 2016-01-10 | forgot initialization of path in filesystem dock, fixes #3295 | Juan Linietsky | 1 | -0/+2 |
| 2016-01-10 | Enable ALSA driver in non-linux X11 when available | eska | 1 | -1/+5 |
| 2016-01-10 | Fix script highlighting for classes that begin with "_" | Franklin Sobrinho | 1 | -1/+5 |
| 2016-01-10 | Make sure variant parser actually writes floats when float property is reques... | Juan Linietsky | 2 | -4/+7 |
| 2016-01-10 | Allow to paste resources in inspector when text_hint indicates multiple types | MarianoGNU | 1 | -1/+11 |
| 2016-01-10 | fix: TouchScreenButton should stop propagating action when button is removed ... | MarianoGNU | 1 | -0/+4 |
| 2016-01-10 | -fix stray file left open when parsing configuration, closes #3299 | Juan Linietsky | 1 | -1/+3 |
| 2016-01-10 | make sure file is closed if something fails | Juan Linietsky | 1 | -0/+2 |
| 2016-01-10 | removed this fix, which brought more problems than solutions | Juan Linietsky | 1 | -2/+2 |
| 2016-01-09 | Fix bug related to EOF in Android FileAccess | Juan Linietsky | 1 | -1/+7 |
| 2016-01-09 | comment some print_lines | Alexander Holland | 1 | -3/+3 |
| 2016-01-09 | removed prints | Ariel Manzur | 1 | -5/+7 |
| 2016-01-09 | Fix pthread renaming in Open/FreeBSD | eska | 2 | -1/+11 |
| 2016-01-09 | Fix maven repositories bug | mrezai | 2 | -5/+6 |
| 2016-01-09 | Fix some error messages | Franklin Sobrinho | 6 | -14/+4 |
| 2016-01-08 | fix issues related to StringArray parsing | Juan Linietsky | 1 | -3/+5 |