Age | Commit message (Expand) | Author |
2017-01-10 | Merge pull request #7493 from neikeq/pr-mingw-bits | Rémi Verschelde |
2017-01-10 | Detect bits when building with MinGW | Ignacio Etcheverry |
2017-01-10 | Merge pull request #7492 from lonesurvivor/filesystem-dock | Rémi Verschelde |
2017-01-10 | FileSystemDock: Collapse folders by default, add context menu with "Expand al... | lonesurvivor |
2017-01-10 | Merge pull request #7491 from BastiaanOlij/tools-no-fixes | Rémi Verschelde |
2017-01-10 | Merge pull request #7490 from touilleMan/issue-7481 | Rémi Verschelde |
2017-01-10 | Merge pull request #7482 from volzhs/modulate-color | Rémi Verschelde |
2017-01-10 | Merge pull request #7462 from karroffel/error_code | Rémi Verschelde |
2017-01-10 | Merge pull request #7425 from lonesurvivor/master | Rémi Verschelde |
2017-01-10 | Few small fixes so tools=no and target=release compiles | BastiaanOlij |
2017-01-10 | Remove deprecated Vector2.floorf method | Emmanuel Leblond |
2017-01-10 | Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a con... | Juan Linietsky |
2017-01-10 | Groundbreaking!! Godot resources can now be flagged to be local to the scene ... | Juan Linietsky |
2017-01-09 | Issue template: warn about known unstability | Rémi Verschelde |
2017-01-09 | -Translation text will change automatically for in-game buttons, labels, poup... | Juan Linietsky |
2017-01-09 | -All types have editable script now in properties | Juan Linietsky |
2017-01-09 | Fix modulate property bind to Color | volzhs |
2017-01-09 | Merge pull request #7480 from godotengine/ip-mingw2-workaround2 | Rémi Verschelde |
2017-01-09 | Merge pull request #7471 from djrm/icons | Juan Linietsky |
2017-01-09 | Windows: Workaround missing includes in MinGW-w64 < 4 | Rémi Verschelde |
2017-01-09 | OSX: Revert back to kHIDUsage_GD_Joystick | Rémi Verschelde |
2017-01-09 | Merge pull request #7458 from bojidar-bg/right-click-menu | Rémi Verschelde |
2017-01-09 | Added resources icons | Daniel J. Ramirez |
2017-01-09 | Merge pull request #7475 from Hinsbart/joypad_fixes | Rémi Verschelde |
2017-01-08 | Added missing node icons, plus some icon changes | Daniel J. Ramirez |
2017-01-09 | Add clamp and wrap loop modes for animation tracks. | Juan Linietsky |
2017-01-08 | Moved JSON functions to built-in to_json, parse_json, validate_json | Juan Linietsky |
2017-01-08 | Remove XML format, as promised, for 3.0 | Juan Linietsky |
2017-01-08 | Removed Musepack, it's a pretty obsolete format nowadays. | Juan Linietsky |
2017-01-08 | Variant INT and REAL are now 64 bits (other types remain at 32) | Juan Linietsky |
2017-01-08 | -removed stop mouse and ignore mouse from control, which were confusing, repl... | Juan Linietsky |
2017-01-08 | More fixes to Joypad renaming. | Andreas Haas |
2017-01-08 | Removed ratio anchoring (will have to fix multiple 3D views later..) | Juan Linietsky |
2017-01-08 | Swapped expand and fill flag bits, so scenes don't save this property by default | Juan Linietsky |
2017-01-08 | Merge pull request #7473 from Hinsbart/JoypadLinux | Juan Linietsky |
2017-01-08 | Rename "joypad_linux" class to "JoypadLinux" | Andreas Haas |
2017-01-08 | PopupMenu now emits both index_pressed and id_pressed instead of item_pressed... | Juan Linietsky |
2017-01-08 | Renamed finished to animation_finished, also passes the animation name when f... | Juan Linietsky |
2017-01-08 | Move tests again from core to main | Rémi Verschelde |
2017-01-08 | Finish replacement of joystick by joypad | Rémi Verschelde |
2017-01-08 | opus: Update to upstream opusfile 0.8 | Rémi Verschelde |
2017-01-08 | Removed the "released" signal from button, it's pointless now that button_dow... | Juan Linietsky |
2017-01-08 | Made Variant::NIL printable as "Null". Please everyone be on the lookout of b... | Juan Linietsky |
2017-01-08 | renamed joystick to joypad everywhere around source code! | Juan Linietsky |
2017-01-08 | Windows: Define _WIN32_WINRT to 0x0600 (Vista) | Rémi Verschelde |
2017-01-08 | renamed _input_event for GUI events to _gui_input, so it's more differentiate... | Juan Linietsky |
2017-01-08 | Dictionary keys are now sorted by insertion order | Juan Linietsky |
2017-01-08 | x11: Improve logic for cross-dependencies between freetype, zlib and libpng | Rémi Verschelde |
2017-01-08 | i18n: Add support for Scots (sco) language | Rémi Verschelde |
2017-01-08 | removed unnecesary modulate funtions, which were superseded by self_modulate | Juan Linietsky |