aboutsummaryrefslogtreecommitdiff
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
...
* -Completely removed EmptyControl (but added fallback), closes #1017Juan Linietsky2015-01-031-2/+2
* -removed empty controlJuan Linietsky2015-01-032-107/+0
* Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-01-034-11/+76
|\
| * -fixed bug on focus capture, now respets line/text editJuan Linietsky2015-01-031-2/+2
| * -added new code completion guess locations, closes #1032Juan Linietsky2015-01-031-9/+31
| * Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-01-032-8/+11
| |\
| * | -fixed issue with denormals in half precission, closes #1073Juan Linietsky2015-01-032-0/+43
* | | -Work in progress visual shader editor *DOES NOT WORK YET*Juan Linietsky2015-01-0319-881/+2811
| |/ |/|
* | Changed texturebutton scale from float to Size2romulox_x2015-01-022-8/+11
|/
* removed deadcodeJuan Linietsky2015-01-031-6/+0
* -ability to scale and modulate texturebutton, closes #818Juan Linietsky2015-01-033-16/+77
* -proper minimum size computation for TabContainerJuan Linietsky2015-01-022-0/+35
* -fix TextEdit shift-click functionality past begin and end of selection (#1004)Juan Linietsky2015-01-022-2689/+2726
* -refresh play options in property when setting samplelibrary (#1016)Juan Linietsky2015-01-023-0/+3
* -fix readonly issues (#1018)Juan Linietsky2015-01-021-1/+11
* -fixed silly bug in trigger check (#1051)Juan Linietsky2015-01-021-3/+2
* -typo fixed in ImmediateGeometry (#1066)Juan Linietsky2015-01-021-1/+1
* -fixed signal in #1075Juan Linietsky2015-01-021-1/+1
* Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-01-021-0/+5
|\
| * Add Stop pause mode implementationmarynate2014-12-281-0/+5
* | -fixed NODE_OUT error in animtreeplayer #1078Juan Linietsky2015-01-021-1/+2
|/
* Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2014-12-215-3/+39
|\
| * fixed bugs in polygon_path_finder for finding nearest pointsromulox_x2014-12-201-1/+3
| * FixesJuan Linietsky2014-12-204-2/+36
* | -ability to set default textures in shader (needed for visual shader editing)Juan Linietsky2014-12-2110-38/+242
* | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2014-12-203-117/+144
|\|
| * 1.Change interpolate_callback:p_times_in_sec argument before p_callback argum...sanikoyes2014-12-192-96/+144
| * change shortcut for toggle-comment to Ctrl+KDana Olson2014-12-171-21/+0
* | WIP work on graph nodes and editingJuan Linietsky2014-12-203-0/+245
* | -improved completion options for InputEvent, shows all event types nowJuan Linietsky2014-12-181-1/+11
|/
* -added brace matching to go with the new code completionJuan Linietsky2014-12-173-1/+147
* Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2014-12-162-11/+23
|\
| * Small batch of fixesJuan Linietsky2014-12-152-11/+23
* | New Code CompletionJuan Linietsky2014-12-169-327/+512
|/
* Small FixesJuan Linietsky2014-12-081-0/+2
* Merge pull request #916 from quabug/commitJuan Linietsky2014-12-082-0/+7
|\
| * use tab instead of spacequabug2014-12-031-1/+1
| * Add move_child_notify method in Node classquabug2014-12-032-0/+7
* | More FixesJuan Linietsky2014-12-071-6/+6
* | now undo/redo supportedDana Olson2014-12-071-8/+5
* | apply patch #882 from dcubixDana Olson2014-12-071-2/+8
* | missing fix in fileJuan Linietsky2014-12-071-1/+1
* | Batch of BugfixesJuan Linietsky2014-12-0715-9/+78
|/
* -fixes to vmethod for buttonJuan Linietsky2014-12-023-1/+32
* -Ability to ask for documents/pictures/etc system dirs.Juan Linietsky2014-12-021-1/+1
* Merge pull request #867 from adolson/circleshape2d-radius-incrementJuan Linietsky2014-12-011-3/+1
|\
| * add sane radius incrementDana Olson2014-11-081-3/+1
* | -fix sound room params (was not working)Juan Linietsky2014-11-261-3/+3
* | NavMeshJuan Linietsky2014-11-174-6/+118
* | allow Alt+arrow keys to pass through editorDana Olson2014-11-131-2/+8