| Commit message (Expand) | Author | Files | Lines |
| 2017-01-10 | Detect bits when building with MinGW | Ignacio Etcheverry | 1 | -1/+1 |
| 2017-01-10 | FileSystemDock: Collapse folders by default, add context menu with "Expand al... | lonesurvivor | 2 | -2/+55 |
| 2017-01-10 | Few small fixes so tools=no and target=release compiles | BastiaanOlij | 4 | -5/+13 |
| 2017-01-10 | Remove deprecated Vector2.floorf method | Emmanuel Leblond | 2 | -12/+0 |
| 2017-01-10 | Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a con... | Juan Linietsky | 48 | -101/+92 |
| 2017-01-10 | Groundbreaking!! Godot resources can now be flagged to be local to the scene ... | Juan Linietsky | 21 | -95/+481 |
| 2017-01-09 | Issue template: warn about known unstability | Rémi Verschelde | 2 | -10/+19 |
| 2017-01-09 | -Translation text will change automatically for in-game buttons, labels, poup... | Juan Linietsky | 10 | -31/+72 |
| 2017-01-09 | -All types have editable script now in properties | Juan Linietsky | 20 | -27/+64 |
| 2017-01-09 | Fix modulate property bind to Color | volzhs | 1 | -2/+2 |
| 2017-01-09 | Windows: Workaround missing includes in MinGW-w64 < 4 | Rémi Verschelde | 1 | -1/+13 |
| 2017-01-09 | OSX: Revert back to kHIDUsage_GD_Joystick | Rémi Verschelde | 1 | -2/+2 |
| 2017-01-09 | Added resources icons | Daniel J. Ramirez | 97 | -163/+3206 |
| 2017-01-08 | Added missing node icons, plus some icon changes | Daniel J. Ramirez | 14 | -24/+281 |
| 2017-01-09 | Add clamp and wrap loop modes for animation tracks. | Juan Linietsky | 6 | -26/+122 |
| 2017-01-08 | Moved JSON functions to built-in to_json, parse_json, validate_json | Juan Linietsky | 10 | -49/+112 |
| 2017-01-08 | Remove XML format, as promised, for 3.0 | Juan Linietsky | 3 | -3070/+0 |
| 2017-01-08 | Removed Musepack, it's a pretty obsolete format nowadays. | Juan Linietsky | 6 | -670/+0 |
| 2017-01-08 | Variant INT and REAL are now 64 bits (other types remain at 32) | Juan Linietsky | 9 | -62/+201 |
| 2017-01-08 | -removed stop mouse and ignore mouse from control, which were confusing, repl... | Juan Linietsky | 20 | -57/+53 |
| 2017-01-08 | More fixes to Joypad renaming. | Andreas Haas | 5 | -38/+36 |
| 2017-01-08 | Removed ratio anchoring (will have to fix multiple 3D views later..) | Juan Linietsky | 7 | -137/+51 |
| 2017-01-08 | Swapped expand and fill flag bits, so scenes don't save this property by default | Juan Linietsky | 2 | -4/+4 |
| 2017-01-08 | Rename "joypad_linux" class to "JoypadLinux" | Andreas Haas | 4 | -26/+25 |
| 2017-01-08 | PopupMenu now emits both index_pressed and id_pressed instead of item_pressed... | Juan Linietsky | 43 | -87/+89 |
| 2017-01-08 | Renamed finished to animation_finished, also passes the animation name when f... | Juan Linietsky | 4 | -4/+6 |
| 2017-01-08 | Move tests again from core to main | Rémi Verschelde | 30 | -2/+3 |
| 2017-01-08 | Finish replacement of joystick by joypad | Rémi Verschelde | 17 | -15/+17 |
| 2017-01-08 | opus: Update to upstream opusfile 0.8 | Rémi Verschelde | 5 | -72/+111 |
| 2017-01-08 | Removed the "released" signal from button, it's pointless now that button_dow... | Juan Linietsky | 1 | -2/+2 |
| 2017-01-08 | Made Variant::NIL printable as "Null". Please everyone be on the lookout of b... | Juan Linietsky | 2 | -2/+5 |
| 2017-01-08 | renamed joystick to joypad everywhere around source code! | Juan Linietsky | 49 | -416/+416 |
| 2017-01-08 | Windows: Define _WIN32_WINRT to 0x0600 (Vista) | Rémi Verschelde | 7 | -16/+9 |
| 2017-01-08 | renamed _input_event for GUI events to _gui_input, so it's more differentiate... | Juan Linietsky | 117 | -224/+229 |
| 2017-01-08 | Dictionary keys are now sorted by insertion order | Juan Linietsky | 2 | -13/+89 |
| 2017-01-08 | x11: Improve logic for cross-dependencies between freetype, zlib and libpng | Rémi Verschelde | 1 | -2/+13 |
| 2017-01-08 | i18n: Add support for Scots (sco) language | Rémi Verschelde | 1 | -0/+1 |
| 2017-01-08 | removed unnecesary modulate funtions, which were superseded by self_modulate | Juan Linietsky | 9 | -82/+26 |
| 2017-01-08 | Use more compatible initializarion of RWLockPosix | Juan Linietsky | 1 | -1/+2 |
| 2017-01-08 | Added missing readers writers lock to windows, should compile and run again.. | Juan Linietsky | 3 | -0/+111 |
| 2017-01-08 | fixes compilation in windows? | Juan Linietsky | 1 | -14/+2 |
| 2017-01-08 | Move core engine tests to core/ | Rémi Verschelde | 31 | -9/+4 |
| 2017-01-08 | Fix codeblock tag in classes.xml for EditorSettings | Emmanuel Leblond | 1 | -9/+11 |
| 2017-01-08 | i18n: Sync templates with current code | Rémi Verschelde | 31 | -951/+2522 |
| 2017-01-08 | i18n: Sync translations with Weblate | Rémi Verschelde | 13 | -16543/+3219 |
| 2017-01-08 | Fix code completion for new getnode syntax | Juan Linietsky | 4 | -8/+37 |
| 2017-01-08 | -Fix bugs related to PoolVector crashes | Juan Linietsky | 5 | -5/+124 |
| 2017-01-07 | Memory pool vectors (DVector) have been enormously simplified in code, and re... | Juan Linietsky | 257 | -3095/+2783 |
| 2017-01-07 | exposed OS.set_exit_code and OS.get_exit_code to ClassDB | karroffel | 2 | -0/+16 |
| 2017-01-07 | Fix #7455 - script text editor's right click menu being weird | Bojidar Marinov | 1 | -8/+9 |