summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-10Merge pull request #7493 from neikeq/pr-mingw-bitsRémi Verschelde
2017-01-10Detect bits when building with MinGWIgnacio Etcheverry
2017-01-10Merge pull request #7492 from lonesurvivor/filesystem-dockRémi Verschelde
2017-01-10FileSystemDock: Collapse folders by default, add context menu with "Expand al...lonesurvivor
2017-01-10Merge pull request #7491 from BastiaanOlij/tools-no-fixesRémi Verschelde
2017-01-10Merge pull request #7490 from touilleMan/issue-7481Rémi Verschelde
2017-01-10Merge pull request #7482 from volzhs/modulate-colorRémi Verschelde
2017-01-10Merge pull request #7462 from karroffel/error_codeRémi Verschelde
2017-01-10Merge pull request #7425 from lonesurvivor/masterRémi Verschelde
2017-01-10Few small fixes so tools=no and target=release compilesBastiaanOlij
2017-01-10Remove deprecated Vector2.floorf methodEmmanuel Leblond
2017-01-10Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a con...Juan Linietsky
2017-01-10Groundbreaking!! Godot resources can now be flagged to be local to the scene ...Juan Linietsky
2017-01-09Issue template: warn about known unstabilityRé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 propertiesJuan Linietsky
2017-01-09Fix modulate property bind to Colorvolzhs
2017-01-09Merge pull request #7480 from godotengine/ip-mingw2-workaround2Rémi Verschelde
2017-01-09Merge pull request #7471 from djrm/iconsJuan Linietsky
2017-01-09Windows: Workaround missing includes in MinGW-w64 < 4Rémi Verschelde
2017-01-09OSX: Revert back to kHIDUsage_GD_JoystickRémi Verschelde
2017-01-09Merge pull request #7458 from bojidar-bg/right-click-menuRémi Verschelde
2017-01-09Added resources iconsDaniel J. Ramirez
2017-01-09Merge pull request #7475 from Hinsbart/joypad_fixesRémi Verschelde
2017-01-08Added missing node icons, plus some icon changesDaniel J. Ramirez
2017-01-09Add clamp and wrap loop modes for animation tracks.Juan Linietsky
2017-01-08Moved JSON functions to built-in to_json, parse_json, validate_jsonJuan Linietsky
2017-01-08Remove XML format, as promised, for 3.0Juan Linietsky
2017-01-08Removed Musepack, it's a pretty obsolete format nowadays.Juan Linietsky
2017-01-08Variant 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-08More fixes to Joypad renaming.Andreas Haas
2017-01-08Removed ratio anchoring (will have to fix multiple 3D views later..)Juan Linietsky
2017-01-08Swapped expand and fill flag bits, so scenes don't save this property by defaultJuan Linietsky
2017-01-08Merge pull request #7473 from Hinsbart/JoypadLinuxJuan Linietsky
2017-01-08Rename "joypad_linux" class to "JoypadLinux"Andreas Haas
2017-01-08PopupMenu now emits both index_pressed and id_pressed instead of item_pressed...Juan Linietsky
2017-01-08Renamed finished to animation_finished, also passes the animation name when f...Juan Linietsky
2017-01-08Move tests again from core to mainRémi Verschelde
2017-01-08Finish replacement of joystick by joypadRémi Verschelde
2017-01-08opus: Update to upstream opusfile 0.8Rémi Verschelde
2017-01-08Removed the "released" signal from button, it's pointless now that button_dow...Juan Linietsky
2017-01-08Made Variant::NIL printable as "Null". Please everyone be on the lookout of b...Juan Linietsky
2017-01-08renamed joystick to joypad everywhere around source code!Juan Linietsky
2017-01-08Windows: Define _WIN32_WINRT to 0x0600 (Vista)Rémi Verschelde
2017-01-08renamed _input_event for GUI events to _gui_input, so it's more differentiate...Juan Linietsky
2017-01-08Dictionary keys are now sorted by insertion orderJuan Linietsky
2017-01-08x11: Improve logic for cross-dependencies between freetype, zlib and libpngRémi Verschelde
2017-01-08i18n: Add support for Scots (sco) languageRémi Verschelde
2017-01-08removed unnecesary modulate funtions, which were superseded by self_modulateJuan Linietsky