aboutsummaryrefslogtreecommitdiff
path: root/scene (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix transform localization event in mouse motionJuan Linietsky2016-02-271-2/+3
* Fix missing dependency resolver in Windowseska2016-02-211-0/+1
* Add support for placeholders in tscn, which was missing. Closes #3652Juan Linietsky2016-02-213-7/+64
* -Fixed bug with event player crashing, closes #3687Juan Linietsky2016-02-201-0/+2
* -Change link to new documentationJuan Linietsky2016-02-201-0/+5
* Fix NavigationPolygon references in _bind_methodRémi Verschelde2016-02-171-2/+2
* refix particles3d issue, bringing down the amount limit to 1024Nuno Donato2016-02-161-2/+2
* Bind method is_cell_transposedRémi Verschelde2016-02-151-0/+1
* -Made some icon data types smaller so they take up less spaceJuan Linietsky2016-02-112-0/+3
* -Added missing functions to the doc, fixes #3583Juan Linietsky2016-02-091-1/+0
* -Allow renaming root node of inherited sceneJuan Linietsky2016-02-091-1/+1
* -Cleaned up GraphEdit, also fixes #3568Juan Linietsky2016-02-088-30/+112
* Property handle rotated controls in 2D editor, fixes #3613Juan Linietsky2016-02-082-3/+8
* Merge pull request #3627 from lordadamson/masterRémi Verschelde2016-02-081-1/+1
|\
| * renamed function get_video_texutre to get_video_textureAdham Zahran2016-02-081-1/+1
* | Merge pull request #3409 from akien-mga/pr-script-tab-colourRémi Verschelde2016-02-081-13/+16
|\ \ | |/ |/|
| * Make custom_bg fit the whole "selected" area in ItemListsRémi Verschelde2016-01-221-13/+16
* | Added get_cellv() method to TileMapJohan Manuel2016-02-062-0/+6
* | Stop ColorPicker's narcissism ( fixes #3592 )MarianoGNU2016-02-062-4/+4
* | ColorPicker: Prevent regenerating hsv values every time. Fixes #3492MarianoGNU2016-02-052-21/+26
* | support horizontal mouse wheel, use in text editorhondres2016-02-041-0/+6
* | -Fix mouse coordinates not being affected by canvas transformJuan Linietsky2016-02-031-5/+8
* | Merge pull request #3534 from Biliogadafr/pickable2dJuan Linietsky2016-02-031-1/+1
|\ \
| * | Physics2D: Allow to use 'intersect_point' with objects which is not 'pickable'Biliogadafr2016-02-011-1/+1
* | | -make stream player and time restore state properly if removed, fixes #1949Juan Linietsky2016-02-023-2/+14
* | | -Add some offset to spinboxes in tree, so revert icon does not annoy much whe...Juan Linietsky2016-02-022-6/+26
* | | -make animationplayer thinner, also toolbuttons too. fixes #3526Juan Linietsky2016-02-021-2/+2
* | | -remove the !inside_tree error, fixes grab focus error, closes #3521Juan Linietsky2016-02-012-3/+33
* | | Make sure variant parser recognizes "nil" for compatibility with old engine.c...Juan Linietsky2016-02-011-1/+3
* | | store animation names in alphabetical order, fixes #3423Juan Linietsky2016-02-011-2/+9
|/ /
* | -Removed bizarre code introduced in a 2 years old PR, fixes #3483Juan Linietsky2016-01-311-4/+5
* | -Fix crash opening and closing the scene, closes #3491Juan Linietsky2016-01-313-20/+41
* | -Increment resources total in scene format text, fixes #3506Juan Linietsky2016-01-291-0/+7
* | Merge pull request #3470 from MarianoGnu/masterRémi Verschelde2016-01-272-13/+43
|\ \
| * | Get color constructor from ColorPickerMarianoGNU2016-01-262-13/+43
* | | Fix Tree Slider disappearing when clicking on itFranklin Sobrinho2016-01-271-0/+2
* | | Remove strand debug print, fix #3473George Marques2016-01-261-1/+0
* | | Merge pull request #3467 from MarianoGnu/masterRémi Verschelde2016-01-261-0/+2
|\| |
| * | Focus and select line edit every time color is changed. Fixes #2586MarianoGNU2016-01-261-0/+2
* | | Fix wrong position of LineEdit in Scene editorFranklin Sobrinho2016-01-261-1/+1
|/ /
* | -Fix input bug on window ordering due to foretting to sort root itemsJuan Linietsky2016-01-251-0/+2
* | Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2016-01-251-3/+10
|\ \
| * \ Merge pull request #3440 from TheHX/issue-2946Rémi Verschelde2016-01-251-1/+2
| |\ \
| | * | Fixed small inconsistencies with the text formatFranklin Sobrinho2016-01-241-1/+2
| * | | Merge pull request #3434 from TheHX/pr-tscn-dependencyJuan Linietsky2016-01-241-2/+1
| |\ \ \
| | * | | Fix .tscn not raising dependency errorFranklin Sobrinho2016-01-241-2/+1
| | |/ /
| * | | Merge pull request #3431 from TheHX/pr-tscn-groupsJuan Linietsky2016-01-241-0/+7
| |\ \ \
| | * | | Fix .tscn format not loading groupsFranklin Sobrinho2016-01-241-0/+7
| | |/ /
* | / / -Changed how popups work in Viewport to make them a lot less invasive to the ...Juan Linietsky2016-01-252-27/+51
|/ / /
* / / -Take in consideration canvas layers for GUI inputJuan Linietsky2016-01-244-1/+17
|/ /