| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | -Fix input bug on window ordering due to foretting to sort root items | Juan Linietsky | 2016-01-25 | 1 | -0/+2 |
| | | |||||
| * | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | 2016-01-25 | 1 | -3/+10 |
| |\ | |||||
| | * | Merge pull request #3440 from TheHX/issue-2946 | Rémi Verschelde | 2016-01-25 | 1 | -1/+2 |
| | |\ | | | | | | | Fixed small inconsistencies with the text format | ||||
| | | * | Fixed small inconsistencies with the text format | Franklin Sobrinho | 2016-01-24 | 1 | -1/+2 |
| | | | | |||||
| | * | | Merge pull request #3434 from TheHX/pr-tscn-dependency | Juan Linietsky | 2016-01-24 | 1 | -2/+1 |
| | |\ \ | | | | | | | | | Fix .tscn not raising dependency error | ||||
| | | * | | Fix .tscn not raising dependency error | Franklin Sobrinho | 2016-01-24 | 1 | -2/+1 |
| | | |/ | |||||
| | * | | Merge pull request #3431 from TheHX/pr-tscn-groups | Juan Linietsky | 2016-01-24 | 1 | -0/+7 |
| | |\ \ | | | | | | | | | Fix .tscn format not loading groups | ||||
| | | * | | Fix .tscn format not loading groups | Franklin Sobrinho | 2016-01-24 | 1 | -0/+7 |
| | | |/ | |||||
| * | / | -Changed how popups work in Viewport to make them a lot less invasive to the ↵ | Juan Linietsky | 2016-01-25 | 2 | -27/+51 |
| |/ / | | | | | | | scene tree | ||||
| * / | -Take in consideration canvas layers for GUI input | Juan Linietsky | 2016-01-24 | 4 | -1/+17 |
| |/ | |||||
| * | Merge pull request #2698 from Faless/add_area_fix | Juan Linietsky | 2016-01-23 | 2 | -4/+4 |
| |\ | | | | | Fix bug in Body(2D)SW::add_area | ||||
| | * | Properly update node after clearing shapes in _update_shapes_from_children() | Fabio Alessandrelli | 2015-12-02 | 2 | -4/+4 |
| | | | | | | | | | (fix bug causing eg. CircleShape2D.set_radius to generate multiple shapes) | ||||
| * | | -Some changes to how scenes and scripts are overriden in scene instance and ↵ | Juan Linietsky | 2016-01-23 | 1 | -5/+31 |
| | | | | | | | | | | | | | inheritance -Fixes #3127 and also properly fixes #2958 | ||||
| * | | -Forgot to add clips input to graphedit, fixes #3420 | Juan Linietsky | 2016-01-23 | 3 | -1/+9 |
| | | | |||||
| * | | -Added ability to remap dependencies in tscn (forgot to do it..), fixes #3368 | Juan Linietsky | 2016-01-23 | 2 | -97/+45 |
| | | | |||||
| * | | -Ability to retrieve state data from PackedScene, closes #3413 | Juan Linietsky | 2016-01-23 | 3 | -0/+43 |
| | | | |||||
| * | | -Added a "modal_close" signal for controls | Juan Linietsky | 2016-01-23 | 3 | -0/+22 |
| | | | | | | | | | -Used it to keep changes on lineedit when focused out | ||||
| * | | Revert "Tree and PropertyEditor confirm value change on focus loss" | Juan Linietsky | 2016-01-23 | 2 | -29/+1 |
| | | | |||||
| * | | -Improved tab visibility, fixes #3314 | Juan Linietsky | 2016-01-22 | 2 | -0/+42 |
| | | | |||||
| * | | -leftover debug code was causing a crash in navigation 2d, removed it and ↵ | Juan Linietsky | 2016-01-22 | 1 | -0/+3 |
| | | | | | | | | | fixes #3374 | ||||
| * | | -make sure instance placeholder works with duplicate(), fixes #3378 | Juan Linietsky | 2016-01-22 | 2 | -1/+22 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | 2016-01-22 | 4 | -12/+39 |
| |\ \ | |||||
| | * \ | Merge pull request #3407 from TheHX/pr-issue-1717 | Rémi Verschelde | 2016-01-21 | 2 | -1/+29 |
| | |\ \ | | | | | | | | | Tree and PropertyEditor confirm value change on focus loss | ||||
| | | * | | Tree and PropertyEditor confirm value change on focus loss | Franklin Sobrinho | 2016-01-21 | 2 | -1/+29 |
| | | | | | |||||
| | * | | | Merge pull request #3403 from neikeq/spinbox_hold_imp | Rémi Verschelde | 2016-01-21 | 2 | -8/+7 |
| | |\ \ \ | | | | | | | | | | | Fix and improved Spinbox behaviour | ||||
| | | * | | | Fix wrong local mouse pos when holding spinbox and improve behaviour | Ignacio Etcheverry | 2016-01-21 | 2 | -8/+7 |
| | | | | | | |||||
| | * | | | | Documented AudioServserSW, EventPlayer and EventStream*. Corrections on ↵ | Ovnuniarchos | 2016-01-21 | 1 | -3/+3 |
| | | |/ / | |/| | | | | | | | | | | AudioServer and Sample. | ||||
| * / | | | -Fix viewport converting the scren in grayness, fixes #3406 | Juan Linietsky | 2016-01-22 | 1 | -8/+12 |
| |/ / / | |||||
| * | | | Merge pull request #3381 from MarianoGnu/graph_zoom | Rémi Verschelde | 2016-01-20 | 3 | -12/+96 |
| |\ \ \ | | | | | | | | | Add zoom to GraphEdit | ||||
| | * | | | Add a slider to handle zoom | MarianoGNU | 2016-01-18 | 2 | -3/+24 |
| | | | | | |||||
| | * | | | Add zoom to GraphEdit | MarianoGNU | 2016-01-18 | 3 | -11/+74 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Also fix some responsiveness issues: -Box selection no longer visible when connecting. -Allow cancel connection with mouse's right button. | ||||
| * | | | | Merge pull request #3390 from Hinsbart/duplicate_fix | Rémi Verschelde | 2016-01-20 | 1 | -0/+9 |
| |\ \ \ \ | | | | | | | | | | | duplicate groups and signals | ||||
| | * | | | | duplicate groups and signals | hondres | 2016-01-20 | 1 | -0/+9 |
| | | |/ / | |/| | | |||||
| * | | | | -Some fixes to drag and drop and canvas offset for GUI that were introduced ↵ | Juan Linietsky | 2016-01-19 | 4 | -10/+32 |
| | | | | | | | | | | | | | | | | | after rewrite | ||||
| * | | | | Fix build with tools=no | Rémi Verschelde | 2016-01-19 | 1 | -0/+4 |
| |/ / / | | | | | | | Fixes #3384. | ||||
| * / / | -fixed bug related to mouse cursor changes, fixes #3366 | Juan Linietsky | 2016-01-18 | 2 | -19/+44 |
| |/ / | |||||
| * | | New shader nodes are now created under (more or less) the cursor. | Ovnuniarchos | 2016-01-18 | 2 | -2/+7 |
| | | | |||||
| * | | Merge pull request #3358 from neikeq/issue_1123 | Rémi Verschelde | 2016-01-18 | 1 | -0/+4 |
| |\ \ | | | | | | | F5 hotkey to refresh FileDialog/EditorFileDialog | ||||
| | * | | F5 hotkey to refresh FileDialog/EditorFileDialog | Ignacio Etcheverry | 2016-01-15 | 1 | -0/+4 |
| | | | | |||||
| * | | | Merge pull request #2854 from MarianoGnu/color_picker | Rémi Verschelde | 2016-01-18 | 13 | -155/+668 |
| |\ \ \ | | | | | | | | | new ColorPicker | ||||
| | * | | | Add guide lines to visual editor. | MarianoGNU | 2016-01-15 | 2 | -5/+45 |
| | | | | | |||||
| | * | | | add screen color picking | MarianoGNU | 2016-01-15 | 2 | -3/+49 |
| | | | | | |||||
| | * | | | Add presets. | MarianoGNU | 2016-01-15 | 5 | -32/+139 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Also fix some bugs. Fix a crash and a minor bug | ||||
| | * | | | Move shaders to default theme and add shader_override related methods to ↵ | MarianoGNU | 2016-01-15 | 10 | -58/+281 |
| | | | | | | | | | | | | | | | | | Control class | ||||
| | * | | | Add a visual editor to color picker. | MarianoGNU | 2016-01-15 | 5 | -138/+235 |
| | | | | | |||||
| * | | | | -Massive editor dialog cleanup | Juan Linietsky | 2016-01-17 | 3 | -20/+30 |
| | | | | | | | | | | | | | | | | | -Added a bottom menu list | ||||
| * | | | | -Moved all the "root" input handling for GUI from individual Controls to ↵ | Juan Linietsky | 2016-01-16 | 6 | -992/+1134 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | Viewport. -Should fix several reported bugs when controls don't have a common parent This may have added new bugs, so please report if so! | ||||
| * | | | Merge pull request #3204 from neikeq/fix_3153 | Rémi Verschelde | 2016-01-15 | 1 | -2/+25 |
| |\ \ \ | | | | | | | | | Consider texture offset when rotating tiles | ||||
| | * | | | TileMap: Properly flip/rotate tiles with non-square region | Ignacio Etcheverry | 2016-01-04 | 1 | -0/+16 |
| | | | | | |||||
| | * | | | TileMap: Consider texture offset for rotated tiles | Ignacio Etcheverry | 2016-01-02 | 1 | -2/+9 |
| | | | | | |||||
