summaryrefslogtreecommitdiff
path: root/scene/main
AgeCommit message (Expand)Author
2016-11-01style: Fix PEP8 whitespace issues in Python filesRémi Verschelde
2016-10-17SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde
2016-10-10Revise serial naming behaviorPedro J. Estébanez
2016-10-09Merge pull request #6747 from RandomShaper/unify-serial-namingRémi Verschelde
2016-10-08Refactor node naming APIs used by editorPedro J. Estébanez
2016-10-08Added simple check to viewport, if matrix32 is invesile (https://github.com/g...Mateusz Adamczyk
2016-09-19Fix for #6158. Converting Vector2 to Size2 for scaling functions.anneomcl
2016-09-14Added a few functions to make 2D split screen easier.Juan Linietsky
2016-09-14Restore viewport set_world_2d functionalityFabio Alessandrelli
2016-09-10Fix Viewport.get_mouse_pos() for specific situations, closes #1885Juan Linietsky
2016-09-10Merge pull request #6355 from Kazuo256/http-request-methodsJuan Linietsky
2016-09-07Renamed the bind_native functions to bind_vararg, should make it show the doc...Juan Linietsky
2016-09-05Add http method and request data parametersKazuo256
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-06Added an easy API to yield to a specific time by doing:Juan Linietsky
2016-07-30UI navigation via JOYSTICK_MOTION.Andreas Haas
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-24Viewport: Replace obsolete "windows" group callsIgnacio Etcheverry
2016-07-19WIP bugfix for existing connectionsJuan Linietsky
2016-07-19Hide tooltip if new mouse position's tooltip is emptyJaroslaw Filiochowski
2016-07-19Don't start a new tooltip timer for the same tooltipJaroslaw Filiochowski
2016-07-18Properly transform sub-viewport input, closes #3580Juan Linietsky
2016-07-08Fix own world option of Viewport.Franklin Sobrinho
2016-07-07Remove unused variables (third pass) + dead codeRémi Verschelde
2016-07-06Fix several bugs related to node duplication and signals, closes #5405Juan Linietsky
2016-07-06Only allow built-in scripts to be edited when the scene they belong to is loa...Juan Linietsky
2016-07-01Fixed the order of input, reverts #4384, closes #5361Juan Linietsky
2016-07-01Color picker was getting too much focus, made it get not as much focus.Juan Linietsky
2016-07-01Invalidate key focus if not visible, fixes #5354Juan Linietsky
2016-07-01Improved drag&drop to work as n-piggeon wants to use, closes #5342Juan Linietsky
2016-06-29remove unnecesary warning, closes #5169Juan Linietsky
2016-06-28Change method of storing folding, solves problems with inheritance, closes #3395Juan Linietsky
2016-06-27Figured out a way to fix event propagation for shortcuts and some other cases...Juan Linietsky
2016-06-27Add a small workaround to avoid modal tabs to be closed if they are spawned i...Juan Linietsky
2016-06-27Properly deliver localized coordinates when passing gui events through parent...Juan Linietsky
2016-06-23Make button aware of it being dragged and reset state, closes #4178Juan Linietsky
2016-06-21Make return type explicit.Saracen
2016-06-20property remove parent owned nodes when using replace, fixes #4128Juan Linietsky
2016-06-20Fixed the order of events called by _input, closes #4384Juan Linietsky
2016-06-20Allow mouse wheel to go throuhgh so scroll containers work properly, fixes #4431Juan Linietsky
2016-06-20Make dure to only call drop_data if can_drop_data returned true, closes #4616Juan Linietsky
2016-06-18Drop empty files that are not used anywhereRémi Verschelde
2016-06-18Add missing license headers in our source files (#5255)Rémi Verschelde
2016-06-13Better error text when trying to add/remove/move child nodes in a busy parent...Juan Linietsky