aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #2631 from firefly2442/duplicate-conditional-fixJuan Linietsky2015-11-181-1/+1
|\ \ \ \
| * | | | duplicate conditional checkfirefly24422015-10-181-1/+1
| |/ / /
* | | | Merge pull request #2639 from MarianoGnu/originJuan Linietsky2015-11-181-19/+17
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix ButtonGroup broken layoutMarianoGNU2015-10-191-19/+17
| |/ /
* | | Merge pull request #2679 from eska014/set-all-tileset-shapesJuan Linietsky2015-11-181-4/+8
|\ \ \
| * | | Add all collision shapes to a tile when converting scenes to TileSetseska2015-10-251-4/+8
| |/ /
* | | *Polygon2D now updates on any modification in its point array. ShapeLine2D ha...Ovnuniarchos2015-11-181-0/+33
* | | -Fixed default theme a littleJuan Linietsky2015-11-181-2/+6
* | | -Merged Script and Help tabsJuan Linietsky2015-11-172-394/+949
* | | -support for stereo ima-adpcm sample compression & playbackJuan Linietsky2015-11-092-2/+14
|/ /
* | -Added const to a reference, should fix #2613Juan Linietsky2015-10-172-2/+2
* | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-10-172-729/+1187
|\ \
| * \ Merge pull request #2274 from MarianoGnu/masterJuan Linietsky2015-10-172-729/+1187
| |\ \
| | * \ Merge branch 'master' of https://github.com/okamstudio/godotMarianoGNU2015-10-168-605/+1478
| | |\ \
| | * | | Add missing icons, also make MSVC2010 happyMariano Javier Suligoy2015-08-301-4/+11
| | * | | Merge branch 'master' of https://github.com/okamstudio/godotMariano Javier Suligoy2015-08-307-1/+72
| | |\ \ \ | | | | |/ | | | |/|
| | * | | Compile shaders using default values.Mariano Javier Suligoy2015-08-301-8/+2
| | * | | Edit default values. WARNING!!!Mariano Javier Suligoy2015-08-292-49/+394
| | * | | Merge branch 'master' of https://github.com/okamstudio/godotMariano Javier Suligoy2015-08-242-0/+140
| | |\ \ \
| | * \ \ \ Merge branch 'master' of https://github.com/okamstudio/godotMariano Javier Suligoy2015-08-091-0/+1
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'master' of https://github.com/okamstudio/godotMariano Javier Suligoy2015-08-032-8/+11
| | |\ \ \ \ \
| | * | | | | | Delete selected nodes with the Delete keyMariano Javier Suligoy2015-07-262-0/+42
| | * | | | | | Little fix: don't create an empty undo/redo command when trying to add a seco...Mariano Javier Suligoy2015-07-251-0/+3
| | * | | | | | Duplicate GraphNode(s) [Control+D]Mariano Javier Suligoy2015-07-252-3/+42
| | * | | | | | Fix tab indentMariano Javier Suligoy2015-07-202-1808/+1808
| | * | | | | | Select and move multiple nodes at onceMariano Javier Suligoy2015-07-192-1789/+1806
| | * | | | | | Use popup menu to add new nodes to the shader graph editor in the last clicke...Mariano Javier Suligoy2015-07-162-16/+27
* | | | | | | | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-10-171-0/+3
|\| | | | | | |
| * | | | | | | Merge pull request #2357 from volzhs/prevent-to-change-tool-modeJuan Linietsky2015-10-171-0/+3
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | remove shift key check because shift + v in use with tool modevolzhs2015-08-111-2/+2
| | * | | | | | prevent to change tool mode when control or shift key is pressedvolzhs2015-08-111-0/+3
| | | |_|/ / / | | |/| | | |
* | / | | | | misc cleanupJuan Linietsky2015-10-173-3/+4
|/ / / / / /
* | | | | | newline fixesreduz2015-10-081-597/+597
* | | | | | Add SpriteRegionEditor and update Polygon2DUVEditorMarianoGNU2015-09-284-3/+861
* | | | | | Merge pull request #2352 from xodene/patch-6/script-file-newJuan Linietsky2015-09-162-5/+19
|\ \ \ \ \ \
| * | | | | | Fix create script dialog title(s)Maximillian2015-08-091-0/+1
| * | | | | | Add create new script button to script editor menuMaximillian2015-08-092-5/+18
| |/ / / / /
* | | | | / Set AnimationEditor UndoRedo reference on creationGeorge Marques2015-09-131-0/+1
| |_|_|_|/ |/| | | |
* | | | | -Properly keep animation editor and viewport state while switching scene tabsJuan Linietsky2015-08-293-1/+66
* | | | | -display/emulate_touchscreen now really emulates a touchscreenJuan Linietsky2015-08-294-0/+6
| |_|_|/ |/| | |
* | | | beautiful visual menu to change anchorsJuan Linietsky2015-08-242-0/+140
|/ / /
* | / more debugger fixesJuan Linietsky2015-08-041-0/+1
| |/ |/|
* | Live edit WORK IN PROGRESSJuan Linietsky2015-08-022-8/+11
|/
* Several performance improvements, mainly in loading and instancing scenes and...Juan Linietsky2015-06-291-2/+2
* improved get_node(), connect(), etc code completion.Juan Linietsky2015-06-262-0/+87
* added a tiny bit more space to docks and script tabJuan Linietsky2015-06-242-1/+4
* CollisionShape2D visual editorFranklin Sobrinho2015-06-232-0/+606
* Merge pull request #2101 from sanikoyes/Pr-script-editor-save-stateJuan Linietsky2015-06-221-2/+13
|\
| * Script editor: restore line/column after script reloadsanikoyes2015-06-161-2/+13
* | Small fixes for Grid/Tile map editor paletteFranklin Sobrinho2015-06-221-13/+14