aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/not-surt/godot into snapping2Carl Olsson2015-03-2332-178/+1369
|\
| * Merge pull request #1378 from erbridge/settings_not_checkboxJuan Linietsky2015-03-221-1/+1
| |\
| | * View > Settings isn't a check item.Felix Laurie von Massenbach2015-02-171-1/+1
| * | Merge pull request #1380 from ElectricSolstice/wparentheses_removalJuan Linietsky2015-03-221-3/+5
| |\ \
| | * | Changed code to remove gcc -Wparentheses warnings.ElectricSolstice2015-02-161-3/+5
| | |/
| * | Merge pull request #1433 from cheece/patch-1Juan Linietsky2015-03-221-1/+53
| |\ \
| | * | COLLADA load normals from morph targetcheece2015-02-241-1/+53
| * | | Merge pull request #1460 from MarianoGnu/masterJuan Linietsky2015-03-223-0/+22
| |\ \ \
| | * | | Register CheckBox class to create it using editor.Mariano Javier Suligoy2015-03-022-0/+22
| | * | | Add CheckBox control with theme edition and radio icon avaible.Mariano Javier Suligoy2015-03-011-0/+0
| | |/ /
| * | | Merge pull request #1480 from theuserbl/patch-2Juan Linietsky2015-03-221-2/+2
| |\ \ \
| | * | | Changed *_scene() to *_tree()theuserbl2015-03-051-2/+2
| * | | | Merge pull request #1535 from rollenrolm/hidden_filesJuan Linietsky2015-03-222-5/+18
| |\ \ \ \
| | * | | | New option to show/hide hidden filesrollenrolm2015-03-212-5/+18
| * | | | | Merge pull request #1537 from rollenrolm/issue_#931Juan Linietsky2015-03-222-13/+58
| |\ \ \ \ \
| | * | | | | Fix issue #931: display current view name into editor's 3d scene viewportsrollenrolm2015-03-212-13/+58
| | |/ / / /
| * / / / / Fix for Issue #1484: Don't strip whitespace on line commentrollenrolm2015-03-221-2/+2
| |/ / / /
| * | | | signed distance field font supportJuan Linietsky2015-03-211-6/+6
| * | | | wip distance field font importJuan Linietsky2015-03-201-50/+297
| * | | | Area2D can now detect overlap with other areasJuan Linietsky2015-03-171-1/+10
| * | | | New option to send canvas to render bufferJuan Linietsky2015-03-162-0/+29
| * | | | back buffer copy node, to improve on texscreen()Juan Linietsky2015-03-121-0/+0
| * | | | increase minimum range in property editor a bitJuan Linietsky2015-03-101-1/+1
| * | | | New Demo, Screen Space ShadersJuan Linietsky2015-03-101-1/+1
| * | | | lot of work on 2D lighting and isometric mapsJuan Linietsky2015-03-099-96/+233
| |/ / /
| * | | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-03-0334-58/+2480
| |\ \ \
| | * | | support for 2D shadow castersJuan Linietsky2015-03-029-3/+627
| | |/ /
| * | | merges from okam repoJuan Linietsky2015-03-036-24/+111
* | | | Merge branch 'master' of https://github.com/okamstudio/godot into snapping2Carl Olsson2015-02-229-23/+138
|\ \ \ \ | | |/ / | |/| |
| * | | Merge pull request #1369 from not-surt/tile_rotationJuan Linietsky2015-02-217-22/+137
| |\ \ \
| | * \ \ Merge branch 'master' of https://github.com/okamstudio/godotCarl Olsson2015-02-157-6/+659
| | |\ \ \
| | * | | | Reorder tile transforms so transpose occurs before flips. Much more intuitive...Carl Olsson2015-02-132-14/+15
| | * | | | Moved wrapper function to TileMapEditor.Carl Olsson2015-02-112-5/+12
| | * | | | Merge branch 'master' of https://github.com/okamstudio/godotCarl Olsson2015-02-118-15/+125
| | |\ \ \ \
| | * | | | | Revert variant arg length to 5 and add 5 arg wrapper function for TileMap set...Carl Olsson2015-02-111-6/+6
| | * | | | | Forgot to update tile transform buttons when picking tiles.Carl Olsson2015-02-032-4/+6
| | * | | | | Finish GUI for tile transform.Carl Olsson2015-02-021-1/+43
| | * | | | | Merge branch 'master' of https://github.com/okamstudio/godotCarl Olsson2015-02-024-10/+27
| | |\ \ \ \ \
| | * | | | | | Working TileMap tile transpose transform.Carl Olsson2015-02-023-7/+23
| | * | | | | | Prep for tile transpose transform.Carl Olsson2015-01-197-18/+65
| * | | | | | | Changed the tooltip message for instancing a scene.Nathan Warden2015-02-191-1/+1
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | -Some more work on 2D Lights (NOT FUNCTIONAL YET!)reduz2015-02-161-0/+0
| | |_|_|/ / | |/| | | |
* | | | | | Renamed "snap to offset" to "snap relative". Better conveys meaning.Carl Olsson2015-02-202-17/+17
* | | | | | Better 2D SnappingCarl Olsson2015-02-1513-254/+294
|/ / / / /
* | | | | Merge pull request #1362 from not-surt/tile_map_body_modeJuan Linietsky2015-02-141-6/+8
|\ \ \ \ \
| * | | | | Added body mode property to TileMap to select between static and kinematic ph...Carl Olsson2015-02-131-6/+8
| | |_|/ / | |/| | |
* / | | | New Navigation & Pathfinding support for 2DJuan Linietsky2015-02-146-0/+651
|/ / / /
* | | | Merge pull request #1346 from Nulifier/import-pluginJuan Linietsky2015-02-114-10/+62
|\ \ \ \
| * | | | Added get_gui_base to the EditorNode class to allow for import plugins to cre...Jeffrey Steward2015-02-101-1/+1
| * | | | Added the ability to add and remove editor import plugins.Jeffrey Steward2015-02-094-10/+62
| | |/ / | |/| |