aboutsummaryrefslogtreecommitdiff
path: root/scene/main (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | adding get_stored_values methodAriel Manzur2016-11-182-1/+20
|/ /
* | Uncomment debug properties of HTTP Requestkhairul1692016-11-141-12/+12
* | Merge pull request #7022 from neikeq/pr-issue-7013Ignacio Etcheverry2016-11-061-0/+6
|\ \
| * | Keep groups when replacing nodesIgnacio Etcheverry2016-11-031-0/+6
* | | style: Fix PEP8 whitespace issues in Python filesRémi Verschelde2016-11-011-1/+1
|/ /
* | SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde2016-10-171-0/+2
* | Revise serial naming behaviorPedro J. Estébanez2016-10-101-9/+22
* | Merge pull request #6747 from RandomShaper/unify-serial-namingRémi Verschelde2016-10-092-79/+75
|\ \
| * | Refactor node naming APIs used by editorPedro J. Estébanez2016-10-082-79/+75
| |/
* / Added simple check to viewport, if matrix32 is invesile (https://github.com/g...Mateusz Adamczyk2016-10-081-0/+3
|/
* Fix for #6158. Converting Vector2 to Size2 for scaling functions.anneomcl2016-09-191-3/+3
* Added a few functions to make 2D split screen easier.Juan Linietsky2016-09-142-12/+56
* Restore viewport set_world_2d functionalityFabio Alessandrelli2016-09-142-22/+34
* Fix Viewport.get_mouse_pos() for specific situations, closes #1885Juan Linietsky2016-09-102-17/+16
* Merge pull request #6355 from Kazuo256/http-request-methodsJuan Linietsky2016-09-102-5/+11
|\
| * Add http method and request data parametersKazuo2562016-09-052-5/+11
* | Renamed the bind_native functions to bind_vararg, should make it show the doc...Juan Linietsky2016-09-072-11/+7
|/
* -High Level protocol optimization (should be smaller)Juan Linietsky2016-08-222-68/+169
* Changed API to use sequenced packets for UDP (drop old)Juan Linietsky2016-08-191-3/+3
* Many fixes to networking, demo should work nowJuan Linietsky2016-08-191-2/+12
* Brand new networked multiplayerJuan Linietsky2016-08-194-90/+650
* Added high level networked multiplayer to Godot.Juan Linietsky2016-08-144-2/+683
* Added an easy API to yield to a specific time by doing:Juan Linietsky2016-08-062-0/+73
* UI navigation via JOYSTICK_MOTION.Andreas Haas2016-07-301-0/+1
* Add thread support to HTTPRequest, changed assetlib to use it.Juan Linietsky2016-07-242-24/+97
* Merge pull request #5881 from neikeq/pr-fix-propagationJuan Linietsky2016-07-241-6/+4
|\
| * Viewport: Replace obsolete "windows" group callsIgnacio Etcheverry2016-07-241-6/+4
* | Merge pull request #5803 from jarfil/issue/origin5695-prJuan Linietsky2016-07-241-1/+15
|\ \ | |/ |/|
| * Hide tooltip if new mouse position's tooltip is emptyJaroslaw Filiochowski2016-07-191-4/+10
| * Don't start a new tooltip timer for the same tooltipJaroslaw Filiochowski2016-07-191-1/+9
* | WIP bugfix for existing connectionsJuan Linietsky2016-07-192-0/+33
* | Properly transform sub-viewport input, closes #3580Juan Linietsky2016-07-181-4/+31
|/
* Fix own world option of Viewport.Franklin Sobrinho2016-07-081-1/+1
* Remove unused variables (third pass) + dead codeRémi Verschelde2016-07-071-1/+0
* Fix several bugs related to node duplication and signals, closes #5405Juan Linietsky2016-07-062-3/+21
* Only allow built-in scripts to be edited when the scene they belong to is loa...Juan Linietsky2016-07-061-0/+1
* Fixed the order of input, reverts #4384, closes #5361Juan Linietsky2016-07-011-9/+1
* Color picker was getting too much focus, made it get not as much focus.Juan Linietsky2016-07-011-0/+8
* Invalidate key focus if not visible, fixes #5354Juan Linietsky2016-07-011-1/+6
* Improved drag&drop to work as n-piggeon wants to use, closes #5342Juan Linietsky2016-07-011-15/+40
* remove unnecesary warning, closes #5169Juan Linietsky2016-06-291-4/+4
* Change method of storing folding, solves problems with inheritance, closes #3395Juan Linietsky2016-06-282-0/+17
* Figured out a way to fix event propagation for shortcuts and some other cases...Juan Linietsky2016-06-272-0/+4
* Add a small workaround to avoid modal tabs to be closed if they are spawned i...Juan Linietsky2016-06-271-1/+2
* Properly deliver localized coordinates when passing gui events through parent...Juan Linietsky2016-06-271-8/+11
* Make button aware of it being dragged and reset state, closes #4178Juan Linietsky2016-06-231-1/+0
* Make return type explicit.Saracen2016-06-211-1/+1
* property remove parent owned nodes when using replace, fixes #4128Juan Linietsky2016-06-202-0/+6
* Fixed the order of events called by _input, closes #4384Juan Linietsky2016-06-201-1/+1
* Allow mouse wheel to go throuhgh so scroll containers work properly, fixes #4431Juan Linietsky2016-06-201-1/+9