summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* support for 2D shadow castersJuan Linietsky2015-03-029-3/+627
* 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-2/+44
| * | | 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
| |_|_|/ |/| | |
* | | | 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
| | |/ | |/|
* | | Merge pull request #1174 from adolson/autoreload-edited-scriptsJuan Linietsky2015-02-091-1/+5
|\ \ \
| * | | fixesDana Olson2015-01-171-1/+2
| * | | add option to automatically reload changed scriptsDana Olson2015-01-101-1/+4
* | | | Merge pull request #1243 from NateWardawg/ChangeRunSceneToRunProjectJuan Linietsky2015-02-091-1/+1
|\ \ \ \
| * | | | Changed the "Start the scene (F5)." tooltip to say "Play the project (F5)."Nathan Warden2015-01-161-1/+1
* | | | | Merge pull request #1271 from NateWardawg/NestedSceneFixJuan Linietsky2015-02-092-1/+33
|\ \ \ \ \
| * | | | | Fixed a bug where if a scene hadn't been saved it would find a cyclical depen...Nathan Warden2015-01-201-5/+9
| * | | | | Fixed a bug where a user could add a cyclical dependency, causing a crash.Nathan Warden2015-01-192-1/+29
| | |_|_|/ | |/| | |
* | | | | Merge pull request #1303 from erbridge/revert_menu_itemJuan Linietsky2015-02-092-0/+22
|\ \ \ \ \
| * | | | | Show a confirmation for the revert action.Felix Laurie von Massenbach2015-01-271-1/+8
| * | | | | Move the Revert Scene menu item to be less intrusive.Felix Laurie von Massenbach2015-01-261-2/+2
| * | | | | Add a revert menu item.Felix Laurie von Massenbach2015-01-252-0/+15
| | |_|_|/ | |/| | |
* / | | | io_scene_dae: fixed invalid variable nameSegey Lapin2015-02-041-2/+2
|/ / / /
* | | | fixed world vertex issues in canvas item shaderJuan Linietsky2015-01-211-1/+1
* | | | Visual Shader Editing for 2DJuan Linietsky2015-01-203-9/+26
|/ / /
* | | Color Ramp and Curve Map added to visual shader editing.Juan Linietsky2015-01-195-3/+906
* | | -intentional breakage of shader graph to fix issues, existing graphs will be ...Juan Linietsky2015-01-181-1/+1
* | | Merge pull request #1181 from adolson/duplicate-node-naming-prefsJuan Linietsky2015-01-172-5/+23
|\ \ \
| * | | fix naming of duplicated nodes, closes #1161, adds separator character prefer...Dana Olson2015-01-112-5/+23
| | |/ | |/|
* | | Merge pull request #1204 from marynate/PR-new-default-themeJuan Linietsky2015-01-17101-3/+3
|\ \ \
| * | | More desaturated iconsRalf Hölzemer2015-01-154-0/+0
| * | | New iteration of the themeRalf Hölzemer2015-01-152-3/+3
| * | | New neutral default themeRalf Hölzemer2015-01-1597-3/+3
| | |/ | |/|
* | | Merge pull request #1225 from marynate/PR-script-editor-close-tabJuan Linietsky2015-01-171-4/+7
|\ \ \
| * | | Only show Close Tab confirmation when script has unsaved change;Update Close ...marynate2015-01-151-4/+7
| |/ /
* | | Merge pull request #1227 from marynate/PR-editor-line-colorJuan Linietsky2015-01-173-0/+3
|\ \ \
| * | | Add current_line_color ediotr setting for script and shader editormarynate2015-01-153-0/+3
| |/ /
* | | Merge pull request #1230 from ndee85/export_manager_additionsJuan Linietsky2015-01-171-15/+50
|\ \ \
| * | | Export Manager FixesAndreas Esau2015-01-151-15/+50
| |/ /
* / / Wrapped duplicated CellOp generation code in a function and added TileMap til...Carl Olsson2015-01-172-39/+46
|/ /