summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Expand)Author
2016-08-28Show last added action on Input Map and implement InputEvent "=="volzhs
2016-08-22-High Level protocol optimization (should be smaller)Juan Linietsky
2016-08-19Changed API to use sequenced packets for UDP (drop old)Juan Linietsky
2016-08-19Many fixes to networking, demo should work nowJuan Linietsky
2016-08-19Brand new networked multiplayerJuan Linietsky
2016-08-14Added high level networked multiplayer to Godot.Juan Linietsky
2016-08-12Merge pull request #6132 from neikeq/pr-issue-6123Rémi Verschelde
2016-08-12Confirm code completion with numpad key ENTERIgnacio Etcheverry
2016-08-09Merge pull request #6081 from djrm/new_iconsRémi Verschelde
2016-08-08Some new icons for visual script and graphsDaniel J. Ramirez
2016-08-08prevent bug due to scripts not working in editor and notifier sending signals...Juan Linietsky
2016-08-06Added an easy API to yield to a specific time by doing:Juan Linietsky
2016-08-06Likely with bugs and with some features are missing, as well as profiler supp...Juan Linietsky
2016-08-05VisualScript can now execute visual scripts, but there is no debugger or prof...Juan Linietsky
2016-08-04Concluded base visual scripting! can edit but not run though.Juan Linietsky
2016-08-02Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky
2016-08-02WIP visual scripting, not working yet but you can check out stuffJuan Linietsky
2016-08-02DynamicFont caches now accounts for texture flagsZher Huei Lee
2016-08-02Added extra spacing support for DynamicFontZher Huei Lee
2016-08-02Added texture mipmaps and filtering to DynamicFontZher Huei Lee
2016-07-30UI navigation via JOYSTICK_MOTION.Andreas Haas
2016-07-28World2D: Fix typo in default_density deprecation checkRémi Verschelde
2016-07-28Exposed enable syntax highlighting to propertiesPaulb23
2016-07-27LineEdit: Fix event handled as text when a mod key is pressedIgnacio Etcheverry
2016-07-26Merge pull request #5926 from akien-mga/pr-graphedit-dragJuan Linietsky
2016-07-26Fix GraphEdit dragging issues at scales != 1Rémi Verschelde
2016-07-26Changed the way the step decimals are computed to a safer way, fixes many iss...Juan Linietsky
2016-07-25Stop baking process if there is no geometry in the BakedLightInstance.Daniel J. Ramirez
2016-07-24Add thread support to HTTPRequest, changed assetlib to use it.Juan Linietsky
2016-07-24Merge pull request #5881 from neikeq/pr-fix-propagationJuan Linietsky
2016-07-24Merge pull request #5803 from jarfil/issue/origin5695-prJuan Linietsky
2016-07-24Merge pull request #5746 from Ovnuniarchos/FileDialogExposedJuan Linietsky
2016-07-24Merge pull request #5447 from RandomShaper/parallax-layer-fix-tidyJuan Linietsky
2016-07-24Merge pull request #5832 from Algrin6/patch-1Juan Linietsky
2016-07-24Viewport: Replace obsolete "windows" group callsIgnacio Etcheverry
2016-07-24Merge pull request #5884 from 29jm/fix-crash-graphnodeRémi Verschelde
2016-07-24Fix crash when GraphNode wasn't a child of a ControlJohan Manuel
2016-07-23Merge pull request #5737 from neikeq/pr-issue-5269Rémi Verschelde
2016-07-22Fix pick color from screen. Closes #5853MarianoGNU
2016-07-22Fix ItemList.clear() not removing separatorsJohan Manuel
2016-07-22Fixed ItemList indexing bug while selecting items.Robert Lewicki
2016-07-22Removed support for saving paths as relative, closes #5728Juan Linietsky
2016-07-22Make texture parameter optional in begin() of ImmediateGeometry. Closes #5676...Juan Linietsky
2016-07-22Merge pull request #5849 from SaracenOne/expose_add_indexRémi Verschelde
2016-07-22Fix binding for ItemList.sort_items_by_textRémi Verschelde
2016-07-22SurfaceTool add_index method exposed to scripts.Saracen
2016-07-21properly implement item disabling, fixes #5683Juan Linietsky
2016-07-21Some optimizations and limits for extreme zoom in and out in editor, fixes #5820Juan Linietsky
2016-07-21Merge pull request #5836 from volzhs/issue-5830Rémi Verschelde
2016-07-21Remove "SMOOTH BEGIN?" messagevolzhs